Re: How to stop launching programs from startup
- From: Thomas DEBESSE <dev illwieckz net>
- To: Chenxiong Qi <qcxhome gmail com>
- Cc: GNOME Shell List <gnome-shell-list gnome org>
- Subject: Re: How to stop launching programs from startup
- Date: Thu, 5 May 2016 12:41:06 +0200
Yes there is desktop files in /etc/xdg/autostart, and there is desktop files in /usr/share/applications that contains X-GNOME-Autostart-* keys. I don't know if desktop files in /usr/share/applications are used if they contains autostart keys even if these files are not placed in /etc/xdg/autostart. I don't know. On my system, some desktop files in /etc/xdg/autostart are softlinks to /usr/share/applications, but not all are.
By the way, it means autostart candidates can be listed this way:
ls -1 /etc/xdg/autostart/*.desktop
and perhaps also:
grep -R 'X-GNOME-Autostart-' /usr/share/applications/ | cut -f1 -d: | sort -u
To disable one of them, just copy it in ~/.config/autostart/ and add the line:
X-GNOME-Autostart-enabled=false
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]