Linux Bark!

Thanks router!
This commit is contained in:
Lirusaito
2016-06-25 21:18:05 -04:00
parent 684ab3e3e5
commit 734d17c429
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ function install_desktop_entry()
Name=@VIEWER_BRANDING_ID@\n\
Comment=Client for Online Virtual Worlds, such as Second Life\n\
Exec=${installation_prefix}/@VIEWER_BRANDING_ID@\n\
Icon=${installation_prefix}/@VIEWER_BRANDING_ID@_icon.png\n\
Icon=${installation_prefix}/viewer_icon.png\n\
Terminal=false\n\
Type=Application\n\
Categories=Application;Network;\n\

View File

@@ -7,10 +7,10 @@
HANDLER="$1"
RUN_PATH=`dirname "$0" || echo .`
cd "${RUN_PATH}"
cd "${RUN_PATH}/.."
if [ -z "$HANDLER" ]; then
HANDLER=`pwd`/handle_secondlifeprotocol.sh
HANDLER=`pwd`/etc/handle_secondlifeprotocol.sh
fi
# Register handler for GNOME-aware apps

View File

@@ -970,7 +970,7 @@ class LinuxManifest(ViewerManifest):
icon_path = self.icon_path()
print "DEBUG: icon_path '%s'" % icon_path
if self.prefix(src=icon_path, dst="") :
self.path("viewer_256.png","viewer_icon.png")
self.path("viewer_icon.png")
if self.prefix(src="",dst="res-sdl") :
self.path("viewer_256.BMP","viewer_icon.BMP")
self.end_prefix("res-sdl")