The shortcuts work fine in my system, but do not work or do not display an image when installed in a different system.

asked 06 Sep '11, 06:55

Jake's gravatar image

Jake ♦♦
181534175
accept rate: 98%

edited 12 Sep '11, 04:10


This is likely to be happening because you hardcode the path to the image or executable to the location of the files in your system, and do not include those files as part of your installation. Make sure you include the file the shortcut points to and the image or icon the shortcut is using as part of your installation. Make sure they are referenced as ${installdir}/path/to/image.png so the right path is specified once installed. On Unix, make sure also that if the target is an executable, it has the right permissions ( chmod +x filename ).

link

answered 06 Sep '11, 06:55

Jake's gravatar image

Jake ♦♦
181534175
accept rate: 98%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×9
×3

Asked: 06 Sep '11, 06:55

Seen: 154 times

Last updated: 12 Sep '11, 04:10

powered by BitNami OSQA