Unfortunately it segfaults on my 64bit arch linux:
Starting program: /usr/bin/twf
[Thread debugging using libthread_db enabled]
(twf:18040): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
(twf:18040): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6ba6842 in strlen () from /lib/libc.so.6
(gdb) bt
#0 0x00007ffff6ba6842 in strlen () from /lib/libc.so.6
#1 0x00007ffff70faf02 in g_strconcat () from /usr/lib/libglib-2.0.so.0
#2 0x00000000004024dd in get_themes ()
#3 0x000000000040272e in create_themes_menu ()
#4 0x00000000004021fe in create_ui ()
#5 0x00000000004022db in main ()
Very nice work! May I suggest a couple of things to make it even better?
1. I failed to install it until I installed libglade2-dev package. Maybe it worth to mention all dependencies.
2. Would be nice to have some lines in Combobox and ComboboxEntry to see how they look after dropped down.
Anyway this is a great improvement of the original TheWidgetFactory, thanks.
Ratings & Comments
3 Comments
Unfortunately it segfaults on my 64bit arch linux: Starting program: /usr/bin/twf [Thread debugging using libthread_db enabled] (twf:18040): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated (twf:18040): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated Program received signal SIGSEGV, Segmentation fault. 0x00007ffff6ba6842 in strlen () from /lib/libc.so.6 (gdb) bt #0 0x00007ffff6ba6842 in strlen () from /lib/libc.so.6 #1 0x00007ffff70faf02 in g_strconcat () from /usr/lib/libglib-2.0.so.0 #2 0x00000000004024dd in get_themes () #3 0x000000000040272e in create_themes_menu () #4 0x00000000004021fe in create_ui () #5 0x00000000004022db in main ()
Very nice work! May I suggest a couple of things to make it even better? 1. I failed to install it until I installed libglade2-dev package. Maybe it worth to mention all dependencies. 2. Would be nice to have some lines in Combobox and ComboboxEntry to see how they look after dropped down. Anyway this is a great improvement of the original TheWidgetFactory, thanks.
I've being looking for this all the time. And is it possible that you would make it look like http://www.gnome-look.org/content/show.php/Aurora+Gtk+Engine?content=56438