View Single Post
Old 07-22-2016, 10:55 PM   #11
darkbreath
Enthusiast
darkbreath began at the beginning.
 
Posts: 36
Karma: 10
Join Date: Apr 2016
Device: none
Quote:
Originally Posted by DiapDealer
After installing, the way to run Sigil is to type "sigil" at a teminal, or to use the menu entries added to your Desktop Environment's "Office" and/or "Accessories" submenus. You can usually create a shortcut on your desktop by right-clicking on one of those Sigil menu entries. Launching sigil by double clicking the /usr/local/lib/sigil/sigil file is not recommended (even if it seems to work). The launch script (/usr/local/bin/sigil) sets ceratin environment variables that are necessary to ensure the proper environment exists for Sigil and its plugin framework.
For now, I'm running Sigil by using the shortcut from the dash, which I will drag to the desktop (it's the same thing if I run a dragged copy of it from the desktop, right?)

If I'm not supposed to run Sigil by double-clicking /usr/local/lib/sigil/sigil, how is making a link pointing to it and placing it on the desktop any different? Is there a difference between double-clicking the link (on my desktop) and double-clicking /usr/local/lib/sigil/sigil?

I was also able to run Sigil with these 2 shell scripts:

1.
Code:
#!/bin/bash

"/usr/local/lib/sigil/sigil"
2.
Code:
#!/bin/bash

sigil
I assume #2 is better, since #1 seems to just be the same as double-clicking /usr/local/lib/sigil/sigil.
darkbreath is offline   Reply With Quote