Page 1 of 1

install libfuse in other positions than /usr/local

PostPosted: Mon May 20, 2013 1:45 pm
by wangme
Hello everyone,

I'm trying to run GD under Debian and the Doc said I needed to install libfuse. However I'm not the administrator and I have no right to touch the /usr/local directory. Is there a way to install it elsewhere and let GD use the files installed there?

Best regards,

L.

Re: install libfuse in other positions than /usr/local

PostPosted: Tue May 21, 2013 6:30 pm
by chulai
Hi,

I created the Linux Portable version. For that I used the AppImageKit tools. Debian is not officially supported so if you can't install libfuse because you are not admin just extract the content of the ISO image (and optionally replace the last goldendict executable with a more recent version) and you're good to go.

To extract the content or download a no-image (AppDir) version of GoldenDict Linux portable see question "E. How can I modify the AppImage binaries here?" at viewtopic.php?f=4&t=1764

Re: install libfuse in other positions than /usr/local

PostPosted: Wed May 22, 2013 11:05 am
by wangme
chulai wrote:Hi,

I created the Linux Portable version. For that I used the AppImageKit tools. Debian is not officially supported so if you can't install libfuse because you are not admin just extract the content of the ISO image (and optionally replace the last goldendict executable with a more recent version) and you're good to go.

To extract the content or download a no-image (AppDir) version of GoldenDict Linux portable see question "E. How can I modify the AppImage binaries here?" at viewtopic.php?f=4&t=1764


tks chulai,

I did as you said and I tried to run the usr/bin/goldendict in console however it told me that the binary couldn't be run... I also tried the goldendict.desktop file and it returned:

./goldendict.desktop: line 1: [Desktop : commande introuvable(can't find the command)
./goldendict.desktop: line 4: Dictionary : commande introuvable
./goldendict.desktop: line 4: Education : commande introuvable
./goldendict.desktop: line 4: Qt : commande introuvable
./goldendict.desktop: line 6: Dictionary : commande introuvable

Do you have the solution???

Re: install libfuse in other positions than /usr/local

PostPosted: Wed May 22, 2013 2:02 pm
by chulai
wangme wrote:
chulai wrote:Hi,

I created the Linux Portable version. For that I used the AppImageKit tools. Debian is not officially supported so if you can't install libfuse because you are not admin just extract the content of the ISO image (and optionally replace the last goldendict executable with a more recent version) and you're good to go.

To extract the content or download a no-image (AppDir) version of GoldenDict Linux portable see question "E. How can I modify the AppImage binaries here?" at viewtopic.php?f=4&t=1764


tks chulai,

I did as you said and I tried to run the usr/bin/goldendict in console however it told me that the binary couldn't be run... I also tried the goldendict.desktop file and it returned:

./goldendict.desktop: line 1: [Desktop : commande introuvable(can't find the command)
./goldendict.desktop: line 4: Dictionary : commande introuvable
./goldendict.desktop: line 4: Education : commande introuvable
./goldendict.desktop: line 4: Qt : commande introuvable
./goldendict.desktop: line 6: Dictionary : commande introuvable

Do you have the solution???


You have to execute ./AppRun in a console to run GD portable, don't use the goldendict executable. Please read questions D and J at viewtopic.php?f=4&t=1764

Re: install libfuse in other positions than /usr/local

PostPosted: Wed May 22, 2013 2:32 pm
by wangme
chulai wrote:
wangme wrote:
chulai wrote:Hi,

I created the Linux Portable version. For that I used the AppImageKit tools. Debian is not officially supported so if you can't install libfuse because you are not admin just extract the content of the ISO image (and optionally replace the last goldendict executable with a more recent version) and you're good to go.

To extract the content or download a no-image (AppDir) version of GoldenDict Linux portable see question "E. How can I modify the AppImage binaries here?" at viewtopic.php?f=4&t=1764


tks chulai,

I did as you said and I tried to run the usr/bin/goldendict in console however it told me that the binary couldn't be run... I also tried the goldendict.desktop file and it returned:

./goldendict.desktop: line 1: [Desktop : commande introuvable(can't find the command)
./goldendict.desktop: line 4: Dictionary : commande introuvable
./goldendict.desktop: line 4: Education : commande introuvable
./goldendict.desktop: line 4: Qt : commande introuvable
./goldendict.desktop: line 6: Dictionary : commande introuvable

Do you have the solution???


You have to execute ./AppRun in a console to run GD portable, don't use the goldendict executable. Please read questions D and J at viewtopic.php?f=4&t=1764


works great, tks!