Skip to content

Commit

Permalink
Linux Bark!
Browse files Browse the repository at this point in the history
Thanks router!
  • Loading branch information
LiruMouse committed Jun 26, 2016
1 parent 684ab3e commit 734d17c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion indra/newview/linux_tools/refresh_desktop_app_entry.sh.in
Expand Up @@ -15,7 +15,7 @@ function install_desktop_entry()
Name=@VIEWER_BRANDING_ID@\n\ Name=@VIEWER_BRANDING_ID@\n\
Comment=Client for Online Virtual Worlds, such as Second Life\n\ Comment=Client for Online Virtual Worlds, such as Second Life\n\
Exec=${installation_prefix}/@VIEWER_BRANDING_ID@\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\ Terminal=false\n\
Type=Application\n\ Type=Application\n\
Categories=Application;Network;\n\ Categories=Application;Network;\n\
Expand Down
4 changes: 2 additions & 2 deletions indra/newview/linux_tools/register_secondlifeprotocol.sh
Expand Up @@ -7,10 +7,10 @@
HANDLER="$1" HANDLER="$1"


RUN_PATH=`dirname "$0" || echo .` RUN_PATH=`dirname "$0" || echo .`
cd "${RUN_PATH}" cd "${RUN_PATH}/.."


if [ -z "$HANDLER" ]; then if [ -z "$HANDLER" ]; then
HANDLER=`pwd`/handle_secondlifeprotocol.sh HANDLER=`pwd`/etc/handle_secondlifeprotocol.sh
fi fi


# Register handler for GNOME-aware apps # Register handler for GNOME-aware apps
Expand Down
2 changes: 1 addition & 1 deletion indra/newview/viewer_manifest.py
Expand Up @@ -970,7 +970,7 @@ def construct(self):
icon_path = self.icon_path() icon_path = self.icon_path()
print "DEBUG: icon_path '%s'" % icon_path print "DEBUG: icon_path '%s'" % icon_path
if self.prefix(src=icon_path, dst="") : 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") : if self.prefix(src="",dst="res-sdl") :
self.path("viewer_256.BMP","viewer_icon.BMP") self.path("viewer_256.BMP","viewer_icon.BMP")
self.end_prefix("res-sdl") self.end_prefix("res-sdl")
Expand Down

0 comments on commit 734d17c

Please sign in to comment.