This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- How to Create Shortcut Icon on Linux?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 24, 2012
01:53 PM
How to Create Shortcut Icon on Linux?
I am using InstallAnywhere 2011. On the "Create Alias, Link, Shortcut" action I can select the "Change" button of "Alias, Shortcut Icon" and set the .ico file. This only sets the icon of the shortcut for Windows. It does not work for Linux. I tried setting it to a .gif file and that did not work either. How can I set a desktop shortcut on Linux to use an icon image of my choice? I'm new to multi-platform installations so if you have an answer please be as detailed as you can.
Thank you.
Scott
Thank you.
Scott
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 25, 2012
03:44 AM
For linux shortcuts, I think it is better to not use alias,Link,Shortcut action.
You can do the shortcut by youself by creating a file with .desktop extension in the $USER_SHORTCUTS$ destination folder.
then fill the "file.desktop" with something like:
[Desktop Entry]
Type=Application
Name=
Exec=$USER_INSTALL_DIR$$/$
Icon=$USER_INSTALL_DIR$$/$
Terminal=false
Read linux documentation to have all the desktop parameters define according to you needs.
--Jerome
You can do the shortcut by youself by creating a file with .desktop extension in the $USER_SHORTCUTS$ destination folder.
then fill the "file.desktop" with something like:
[Desktop Entry]
Type=Application
Name=
Exec=$USER_INSTALL_DIR$$/$
Icon=$USER_INSTALL_DIR$$/$
Terminal=false
Read linux documentation to have all the desktop parameters define according to you needs.
--Jerome
