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 765613 - Customize startup arguments in "Startup Applications"
Customize startup arguments in "Startup Applications"
Status: RESOLVED OBSOLETE
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.20.x
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-04-26 13:55 UTC by PostBlue
Modified: 2018-01-24 15:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description PostBlue 2016-04-26 13:55:38 UTC
Adding an application at Startup is quite easy with Gnome Tweak Tool, but it lacks customization.

The problem I'm facing for now is that I would like to start programs like Empathy or Transmission, but the first without displaying the contact list or any other dialogs on startup (-h, --start-hidden), the second minimized in notification area (-m, --minimimzed).

For now, I have to manually edit the .desktop file added in ~/.config/autostart, but that's not very user friendly.

I don't think either that allowing the user to edit the desktop file from the "Startup Applications" tab is more userfriendly, as it was done with gnome-session-properties (dropped since 3.12), just because all the applications don't use the same arguments and the user would have to search for them.

So, maybe Gnome Tweak Tool could add the ability to select from one of the Desktop Actions mentionned in the .desktop file?

In Transmission GTK, the .desktop file is quite well documented:

[...]
Actions=Pause;Minimize;

[Desktop Action Pause]
Name=Start Transmission with All Torrents Paused
Exec=transmission-gtk --paused 

[Desktop Action Minimize]
Name=Start Transmission Minimized
Exec=transmission-gtk --minimized

So, we could select one of these straight from the Startup Applications tab: Default, Paused, Minimized... And it would "just" need these applications to document with Desktop Actions their possible startup options.
Comment 1 GNOME Infrastructure Team 2018-01-24 15:15:04 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-tweaks/issues/69.