Skip to content

Commit

Permalink
Remove the Terminal statement for the rootless and SteamOS desktop files
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Aug 24, 2023
1 parent b74a829 commit e57dde9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ all:

install:
install -Dm 755 "src/script/${pkgname}.sh" "${DESTDIR}${PREFIX}/bin/${pkgname}"
install -Dm 644 "res/icon/${pkgname}.svg" "${DESTDIR}/usr/share/icons/${pkgname}/${pkgname}.svg"
install -Dm 644 "res/desktop/${pkgname}.desktop" "${DESTDIR}${PREFIX}/share/applications/${pkgname}.desktop"
install -Dm 644 "res/icon/${pkgname}.svg" "${DESTDIR}/usr/share/icons/${pkgname}/${pkgname}.svg"
install -Dm 644 README.md "${DESTDIR}${PREFIX}/share/doc/${pkgname}/README.md"

install-rootless:
install -Dm 755 "src/script/${pkgname}_rootless.sh" "${DESTDIR}${PREFIX}/bin/${pkgname}"
install -Dm 644 "res/desktop/${pkgname}_rootless.desktop" "${DESTDIR}${PREFIX}/share/applications/${pkgname}.desktop"
install -Dm 644 "res/icon/${pkgname}.svg" "${DESTDIR}/usr/share/icons/${pkgname}/${pkgname}.svg"
install -Dm 644 "res/desktop/${pkgname}.desktop" "${DESTDIR}${PREFIX}/share/applications/${pkgname}.desktop"
install -Dm 644 README.md "${DESTDIR}${PREFIX}/share/doc/${pkgname}/README.md"

uninstall:
Expand Down
5 changes: 5 additions & 0 deletions res/desktop/ankama-launcher-container_rootless.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Desktop Entry]
Type=Application
Name=Ankama Launcher Container
Icon=/usr/share/icons/ankama-launcher-container/ankama-launcher-container.svg
Exec=ankama-launcher-container
1 change: 0 additions & 1 deletion res/desktop/ankama-launcher-container_steamos.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[Desktop Entry]
Type=Application
Terminal=true
Name=Ankama Launcher Container
Icon=/home/deck/.local/share/icons/ankama-launcher-container/ankama-launcher-container.svg
Exec=bash -c 'export PATH="$HOME/.local/bin:$HOME/.local/podman/bin:$PATH" && ankama-launcher-container'

0 comments on commit e57dde9

Please sign in to comment.