View Full Version : HOWTO: kiba-dock
PriceChild
September 30th, 2006, 01:49 PM
Get Edgy/Feisty debs here from gnomefreak: http://gnomefreak.youmortals.com/Edgy/
May Currently Be Broken
Please use this guide instead :) (http://ubuntuforums.org/showthread.php?t=554127)
sudo aptitude remove automake1.4
sudo aptitude install fakeroot automake1.9 build-essential libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev libglade2-dev libxcomposite-dev subversion libtool libgtop2-devcheckinstall isn't required... and is pretty nasty... I don't like it... but it "works"ish. Use "sudo make install" instead of "checkinstall" in this guide if you want :)
Get source:
mkdir kiba-dock
cd kiba-dock
svn co http://svn.kiba-dock.org/akamaru/ akamaru
svn co http://svn.kiba-dock.org/kibadock/ kibadock
svn co http://svn.kiba-dock.org/kibaplugins/ kibaplugins
svn co http://svn.kiba-dock.org/gsetkiba/ gsetkiba
Build each in turn:
(Don't forget to make the versions for each package something sensible instead of LOTS of 0.1s)
cd akamaru/
./autogen.sh
make
sudo checkinstall
cd ../kibadock/
./autogen.sh
make
sudo checkinstall
cd ../kibaplugins/
./autogen.sh
make
sudo checkinstall
cd ../gsetkiba/
./autogen.sh
make
sudo checkinstallbtw just use "kiba-dock" to run.
if you have this error:
kiba-dock: error while loading shared libraries: libakamaru.so.0: cannot open shared object file: No such file or directory
just do this:
sudo ln -s /usr/local/lib/libakamaru.so.0 /usr/lib/libakamaru.so.0
because Now if you try to run kiba-dock from the terminal, you will get another error about the file 'libakamaru.so.0'. This file was installed into /usr/local/lib instead of /usr/lib.
jasnix
September 30th, 2006, 02:22 PM
Thanks so much!
This worked perfectly.
I have attached an AMD_64 .deb as well.
biasquez
September 30th, 2006, 03:01 PM
doesn't work for me, i see only dock without icons. i tried as .deb as tar.bz2.
| MM |
September 30th, 2006, 03:07 PM
I don't get how to use it either, all i see is this little pixel thick line at the bottom centre of my screen, but nothing that looks like a dock :(
PriceChild
September 30th, 2006, 03:31 PM
That's the dock guys.... it doesn't come with any as standard.
Drag some icons onto it from the menu :)
pau
September 30th, 2006, 03:54 PM
didn't work for me...
when I try to create the deb package I get
Copying files to the temporary directory...OK
Striping ELF binaries and libraries...OK
Compressing man pages...OK
Building file list...OK
Building Debian package... FAILED!
*** Failed to build the package
Do you want to see the log file? [y]:
Erasing temporary files...OK
Writing backup package...OK
Deleting temp dir...OK
The log file is:
dpkg-deb - error: (upstream) version («dock») doesn't contain any digit
dpkg-deb: 1 errors in the control file
When I download your deb and install it, it doesn't launch because
(kiba-dock:26305): Gdk-WARNING **: locale not supported by Xlib
(kiba-dock:26305): Gdk-WARNING **: cannot set locale modifiers
kiba-dock: symbol lookup error: kiba-dock: undefined symbol: g_type_register_static_simple
Any hint??
pau
September 30th, 2006, 04:21 PM
By the way, it starts with
*****************************************
**** Debian package creation selected ***
*****************************************
*** Warning: The package version "dock" does not
*** Warning: contain any digits. dpkg might not like that.
pau
September 30th, 2006, 04:27 PM
ok, I found the solution... I pressed 3 and gave it a number for the version BUT the dock has still a black background and the icons too ](*,)
notarikon
September 30th, 2006, 05:05 PM
I *think* you'll find the black backgrounds are due to not having compiz/xgl installed ... maybe :)
PriceChild
September 30th, 2006, 05:11 PM
pau try installing again, i got that first time :P
By the way, it starts with
*****************************************
**** Debian package creation selected ***
*****************************************
*** Warning: The package version "dock" does not
*** Warning: contain any digits. dpkg might not like that.
As for this... its just me having no experience with packaging :)
It'll work just fine still.
pau
October 1st, 2006, 08:02 AM
I thnk you're right, the problem must be xgl... must it be runnig for the kiba dock to work properly? I tried to install it but no way... BTW any suggestion how to install xgl/compiz on an ati ibm thinkpad t43p? What's the difference between compiz and beryl? It's a new fork but what are the differences/avantages/disavantages etc?
geearf
October 1st, 2006, 10:18 AM
Hello,
I wanted to try kiba-dock, but it seems to need a lot of gnome libraries, isn't there a way to have a clean Kde system with this ?
Thanks.
bugz0r
October 1st, 2006, 12:08 PM
Will this work if I dont have XGL/Compiz?
Uncle Spellbinder
October 1st, 2006, 12:28 PM
Edgy kiba-dock package (http://forum.beryl-project.org/topic-4930-edgy-kiba-dock-package)
Deb package for Edgy. And it works GREAT! Just starting to configure it.
http://img480.imageshack.us/img480/5000/kibave4.th.png (http://img480.imageshack.us/my.php?image=kibave4.png)
nrayever
October 1st, 2006, 04:06 PM
this damn cool!! sincerly i'm love with linux!!! long life to open source!! when i showed this fx to my brother, a mac user, he said: "just a copy of mac fx." but i reply to him: "maybe, kind, but the code it's original!"
we know that even this is new for mac, but lets make them think that they have the lastest fx...
nrayever
pd: i can't still believe that making a dv video rendering/codec/decodec on a mac, using final cut and as the codec mpeg4, takes a lot of time. and by a lot of time, i really mean a lot of time!!
PriceChild
October 1st, 2006, 04:08 PM
Edgy kiba-dock package (http://forum.beryl-project.org/topic-4930-edgy-kiba-dock-package)
Deb package for Edgy. And it works GREAT! Just starting to configure it.
Just pointing out i attached my Edgy package on the first post.
atie
October 1st, 2006, 08:39 PM
I read this thread now, umm... there is a small thing added to the edgy deb linked by Uncle Spellbinder above - able to launch kiba-dock from the menu.
Uncle Spellbinder
October 2nd, 2006, 12:16 AM
I read this thread now, umm... there is a small thing added to the edgy deb linked by Uncle Spellbinder above - able to launch kiba-dock from the menu.
Kiba Dock shows up in the applications browser, which is very nice. I even added it to USP, working great.
Dr. Nick
October 2nd, 2006, 01:00 AM
Just pointing out i attached my Edgy package on the first post.
Was yours generated by checkinstall? It installed for me but didnt work correctly, kept crashing when i added icons. I tried the deb linked in the last post and it installed more dependencies (libglitz1) that were not installed with yours, after removing your deb and using that one it works just fine.
brottman
October 2nd, 2006, 02:01 PM
I installed Kiba with the deb package here and seems to be working correctly. I have this weird blue striped box around it though. Any ideas?
jsage
October 2nd, 2006, 02:16 PM
I installed Kiba with the deb package here and seems to be working correctly. I have this weird blue striped box around it though. Any ideas?
This is the default dock background. Go to your main menu, then select System Tools -> Configuration Editor.
In the editor, navigate to apps -> kiba -> options -> style.
Play here to change your settings.
have fun,
john
brottman
October 2nd, 2006, 02:52 PM
This is the default dock background. Go to your main menu, then select System Tools -> Configuration Editor.
In the editor, navigate to apps -> kiba -> options -> style.
Play here to change your settings.
have fun,
john
I have the editor open but I dont see Style. Under Apps -> Kiba --> Options I only see auto_hide, geometry, and physic. Am I looking in the wrong place?
Brian
jsage
October 2nd, 2006, 06:52 PM
I only see auto_hide, geometry, and physic. Am I looking in the wrong place?
Brian,
If you installed from CVS, then cd to your kiba folder ( ~/kiba-dock ) and run this in a terminal window:
gconftool-2 --install-schema-file=kiba.schemas
This will populate the configuration tree. If you installed from a deb, I don't know how to do it :-#
rupy
October 8th, 2006, 02:07 AM
When I run: gconftool-2 --install-schema-file=kiba.schemas
It fails with:
I/O warning : failed to load external entity "kiba.schemas"
Failed to open `kiba.schemas': No such file or directory
llamakc
October 10th, 2006, 04:30 PM
Wow. Kiba-dock is awesome. Thanks for the howto.
PriceChild
October 10th, 2006, 04:37 PM
Was yours generated by checkinstall? It installed for me but didnt work correctly, kept crashing when i added icons. I tried the deb linked in the last post and it installed more dependencies (libglitz1) that were not installed with yours, after removing your deb and using that one it works just fine.
Sorry :)
mthaddon
October 10th, 2006, 04:45 PM
That's the dock guys.... it doesn't come with any as standard.
Drag some icons onto it from the menu :)
Did that, and all the icons show as the Firefox icon (the Ubuntu default icon). I installed on my machine at work (Dapper - the one with the problems is Edgy) at it worked fine.
Any ideas?
Thanks, Tom
Sariel Amraphel
October 12th, 2006, 09:29 AM
Well, I installed it, tried it out for about half an hour, and even though I love the idea, it's gone now.
Reasons:
- I can't get the icons to be aligned as I want them to be
- For some reason, when I try to drag the icons to the place I want them to be, every single icon goes to the top-left corner of the screen
- If I hold my mouse over an icon for a few seconds without clicking and then take the mouse away again, every single icon bounces all over the screen
Too bad, hope it'll be better with the next release. Anyway, good job so far for making it, hope it'll get better :)
ayoli
October 12th, 2006, 10:44 AM
actually, to keep icons order it seems we have to st dock model to rope but, it works strange here. icons don't stay on the bar.
another thing that would be great to have is an arrow or something like that under icons of programs already opened, and something such a task-list ability (dock opened windows that have no icons set in the docker).
I see in the feature request for kiba thread on beryl forum that these features aren't coming soon, so i keep usin kxdocker for the moment.
Aberrix
October 13th, 2006, 10:33 AM
ok, I found the solution... I pressed 3 and gave it a number for the version
I was having the same problem and this solved it for me as well.
hawks1282
October 13th, 2006, 05:16 PM
I followed your directions but when i got to "sudo checkinstall" it said command not found. ANy ideas on what I've done wrong
(P.S. I'm very new to Linux)
PriceChild
October 13th, 2006, 06:22 PM
I followed your directions but when i got to "sudo checkinstall" it said command not found. ANy ideas on what I've done wrong
(P.S. I'm very new to Linux)sudo aptitude install checkinstall
mthaddon
October 13th, 2006, 08:18 PM
Any chance you can offer some wisdom on my issue? All the icons default to whatever the first icon is that I drag there. When I hover over them, I can see the "correct" icon pulsing underneath, and I've tried using the icon editor (which displays the icons correctly in the preview).
I'm using 0.1-1.2 (the i386 deb from the beryl forums, but I had the same problem with the previous version as well).
It works fine on my work computer which runs Dapper rather than Edgy.
Thanks, Tom
hawks1282
October 13th, 2006, 11:31 PM
Tried sudo aptitude install checkinstall. Now it reports that it couldn't find any package with the name checkinstall . . .
Maybe I used the wrong/incomplete directions, i followed the procedure described in the first post of this thread.
Thanks for the quick response though
hawks1282
October 14th, 2006, 12:03 AM
Never mind, i just got it. Didn't have the deb in my sources.list file. Thanks for the help
xpod
October 16th, 2006, 10:16 AM
Ok..anyone fancy shoving me in the right direction??
Got beryl running fine on edgy and have tried this "how to" but am a bit stuck after the download tar.bz2 part..
I`ve not had dealings with "tar.bz" type stuff yet so after downloading to desktop OR home and trying to run those commands im just getting told "no such file or directory" after the second command.
Ive tried extracting the stuff first too but just seem to be getting nowhere.
Everything went well till i got to that stage and realised i aint had to install this way before.........
Yes this is what happens when you get to used of "automatix and synaptic" but
if anyone would like to point out what im doing wrong OR not doing full stop i`d be ever so greatfull...
Got beryl working (mostly)so cheers for them how to`s anyway pricey.......
EDIT....typical.Just found the "deb" package which i know how to install so just need to suss out how to use it now :twisted:
Got some blue "roller" thing for my troubles...great:rolleyes: ...lol
cheers anyway...having fun figuring configuring
sussed it:mrgreen: .....now if i could only make it rain:-k
calvinthomas
October 18th, 2006, 07:06 AM
Has anyone managed to get the settings right so that in rope model the dock ALWAYS puts the icons down in one straight line. It only happens about 30% of the time for me after a reboot and I have to restart the dock (or change models) normally a couple of times before they are all straight!
Having said that, it does look really cool!
PriceChild out of interest are you maintaining your .deb for this? I.e. have you updated it to the very latest version (I think thats 0.113 or something like that?)
Calv
Keshyden
October 19th, 2006, 03:16 PM
I followed this and everything worked. When I run it all I get is a black box. When I drag icons to it, it just makes the black box wider.
Anonii
October 19th, 2006, 03:19 PM
Anyone figured out how to make it transparent, without Beryl/Compiz?
Thanks!
PriceChild
October 19th, 2006, 03:25 PM
I'm gonna package a new deb tonight.
And you NEED a composite manager insalled to make it transparent :)
ayoli
October 19th, 2006, 05:41 PM
Anyone figured out how to make it transparent, without Beryl/Compiz?
Thanks!
use xcompmgr
sudo aptitude install xcompmgr
Lopsicle
October 20th, 2006, 05:58 PM
How do I uninstall without it taking half my OS with it? Thank you :)
loell
October 21st, 2006, 06:02 PM
i think life is easier with kiba without beryl/xgl
PriceChild
October 21st, 2006, 06:04 PM
How do I uninstall without it taking half my OS with it? Thank you :)uninstall kiba-dock?
Could you give us the terminal output?
ayoli
October 21st, 2006, 06:18 PM
How do I uninstall without it taking half my OS with it? Thank you :)
if installed fellowing this howto (using checkinstall) then:
dpkg -r kiba-dock
will remove only kiba-dock.
eventually you can use gtk-orphan to remove unused libs if any left.
Lopsicle
October 23rd, 2006, 09:03 AM
Thanks PriceChild & Ayoli, but finally figured it out how to get it working (well sort of) ;) just me being impatient again :mrgreen:
MyNameUhBorat
October 24th, 2006, 02:13 AM
I keep getting this after following the installation guide. Any ideas of what I'm doing wrong?
========================= Installation results ===========================
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
swp6499
October 24th, 2006, 10:50 PM
hope this might help for anyone not wanting to build the package...there is a .deb package for kiba-dock here http://forum.beryl-project.org/topic-4930-edgy-kiba-dock-package
it works for me quite well...
maddog39
November 28th, 2006, 10:02 PM
All the download links are dead, can anyone please update them.
d3br074
November 29th, 2006, 04:27 PM
I'm pissed about that too. Beryl-project.org is down so I can't get the latest kiba-dock. I've done it before on a previous install when the site wasn't down but now I can't. Would be very thankful if someone uploaded their .deb that they got there. thanks!
telovoyagarcar
December 8th, 2006, 02:01 PM
it does not work for me...
i get a black box at the bottom and the icons i add to it disappear on mouse over ...
sheriffdaone
December 9th, 2006, 10:11 AM
Well i did what was written on the first page but when i type kiba-dock it gives a "command not found" error. So what's wrong with it, i'm using dapper also i don't have xgl on my computer. Could it be because of that?
Julolidine
December 10th, 2006, 08:29 AM
Here's the message I get from terminal
got desktop file: x-nautilus-desktop:///CD-RW%2FDVD%2BRW%20Drive.volume
** Message: Cant handle Relative path
Use a programm for dragging wich sends a fullpath
xfce4-appfinder for example should work
Have Edgy with Beryl, but Beryl is not running....however this looks more like a gnome issue perhaps?
I get the same problem as other people, nothing is added to the bar when I drag it. I installed from the .deb, and it claims I had no dependency issues. I tried doing the make, but it wanted to downgrade one of my packages, so I decided against the compile.
Edit: Heres the message from terminal when I try to install the base packages
The following packages have unmet dependencies:
libgl1-mesa-dev: Depends: mesa-common-dev (= 6.5.1~20060817-0ubuntu3) but 6.5.1+cvs20060824 is installed.
Resolving dependencies...
The following actions will resolve these dependencies:
Downgrade the following packages:
mesa-common-dev [6.5.1+cvs20060824 (now) -> 6.5.1~20060817-0ubuntu3 (edgy)]
cruiseoveride
December 12th, 2006, 08:11 PM
wats with the ugly blue background.
how do u get rid of it!
flapane
December 13th, 2006, 06:00 PM
64bit version http://www.dpb.org.uk/ubuntu/edgy_6.10/kiba-dock_0.1.0-1_amd64.deb
tdeboeser
December 15th, 2006, 03:01 PM
Wonderful app!!! Fun, cool, usable ...
I got my "blacked out" problem fixed. I installed xcompmrg and then enable "Composite"
Section "Extensions"
# Option "Composite" "Disable"
Option "Composite" "Enable"
EndSection
to /etc/X11/xorg.conf
BUT now I have a different problem. Kiba-dock works well, but the apps come up without my color scheme ( WaSP 2.0 ). I.e. Evolution menu bars are fine but my panes and folders are basic black and white.
I've also noticed the "icon-editor", and "gset-kiba" have no real scheme/colors/theme.
My build is from the CVS.
Think I'll try the deb package.
Tom de
tdeboeser
December 18th, 2006, 09:06 AM
BUT now I have a different problem. Kiba-dock works well, but the apps come up without my color scheme ( WaSP 2.0 ). I.e. Evolution menu bars are fine but my panes and folders are basic black and white.
I've also noticed the "icon-editor", and "gset-kiba" have no real scheme/colors/theme.
Tom de
Looks like I found my problem. My KDE GTK settings weren't happy.
Alss good now!
Tom de
lostelectron
December 18th, 2006, 02:34 PM
Hi all,
I am having a problem with Kiba-dock.
I am on Kubuntu Edgy. I installed Beryl yesterday and it is working fine.
I installed Kiba-dock by downloading the source and ./configure make make install.
It did not work. I later installed the .deb package too.
There are 2 problems with my kiba-dock:
1. It gives funny message like :
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 168
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
2. The command kiba-dock does not give me anything.
<EDIT>
The solution to both problems is as folllows:
Solution to 1. The error messages are due to wacom devices in /etc/X11/xorg.conf
Take a backup of your xorg.conf before editing and comment the following sections:
#Section "InputDevice"
# Driver "wacom"
# Identifier "stylus"
# option "Device" "/dev/wacom"# Change to
# option "Type" "stylus"
# option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
#Section "InputDevice"
# Driver "wacom"
# Identifier "eraser"
# option "Device" "/dev/wacom"# Change to
# option "Type" "eraser"
# option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
#Section "InputDevice"
# Driver "wacom"
# Identifier "cursor"
# option "Device" "/dev/wacom"# Change to
# option "Type" "cursor"
# option "ForceDevice" "ISDV4"# Tablet PC ONLY
# # /dev/input/event
# # for USB
#EndSection
and furher down in: Section "ServerLayout"
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Solution to 2. This may seem dumb, but all you have to do is run populate-dock.sh
</EDIT>
aliyanage
December 18th, 2006, 08:08 PM
Hi,
I've installed it and the installation worked fine but when I now try to run it by typing "kiba-dock" is says that there is no file or directory... anyone who has a clue?
by the way I am running beryl, does that make a difference?
regards
aliyanage
habtish
December 18th, 2006, 08:31 PM
First off, thanks PriceChild for the great HowTo. .. My first CVS build I already feel like Mr smarty pants......
My question is rather simple and hopefully it has happened to some4one in here and I will get a simple solution. After adding icons to the dock, I get these Blue arrows [>>] in groups of 2-4 scattered on the screen pointing to the dock, to let me know I have added an icon i guess... problem is.. those arrows stay and they are on top of all windows...doesn't matter what I am doing.. I have the arrows covering part of my view... how can I take care of this?
Blario
December 22nd, 2006, 01:35 PM
Edgy kiba-dock package (http://forum.beryl-project.org/topic-4930-edgy-kiba-dock-package)
Deb package for Edgy. And it works GREAT! Just starting to configure it.
http://img480.imageshack.us/img480/5000/kibave4.th.png (http://img480.imageshack.us/my.php?image=kibave4.png)
ATTENTION: Can someone please update this link. No one viewing this thread now can download the working .deb, since beryl-project.org crashed since the original post. Can someone please post a link to the working beryl-project.org .deb. Thankx!
Blario
December 22nd, 2006, 02:47 PM
I have installed Kiba-dock from source, seems to be working fine, except that I can only run it as root. When I run it as my user, nothing happens, but the process stays open. I'm running from terminal using 'kiba-dock' ('sudo kiba-dock' for root).
This wasn't an issue at first, except that any launcher I click from the dock runs as root b/c of that. Not cool! I configured and made ('./configure' & 'make') as my user... are there any ideas as to why I can only run it as root?
PriceChild
December 22nd, 2006, 03:01 PM
ATTENTION: Can someone please update this link. No one viewing this thread now can download the working .deb, since beryl-project.org crashed since the original post. Can someone please post a link to the working beryl-project.org .deb. Thankx!I haven't a clue where you can find those.
If I were you, I would follow my instructions in the original thread and build from cvs source.
moclippa
December 23rd, 2006, 10:45 PM
If anyone is still having problems with the odd blue background its rather a simple fix if you guys haven't figured it out yet... Sorry haven't gone through all the pages on this topic.
in terminal type gset-kiba
Then go to Color/Alpha
You can feel free to lower all of the settings to 0 if you want your dock to be totally transparent
Otherwise you can do what I did and switch anything that says Gnome-Dock in the Style/Misc. tab to Gradient... then mess around with the color settings just to have a nice tone in the background, and remove the border completely by setting it to 0.
If you are getting the black background, either install XGL (AIGLX does not seem to work for me when I tried to replicate that issue) or, if you prefer not to... try installing xcompmgr (another window manager) to sort out your issue.
sudo apt-get install xcompmgr
once installed
xcompmgr to start it up.
(xcompmgr fix is borrowed from http://www.macewan.org/2006/11/29/howto-fix-kiba-dock-black-background/)
Hope that Helps.
FunnyLookinHat
December 24th, 2006, 02:28 PM
Just a note to you KDE users out there....
You will find two other packages in the ubuntu repositories that may work much more easily for you:
ksmoothdock
and
kooldock <--- This is a more updated version of ksmoothdock that is apparently still maintained
gl/hf : )
flapane
December 24th, 2006, 02:45 PM
I'll note for the next time, as it seems kiba is working wonderfully on my kde box
Blario
December 24th, 2006, 07:01 PM
When I run: gconftool-2 --install-schema-file=kiba.schemas
It fails with:
I/O warning : failed to load external entity "kiba.schemas"
Failed to open `kiba.schemas': No such file or directory
For anyone still looking, the command to install the schemas from the source directory is make install-schemas Until I did this, none of the changes to the configuration of the dock took effect nor were saved after I restarted it.
I'm currently not using the dock, b/c it uses too many resources. What were the names of the alternatives to kiba-dock? something like kdocker.... or something like that. Anyone?
PriceChild
December 24th, 2006, 09:00 PM
Why don't people read howtos?
This was in the first post Blario!
Blario
December 25th, 2006, 02:47 AM
Why don't people read howtos?
This was in the first post Blario!
Obviously! Where do you think I got it from?! Obviously ppl weren't seeing it because of all the problems they were having. Anyways, in case you can't tell, the howto wasn't complete from the start; Hence all the problems that everyone was having. The originally posted deb definitely doesn't work; Hence all the pleas for a working deb from the second forum admin that posted. It was an Amateur attempt. Of course there's nothing wrong with that, seeing that there was nothing like it before; someone has to do it; and at least it pointed people in the right direction :)
habtish
December 26th, 2006, 04:11 PM
PriceChild, I had followed this howto to build kiba-dock from source and it was working great... as time went on, my system seemed to be lagging a lot, <top> shows a high percentage of cpu usage by x.org and kiba-dock. I was using xcomp as my conpositing engine.. not sure if anyone had faced this issue...also, even decreasing the hide area to a very low value o autohide didn't help as the dock keeps on popping out when my cursor is miles away from the dock area... this was verry annoying as you are trying to scroll down or do something else in an open window and kiba keeps on popping up
ibero
December 27th, 2006, 02:54 PM
I follow the steps and it's not working for me, I got:
Copying files to the temporary directory...OK
Striping ELF binaries and libraries...OK
Compressing man pages...OK
Building file list...OK
Building Debian package... FAILED!
*** Failed to build the package
Any ideas..Thanks?:-k
ibero
December 27th, 2006, 03:17 PM
Problem solved ...
PriceChild
December 27th, 2006, 08:46 PM
Problem solved ...how?
d3v1ant_0n3
December 27th, 2006, 08:59 PM
I'm getting an error on make - I assume it's something to do with the new clock plugin?
kiba-dock.c:36:24: error: kiba-clock.h: No such file or directory
kiba-dock.c: In function ‘kiba_reload’:
kiba-dock.c:370: error: dereferencing pointer to incomplete type
kiba-dock.c: In function ‘timeout_callback’:
kiba-dock.c:441: error: dereferencing pointer to incomplete type
Face2thehighfog
December 28th, 2006, 02:19 AM
Everything seemed to go ok until I got to the make command. Then I got this:
/kiba-dock.Tpo"; exit 1; fi
kiba-dock.c:36:24: error: kiba-clock.h: No such file or directory
kiba-dock.c: In function ‘kiba_reload’:
kiba-dock.c:370: error: dereferencing pointer to incomplete type
kiba-dock.c: In function ‘timeout_callback’:
kiba-dock.c:441: error: dereferencing pointer to incomplete type
Any help would be great :O)
Thanks
Face2thehighfog
December 28th, 2006, 02:20 AM
Opps, must have missed the reply before mine. Same prob.
weapon-x
December 28th, 2006, 02:13 PM
hi friends i have installed the kiba i can run its a user but when i become root its shows me an error.
the error is :-
** Message: error while creating launcher icon: /root/Desktop/SantaClausHat_lnx.zip_FILES/SantaClausHat_lnx/icons/Hat_128x128
** Message: found unused desktop file in homdir
try to merge /root/.kiba-dock/torrents to gconf
** Message: Failed to merge unused desktop file /root/.kiba-dock/torrents. notifications: Bad key or directory name: "/apps/kiba/launchers//file": Can't have two slashes (/) in a row
** ERROR **: Failed to read config from gconf: Failed to read config from gconf: Failed to read config from gconf: Failed to read config fr
aborting...
Aborted (core dumped)
please help ](*,)
kevinlang21
December 28th, 2006, 06:05 PM
For me, everything works until
make install-schemas
It gives me GCONF_CONFIG_SOURCE= \
gconftool-2 --makefile-install-rule files/kiba.schemas
files/kiba.schemas:419: parser error : StartTag: invalid element name
<<<<<<< kiba.schemas
^
files/kiba.schemas:419: parser error : StartTag: invalid element name
<<<<<<< kiba.schemas
^
files/kiba.schemas:419: parser error : StartTag: invalid element name
<<<<<<< kiba.schemas
^
files/kiba.schemas:419: parser error : StartTag: invalid element name
<<<<<<< kiba.schemas
^
files/kiba.schemas:419: parser error : StartTag: invalid element name
<<<<<<< kiba.schemas
^
files/kiba.schemas:419: parser error : StartTag: invalid element name
<<<<<<< kiba.schemas
^
files/kiba.schemas:419: parser error : StartTag: invalid element name
<<<<<<< kiba.schemas
^
make: *** [install-schemas] Error 1
Rashid584
December 28th, 2006, 07:01 PM
wow gettin it to accept an icon is a mission :| after about 5 tries each icon it decides itll let me add it :S
Got a better idea, copy .desktop files from /usr/share/applications(/kde) to ~/.kiba-dock :D
Only problem is you cant minimise windows to it like in OS X :( until it can do that... :(
-Rashid
abu_nawas
December 29th, 2006, 05:19 AM
I'm getting an error on make - I assume it's something to do with the new clock plugin?
kiba-dock.c:36:24: error: kiba-clock.h: No such file or directory
kiba-dock.c: In function ‘kiba_reload’:
kiba-dock.c:370: error: dereferencing pointer to incomplete type
kiba-dock.c: In function ‘timeout_callback’:
kiba-dock.c:441: error: dereferencing pointer to incomplete type
i have this problem too. anyone help please...
PriceChild
December 29th, 2006, 09:00 AM
I'm just guessing latest cvs is broken... and I don't have a working cvs so you'll just have to wait sorry.
d3v1ant_0n3
December 29th, 2006, 11:43 PM
I waited. It's fixed. I checked the thread on beryl-project forums.
chiklit
December 30th, 2006, 01:41 PM
Is it supposed to look all funky like this?
PriceChild
December 30th, 2006, 02:49 PM
Is it supposed to look all funky like this?That's it :)
Drag launchers on from menus/panels to add them.
right click and change the settings with one of the options.
Rashid584
December 30th, 2006, 05:25 PM
yir...dunno why they made it look like that but you can customise it to how you want it. heres a shot of mine
btw i dont actually use it like that...kiba dock doesny have any taskbar functionality so i just have it on the right side as an app launcher...still need kicker at the bottom of the screen for the taskbar and k-menu...
if there was a way to get the kmenu, and OS X style tasks (screenshots or even icons) on the dock id be happy :D
(i know you can do that with kxdocker but i like kiba docks pulse mouseover effect :D and the other cwazy effects :D)
-Rashid
lucid
January 2nd, 2007, 10:37 AM
I followed the Howto to the letter and it didn't work for me...
Copying files to the temporary directory...OK
Striping ELF binaries and libraries...OK
Compressing man pages...OK
Building file list...OK
Building Debian package... FAILED!
*** Failed to build the package
Rashid584
January 2nd, 2007, 10:43 AM
use the .deb package instead of building from source
-Rashid
Blario
January 2nd, 2007, 05:52 PM
hi friends i have installed the kiba i can run its a user but when i become root its shows me an error.
the error is :-
please help ](*,)
You shouldn't be running GUI as root.
Afteraffekt
January 2nd, 2007, 10:54 PM
I get the Black Kiba Dock up, but i cant get transparency, Iv installed compiz and try compiz --replace and i get ,No composite extension, iv then installed xcompmgr and run the command xcompmgr and i get the same error? what have i done wrong
fokuslee
January 3rd, 2007, 03:05 AM
I have the same problem as Pau and Ibero Is the CVS broken again?
I am building with beryl running and in gui mood does that matter?
also my autoconf is version 2.6
some other guide use 2.16 obsolete version maybe better luck with that?
for the mean time i was able to install with the prebuilt package couple of posts up
is there a official website for kiba-dock?
PS sites to china and taiwan and japan are superslow b/c the opticfiber undersea is broken by storm
im not making this up this mite affect some of your dls
PriceChild
January 3rd, 2007, 11:57 AM
use the .deb package instead of building from source
-RashidWhat deb?
kwaanens
January 4th, 2007, 07:12 AM
The one listed in the first post of this thread: http://stashbox.org/6310/kiba-dock_0.1-1.2_i386.deb
victorbrca
January 4th, 2007, 10:59 PM
Relating a different problem.
After running ... ./autogen.sh I'd get the msg that "libgtop" (LGTOP) was not present.
I solved it by using the .deb from the original post.
Vic.
Quillz
January 5th, 2007, 01:31 AM
Wow! Thanks for this. Kiba-dock is by far the best docking app I've seen yet for Ubuntu.
albert006
January 5th, 2007, 08:35 AM
After pressing "3" and giving it version "1" it installs and works great. Thanks!
navneeth
January 5th, 2007, 11:46 AM
What am I to make of these?
At the end of ./autogen.sh
(I didn't notice this first time and went ahead to the next step)
checking for LGTOP... configure: error: Package requirements (libgtop-2.0 >= 2.0.0) were not met:
No package 'libgtop-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LGTOP_CFLAGS
and LGTOP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
make:
make: *** No targets specified and no makefile found. Stop.
make install-schemas:
make: *** No rule to make target `install-schemas'. Stop.
checkinstall:
Installing with make install...
========================= Installation results ===========================
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
PriceChild
January 5th, 2007, 12:44 PM
navneeth install libgtop-2.0 from the repos and try again.
navneeth
January 5th, 2007, 01:12 PM
In which repo can I find this file? I think I have the uni and multiverse repos, but I get a message saying that no such package was found.
victorbrca
January 5th, 2007, 02:51 PM
In which repo can I find this file? I think I have the uni and multiverse repos, but I get a message saying that no such package was found.
I'd get the msg that "libgtop" (LGTOP) was not present.
I solved it by using the .deb from the original post.
Vic.
Hope that helps!!!
navneeth
January 5th, 2007, 03:48 PM
victorbrca,
Thanks. It worked, i.e. I now have kiba-dock installed, but since I don't have beryl, there's an ugly black border. :(
Shadito
January 5th, 2007, 11:18 PM
Hi, the .deb works, but today in one update (0.1.1+cvs20061208+3) kiba-dock dont work ](*,) the error is:
** Message: error while creating launcher icon: msn
Fallo de segmentación (core dumped)
help please :-k
marijus
January 6th, 2007, 01:25 PM
Hi, the .deb works, but today in one update (0.1.1+cvs20061208+3) kiba-dock dont work ](*,) the error is:
** Message: error while creating launcher icon: msn
Fallo de segmentación (core dumped)
help please :-k
yep... same for me...
CCBalla10
January 6th, 2007, 02:42 PM
me too
OHardBodyO
January 7th, 2007, 11:07 AM
Deb was working for me until i configured it to bounce on my over. After that it would place everything on the top-left-corner and all the launchers are bunched together. I set all the settings back to default but that didn't work. I deleted the .kiba-dock folder and uninstall and reinstalled it and now im getting the following message
(kiba-dock:7806): Gdk-CRITICAL **: gdk_screen_get_monitor_geometry: assertion `monitor_num < GDK_SCREEN_X11 (screen)->num_monitors' failed
Kiba works fine if I run it as another use. Can someone help?
alin4lex
January 8th, 2007, 05:29 PM
alin@Home-wks:~$ cd kiba-dock
alin@Home-wks:~/kiba-dock$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.in:30: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
alin@Home-wks:~/kiba-dock$
ESPOiG
January 9th, 2007, 01:02 AM
i just keep getting this when i try and launch it :(
user@ubuntu-linuxbox-2:~$ kiba-dock
(kiba-dock:23408): GLib-CRITICAL **: g_str_has_suffix: assertion `str != NULL' failed
Segmentation fault (core dumped)
what does this mean, and also i did all that was said but when i goto 'make' there is no make file, so i just used the .deb provided
Weav
January 9th, 2007, 01:19 AM
I also get a strange error after installing kiba-dock from the deb provided:
steve@steve-desktop:~$ kiba-dock
kiba-dock: symbol lookup error: kiba-dock: undefined symbol: g_type_register_static_simple
Any ideas?
fokuslee
January 9th, 2007, 02:18 AM
alin@Home-wks:~$ cd kiba-dock
alin@Home-wks:~/kiba-dock$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.in:30: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
alin@Home-wks:~/kiba-dock$
same error as 4lex
the prebuilt 64deb installs but won't run
any ideas?
maniacmusician
January 9th, 2007, 03:41 AM
how do I get this dock to be a little more subtle? Because of its insane physics, the crazy thing bounces all around and won't even line up in a straight line; instead icons clog up and sit on top of each other; they're useless like that. So how can I get to be more subtle?
Also, can I control spacing between the icons? again due to the physics, they sometimes end up too close to each other.
Thanks.
PriceChild
January 9th, 2007, 12:12 PM
how do I get this dock to be a little more subtle? Because of its insane physics, the crazy thing bounces all around and won't even line up in a straight line; instead icons clog up and sit on top of each other; they're useless like that. So how can I get to be more subtle?
Also, can I control spacing between the icons? again due to the physics, they sometimes end up too close to each other.
Thanks.Right click it and change the model type from rope to something else. say spring.
Everything can be customised on the right click menu if you find "gset-kiba"
glotz
January 9th, 2007, 09:01 PM
Now, all we need is a wiki page. :)
Any cool docks that don't need XGL/AIXGL?
maniacmusician
January 9th, 2007, 11:53 PM
Right click it and change the model type from rope to something else. say spring.
Everything can be customised on the right click menu if you find "gset-kiba"
I know, I've tried, I just can't get the damn thing to stay still! And I didn't see any spacing options in gset.
biketrials
January 11th, 2007, 04:03 AM
When I install kiba I'm having a problem that when the launcher is stared I can't open the system tray icon/tool. It says that the image required can't be found. Here is the error being thrown out. It would be much appreciated if anyone has any suggestions. Thanks
Failed to open file '/usr/bin/icons/kiba_24.png': No such file or directory
jonah1980
January 11th, 2007, 08:10 AM
http://www.gnome-dock.org/trac
this dock looks awesome, plus it's got the sytem tray also so no need to have anything but the dock on your desktop....
PriceChild
January 11th, 2007, 08:32 AM
/me can't get cairo-dock working properly... Its not looking in the right home dir at present :(
cnphch
January 11th, 2007, 09:09 AM
This install doesn't work for. Everything is fine until i type ./autogen.sh
Then i get this error message:
cnphch@cnphch-laptop:~/kiba-dock$ ./autogen.sh
autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
plugins/Makefile.am:26: Libtool library used but `LIBTOOL' is undefined
plugins/Makefile.am:26:
plugins/Makefile.am:26: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
plugins/Makefile.am:26: to `configure.in' and run `aclocal' and `autoconf' again.
autoreconf: automake failed with exit status: 1
cnphch@cnphch-laptop:~/kiba-dock$
Can anyone help?
I using Dapper with Beryl
frotzed
January 11th, 2007, 10:33 PM
I'm using edgy 6.10
when I run this line in terminal:
cvs -d:pserver:anonymous@metascape.afraid.org:/cvsroot co kiba-dock
I get this error:
bash: cvs: command not found
I don't know what to do about it.
umattu
January 12th, 2007, 12:47 AM
========================= Installation results ===========================
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.
I have followed the first post to a "T" and this is all I get what have I done wrong?
CowzRule
January 12th, 2007, 01:03 AM
I'm using edgy 6.10
when I run this line in terminal:
cvs -d:pserver:anonymous@metascape.afraid.org:/cvsroot co kiba-dock
I get this error:
bash: cvs: command not found
I don't know what to do about it.I think you need to install "cvs" Try sudo aptitude install cvs
d3v1ant_0n3
January 12th, 2007, 01:04 AM
*EDIT* never mind, misread.
rfdparker2002
January 12th, 2007, 06:39 PM
Mine fails at the './autogen.sh' stage, outputting:
checking for KIBA_DOCK... configure: error: Package requirements ("libpng xcomposite glib-2.0 gtk+-2.0 cairo pango gconf-2.0 libgtop-2.0 libglade-2.0") were not met:
No package 'xcomposite' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables KIBA_DOCK_CFLAGS
and KIBA_DOCK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I have installed xcompmgr and even prior beryl works fine with kde using either xgl or now i use the built in support of the beta nvidia drivers, yet i still get this error?
ZaYeR
January 12th, 2007, 07:16 PM
This install doesn't work for. Everything is fine until i type ./autogen.sh
Then i get this error message:
cnphch@cnphch-laptop:~/kiba-dock$ ./autogen.sh
autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
plugins/Makefile.am:26: Libtool library used but `LIBTOOL' is undefined
plugins/Makefile.am:26:
plugins/Makefile.am:26: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
plugins/Makefile.am:26: to `configure.in' and run `aclocal' and `autoconf' again.
autoreconf: automake failed with exit status: 1
cnphch@cnphch-laptop:~/kiba-dock$
Can anyone help?
I using Dapper with Beryl
You need to install libtool:
sudo apt-get install libtool
XtremeSki2001
January 12th, 2007, 10:20 PM
Mine fails at the './autogen.sh' stage, outputting:
checking for KIBA_DOCK... configure: error: Package requirements ("libpng xcomposite glib-2.0 gtk+-2.0 cairo pango gconf-2.0 libgtop-2.0 libglade-2.0") were not met:
No package 'xcomposite' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables KIBA_DOCK_CFLAGS
and KIBA_DOCK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I have installed xcompmgr and even prior beryl works fine with kde using either xgl or now i use the built in support of the beta nvidia drivers, yet i still get this error?
I'm getting the same error
unabatedshagie
January 13th, 2007, 05:12 AM
Make that another one thats getting that error.
checking pkg-config is at least version 0.9.0... yes
checking for KIBA_DOCK... configure: error: Package requirements ("libpng xcomposite glib-2.0 gtk+-2.0 cairo pango gconf-2.0 libgtop-2.0 libglade-2.0") were not met:
No package 'xcomposite' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables KIBA_DOCK_CFLAGS
and KIBA_DOCK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
the.ant
January 13th, 2007, 08:35 AM
I have a similar problem as some other posters, has anyone found a solution yet?
formica:~/kiba-dock$ ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.in: tracing
autoreconf: configure.in: creating directory config
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.in:30: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
EDIT: OK, installing libtool solved this, however, now I also have to problem "xcomposite not found".
XtremeSki2001
January 13th, 2007, 08:45 AM
I did some searching and I've found the
No package 'xcomposite' found
error is due to me not having compiz installed. I wanted to use Beryl with Kiba-Dock ... is that possible?
edit: Ignore the above .. I've used this guide (http://knowledge76.com/index.php/XGL/Compiz_Nvidia_32bit) to install XGL (I have a NVIDIA card) and Compiz. After I finish this guide, I beleive I'll be able to install Kiba-Dock
the.ant
January 13th, 2007, 09:49 AM
I did some searching and I've found the
No package 'xcomposite' found
error is due to me not having compiz installed. I wanted to use Beryl with Kiba-Dock ... is that possible?
edit: Ignore the above .. I've used this guide (http://knowledge76.com/index.php/XGL/Compiz_Nvidia_32bit) to install XGL (I have a NVIDIA card) and Compiz. After I finish this guide, I beleive I'll be able to install Kiba-Dock
Any other solution? I tried to install compiz and did not get it running, which is the reason why I take beryl in the first place. I don't want to install to many things which I don't need, especially with things which are in constant development.
Also, I thought that kiba was originally written for beryl. It is after all included in the beryl repositories, not in in the compiz... Or did I get that wrong?
edit: problem solved by reinstallin libxcomposite. No need to install compiz!
kiba is running now, although I have this weird blue fframe effect as well.
XtremeSki2001
January 13th, 2007, 01:01 PM
I fixed the error I was receiving by installing all packages under libxcomposite in synaptic.
Now I'm getting this problem after the install goes fine ...
*** Warning: The package version "dock" does not
*** Warning: contain any digits. dpkg might not like that.
This package will be built according to these values:
0 - Maintainer: [ root@erich-desktop ]
1 - Summary: [ EOF ]
2 - Name: [ kiba-dock ]
3 - Version: [ dock ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ checkinstall ]
7 - Architecture: [ i386 ]
8 - Source location: [ kiba-dock ]
9 - Alternate source location: [ ]
Enter a number to change any of them or press ENTER to continue:
*****************************************
**** Debian package creation selected ***
*****************************************
Building Debian package... FAILED!
*** Failed to build the package
Do you want to see the log file? [y]:
erich@erich-desktop:~/kiba-dock$ cd
erich@erich-desktop:~$ kiba-dock
Segmentation fault
erich@erich-desktop:~$
edit: Fixed the error. Check page one. Version needs to be changed from 3 to 1 .... still getting segmentation fault (RAM is fine and not the problem)
ajmorris
January 14th, 2007, 12:47 AM
i get this when i try to run it:
kiba-dock
GTK Accessibility Module initialized
Segmentation fault (core dumped)
Any ideas?
FuturePilot
January 14th, 2007, 01:38 AM
Should I continue with this? Warning at the bottom.
sudo aptitude install cvs automake1.9 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev libgtop2-dev
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
Note: selecting "libglitz-glx1-dev" instead of the
virtual package "libglitz-glx-dev"
The following NEW packages will be automatically installed:
autoconf autotools-dev binutils cpp cpp-4.0 dpkg-dev g++ g++-4.0 gcc
gcc-4.0 libart-2.0-dev libatk1.0-dev libbz2-dev libc6-dev libcairo2-dev
libcroco3-dev libexpat1-dev libfontconfig1-dev libfreetype6-dev
libgl1-mesa-dev libglib2.0-dev libglitz1-dev libgsf-1-dev libidl-dev
libmudflap0 libmudflap0-dev liborbit2-dev libpng12-dev libpopt-dev
libstdc++6-4.0-dev libx11-dev libxau-dev libxcursor-dev libxdmcp-dev
libxext-dev libxfixes-dev libxft-dev libxi-dev libxinerama-dev
libxml2-dev libxrandr-dev libxrender-dev linux-kernel-headers m4 make
mesa-common-dev orbit2 x-dev x11proto-core-dev x11proto-fixes-dev
x11proto-input-dev x11proto-kb-dev x11proto-randr-dev x11proto-render-dev
x11proto-xext-dev x11proto-xinerama-dev zlib1g-dev
The following NEW packages will be installed:
autoconf automake1.9 autotools-dev binutils build-essential checkinstall
cpp cpp-4.0 cvs dpkg-dev g++ g++-4.0 gcc gcc-4.0 libart-2.0-dev
libatk1.0-dev libbz2-dev libc6-dev libcairo2-dev libcroco3-dev
libexpat1-dev libfontconfig1-dev libfreetype6-dev libgconf2-dev
libgl1-mesa-dev libglade2-dev libglib2.0-dev libglitz-glx1-dev
libglitz1-dev libgsf-1-dev libgtk2.0-dev libgtop2-dev libidl-dev
libmudflap0 libmudflap0-dev liborbit2-dev libpango1.0-dev libpng12-dev
libpopt-dev librsvg2-dev libstdc++6-4.0-dev libx11-dev libxau-dev
libxcursor-dev libxdmcp-dev libxext-dev libxfixes-dev libxft-dev
libxi-dev libxinerama-dev libxml2-dev libxrandr-dev libxrender-dev
linux-kernel-headers m4 make mesa-common-dev orbit2 x-dev
x11proto-core-dev x11proto-fixes-dev x11proto-input-dev x11proto-kb-dev
x11proto-randr-dev x11proto-render-dev x11proto-xext-dev
x11proto-xinerama-dev zlib1g-dev
0 packages upgraded, 68 newly installed, 0 to remove and 0 not upgraded.
Need to get 24.8MB of archives. After unpacking 93.5MB will be used.
Do you want to continue? [Y/n/?] Y
WARNING: untrusted versions of the following packages will be installed!
Untrusted packages could compromise your system's security.
You should only proceed with the installation if you are certain that
this is what you want to do.
mesa-common-dev x11proto-fixes-dev libglitz-glx1-dev libglitz1-dev
libgl1-mesa-dev libxfixes-dev
Do you want to ignore this warning and proceed anyway?
To continue, enter "Yes"; to abort, enter "No": No
Abort.
anticasper
January 14th, 2007, 04:25 AM
edit: problem solved by reinstallin libxcomposite. No need to install compiz!
kiba is running now, although I have this weird blue fframe effect as well.
how do you reinstall libxcomposite?
PriceChild
January 14th, 2007, 10:15 AM
Should I continue with this? Warning at the bottom.I say no... you should figure out what dodgy repos you've got which are trying to give you those packages.
FuturePilot
January 14th, 2007, 12:54 PM
I say no... you should figure out what dodgy repos you've got which are trying to give you those packages.
How exactly would I go about doing that? Could it be a third party repo?
rabid9797
January 14th, 2007, 02:24 PM
do i need to be running compiz or beryl to use kiba-dock?
i keep getting this error when trying to "./autogen.sh"
checking for KIBA_DOCK... configure: error: Package requirements ("libpng xcomposite glib-2.0 gtk+-2.0 cairo pango gconf-2.0 libgtop-2.0 libglade-2.0") were not met:
No package 'xcomposite' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables KIBA_DOCK_CFLAGS
and KIBA_DOCK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
rabid9797
January 14th, 2007, 06:13 PM
bump
nlmark
January 14th, 2007, 06:38 PM
try installing libxcomposite-dev
for the person who started this thread: libtool is also required
rabid9797
January 14th, 2007, 06:41 PM
try installing libxcomposite-dev
for the person who started this thread: libtool is also required
thanks, that did it for me:D
btw, someone already said that libtool is required, i think we just need to wait for the original poster to edit his post.
EDIT: i was able to execute autogen successfully but now im having a problem during make.
launcher.c: In function 'kiba_plugin_init':
launcher.c:112: error: 'laucher' undeclared (first use in this function)
launcher.c:112: error: (Each undeclared identifier is reported only once
launcher.c:112: error: for each function it appears in.)
make[2]: *** [launcher.lo] Error 1
make[2]: Leaving directory `/home/rabid9797/kiba-dock/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rabid9797/kiba-dock'
make: *** [all] Error 2
FuturePilot
January 14th, 2007, 07:30 PM
Ok, I think I got rid of the warning, but now there are packages that are broken.
libgl1-mesa-dev libglitz-glx1-dev libglitz1-dev libxfixes-dev
rabid9797
January 15th, 2007, 12:33 PM
bump
ZaYeR
January 15th, 2007, 03:15 PM
launcher.c: In function 'kiba_plugin_init':
launcher.c:112: error: 'laucher' undeclared (first use in this function)
launcher.c:112: error: (Each undeclared identifier is reported only once
launcher.c:112: error: for each function it appears in.)
make[2]: *** [launcher.lo] Error 1
make[2]: Leaving directory `/home/rabid9797/kiba-dock/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/rabid9797/kiba-dock'
make: *** [all] Error 2
I thing that this error is quite common ... try to search answer on this page: http://forum.beryl-project.org/viewforum.php?f=38
There's a lot of that ;). We must wait until kiba site will be lauched. Oh, and one more thing ... sometimes cvs are broken cuz danielb is developing kiba all the time and not everything is going like he wants.
rabid9797
January 15th, 2007, 04:06 PM
huzzah! its complete! i removed the entire cvs folder and started fresh, the developer must of fixed something since when i downloaded it.
attached is a working .deb of kiba-dock. (sry it says 1-1 for version, i just put whatever, i just wanted to get it done)
daverab
January 17th, 2007, 10:08 AM
I dunno about it 'working' fully. The systray icon seems to be broken, at least for me. It complained about it not finding kiba_24.png, so I copied it manually. After that, the kiba-systray.py is trying to launch the kiba dock from /usr/bin/ and can't find it and just sorta fails. Besides that, the new taskbar item is nice. I just wish you could adjust which side of the tray the icons appear in.
atraylen
January 17th, 2007, 08:34 PM
OMG it worked :-) thats the first time I have ever made a package... tho by tutorial, sweet... I just upgraded to edgy eft yesterday... got beryl running quite nicely and now the kiba dock is working Thanks a million for the awesome tutorial *cheers*
corck
January 20th, 2007, 07:35 AM
I get these errors.
(kiba-dock:21791): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_width: assertion `pixbuf != NULL' failed
(kiba-dock:21791): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_height: assertion `pixbuf != NULL' failed
(kiba-dock:21791): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_pixels: assertion `pixbuf != NULL' failed
(kiba-dock:21791): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_rowstride: assertion `pixbuf != NULL' failed
(kiba-dock:21791): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_n_channels: assertion `pixbuf != NULL' failed
Segmentation fault
someone knows how to solve it
by the way I am using kubuntu
corck
January 20th, 2007, 08:51 AM
solved issue by using the version from
http://www.dpb.org.uk/ubuntu/edgy_6.10/
pretty cool stuff
stijngysemans
January 20th, 2007, 05:21 PM
I've got a problem with launching the kiba dock (after following the how to described on page 1)
xxx@xxxxx:~/kiba-dock$ kiba-dock
*** glibc detected *** kiba-dock: double free or corruption (fasttop): 0x080b47f0 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb75f88bd]
/lib/tls/i686/cmov/libc.so.6(__libc_free+0x84)[0xb75f8a44]
/usr/lib/libglib-2.0.so.0(g_free+0x31)[0xb770bb51]
kiba-dock(kiba_load_png+0x261)[0x8058581]
/usr/local/lib/kiba-dock/libclock.so(kiba_plugin_init+0x421)[0xb7308641]
kiba-dock(main+0xbbe)[0x804f6ce]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb75a78cc]
kiba-dock[0x804db31]
======= Memory map: ========
08048000-0805d000 r-xp 00000000 03:01 3347667 /usr/local/bin/kiba-dock
0805d000-0805e000 rw-p 00015000 03:01 3347667 /usr/local/bin/kiba-dock
0805e000-080c0000 rw-p 0805e000 00:00 0 [heap]
b7100000-b7121000 rw-p b7100000 00:00 0
b7121000-b7200000 ---p b7121000 00:00 0
b72a1000-b72ab000 r-xp 00000000 03:01 81987 /lib/libgcc_s.so.1
b72ab000-b72ac000 rw-p 00009000 03:01 81987 /lib/libgcc_s.so.1
b72ac000-b72ae000 r-xp 00000000 03:01 3178622 /usr/lib/libXcomposite.so.1.0.0
b72ae000-b72af000 rw-p 00001000 03:01 3178622 /usr/lib/libXcomposite.so.1.0.0
b72bb000-b72cd000 r-xp 00000000 03:01 3227997 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
b72cd000-b72ce000 rw-p 00011000 03:01 3227997 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
b72ce000-b72d7000 r-xp 00000000 03:01 114703 /lib/tls/i686/cmov/libnss_files-2.4.so
b72d7000-b72d9000 rw-p 00008000 03:01 114703 /lib/tls/i686/cmov/libnss_files-2.4.so
b72d9000-b72e1000 r-xp 00000000 03:01 114705 /lib/tls/i686/cmov/libnss_nis-2.4.so
b72e1000-b72e3000 rw-p 00007000 03:01 114705 /lib/tls/i686/cmov/libnss_nis-2.4.so
b72e3000-b72f5000 r-xp 00000000 03:01 114700 /lib/tls/i686/cmov/libnsl-2.4.so
b72f5000-b72f7000 rw-p 00011000 03:01 114700 /lib/tls/i686/cmov/libnsl-2.4.so
b72f7000-b72f9000 rw-p b72f7000 00:00 0
b72f9000-b7300000 r-xp 00000000 03:01 114701 /lib/tls/i686/cmov/libnss_compat-2.4.so
b7300000-b7302000 rw-p 00006000 03:01 114701 /lib/tls/i686/cmov/libnss_compat-2.4.so
b7305000-b730a000 r-xp 00000000 03:01 3431098 /usr/local/lib/kiba-dock/libclock.so
b730a000-b730b000 rw-p 00004000 03:01 3431098 /usr/local/lib/kiba-dock/libclock.so
b730b000-b730c000 r-xp 00000000 03:01 3195981 /usr/lib/gconv/ISO8859-1.so
b730c000-b730e000 rw-p 00001000 03:01 3195981 /usr/lib/gconv/ISO8859-1.so
b730e000-b730f000 r-xp 00000000 03:01 3211406 /usr/lib/X11/locale/common/xlcUTF8Load.so.2.0.0
b730f000-b7310000 rw-p 00000000 03:01 3211406 /usr/lib/X11/locale/common/xlcUTF8Load.so.2.0.0
b7310000-b7343000 r--p 00000000 03:01 3229218 /usr/lib/locale/en_US.utf8/LC_CTYPE
b7343000-b7344000 r--p 00000000 03:01 3229223 /usr/lib/locale/en_US.utf8/LC_NUMERIC
b7344000-b7345000 r--p 00000000 03:01 3229226 /usr/lib/locale/en_US.utf8/LC_TIME
b7345000-b741c000 r--p 00000000 03:01 3229217 /usr/lib/locale/en_US.utf8/LC_COLLATE
b741c000-b741d000 r--p 00000000 03:01 3229221 /usr/lib/locale/en_US.utf8/LC_MONETARY
b741d000-b741e000 r--p 00000000 03:01 3244122 /usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES
b741e000-b741f000 r--p 00000000 03:01 3229224 /usr/lib/locale/en_US.utf8/LC_PAPER
b741f000-b7421000 rw-p b741f000 00:00 0
b7421000-b7430000 r-xp 00000000 03:01 81961 /lib/libbz2.so.1.0.3
b7430000-b7431000 rw-p 0000f000 03:01 81961 /lib/libbz2.so.1.0.3
b7431000-b7432000 rw-p b7431000 00:00 0
b7432000-b7436000 r-xp 00000000 03:01 3179759 /usr/lib/libXdmcp.so.6.0.0
b7436000-b7437000 rw-p 00003000 03:01 3179759 /usr/lib/libXdmcp.so.6.0.0
b7437000-b7439000 r-xp 00000000 03:01 3179750 /usr/lib/libXau.so.6.0.0
b7439000-b743a000 rw-p 00001000 03:01 3179750 /usr/lib/libXau.so.6.0.0
b743a000-b7456000 r-xp 00000000 03:01 3179944 /usr/lib/libexpat.so.1.0.0
b7456000-b7458000 rw-p 0001c000 03:01 3179944 /usr/lib/libexpat.so.1.0.0
b7458000-b7459000 rw-p b7458000 00:00 0
b7459000-b746c000 r-xp 00000000 03:01 3180490 /usr/lib/libz.so.1.2.3
b746c000-b746d000 rw-p 00012000 03:01 3180490 /usr/lib/libz.so.1.2.3
b746d000-b74d4000 r-xp 00000000 03:01 3179960 /usr/lib/libfreetype.so.6.3.10
b74d4000-b74d7000 rw-p 00067000 03:01 3179960 /usr/lib/libfreetype.so.6.3.10
b74d7000-b74fa000 r-xp 00000000 03:01 3179883 /usr/lib/libpng12.so.0.1.2.8
b74fa000-b74fb000 rw-p 00023000 03:01 3179883 /usr/lib/libpng12.so.0.1.2.8
b74fb000-b7525000 r-xp 00000000 03:01 3180335 /usr/lib/libpangoft2-1.0.so.0.1400.5
b7525000-b7526000 rw-p 00029000 03:01 3180335 /usr/lib/libpangoft2-1.0.so.0.1400.5
b7526000-b7556000 r-xp 00000000 03:01 3179871 /usr/lib/libcroco-0.6.so.3.0.1
b7556000-b7559000 rw-p 0002f000 03:01 3179871 /usr/lib/libcroco-0.6.so.3.0.1
b7559000-b7584000 r-xp 00000000 03:01 3178953 /usr/lib/libgsf-1.so.114.0.1
b7584000-b7587000 rw-p 0002a000 03:01 3178953 /usr/lib/libgsf-1.so.114.0.1
b7587000-b7589000 rw-p b7587000 00:00 0
b7589000-b7590000 r-xp 00000000 03:01 114710 /lib/tls/i686/cmov/librt-2.4.so
b7590000-b7592000 rw-p 00006000 03:01 114710 /lib/tls/i686/cmov/librt-2.4.so
b7592000-b76bf000 r-xp 00000000 03:01 114694 /lib/tls/i686/cmov/libc-2.4.so
b76bf000-b76c1000 r--p 0012c000 03:01 114694 /lib/tls/i686/cmov/libc-2.4.so
b76c1000-b76c3000 rw-p 0012e000 03:01 114694 /lib/tls/i686/cmov/libc-2.4.so
b76c3000-b76c6000 rw-p b76c3000 00:00 0
b76c6000-b76d5000 r-xp 00000000 03:01 114708 /lib/tls/i686/cmov/libpthread-2.4.so
b76d5000-b76d7000 rw-p 0000f000 03:01 114708 /lib/tls/i686/cmov/libpthread-2.4.so
b76d7000-b76d9000 rw-p b76d7000 00:00 0
b76d9000-b776a000 r-xp 00000000 03:01 3180051 /usr/lib/libglib-2.0.so.0.1200.4
b776a000-b776b000 rw-p 00091000 03:01 3180051 /usr/lib/libglib-2.0.so.0.1200.4
b776b000-b777a000 r-xp 00000000 03:01 3178955 /usr/lib/libgtop-2.0.so.7.0.0
b777a000-b777b000 rw-p 0000f000 03:01 3178955 /usr/lib/libgtop-2.0.so.7.0.0
b777b000-b777c000 rw-p b777b000 00:00 0
b777c000-b777e000 r-xp 00000000 03:01 114697 /lib/tls/i686/cmov/libdl-2.4.so
b777e000-b7780000 rw-p 00001000 03:01 114697 /lib/tls/i686/cmov/libdl-2.4.so
b7780000-b7783000 r-xp 00000000 03:01 3180063 /usr/lib/libgmodule-2.0.so.0.1200.4
b7783000-b7784000 rw-p 00002000 03:01 3180063 /usr/lib/libgmodule-2.0.so.0.1200.4
b7784000-b77bd000 r-xp 00000000 03:01 3180103 /usr/lib/libgobject-2.0.so.0.1200.4
b77bd000-b77be000 rw-p 00038000 03:01 3180103 /usr/lib/libgobject-2.0.so.0.1200.4
b77be000-b7884000 r-xp 00000000 03:01 3179744 /usr/lib/libX11.so.6.2.0
b7884000-b7887000 rw-p 000c5000 03:01 3179744 /usr/lib/libX11.so.6.2.0
b7887000-b78e7000 r-xp 00000000 03:01 3179855 /usr/lib/libcairo.so.2.9.2
b78e7000-b78e9000 rw-p 0005f000 03:01 3179855 /usr/lib/libcairo.so.2.9.2
b78e9000-b7921000 r-xp 00000000 03:01 3180331 /usr/lib/libpango-1.0.so.0.1400.5
b7921000-b7923000 rw-p 00037000 03:01 3180331 /usr/lib/libpango-1.0.so.0.1400.5
b7923000-b7924000 rw-p b7923000 00:00 0
b7924000-b7928000 r-xp 00000000 03:01 3179765 /usr/lib/libXfixes.so.3.1.0
b7928000-b7929000 rw-p 00003000 03:01 3179765 /usr/lib/libXfixes.so.3.1.0
b7929000-b7931000 r-xp 00000000 03:01 3179755 /usr/lib/libXcursor.so.1.0.2
b7931000-b7932000 rw-p 00007000 03:01 3179755 /usr/lib/libXcursor.so.1.0.2
b7932000-b7934000 r-xp 00000000 03:01 3179783 /usr/lib/libXrandr.so.2.0.0
b7934000-b7935000 rw-p 00002000 03:01 3179783 /usr/lib/libXrandr.so.2.0.0
b7935000-b793c000 r-xp 00000000 03:01 3179771 /usr/lib/libXi.so.6.0.0
b793c000-b793d000 rw-p 00006000 03:01 3179771 /usr/lib/libXi.so.6.0.0
b793d000-b793f000 r-xp 00000000 03:01 3179773 /usr/lib/libXinerama.so.1.0.0
b793f000-b7940000 rw-p 00001000 03:01 3179773 /usr/lib/libXinerama.so.1.0.0
b7940000-b7947000 r-xp 00000000 03:01 3179785 /usr/lib/libXrender.so.1.3.0
b7947000-b7948000 rw-p 00006000 03:01 3179785 /usr/lib/libXrender.so.1.3.0
b7948000-b7949000 rw-p b7948000 00:00 0
b7949000-b7955000 r-xp 00000000 03:01 3179763 /usr/lib/libXext.so.6.4.0
b7955000-b7956000 rw-p 0000c000 03:01 3179763 /usr/lib/libXext.so.6.4.0
b7956000-b797f000 r-xp 00000000 03:01 3179950 /usr/lib/libfontconfig.so.1.0.4
b797f000-b7984000 rw-p 00028000 03:01 3179950 /usr/lib/libfontconfig.so.1.0.4
b7984000-b7985000 rw-p b7984000 00:00 0
b7985000-b798c000 r-xp 00000000 03:01 3180333 /usr/lib/libpangocairo-1.0.so.0.1400.5
b798c000-b798d000 rw-p 00006000 03:01 3180333 /usr/lib/libpangocairo-1.0.so.0.1400.5
b798d000-b79b1000 r-xp 00000000 03:01 114698 /lib/tls/i686/cmov/libm-2.4.so
b79b1000-b79b3000 rw-p 00023000 03:01 114698 /lib/tls/i686/cmov/libm-2.4.so
b79b3000-b79c8000 r-xp 00000000 03:01 3178844 /usr/lib/libgdk_pixbuf-2.0.so.0.1000.6
b79c8000-b79c9000 rw-p 00015000 03:01 3178844 /usr/lib/libgdk_pixbuf-2.0.so.0.1000.6
b79c9000-b79e1000 r-xp 00000000 03:01 3179822 /usr/lib/libatk-1.0.so.0.1213.0
b79e1000-b79e3000 rw-p 00017000 03:01 3179822 /usr/lib/libatk-1.0.so.0.1213.0
b79e3000-b79e4000 rw-p b79e3000 00:00 0
b79e4000-b7a65000 r-xp 00000000 03:01 3179004 /usr/lib/libgdk-x11-2.0.so.0.1000.6
b7a65000-b7a68000 rw-p 00081000 03:01 3179004 /usr/lib/libgdk-x11-2.0.so.0.1000.6
b7a68000-b7b7b000 r-xp 00000000 03:01 3180478 /usr/lib/libxml2.so.2.6.26
b7b7b000-b7b80000 rw-p 00113000 03:01 3180478 /usr/lib/libxml2.so.2.6.26
b7b80000-b7b81000 rw-p b7b80000 00:00 0
b7b81000-b7eca000 r-xp 00000000 03:01 3179005 /usr/lib/libgtk-x11-2.0.so.0.1000.6
b7eca000-b7ed0000 rw-p 00349000 03:01 3179005 /usr/lib/libgtk-x11-2.0.so.0.1000.6
b7ed0000-b7ed1000 rw-p b7ed0000 00:00 0
b7ed1000-b7ee8000 r-xp 00000000 03:01 3180047 /usr/lib/libglade-2.0.so.0.0.7
b7ee8000-b7ee9000 rw-p 00016000 03:01 3180047 /usr/lib/libglade-2.0.so.0.0.7
b7ee9000-b7f0d000 r-xp 00000000 03:01 3181016 /usr/lib/libglitz.so.1.0.0
b7f0d000-b7f0e000 rw-p 00024000 03:01 3181016 /usr/lib/libglitz.so.1.0.0
b7f0e000-b7f3d000 r-xp 00000000 03:01 3180383 /usr/lib/librsvg-2.so.2.16.0
b7f3d000-b7f3e000 rw-p 0002f000 03:01 3180383 /usr/lib/librsvg-2.so.2.16.0
b7f3e000-b7f42000 r-xp 00000000 03:01 3180155 /usr/lib/libgthread-2.0.so.0.1200.4
b7f42000-b7f43000 rw-p 00003000 03:01 3180155 /usr/lib/libgthread-2.0.so.0.1200.4
b7f43000-b7f44000 rw-p b7f43000 00:00 0
b7f44000-b7f8b000 r-xp 00000000 03:01 3179732 /usr/lib/libORBit-2.so.0.1.0
b7f8b000-b7f95000 rw-p 00046000 03:01 3179732 /usr/lib/libORBit-2.so.0.1.0
b7f95000-b7fc3000 r-xp 00000000 03:01 3179985 /usr/lib/libgconf-2.so.4.1.0
b7fc3000-b7fc6000 rw-p 0002e000 03:01 3179985 /usr/lib/libgconf-2.so.4.1.0
b7fc6000-b7fc7000 r--p 00000000 03:01 3229222 /usr/lib/locale/en_US.utf8/LC_NAME
b7fc7000-b7fc8000 r--p 00000000 03:01 3229216 /usr/lib/locale/en_US.utf8/LC_ADDRESS
b7fc8000-b7fc9000 r--p 00000000 03:01 3229225 /usr/lib/locale/en_US.utf8/LC_TELEPHONE
b7fc9000-b7fca000 r--p 00000000 03:01 3229220 /usr/lib/locale/en_US.utf8/LC_MEASUREMENT
b7fca000-b7fd1000 r--s 00000000 03:01 3196039 /usr/lib/gconv/gconv-modules.cache
b7fd1000-b7fd2000 r--p 00000000 03:01 3229219 /usr/lib/locale/en_US.utf8/LC_IDENTIFICATION
b7fd2000-b7fd4000 rw-p b7fd2000 00:00 0
b7fd4000-b7fed000 r-xp 00000000 03:01 82138 /lib/ld-2.4.so
b7fed000-b7fef000 rw-p 00018000 03:01 82138 /lib/ld-2.4.so
bfc2c000-bfc42000 rw-p bfc2c000 00:00 0 [stack]
ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]
Aborted (core dumped)
bandoba
January 20th, 2007, 08:39 PM
solved issue by using the version from
http://www.dpb.org.uk/ubuntu/edgy_6.10/
pretty cool stuff
I am having same problem. But I don't see package for i386. Does anybody know how I can resolved this problem or where can I get working package. I tried package from rabid9797 posted in few posts above but it has same issue.
inzpektor
January 21st, 2007, 06:21 AM
Hi. I've been looking for a dock-app like kiba-dock since hoary (a long time). Great, I found it in the internet-jungle at last. I've downloaded and installed the debian-package that rabid9797 posted (#141).
However, if I launch kiba-dock without parameters, the icons appear in black&white, and then they start swirling around like sprite-shows in old C=64 demos. They continue to do that until I kill the app.
If I launch the app with --enable-tray, I get a segmentation-fault.
I'm running Beryl, and help is greatly appreciated :-)
timbounceback
January 25th, 2007, 08:55 PM
Attached is kiba-dock (w/ the latest cvs at the time of writing for i386, for anyone who doesn't feel like building it from source:D .
Efrain Valles
January 26th, 2007, 08:56 AM
How did you go around the
kiba-dock: symbol lookup error: kiba-dock: undefined symbol: g_type_register_static_simple
I'm stuck there
Kateikyoushi
January 27th, 2007, 07:19 AM
I gave it a try but no go.
(kiba-dock:20780): GLib-CRITICAL **: g_str_has_suffix: assertion `str != NULL' failed
Will check again a later version.
bvanaerde
January 27th, 2007, 12:38 PM
Everything seems to be working quite fine...
I just followed the guide in the first post. Had to change the version (as it was not a number), but apart from that, it works really great.
When changing the model (rope, wobbly, spring for all), it crashes, but the changes are saved.
So when I restart the program, it has the selected model.
joel_gil
January 27th, 2007, 05:04 PM
hi everyone
i installed all packages and everything correctly
but when i run "kiba-dock" in only opens the folder where it got installed...
so then i tryed to run specifyin the file (which btw installed on my personal folder) /home/me/kiba-dock/dock/kiba-dock
and nothin happened -___-
any ideas what might be happenin?
hope someone can help me
thanks in advance
birujiano
January 27th, 2007, 05:11 PM
I have the same problem, please help ! (http://www.girlsbcn.net)! (http://www.girlsbcn.es)! (http://www.girlsbcn.com.es)
thedrifterthor
January 28th, 2007, 04:13 PM
Hey, it works perfectly for me, except that when I close the terminal that was open to start it, kiba dock closes as well. Any ideas?
joel_gil
January 28th, 2007, 10:18 PM
pleeeeease heeelp, ive been lookin around different forums for this but no one has an answers, can somebody help please?
p.d. my problem is a few quotes above
kwaanens
January 29th, 2007, 12:54 PM
Hey, it works perfectly for me, except that when I close the terminal that was open to start it, kiba dock closes as well. Any ideas?
That's how terminal started apps are supposed to work. Try alt+f2 and start it.
- Ketil
ujmyhn
January 30th, 2007, 03:12 AM
Ok, I have no idea what all those commands were, but I had to do make-install (per README file) after all those. Also, it looked like garbage:
http://img262.imageshack.us/img262/9865/kibadockgarbagetq4.jpg
...but that's probably because I don't know what I'm doing.
bvanaerde
January 30th, 2007, 05:40 AM
Ok, I have no idea what all those commands were, but I had to do make-install (per README file) after all those. Also, it looked like garbage:
http://img262.imageshack.us/img262/9865/kibadockgarbagetq4.jpg
...but that's probably because I don't know what I'm doing.
It doesn't look nice when you don't have Beryl installed ;)
ockie
January 31st, 2007, 10:11 AM
Hi Guys, anybody had problem with starting kiba-dock comand like mine below?
symbol lookup error: /usr/local/lib/kiba-dock/libtaskbar.so: undefined symbol: gdk_screen_get_window_stack
Any ideas for the solution?
Thanks A lot before
fiveryanfrenzy
February 1st, 2007, 01:22 PM
command "kiba-dock" not found... ???
hamster_billy
February 1st, 2007, 06:43 PM
That's what I got too.
hamster_billy
February 1st, 2007, 06:46 PM
sudo make install
then it works.
zetsumei
February 6th, 2007, 09:26 AM
i get an error when trying to sudo checkinstall, it says
Building Debian package... FAILED!
*** Failed to build the package
PenguinLuva
February 7th, 2007, 09:01 PM
sudo make install
then it works.
Your method doesn't work for me. I type in "kiba-dock" and the command isn't found. I use sudo make install and bash says there is no rule to make install. Help please! I've installed kiba-dock but don't know how to run it!
Choad
February 7th, 2007, 09:59 PM
this thing is hillarious!!!!
Ptero-4
February 17th, 2007, 01:40 PM
Two questions. I don`t have compiz/xgl (can`t make it work) and I`m using xfwm4 as compositing manager, Does kiba-dock work if I use xfwm4 instead of xcompmgr? And Is there any taskbar module? If there is, can it be disabled, how?
BOBSONATOR
February 20th, 2007, 01:22 AM
Hey guys, when you are successful, please post your settings here http://ubuntuforums.org/showthread.php?t=365718
DankE!
NOSintake
February 20th, 2007, 11:11 AM
i get an error when trying to sudo checkinstall, it says
Building Debian package... FAILED!
*** Failed to build the package
same here, when i check it, i get this:
dpkg-deb - error: (upstream) version (`dock') doesn't contain any digits
dpkg-deb: 1 errors in control file
/var/tmp/TXqFaXTCdUleBmfFFWfrl/dpkgbuild.log (END)
ive tried install kiba dock several times now, and i cant get it to work right when i check the install
NOSintake
February 20th, 2007, 04:47 PM
ok, i fixed my problem from before, but it still has the black background. ive read that you have to have beryl install, and for all i know, i installed it correctly. is there anyway to check to see if it isnt install correctly? i have an ati x1400 video card if that makes a difference
NOSintake
February 21st, 2007, 01:26 PM
nevermind, i got it to work. had to revert to beryl 0.1.99
naseem
February 23rd, 2007, 10:36 AM
hy I just installed it on feisty but it loocks strange, instead of the icons it shows up small preview of opened window and if I clik on the bar and try to open kiba-utils > icon edit I get this error message in a pop up window: This problem report does not apply to a packaged program. (/usr/bin/kiba-icon-editor.py) I installed with sudo make install, since sudo checkinstall did not make it start (I do have chekinstall installed)
freakavoid
February 23rd, 2007, 06:52 PM
Hi,
is anyone else experiencing problems with the autohide function?
When I start kiba-dock it works okey but after I launch a program it never hides again.
Botunda
February 23rd, 2007, 09:40 PM
It doesn't look nice when you don't have Beryl installed ;)
Yeah but how do I get beryl installed. I have the specs below on the laptop and i can't seem to find a driver that works. Or at least instructions to work! Prolly just a issue between chair and keyboard but still.
naseem
February 24th, 2007, 06:45 AM
same froblem as freakavoid , i did somethin wrong or the kiba is buggy
I put it to autohide but if lounch a prog it doesn't hide anymore, also some icons do show in proper size but ones clicked they get resized smaller??? strange
I installed with make install, chekinstall did not work, Id like to remove it completly, and maybe retry installation, please help me or post a usefull link , thanks!
Andy0
February 26th, 2007, 10:09 AM
Yep CVS server currently down, gnomefreeks .deb not working properly -> PrinceChild knows
kelbizzle
February 28th, 2007, 03:49 AM
Yep CVS server currently down, gnomefreeks .deb not working properly -> PrinceChild knows
Thanks for that I won't even bother with it. I saw the videos on google though it looks sweet.
amaan
February 28th, 2007, 04:16 PM
i installed kiba-dock but the background of the dock shows all these weird blue and red lines, how do i make that go away?
Pirate742
March 1st, 2007, 01:02 AM
so is the server coming back up? or just give up :-/ looked really neat
amaan
March 1st, 2007, 09:50 AM
this is what i get when i run kiba-dock, i've tried restarting several times (it does nothing) also tried reinstalling a couple of time also no luck. i'm running ubuntu 6.10 and beryl
check out the screenshot
hoagie
March 1st, 2007, 12:16 PM
I get the same. Let's wait until it gets fixed, hopefully.
amaan
March 1st, 2007, 02:00 PM
ubuntu admins come to our aid :( we can't run kiba :(
PriceChild
March 1st, 2007, 02:42 PM
Use the packages detailed at the top of the original post until kiba people sort things out.
DrZeus
March 1st, 2007, 03:03 PM
I tried installing a .deb package, and had that same problem. Lets all stick to avant-window-nav until this gets sorted. kiba looks really promising, so lets wait and see.
amaan
March 1st, 2007, 04:28 PM
yea i'm using the one posted at the beginning of this thread, it works perfectly except for the background being blue stripes
can't wait to get kiba running properly :)
magli
March 2nd, 2007, 06:58 AM
I am also having the same problem - it comes up with a blue-lined background, as seen in amaan's screenshot.
I also thought I should mention that after installing the .deb - it wouldn't run.. there was an error stating that libglitz was missing.
Installing libglitz1 fixed this.. but this should clearly be dependency, and get installed automatically by apt.
BaLtO
March 2nd, 2007, 09:23 AM
Looks like we all have the same problem of getting blue-line background, by using the .deb package on the front page, hopefully the problem would be solve soon.
I want to get kiba-dock working well.
wataboutbob
March 2nd, 2007, 01:53 PM
Same problem with the blue background here. Having said that... somehow I'm kinda used to having a regular panel with transparency autohide. Seems way more useful than kiba to me. Wouldn't mind trying kiba once its fixed though - nice eye candy to show off to the windows people.
jeonunh
March 2nd, 2007, 10:09 PM
Whenever I type kiba-dock in terminal or alt-f2 it just doesn't do anything. I don't get an error message or anything. In terminal it just hangs at a cursor...... any ideas?
STREETURCHINE
March 3rd, 2007, 06:00 AM
i have run into a problem here
any one know what is happening
rex@rex-desktop:~$ sudo aptitude remove automake1.4
Password:
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Writing extended state information... Done
rex@rex-desktop:~$ sudo aptitude install cvs automake1.9 build-essential cvs libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx-dev librsvg2-dev checkinstall libglade2-dev libxcomposite-dev libtool libgtop2-dev
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
Note: selecting "libglitz-glx1-dev" instead of the
virtual package "libglitz-glx-dev"
The following NEW packages will be automatically installed:
libart-2.0-dev libbz2-dev libcroco3-dev libgl1-mesa-dev libglitz1-dev
libgsf-1-dev libidl-dev liborbit2-dev libxml2-dev mesa-common-dev orbit2
x11proto-composite-dev
The following NEW packages will be installed:
cvs libart-2.0-dev libbz2-dev libcroco3-dev libgconf2-dev libgl1-mesa-dev
libglade2-dev libglitz-glx1-dev libglitz1-dev libgsf-1-dev libgtop2-dev
libidl-dev liborbit2-dev librsvg2-dev libxcomposite-dev libxml2-dev
mesa-common-dev orbit2 x11proto-composite-dev
0 packages upgraded, 19 newly installed, 0 to remove and 0 not upgraded.
Need to get 4172kB of archives. After unpacking 14.7MB will be used.
Do you want to continue? [Y/n/?] y
Writing extended state information... Done
Get:1 http://au.archive.ubuntu.com dapper/main cvs 1:1.12.9-17 [1442kB]
Get:2 http://security.ubuntu.com dapper-security/main libgsf-1-dev 1.13.99-0ubuntu2.1 [223kB]
Get:3 http://www.beerorkid.com dapper/main x11proto-composite-dev 1:0.3-0ubuntu2 [3748B]
Get:4 http://www.beerorkid.com dapper/main libxcomposite-dev 1:0.3-0ubuntu1 [12.2kB]
Get:5 http://www.beerorkid.com dapper/main mesa-common-dev 6.5.1+cvs20060824 [173kB]
Get:6 http://www.beerorkid.com dapper/main libgl1-mesa-dev 6.5.1+cvs20060824 [47.7kB]
Get:7 http://security.ubuntu.com dapper-security/main libgtop2-dev 2.14.1-0ubuntu1.1 [100kB]
Get:8 http://www.beerorkid.com dapper/main libglitz1-dev 0.5.6-0ubuntu1 [86.3kB]Get:9 http://www.beerorkid.com dapper/main libglitz-glx1-dev 0.5.6-0ubuntu1 [31.1kB]
Get:10 http://au.archive.ubuntu.com dapper/main libart-2.0-dev 2.3.17-1 [77.0kB]Get:11 http://au.archive.ubuntu.com dapper/main libbz2-dev 1.0.3-0ubuntu2 [32.3kB]
Get:12 http://au.archive.ubuntu.com dapper/main libcroco3-dev 0.6.1-1build1 [138kB]
Get:13 http://au.archive.ubuntu.com dapper/main libidl-dev 0.8.6-0ubuntu4 [100kB]
Get:14 http://au.archive.ubuntu.com dapper/main liborbit2-dev 1:2.14.0-0ubuntu1 [446kB]
Get:15 http://au.archive.ubuntu.com dapper/main libgconf2-dev 2.14.0-1ubuntu2 [252kB]
Get:16 http://au.archive.ubuntu.com dapper/main libxml2-dev 2.6.24.dfsg-1ubuntu1 [641kB]
Get:17 http://au.archive.ubuntu.com dapper/main libglade2-dev 1:2.5.1-2ubuntu2 [126kB]
Get:18 http://au.archive.ubuntu.com dapper/main librsvg2-dev 2.14.4-0ubuntu1 [150kB]
Get:19 http://au.archive.ubuntu.com dapper/universe orbit2 1:2.14.0-0ubuntu1 [91.4kB]
Fetched 4172kB in 1m41s (41.0kB/s)
Preconfiguring packages ...
Selecting previously deselected package x11proto-composite-dev.
(Reading database ... 98335 files and directories currently installed.)
Unpacking x11proto-composite-dev (from .../x11proto-composite-dev_1%3a0.3-0ubuntu2_all.deb) ...
Selecting previously deselected package libxcomposite-dev.
Unpacking libxcomposite-dev (from .../libxcomposite-dev_1%3a0.3-0ubuntu1_i386.deb) ...
Selecting previously deselected package cvs.
Unpacking cvs (from .../cvs_1%3a1.12.9-17_i386.deb) ...
Selecting previously deselected package libart-2.0-dev.
Unpacking libart-2.0-dev (from .../libart-2.0-dev_2.3.17-1_i386.deb) ...
Selecting previously deselected package libbz2-dev.
Unpacking libbz2-dev (from .../libbz2-dev_1.0.3-0ubuntu2_i386.deb) ...
Selecting previously deselected package libcroco3-dev.
Unpacking libcroco3-dev (from .../libcroco3-dev_0.6.1-1build1_i386.deb) ...
Selecting previously deselected package libidl-dev.
Unpacking libidl-dev (from .../libidl-dev_0.8.6-0ubuntu4_i386.deb) ...
Selecting previously deselected package liborbit2-dev.
Unpacking liborbit2-dev (from .../liborbit2-dev_1%3a2.14.0-0ubuntu1_i386.deb) ...
Selecting previously deselected package libgconf2-dev.
Unpacking libgconf2-dev (from .../libgconf2-dev_2.14.0-1ubuntu2_i386.deb) ...
Selecting previously deselected package mesa-common-dev.
Unpacking mesa-common-dev (from .../mesa-common-dev_6.5.1+cvs20060824_all.deb) ...
Selecting previously deselected package libgl1-mesa-dev.
Unpacking libgl1-mesa-dev (from .../libgl1-mesa-dev_6.5.1+cvs20060824_i386.deb) ...
Selecting previously deselected package libxml2-dev.
Unpacking libxml2-dev (from .../libxml2-dev_2.6.24.dfsg-1ubuntu1_i386.deb) ...
Selecting previously deselected package libglade2-dev.
Unpacking libglade2-dev (from .../libglade2-dev_1%3a2.5.1-2ubuntu2_i386.deb) ...Selecting previously deselected package libglitz1-dev.
Unpacking libglitz1-dev (from .../libglitz1-dev_0.5.6-0ubuntu1_i386.deb) ...
Selecting previously deselected package libglitz-glx1-dev.
Unpacking libglitz-glx1-dev (from .../libglitz-glx1-dev_0.5.6-0ubuntu1_i386.deb) ...
Selecting previously deselected package libgsf-1-dev.
Unpacking libgsf-1-dev (from .../libgsf-1-dev_1.13.99-0ubuntu2.1_i386.deb) ...
Selecting previously deselected package libgtop2-dev.
Unpacking libgtop2-dev (from .../libgtop2-dev_2.14.1-0ubuntu1.1_i386.deb) ...
Selecting previously deselected package librsvg2-dev.
Unpacking librsvg2-dev (from .../librsvg2-dev_2.14.4-0ubuntu1_i386.deb) ...
Selecting previously deselected package orbit2.
Unpacking orbit2 (from .../orbit2_1%3a2.14.0-0ubuntu1_i386.deb) ...
Setting up x11proto-composite-dev (0.3-0ubuntu2) ...
Setting up libxcomposite-dev (0.3-0ubuntu1) ...
Setting up cvs (1.12.9-17) ...
Setting up libart-2.0-dev (2.3.17-1) ...
Setting up libbz2-dev (1.0.3-0ubuntu2) ...
Setting up libcroco3-dev (0.6.1-1build1) ...
Setting up libidl-dev (0.8.6-0ubuntu4) ...
Setting up liborbit2-dev (2.14.0-0ubuntu1) ...
Setting up libgconf2-dev (2.14.0-1ubuntu2) ...
Setting up mesa-common-dev (6.5.1+cvs20060824) ...
Setting up libgl1-mesa-dev (6.5.1+cvs20060824) ...
Setting up libxml2-dev (2.6.24.dfsg-1ubuntu1) ...
Setting up libglade2-dev (2.5.1-2ubuntu2) ...
Setting up libglitz1-dev (0.5.6-0ubuntu1) ...
Setting up libglitz-glx1-dev (0.5.6-0ubuntu1) ...
Setting up libgsf-1-dev (1.13.99-0ubuntu2.1) ...
Setting up libgtop2-dev (2.14.1-0ubuntu1.1) ...
Setting up librsvg2-dev (2.14.4-0ubuntu1) ...
Setting up orbit2 (2.14.0-0ubuntu1) ...
rex@rex-desktop:~$ cvs -d:pserver:anonymous@metascape.afraid.org:/cvsroot co kiba-dock
cvs checkout: CVS password file /home/rex/.cvspass does not exist - creating a new file
PAM authenticate error: Authentication failure
cvs checkout: authorization failed: server metascape.afraid.org rejected access to /cvsroot for user anonymous
cvs checkout: used empty password; try "cvs login" with a real password
rex@rex-desktop:~$ cvs -d:pserver:anonymous@metascape.afraid.org:/cvsroot co kiba-dock
cvs checkout: CVS password file /home/rex/.cvspass does not exist - creating a new file
PAM authenticate error: Authentication failure
cvs checkout: authorization failed: server metascape.afraid.org rejected access to /cvsroot for user anonymous
cvs checkout: used empty password; try "cvs login" with a real password
rex@rex-desktop:~$ cd kiba-dock
bash: cd: kiba-dock: No such file or directory
rex@rex-desktop:~$
Quickdood
March 3rd, 2007, 09:48 AM
I got the blue stripes too! I will keep an eye on this thread for updates!
amaan
March 4th, 2007, 08:57 PM
still nothing? damnit lol
BaLtO
March 5th, 2007, 01:42 AM
I using old one which I found from
http://forum.beryl-project.org/viewtopic.php?f=38&t=165
And it works quite well, the blue stripes can be changed away from the settings.
bg1256
March 6th, 2007, 12:22 AM
Here's an older deb package from link above. Worked like a charm for me.
xPo
March 6th, 2007, 06:50 PM
I cant run kiba-dock.
It appears an error or sth:
"kiba-dock: symbol lookup error: /usr/local/lib/kiba-dock/libtaskbar.so: undefined symbol: gdk_screen_get_window_stack"
I dont know what is it.
bg1256
March 7th, 2007, 02:58 PM
Do you have the dependencies met?
ditikos
March 8th, 2007, 07:54 PM
Here is something else -- I am using XFCE (xubuntu). I am having the blue stripes problem, but when I run gset-kiba there is no save button -- so there is no save for my new options. I am using the deb file from page 1. Is there a new one, or something else to fix it?
I can't find the source to compile it myself :(
popkub
March 9th, 2007, 05:48 AM
I cant run kiba-dock.
It appears an error or sth:
"kiba-dock: symbol lookup error: /usr/local/lib/kiba-dock/libtaskbar.so: undefined symbol: gdk_screen_get_window_stack"
I dont know what is it.
Same me I don't know how to fix it?
dyntryx
March 11th, 2007, 08:00 PM
To everyone with the "blue stripe" problem!...
If you would read the forum, people are saying they fixed it using the package (http://ubuntuforums.org/attachment.php?attachmentid=26702&d=1173154935) bg1256 (http://ubuntuforums.org/member.php?u=164206) posted in this thread (http://ubuntuforums.org/showpost.php?p=2254017&postcount=194). However, please note this is not the newest version.
The reason for this problem (http://www.kiba-dock.org/index.php?option=com_smf&Itemid=30&topic=128.0) seems to be that the packages provided in Treviño's Beryl-SVN Ubuntu Repository (http://download.tuxfamily.org/3v1deb/pool/edgy/beryl-svn/) are trying to run the latest kiba-dock with outdated libraries.
Personally, I got kiba-dock working by simply using the package provided at Treviño's Beryl-SVN Ubuntu Repository (http://download.tuxfamily.org/3v1deb/pool/edgy/beryl-svn/), before the newest one. I assume this package probably still works with the older kiba-dock libraries, and therefore it loads correctly. You can grab that package here (http://download.tuxfamily.org/3v1deb/pool/edgy/beryl-svn/kiba-dock_0.1.1+svn20070222+3v1ubuntu0_i386.deb). Also note that this is not the newest version, either.
Good luck, guys. :)
insert_name_here
March 15th, 2007, 07:21 PM
I installed from the original svn from the first post. I got this error:
kiba-dock: error while loading shared libraries: libakamaru.so.0: cannot open shared object file: No such file or directory
What do I do? I am running Edgy, with Beryl 0.2.0 with XGL.
PriceChild
March 15th, 2007, 07:34 PM
Hmmm I can't figure this out...
*sticks a warning back up*
insert_name_here
March 15th, 2007, 09:21 PM
Ohhh good. :(
It's OK tho, because I found of the binaries that worked. I _believe_ it was kiba-dock_0.1-1.2_i386.deb
Mohammad_Khalid_Hussain
March 16th, 2007, 11:42 AM
Hey if it isnt much trouble for you, I would like you to help me with this problem.
I did exactly everything as you said except FOR the version naming thing which I didnt know how to do so i left that out,(just naming anyway rite?)
Then when i type "kiba-dock" i get this error saying that it cant find it.
http://img379.imageshack.us/img379/5044/screenshotix5.png
Help me pls
b3n87
March 16th, 2007, 02:51 PM
the SVN server seems to be working now?
ive followed the guide but getting the following error
kiba-dock: symbol lookup error: kiba-dock: undefined symbol: cairo_glitz_surface_create
anyone else had any more luck?
yachi
March 17th, 2007, 08:48 AM
the SVN server seems to be working now?
ive followed the guide but getting the following error
kiba-dock: symbol lookup error: kiba-dock: undefined symbol: cairo_glitz_surface_create
anyone else had any more luck?i got the same error:sad:
bchan90
March 19th, 2007, 12:41 AM
i get this error when i try running "kiba-dock"
(kiba-dock:29175): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file_at_scale: assertion `width > 0 || width == -1' failed
(kiba-dock:29175): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file_at_scale: assertion `width > 0 || width == -1' failed
(kiba-dock:29175): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file_at_scale: assertion `width > 0 || width == -1' failed
Segmentation fault (core dumped)
i would really appreciate any help, been tryin to figure out the problem for a while.
fakie_flip
March 20th, 2007, 11:17 PM
Just pointing out i attached my Edgy package on the first post.
I don't see the deb. Where is it? I see one link in the first post. There are debs, but not kiba-dock. I tried the hot-babes deb and that is nice.
b3n87
March 21st, 2007, 01:19 PM
theres just been an update for kiba-dock and its plugins
but i still get the
Illegal instruction (core dumped)
error message
i used to have it working as a windows task bar on an older version but cant remember which version
anyone got any advice or error messages?
im pretty keen to get this working again
abstar
March 24th, 2007, 10:45 PM
if you have this error:
kiba-dock: error while loading shared libraries: libakamaru.so.0: cannot open shared object file: No such file or directory
just do this:
sudo ln -s /usr/local/lib/libakamaru.so.0 /usr/lib/libakamaru.so.0
because Now if you try to run kiba-dock from the terminal, you will get another error about the file 'libakamaru.so.0'. This file was installed into /usr/local/lib instead of /usr/lib.
Artificial Intelligence
March 25th, 2007, 01:03 PM
if you have this error:
kiba-dock: error while loading shared libraries: libakamaru.so.0: cannot open shared object file: No such file or directory
just do this:
sudo ln -s /usr/local/lib/libakamaru.so.0 /usr/lib/libakamaru.so.0
because Now if you try to run kiba-dock from the terminal, you will get another error about the file 'libakamaru.so.0'. This file was installed into /usr/local/lib instead of /usr/lib.
Works!
Edit: too fast saying it works, after I made reboot I get a Segmentation fault (core dumped)
dudeness3
March 25th, 2007, 10:23 PM
I got it to work, but everything is black accept the taskbar and dock, any ideas?
Artificial Intelligence
March 25th, 2007, 11:43 PM
You need to install and running beryl.
PriceChild
March 26th, 2007, 07:13 AM
You need to install and running beryl.or compiz, xcompmgr etc...
CanBert
March 28th, 2007, 03:54 AM
Built er today and black screen then eventually crashes -- wait for a fix I guess
Jens Johansson
March 28th, 2007, 05:32 AM
I get this error when I try to start kiba-dock
failed to load /usr/lib/kiba-dock/liblauncher.so
/usr/lib/kiba-dock/liblauncher.so: undefined symbol: kiba_exec
*** glibc detected *** kiba-dock: double free or corruption (out): 0x08089448 ***
and then some thing about backtrace, then at the end "Aborted (core dumped)"
CanBert
March 28th, 2007, 03:21 PM
The Kiba-Dock checkinstall fails on me that is why I am having no luck --
========================= Installation results ===========================
Making install in src
make[1]: Entering directory `/home/canbert/kiba-dock/kibadock/src'
make[2]: Entering directory `/home/canbert/kiba-dock/kibadock/src'
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/usr/bin/install -c 'kiba-dock' '/usr/local/bin/kiba-dock'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/canbert/kiba-dock/kibadock/src'
make[1]: Leaving directory `/home/canbert/kiba-dock/kibadock/src'
Making install in include
make[1]: Entering directory `/home/canbert/kiba-dock/kibadock/include'
make[2]: Entering directory `/home/canbert/kiba-dock/kibadock/include'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/include/kiba-dock" || mkdir -p -- "/usr/local/include/kiba-dock"
/usr/bin/install -c -m 644 'kiba-dock.h' '/usr/local/include/kiba-dock/kiba-dock.h'
/usr/bin/install -c -m 644 'kiba-geometry.h' '/usr/local/include/kiba-dock/kiba-geometry.h'
/usr/bin/install -c -m 644 'kiba-object.h' '/usr/local/include/kiba-dock/kiba-object.h'
/usr/bin/install -c -m 644 'kiba-plugin.h' '/usr/local/include/kiba-dock/kiba-plugin.h'
/usr/bin/install -c -m 644 'kiba-render.h' '/usr/local/include/kiba-dock/kiba-render.h'
/usr/bin/install -c -m 644 'kiba-x11.h' '/usr/local/include/kiba-dock/kiba-x11.h'
/usr/bin/install -c -m 644 'kiba-settings.h' '/usr/local/include/kiba-dock/kiba-settings.h'
/usr/bin/install -c -m 644 'kiba-sys.h' '/usr/local/include/kiba-dock/kiba-sys.h'
make[2]: Leaving directory `/home/canbert/kiba-dock/kibadock/include'
make[1]: Leaving directory `/home/canbert/kiba-dock/kibadock/include'
Making install in gset-kiba
make[1]: Entering directory `/home/canbert/kiba-dock/kibadock/gset-kiba'
make[1]: *** No rule to make target `gset-kiba.desktop', needed by `all-am'. Stop.
make[1]: Leaving directory `/home/canbert/kiba-dock/kibadock/gset-kiba'
make: *** [install-recursive] Error 1
**** Installation failed. Aborting package creation.
FuZ3
March 29th, 2007, 12:14 PM
Yeah I'm having the same problem. Can anyone help?
sixfoottallrabbit
April 3rd, 2007, 07:04 PM
EDIT
Now when I run the second autogen.sh I get:
No package 'akamaru' found
I'm sure I installed the first package properly...
5ER
April 6th, 2007, 04:31 PM
I also get segmentation fault when trying to launch the kiba-dock.
Anyone fixing this soon?
I did everything like the step-by-step said.
EDIT
Now when I run the second autogen.sh I get:
No package 'akamaru' found
I'm sure I installed the first package properly...
Try to install devel package (development, those name-dev packages)
If it does not help, you can still remove it.
mikibg
April 7th, 2007, 09:17 AM
Here's an older deb package from link above. Worked like a charm for me.
yep work for me 2 ....page 20 for link
dominicd
April 10th, 2007, 10:45 AM
I also get segmentation fault when trying to launch the kiba-dock.
Anyone fixing this soon?
I did everything like the step-by-step said.
I have the same error. I've tried all sorts of things now but still no luck >.<
dominicd
April 10th, 2007, 06:14 PM
I have the same error. I've tried all sorts of things now but still no luck >.<
This is what I'm getting.
Starting program: /usr/local/bin/kiba-dock
[Thread debugging using libthread_db enabled]
[New Thread 47811278048368 (LWP 30035)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 47811278048368 (LWP 30035)]
kiba_plugin_init (dock_widget=<value optimized out>, plugin=0x629940)
at sysinfo.c:580
580 sysinfo->cpu_frequency = kiba_sys_get_cpu_frequency ();
So in the Gset-kiba I disabled sysinfo and now it launches but it's reeaally buggy and not useable.
Somehow it managed to screw up beryl...
IitachiI
April 12th, 2007, 12:05 PM
im getting this error (Reading database ... 127033 files and directories currently installed.)
Unpacking gsetkiba (from .../gsetkiba_1-1_amd64.deb) ...
dpkg: error processing /home/panda/Desktop/kiba-dock/gsetkiba/gsetkiba_1-1_amd64
.deb (--install):
trying to overwrite `/usr/local/bin/gset-kiba', which is also in package kibado
ck
Errors were encountered while processing:
/home/panda/Desktop/kiba-dock/gsetkiba/gsetkiba_1-1_amd64.deb
/var/tmp/CenYeqUbmNcljhhhGlMSV/dpkginstall.log (END) hoping someone can help =(
Sdr4wkc4b
April 12th, 2007, 04:15 PM
getting this error at the get source step:
bash: svn: command not found
tehpopa
April 12th, 2007, 09:07 PM
I'm trying to get this installed and I'm running into a snag. Here's the error I get:
checking for GSET_KIBA... configure: error: Package requirements ("akamaru >= 0.1 kiba-dock >= 0.1") were not met:
No package 'akamaru' found
No package 'kiba-dock' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GSET_KIBA_CFLAGS
and GSET_KIBA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I'm sure the others are configured, I did everything according the the OP of this thread. I am kind of lost from here. Any help or points in the right direction would be amazingly appreciated. Thanks guys.
hype
April 13th, 2007, 11:24 AM
Hi, just followed the How-to. After starting kiba-dock from terminal , i get this error:
@kiba-dock
kiba-dock: symbol lookup error: kiba-dock: undefined symbol: cairo_glitz_surface_create
I have gltiz packages installed (dev too)
Any idea how to solve that?
insert_name_here
April 14th, 2007, 08:19 PM
Sdr4wkc4b, you need to install subversion.
a simple 'sudo apt-get install subversion' should do the trick.
--------------------------------------------------------------------------
I just tried the tutorial again, and I get the same error as litachil.
Trying the page 20 .deb starts kiba-dock, but when I try to add any icons, it segfaults, giving no error besides 'Segmentation Fault (core dumped)
abstar
April 15th, 2007, 02:00 AM
hi guys
i just wondering how to uninstall the kiba-dock based on this method of installation?
thanks
Gifty85
April 15th, 2007, 08:52 PM
Hi guys!
Do you know how to lock the dock to the desktop?
Thanks in advance!
Sdr4wkc4b
April 16th, 2007, 11:41 AM
Sdr4wkc4b, you need to install subversion.
a simple 'sudo apt-get install subversion' should do the trick.
--------------------------------------------------------------------------
I just tried the tutorial again, and I get the same error as litachil.
Trying the page 20 .deb starts kiba-dock, but when I try to add any icons, it segfaults, giving no error besides 'Segmentation Fault (core dumped)
Thanks i got further now, but at the make step i get another error which translates to: cannot find a makefile or target.
lotacus
April 17th, 2007, 03:40 PM
Don't know if it's alread been posted, so if it has, forgive me.
There seems to be a problem with beryl and kiba-dock, that when beryl is loaded, then kiba-dock loaded, it seems to endlessly spin the cube. I am not sure which app is the culprit, but I hope there is an updated kiba-dock package out there somewhere, or perhaps a work-around.
SPYvsSPY
April 18th, 2007, 05:16 PM
i've installed kiba-dock, all the levels were just fine , no errors, installed the .deb package after , all goes OK,
but when i type kiba-dock, it says command unkown
and i havent seen any kiba-dock file
any help ?
dominicd
April 19th, 2007, 10:53 AM
Don't know if it's alread been posted, so if it has, forgive me.
There seems to be a problem with beryl and kiba-dock, that when beryl is loaded, then kiba-dock loaded, it seems to endlessly spin the cube. I am not sure which app is the culprit, but I hope there is an updated kiba-dock package out there somewhere, or perhaps a work-around.
Indeed, somehow it screwed up my beryl really bad... Took me a while to get things back to normal, for me it's no kiba-dock until I have plenty of time to fix any problems it might cause.
lotacus
April 19th, 2007, 08:05 PM
I found what the problem was... at least in my case. I had "Computer" on the dock, and the cube always spun endlessly when I opened "Computer" from the dock.
So I looked at the short cut settings in kiba-settings and it displayed this: nautilus --no-desktop computer:
Through a little trial, I removed all instances so that it looked like this:
nautilus computer:
I then launched "Computer" from Kiba-dock and the cube didn't spin! However, there was a hitch, when I closed the "Computer" window, Kiba-Dock had the triangle notification still on the icon indicating the app was still launched. Clicking on the icon did not launch "Computer". The only option was to close kiba-dock and relaunch it.
If I turned off "Spin Cube" in beryl settings manager with the unmodified "Computer" settings, the cube won't spin.
I think the line: --no-desktop is the culprit as I think it tries to interact with all the virtual desktops by trying to reveal the window on all virtual desktops, giving it focus, which would make the cube spin endlessly.
I havn't found a workable solution yet without sacrificing a feature, so I don't have "Computer" on the dock.
thelostarc
April 21st, 2007, 01:47 AM
Every time i am trying to use the debien package.. it is telling the package is corrupted :( what to do?
thelostarc
April 21st, 2007, 02:01 AM
In the akamaru folder ./autogen.sh is working.. but in the other folders i am facing problems:
In kibadock folder there are three sub directories: branches, tags and trunk. There is autogen.sh in trunk. I used that, then typed in "make" and it gave me following msg:
************************************************** ****************8
user@ubuntu:~/kiba-dock/kibadock/trunk$ make
/bin/sh ./config.status --recheck
/bin/sh: Can't open ./config.status
make: *** [config.status] Error 2
************************************************** ******************
Can anyone please help?
I tried to download the .deb file uploaded by jasnix... it is telling me that the package is corrupted :(
lotacus
April 23rd, 2007, 10:02 PM
I just checked out the CVS and built from that.
check this wiki out strait from kiba-dock.org
http://www.kiba-dock.org/components/com_mambowiki/index.php?title=Installing_Kiba-Dock
chakkaradeep
April 23rd, 2007, 11:04 PM
The one listed in the first post of this thread: http://stashbox.org/6310/kiba-dock_0.1-1.2_i386.deb
This worked perfect in feisty ! Now this is called DOCK ! (no Cairo-dock, no kde docks :) )
I have attached my screen shot.
I am able to add only .desktop files i think. I tried dragging the Computer Icon in desktop and the volumes, but they were not ready to sit in the dock :)
mikibg
April 24th, 2007, 10:39 AM
chakkaradeep use same but no KIBA ICON ......??????????
chakkaradeep
April 24th, 2007, 10:43 AM
chakkaradeep use same but no KIBA ICON ......??????????
I didnt quiet get what you are telling. Can you please explain a bit? :(
mikibg
April 24th, 2007, 11:15 AM
no kiba icon in panel and when you want to swichoff kiba ...how you do that
chakkaradeep
April 24th, 2007, 11:19 AM
no kiba icon in panel and when you want to swichoff kiba ...how you do that
Oh..I didnt get any icon, I kill by doing sudo killall kiba-dock :(
I installed the deb package !
mikibg
April 24th, 2007, 11:24 AM
lol ....same here.....i install some deb before...and kiba icon was in panel but this is best deb for ubutu ...and no icon !!!!
lmao
http://img217.imageshack.us/img217/6697/screenshotsl2.png
chakkaradeep
April 24th, 2007, 11:27 AM
lol ....same here.....i install some deb before...and kiba icon was in panel but this is best deb for ubutu ...and no icon !!!!
lmao
Got it !
right click kiba-dock-->Kiba utils-->systray
now you can quit :)
mikibg
April 24th, 2007, 11:45 AM
LoL icon now in panel .....tq :guitar:
paul.maddox
April 24th, 2007, 03:27 PM
Is there any way to have a "Run Application..." launcher in the kiba dock, like you can in the gnome panels?
phantommaggot
April 24th, 2007, 04:49 PM
ok, so i instlled kibadock using this
http://www.kiba-dock.org/components/com_mambowiki/index.php?title=Installing_Kiba-Dock
im using edgy
anyways
how do i make it keep running after i close the terminal i used to open it?
and why wont beryl work right when its open?
like, the cube wont rotate with the mouse unless i use the keyboard keys, the center button wont work at all...
blamecanada
April 24th, 2007, 04:52 PM
Hold ALT-F2 and type the command in there. You can set it as a startup by going to system>Preferences>Sessions>Startup
phantommaggot
April 24th, 2007, 07:16 PM
hey, thanks man..
it still crashes lol.. either way, ill get it working with a fresh install in about a month.
thats when i decide weather not i want 7.04.. lol
MageMasher
April 25th, 2007, 07:12 PM
I can't seem to be able drag'n'drop anything on to it, its just two little bits of pixels at the bottom (if I rotate my cube in beryl I can see it hiding just underneath my desktop). If I drag any icons from a kde program it just pops a menu up from kdesktop to add it there instead, but if I drag an icon from a GTK program (like inkscape) I get animated arrows appear near the dock. The icon still doesn't attach itself to the dock, do I need to be running Gnome for it to work properly or is their a KDE workaround? Or am I just doing something wrong :(
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.