3snowp7im / urn

Split tracker / timer with GTK+ frontend
GNU General Public License v3.0
126 stars 36 forks source link

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

Open DiscoCokkroach opened 8 years ago

DiscoCokkroach commented 8 years ago

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!

deffi420 commented 8 years ago

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.

lucasmr commented 8 years ago

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.