Revert "data: If we're using snap mode, configure frontend to use lsi-exec"

This reverts commit 657a911004.
This commit is contained in:
Ikey Doherty
2017-11-14 23:55:02 +00:00
parent 947654d9d3
commit 16a0750ed2
2 changed files with 3 additions and 11 deletions
@@ -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
View File
@@ -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