mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-19 05:47:05 +00:00
Revert "data: If we're using snap mode, configure frontend to use lsi-exec"
This reverts commit 657a911004.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[Desktop Entry]
|
||||
Name=Linux Steam Integration
|
||||
Comment=Application for managing Steam integration settings
|
||||
Exec=@LSI_SETTINGS@
|
||||
Exec=lsi-settings
|
||||
Icon=steam
|
||||
Terminal=false
|
||||
Type=Application
|
||||
+2
-10
@@ -2,16 +2,8 @@ appsdir = join_paths(datadir, 'applications')
|
||||
|
||||
# If frontend is enabled, install lsi-settings.desktop
|
||||
if with_frontend == true
|
||||
data_conf = configuration_data()
|
||||
if with_snap_support == true
|
||||
data_conf.set('LSI_SETTINGS', '$SNAP/bin/lsi-exec $SNAP/bin/lsi-settings')
|
||||
else
|
||||
data_conf.set('LSI_SETTINGS', 'lsi-settings')
|
||||
endif
|
||||
configure_file(
|
||||
input: 'lsi-settings.desktop.in',
|
||||
output: 'lsi-settings.desktop',
|
||||
configuration: data_conf,
|
||||
install_data(
|
||||
'lsi-settings.desktop',
|
||||
install_dir: appsdir,
|
||||
)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user