User Tools

Site Tools


games:devilutionx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
games:devilutionx [2020/01/06 13:24] – [Download] Sean Rhonegames:devilutionx [2020/01/06 13:37] Sean Rhone
Line 30: Line 30:
  
   gio open ~/'.local/share/diasurgical/devilution'   gio open ~/'.local/share/diasurgical/devilution'
 +
 +===== Desktop Launcher =====
 +
 +  nano ~/'.local/share/applications/DevilutionX.desktop'
 +
 +<code>
 +[Desktop Entry]
 +Name=DevilutionX
 +Comment=Diablo build for modern operating systems
 +Categories=Game;AdventureGame;RolePlaying
 +Exec=env MESA_GLSL_CACHE_DIR='/home/CHANGEME/.local/share/diasurgical/devilution' '/home/CHANGEME/.local/share/diasurgical/devilution/devilutionx'
 +Type=Application
 +StartupNotify=true
 +Path=/home/CHANGEME/.local/share/diasurgical/devilution
 +Icon=Diablo_48</code>
 +
 +  sed -i 's/'CHANGEME'/'$USER'/g' ~/'.local/share/applications/DevilutionX.desktop'
 +
 +==== Icon ====
 +
 +****
 +
 +  mkdir -p ~/'.local/share/icons/hicolor/48x48/apps' && wget -O ~/'.local/share/icons/hicolor/48x48/apps/Diablo_48.png' 'https://github.com/diasurgical/devilutionX/raw/master/Packaging/resources/Diablo_48.png'
  
 ====== Dependencies ====== ====== Dependencies ======