Desktop application not starting in Gnome 3
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
byobu |
New
|
Undecided
|
Unassigned |
Bug Description
For newer versions of gnome-terminal byobu.desktop is not valid and will not start byobu.
My environment is:
Arch Linux
gnome-terminal --version
# GNOME Terminal 3.30.2 using VTE 0.54.3 +GNUTLS
When I try to start byobu I get the following errors:
gtk-launch byobu
# Option “-e” is deprecated and might be removed in a later version of gnome-terminal.
# Use “-- ” to terminate the options and put the command line to execute after it.
# watch_fast: "/org/gnome/
# watch_fast: "/org/gnome/
# watch_fast: "/org/gnome/
# watch_fast: "/org/gnome/
# watch_fast: "/org/gnome/
# watch_fast: "/org/gnome/
# watch_fast: "/org/gnome/
# watch_established: "/org/gnome/
# watch_established: "/org/gnome/
# watch_established: "/org/gnome/
# watch_established: "/org/gnome/
# watch_established: "/org/gnome/
# watch_established: "/org/gnome/
# watch_established: "/org/gnome/
# Error constructing proxy for us.kirkland.
I noticed two issues with the byobu.desktop file. First the -e flag is deprecated. Second --app-id should be --name= . At least those changes worked for me. Patch is attached.