urn icon indicating copy to clipboard operation
urn copied to clipboard

I am a Linux noob & have no idea how to use Urn

Open DiscoCokkroach opened this issue 8 years ago • 2 comments

There's really not much more for me to say. I extracted the ZIP and now there's just a bunch of files that I don't know how to use. Help!

DiscoCokkroach avatar May 05 '16 21:05 DiscoCokkroach

Open the extracted urn-master/ folder in terminal, runmake and after a successful build start urn with the command ./urn-gtk splits/sotn.json. However, it is very likely that the make will fail because of missing requirements (libgtk+-3.0, x11 and libjansson). You will have to install those first using your Linux distribution's package manager.

deffi420 avatar May 08 '16 14:05 deffi420

OK, using gentoo and it's pretty clear I got the requirements: $ locate libgtk /usr/lib64/libgtk-3.so /usr/lib64/libgtk-3.so.0 /usr/lib64/libgtk-3.so.0.1800.9 /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgtk-x11-2.0.so.0 /usr/lib64/libgtk-x11-2.0.so.0.2400.30 $ locate libjansson /usr/lib64/libjansson.so /usr/lib64/libjansson.so.4 /usr/lib64/libjansson.so.4.7.0

Am I missing something? Compiles without errors, but running $ ./urn-gtk splits/sotn.json

(urn-gtk:4697): GLib-GIO-ERROR **: Settings schema 'wildmouse.urn' is not installed

Trace/breakpoint trap

Any clues?

Edit: "make install" uses imagemagick for some conversions. So, on gentoo, you must build imagemagick with the png USE flag.

lucasmr avatar Jun 11 '16 07:06 lucasmr