Gnocky
From GnokiiWiki
http://img119.imageshack.us/img119/1961/gnocky005devclearlooksej9.th.png
Gnocky 0.0.5-dev under GNOME
with Clearlooks engine
(Mist theme) and Tango icons.
Gnocky is a GLib2/GTK+2 frontend for gnokii using libglade
Contents |
Installation
You can download source-packages at http://www.gnokii.org/download/gnocky/
Debian / Ubuntu
Install the following dependencies from
sudo apt-get install build-essential libgtk2.0-dev libglib2.0-dev libglade2-dev libgnokii3-dev libusb-dev
extract the gnocky archive and compile as usual
./configure make
you can test the binary by executing
./src/gnocky
and install with either make install or checkinstall.
Configuration
Open "Edit -> Preferences" and set the variables according to Gnokii Configuration.
Troubleshooting
undefined reference to `g_thread_init'
Can be solved with the following parameter for configure
./configure LIBS=-lgthread-2.0

