On Friday 14 January 2022 13.39:47 Michele Calgaro wrote:
> On 2022/01/14 09:12 PM, Thierry de Coulon wrote:
> > On Friday 14 January 2022 10.40:55 Michele Calgaro wrote:
> >> Hi Thierry,
> >> you can use the autostart manager module in TCC to run a script at
> >> logout. Cheers
> >> Michele
> >
> > Hi Michele,
> >
> > Sounds interresting but I can't find anything like this in TCC. The only
> > thing looking like it would be changing in Login Manager / Shutdown but
> > this would only work, seems, when shutting down.
> >
> > Thierry
>
> Hi Thierry,
> You need to install the package kcontrol-autostart-trinity and then it
> appears as TDE Components->Autostart manager. Cheers
> Michele
Thanks Michele. I copy to the ML because I did not know of this package, so it
may interrest others.
I also notice that while ~/.trinity/Autostart seems to always exist, and I
knew that putting a link to a script there runs it at startup, directory
~/.trinity/shutdown did not exist (or I never noticed it) and it plays the
same role for shutdown.
Once again Trinity solves problems simply and with elegance :)
TDE rules :))
Thierry
Hello all,
It seems at work they have decided to use Microsoft Office 365. The basic apps
won't be a bother as I don't have to use them. Teams might be a trouble,
however there is a Linux client and it seems to work ok.
Unfortunately, in typical M$ way, Teams for Linux autostarts (these people
can't believe you would not want to use their apps all the time).
It autostarts by creatiing a teams.desktop file file in ~/.config/autostart.
There is a X-GNOME-Autostart-enabled=true/false line enabling control of
this, but it obviously works only on Gnome.
I can remove the *.desktop file, but Teams will re-create it everytime it is
run!
Files run in .config/autostart are run before those in .trinity/autostart.
Old style scripting in rc.local seems deprecated on Debian (Buster here).
I've managed to create a systemd script to remove the desktop file at boot,
which mostly satisfies my needs as I seldom just unlog, but I was wondering
if there is a way to run a script when I log out (I have tried .bash_logout
but it does not work)?
Thierry
On 2022-01-11 15:55:39 Mike Bird wrote:
> On Tue January 11 2022 13:14:28 J Leslie Turriff wrote:
> > Can anyone explain why using Kmail's "Reply to Author" sends the reply
> > to its mailing list instead? (I'm guessing it's a "feature" of the
> > mailing list software.)
>
> Hi Leslie,
>
> The embedded email has a "Reply-To: rexxla-members(a)groups.io"
> which most likely came from the configuration of that mailing
> list's software.
>
> You might find that you can reply-to-all and then delete the
> mailing list address when you want to reply off list.
>
> --Mike
> ____________________________________________________
> tde-users mailing list -- users(a)trinitydesktop.org
> To unsubscribe send an email to users-leave(a)trinitydesktop.org
> Web mail archive available at
> https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@trinitydeskt
>op.org
That's what I'm thinking, too; it only seems to happen with that list. I'll try setting
an additional action to fix it as mail comes in from there.
But unfortunately, in Configure Filters... there is no way to refer to the content of one
header field (From) when changing another (Reply-To), and no DCOP actions at all for
filtering. :-(
Leslie
--
Operating System: Linux
Distribution: openSUSE Leap 15.3 x86_64
Desktop Environment: Trinity
Qt: 3.5.0
TDE: R14.0.10
tde-config: 1.0
Can anyone explain why using Kmail's "Reply to Author" sends the reply to its mailing
list instead? (I'm guessing it's a "feature" of the mailing list software.)
Leslie
On Sunday 09 January 2022 10:35:55 am William Morder via tde-users wrote:
>
> [Whatever Software] now collects and
> shares our data. Even though it is used almost entirely offline, requires
> no connection for actual users working at home.
Link:
https://serverfault.com/questions/550276/how-to-block-internet-access-to-ce…
I had an issue with the instructions in the above link. Including my
(programmer pidgin) notes as well, which should allow you to just
find/replace michael for your username.
Best,
Michael
Block internet access
:As root:
iptables -L
cat /etc/group
groupadd nointernet
cat /etc/group
usermod -a -G nointernet michael
ll /usr/bin/no*
nano /usr/bin/nointernet
chmod +x /usr/bin/nointernet
ll /etc/network/if-pre-up.d
nano /etc/network/if-pre-up.d/iptables_nointernet_rule
ll /etc/network/if-pre-up.d/iptables_nointernet_rule
chmod +x /etc/network/if-pre-up.d/iptables_nointernet_rule
ll /etc/network/if-pre-up.d/iptables_nointernet_rule
ll /usr/bin/no*
cat /etc/network/if-pre-up.d/iptables_nointernet_rule
/etc/network/if-pre-up.d/iptables_nointernet_rule
# cat /etc/network/if-pre-up.d/iptables_nointernet_rule
#!/bin/bash
# iptables -A OUTPUT -m owner --gid-owner nointernet -j DROP
iptables -I OUTPUT 1 -m owner --gid-owner nointernet -j DROP
# cat /usr/bin/nointernet
#!/bin/bash
COMMAND="$1"
shift
for arg; do
COMMAND="$COMMAND \"$arg\""
done
sg nointernet "$COMMAND"
:Menu Entry
nointernet smplayer %U
Notes:
NAME
sg - execute command as different group ID
SYNOPSIS
sg [-] [group [-c ] command]
DESCRIPTION
The sg command works similar to newgrp but accepts a command. The
command will be executed with the /bin/sh shell. With most shells you may run
sg from, you need to enclose multi-word commands in quotes. Another
difference between newgrp and sg is that some shells treat newgrp specially,
replacing themselves with a new instance of a shell that newgrp creates. This
doesn't happen with sg, so upon exit from a sg command you are returned to
your previous group ID.
tde-users is currently the main source of the spam I receive. In fact, all
the spam in my Junk folder at the moment came from tde-users.
Slavek, is it possible with this mailing list software to do the suggestion
I made a couple months ago? That is, have new users set to "Moderated"
until they've made a legitimate post. That's been 100% effective at
eliminating spam on mailing lists I've managed.
--
PGP key: http://homestead-products.com/pubkey.htm
Okay, so this is a strange request, but maybe others have thought the same
thing. I believe somebody mentioned something about downloading the whole
shebang, rather than trying to pick and choose.
I like to have a folder with saved packages, for those times when internet is
down, or when I do not have a connection. And I will be in that predicament
probably a lot, due to some trips I have planned for destinations that are
fairly unconnected to the modern world.
Anyway ... I have more or less cloned my desktop system to my laptop, Trinity
and all, looks and runs the same, so that much was successful. I do have a
few minor issues which I'll bring up later, when I get more spare time.
For now, that would be good, just a way to get apt-get or aptitude to download
and install all the packages appropriate for my system. I can weed out what I
don't want, and make a list of my preferences.
Bill
Am 07.01.22 um 20:10 schrieb Mavridis Philippe:
> Hello Mike
>
> I'm not sure what the Save issue might be but could you also try
> opening something via Firefox?
Well, could please specify "something"?
> If my theory is correct then it has to do with something trying to
> override the Firefox Open/Save dialogs.
>
> --
> Philippe
I guess so. And it's probably got something to do with Trinity's default
browser Konqueror.
Do you not able to expand your out of box thinking approach as you have to frame the typical answer with high accuracy and better response as per the professor’s view point. Think about assignment helpers as you have the unwillingness for answer crafting. Why do you trap in submission chaos and share your paper details to Assignment Help member? These professionals Well, they provide the solution to you as you send online assignment help requirement to them for outstanding answer. Call our professional team anytime and anywhere.
https://www.greatassignmenthelp.com