Skip to content

Commit

Permalink
added StartupNotify to .desktop files (PhoenicisOrg#1030)
Browse files Browse the repository at this point in the history
also: changed application name to "Phoenicis PlayOnLinux/PlayOnMac"
  • Loading branch information
plata authored Aug 23, 2017
1 parent c6d25f6 commit 17145a6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

application.name = PlayOnLinux
application.name = Phoenicis PlayOnLinux

application.user.root = ${user.home}/.Phoenicis
application.user.desktopShortcuts = ${user.home}/.local/share/applications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#

application.name = PlayOnMac
application.name = Phoenicis PlayOnMac

application.user.root = ${user.home}/Library/Phoenicis
application.user.desktopShortcuts = ${application.user.root}/desktopShortcuts
Expand Down
3 changes: 2 additions & 1 deletion phoenicis-dist/src/scripts/phoenicis-cli.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Type=Application
Exec=phoenicis-cli
Icon=phoenicis
Comment=Front-end for Wine
Categories=Game;Wine;
Categories=Game;Wine;
StartupNotify=true
3 changes: 2 additions & 1 deletion phoenicis-dist/src/scripts/phoenicis-javafx.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Type=Application
Exec=phoenicis-javafx
Icon=phoenicis
Comment=Graphical front-end for Wine
Categories=Game;Wine;
Categories=Game;Wine;
StartupNotify=true

0 comments on commit 17145a6

Please sign in to comment.