mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-19 23:59:19 +01:00
fixed bug (terminal was staying open)
This commit is contained in:
parent
1c027a67b2
commit
a7299d1699
@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Comment[en_US]=
|
||||
Comment=
|
||||
Exec=/bin/bash -c 'curl -Ls https://raw.githubusercontent.com/moraroy/NonSteamLaunchers-On-Steam-Deck/main/NonSteamLaunchers.sh | nohup /bin/bash'
|
||||
Exec=/bin/bash -c 'export logged_in_home=$(eval echo "~$(whoami)"); curl -Ls https://raw.githubusercontent.com/moraroy/NonSteamLaunchers-On-Steam-Deck/main/NonSteamLaunchers.sh | nohup /bin/bash'
|
||||
GenericName[en_US]=
|
||||
GenericName=
|
||||
Icon=uav
|
||||
@ -9,8 +9,8 @@ MimeType=
|
||||
Name[en_US]=NonSteamLaunchers
|
||||
Name=NonSteamLaunchers
|
||||
Path=
|
||||
StartupNotify=false
|
||||
Terminal=true
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
X-DBUS-ServiceName=
|
||||
|
Loading…
Reference in New Issue
Block a user