After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750435 - gnome-tweak-tool's Startup Applications ignores X-GNOME-Autostart-enabled
gnome-tweak-tool's Startup Applications ignores X-GNOME-Autostart-enabled
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-06-05 05:59 UTC by Cole Mickens
Modified: 2015-09-21 14:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
startup: Honor disabled user autostart files (1.05 KB, patch)
2015-09-21 14:08 UTC, Rui Matos
committed Details | Review

Description Cole Mickens 2015-06-05 05:59:46 UTC
Step 1: Install Gnome 3.16

Step 2: Install redshift

Step 3: Launch redshift-gtk

This will write a file into ~/.config/autostart BUT it leaves the desktop launcher entry configured to NOT autostart (via X-GNOME-Autostart-enabled)

Yet, gnome-tweak-tool lists it as a startup application. Very confusing to me! Why is redshift-gtk not starting!??! gnome-tweak-tool says it's a startup app.

tl;dr gnome-tweak-tool's StartupApplications panel should respect the X-GNOME-Autostart-enabled property
Comment 1 Rui Matos 2015-09-21 14:08:37 UTC
Created attachment 311759 [details] [review]
startup: Honor disabled user autostart files

Disabled user autostart files shouldn't be shown as autostarted apps
since gnome-session doesn't start them.
Comment 2 Rui Matos 2015-09-21 14:18:18 UTC
Attachment 311759 [details] pushed as bfd13be - startup: Honor disabled user autostart files