You are not logged in.
Hi guys, second small irritating question. I recently discovered Flashnote, an old-fashioned two-pane outliner (ask your dad) which sits on top of a nice secure database. It's a really excellent tool for the kind of large-scale writing job where you start off with a huge pile of someone else's notes and reorganize it into a readable publication, which is the kind I get paid for.
Flashnote is distributed as a bzipped archive which the user can simply unpack into whichever directory they favour -- suggesting that the authors have no concern about dependencies. However, the executable refuses to execute on this Hydrogen-equipped netbook. Invoking it from the terminal (with ./ in front, before anyone asks) throws up a missing dependency:
libgtk-x11-2.0.so.0
I don't fancy dropping Gnome components into my computer without a rationale. I don't suppose anyone out there has dealt with this one already? I already wrote to the developers, btw...
Best, NP.
Last edited by niftyprose (2016-08-03 11:34:09)
Offline
Works for me.
It is a 32-bit application though.
My system is 64-bit, but I have multiarch enabled.
Perhaps you need that too?
Can you post your architecture? Output of screen-fetch for instance.
NOTE:
I consider Installing binary applications a risk that I am not willing to take on machines containing anything of value to me.
Offline
That library should be in 'libgtk2.0-0', which you should already have AFAIK.
"Menu -> Help -> Debian -> Package Search"
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Oh God, how embarrassing. This is my first-ever 64-bit box, and I'm so used to running 32-bit software that I didn't bother to check. Thanks, Good Doc and Damo. Sorry to waste everyone's time. NP.
Offline
PS. Just in case anyone else is in the same boat -- this is pretty readily available stuff, but here's the actual recipe.
In a terminal, do:
sudo dpkg --add-architecture i386
Then add the 32-bit library you require. In our case, Damo helpfully pointed out that it's within the libgtk2 package:
sudo apt-get install libgtk2.0-0:i386
Flashnote then works perfectly. Thanks guys and sorry for being thick.
NP
Offline
^ Thanks for posting your solution. It is sure to help others down the line
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline