mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
replace deprecated option -e with --
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.
This commit is contained in:
parent
bfb7a763d0
commit
96d9720527
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
Name=Byobu Terminal
|
Name=Byobu Terminal
|
||||||
Comment=Advanced Command Line and Text Window Manager
|
Comment=Advanced Command Line and Text Window Manager
|
||||||
Icon=byobu
|
Icon=byobu
|
||||||
Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -e byobu
|
Exec=gnome-terminal --app-id us.kirkland.terminals.byobu --class=us.kirkland.terminals.byobu -- byobu
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=GNOME;GTK;System;Utility;TerminalEmulator;
|
Categories=GNOME;GTK;System;Utility;TerminalEmulator;
|
||||||
StartupWMClass=us.kirkland.terminals.byobu
|
StartupWMClass=us.kirkland.terminals.byobu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue