[Xfce-bugs] [Bug 14187] Exec in ~/.config/autostart/*.desktop doesn't support commands with arguments

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sun May 5 23:33:52 CEST 2019


https://bugzilla.xfce.org/show_bug.cgi?id=14187

Skunnyk <skunnyk at xfce.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|xfce-bugs at xfce.org          |skunnyk at xfce.org
                 CC|                            |skunnyk at xfce.org

--- Comment #5 from Skunnyk <skunnyk at xfce.org> ---
This part of scripts/xinitrc.in.in is only executed when running xfce without
xfce4-session (corner case I guess), and need to be fixed. It parses manually
the .desktop entries :(

It should work when using xfce4-session (normal start), but I can't test right
now…

exec = xfce_rc_read_entry (rc, "Exec", NULL);
[...]          
if (!xfce_spawn_command_line_on_screen (gdk_screen_get_default (),
          exec,
          terminal,
          startup_notify,
          &error))
{

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list