You are not logged in.

#1 2006-09-25 06:53:23

Kenetixx
Member
From: /unvrs/mlkywy/earth/aust/home
Registered: 2006-09-09
Posts: 258
Website

kiba-dock

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.


http://binaryritual.net

There is no spoon.......

Offline

#2 2006-09-25 07:09:08

smoon
Member
Registered: 2005-08-22
Posts: 468
Website

Re: kiba-dock

Did you try the PKGBUILD in AUR yet?

Offline

#3 2006-09-25 07:27:25

Kenetixx
Member
From: /unvrs/mlkywy/earth/aust/home
Registered: 2006-09-09
Posts: 258
Website

Re: kiba-dock

Yep same error
Something about the Akamaru.u script fault
willl have a look at it when i get home


http://binaryritual.net

There is no spoon.......

Offline

#4 2006-09-27 22:24:51

doiy
Member
From: Poland
Registered: 2006-08-19
Posts: 19
Website

Re: kiba-dock

I have kiba-dock working and daily using smile.

git clone http://people.freedesktop.org/~krh/akamaru.git
cd akamaru
make
[ ./populate-dock.sh ]
./dock

Before make i done some changes in dock.c ... I changed bg color to dark, and my icons little jumps with mouse over smile.

Offline

#5 2006-09-28 12:51:53

Kenetixx
Member
From: /unvrs/mlkywy/earth/aust/home
Registered: 2006-09-09
Posts: 258
Website

Re: kiba-dock

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 1

Thats what i get when i do the above ?


http://binaryritual.net

There is no spoon.......

Offline

#6 2006-09-28 18:15:17

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: kiba-dock

Install pkgconfig

Offline

#7 2006-09-29 04:31:03

Kenetixx
Member
From: /unvrs/mlkywy/earth/aust/home
Registered: 2006-09-09
Posts: 258
Website

Re: kiba-dock

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


http://binaryritual.net

There is no spoon.......

Offline

#8 2006-09-29 12:44:41

Kenetixx
Member
From: /unvrs/mlkywy/earth/aust/home
Registered: 2006-09-09
Posts: 258
Website

Re: kiba-dock

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 smile


http://binaryritual.net

There is no spoon.......

Offline

#9 2006-09-29 15:15:47

doiy
Member
From: Poland
Registered: 2006-08-19
Posts: 19
Website

Re: kiba-dock

I removed default icons and added few my launchers smile

gconftool-2 --recursive-unset /apps/kiba/launchers

Offline

#10 2006-10-01 06:23:47

Kenetixx
Member
From: /unvrs/mlkywy/earth/aust/home
Registered: 2006-09-09
Posts: 258
Website

Re: kiba-dock

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


http://binaryritual.net

There is no spoon.......

Offline

#11 2006-10-06 13:42:17

Martyr
Member
From: Out there
Registered: 2006-10-04
Posts: 103
Website

Re: kiba-dock

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.  sad

Any ideas someone?

Offline

#12 2006-10-06 13:51:04

Exclamation
Member
Registered: 2006-08-07
Posts: 53

Re: kiba-dock

Martyr wrote:

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.  sad

Any ideas someone?

You need compiz/beryl installed and running.

Offline

#13 2006-10-06 14:00:39

Martyr
Member
From: Out there
Registered: 2006-10-04
Posts: 103
Website

Re: kiba-dock

Completely missed that one!  :oops:

Thnx.

Offline

#14 2007-01-07 16:40:44

sash
Member
Registered: 2005-10-16
Posts: 155

Re: kiba-dock

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

#15 2007-01-07 18:06:54

Martyr
Member
From: Out there
Registered: 2006-10-04
Posts: 103
Website

Re: kiba-dock

Run kiba-systray.py - from there you can save profiles.

Offline

#16 2007-01-07 20:52:27

sash
Member
Registered: 2005-10-16
Posts: 155

Re: kiba-dock

Martyr wrote:

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

Board footer

Powered by FluxBB