You are not logged in.
Pages: 1

Has any fellow arch users got kiba-dock going on there machines?
I have tried a few times to compile it but it wont compile it spits out errors which i will print out when i get home, but i just compiled it on a mates slackware boxen.
Offline

Did you try the PKGBUILD in AUR yet?
Offline

Yep same error 
Something about the Akamaru.u script fault
willl have a look at it when i get home
Offline
I have kiba-dock working and daily using  .
.
git clone http://people.freedesktop.org/~krh/akamaru.git
cd akamaru
make
[ ./populate-dock.sh ]
./dockBefore make i done some changes in dock.c ... I changed bg color to dark, and my icons little jumps with mouse over  .
.
Offline

make: pkg-config: Command not found
cc -Wall -g   -c -o akamaru.o akamaru.c
akamaru.c:16:18: error: glib.h: No such file or directory
akamaru.c: In function 'model_add_spring':
akamaru.c:98: warning: implicit declaration of function 'g_new'
akamaru.c:98: error: expected expression before 'Spring'
akamaru.c:98: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_add_stick':
akamaru.c:126: error: expected expression before 'Stick'
akamaru.c:126: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_add_string':
akamaru.c:154: error: expected expression before 'String'
akamaru.c:154: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_add_offset_spring':
akamaru.c:175: error: expected expression before 'OffsetSpring'
akamaru.c:175: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_add_spacer':
akamaru.c:204: error: expected expression before 'Spacer'
akamaru.c:204: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_add_anchor':
akamaru.c:232: error: expected expression before 'Anchor'
akamaru.c:232: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_delete_anchor':
akamaru.c:245: warning: implicit declaration of function 'g_free'
akamaru.c: In function 'polygon_init_from_va_list':
akamaru.c:265: error: expected expression before 'Point'
akamaru.c:265: warning: assignment makes pointer from integer without a cast
akamaru.c:273: error: expected expression before 'Vector'
akamaru.c:273: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_add_polygon':
akamaru.c:302: warning: implicit declaration of function 'g_new0'
akamaru.c:302: error: expected expression before 'Polygon'
akamaru.c:302: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_add_diamond':
akamaru.c:320: error: 'FALSE' undeclared (first use in this function)
akamaru.c:320: error: (Each undeclared identifier is reported only once
akamaru.c:320: error: for each function it appears in.)
akamaru.c: In function 'model_add_rectangle':
akamaru.c:331: error: 'FALSE' undeclared (first use in this function)
akamaru.c: In function 'model_add_enclosing_rectangle':
akamaru.c:338: error: 'TRUE' undeclared (first use in this function)
akamaru.c: In function 'model_add_offset':
akamaru.c:346: error: expected expression before 'Offset'
akamaru.c:346: warning: assignment makes pointer from integer without a cast
akamaru.c:348: error: expected expression before 'Object'
akamaru.c:348: warning: assignment makes pointer from integer without a cast
akamaru.c: In function 'model_init':
akamaru.c:366: warning: implicit declaration of function 'G_STRUCT_OFFSET'
akamaru.c:366: error: expected expression before 'Object'
akamaru.c:367: error: expected expression before 'Spacer'
akamaru.c:368: error: expected expression before 'String'
akamaru.c:369: error: expected expression before 'Stick'
akamaru.c:370: error: expected expression before 'Spring'
akamaru.c:371: error: expected expression before 'Anchor'
akamaru.c:372: error: expected expression before 'Polygon'
akamaru.c:373: error: expected expression before 'Offset'
akamaru.c:375: error: expected expression before 'OffsetSpring'
akamaru.c: In function 'model_add_object':
akamaru.c:383: error: expected expression before 'Object'
akamaru.c:383: warning: assignment makes pointer from integer without a cast
make: *** [akamaru.o] Error 1Thats what i get when i do the above ?
Offline

Install pkgconfig
Offline

Thanks snowman that worked but cant add icons to it only a few show up
Offline

Dont worry i worked it out
Seems i had to change the populate-dock.sh to point to opt/gnome/usr/share/applications adn that fixed it all up 
Offline
I removed default icons and added few my launchers  
gconftool-2 --recursive-unset /apps/kiba/launchersOffline

Well it was fun but ive gone back to gdesklets , it just gets annoyin after a while and is really buggy , will try it when they get it sorted
Offline

Succesfully installed the PKGBUILD and it's dependencies, but the dock is black, the icons jump in fine, but on mouse over they turn black too.   
 
Any ideas someone?
Offline

Succesfully installed the PKGBUILD and it's dependencies, but the dock is black, the icons jump in fine, but on mouse over they turn black too.

Any ideas someone?
You need compiz/beryl installed and running.
Offline

Completely missed that one! :oops:
Thnx.
Offline
How does one save the settings for kiba-dok usign beryl?
I got the dock compiled adn installed with the PKGBUILD in AUR.
The app starts fine, but when I right-click and alter settings in gset-kiba (such as background, etc), a SAVE option seems to be absent. Only thing I see is to exit the window. New settings aren't saved though....
Offline

Run kiba-systray.py - from there you can save profiles.
Offline
Run kiba-systray.py - from there you can save profiles.
Thanks, I installed xfce4's panel and accessed it from there. It wouldn't save the settings initially though. I had to find a settings profile on the web, save it in the ~/.kiba-dosk/profiles dir, load it, and then kiba-systray.py saved my altered settings.
Offline
Pages: 1