
taskbar-compiz
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a modified taskbar applet for kicker to make it work with compiz.
The work is inspired by kicker-compiz pager (http://www.kde-apps.org/content/show.php?content=46021)
Please note: currently you can't change "Show windows from all desktops" settings while beryl is running, so uncheck it before or uncheck in manually in
.kde/share/config/ktaskbarrc
Enjoy!
staneja
12 years ago
Report
scido
12 years ago
I found a problem with kde 3.5.10. As soon as you try to insert taskbat-compiz applet into the kicker, it crashes.
I hope you can correct this bug, because I think a lot of people will continue to use kde 3.x for long time.
Thanks very much.
Scido
Report
vip
12 years ago
Report
xylo
12 years ago
Oh, maybe I was too honest now. Please don't disable my account due to this post. Please!
Report
xylo
12 years ago
Report
kitterma
12 years ago
Report
abeach
12 years ago
I have done some debugging but I don't code in QT or KDE. I have posted my responses in the comments for the other taskbar-compiz here: http://www.kde-apps.org/content/show.php/taskbar-compiz+for+kde+3.5.7+with+colors?content=61169
Report
scido
12 years ago
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/261694
Report
adriatikus
12 years ago
Thank you.
Report
PhrkOnLsh
12 years ago
Making all in taskmanager
make[2]: Entering directory `/usr/src/taskbar-compiz/taskmanager'
/bin/sh ../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o libcompiztaskmanager.la -rpath /usr/lib -L/usr/share/qt3/lib -L/usr/lib -version-info 1:0:0 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined tasklmbmenu.lo taskrmbmenu.lo taskmanager.lo -lkdecore -lXfixes -lXrender -lXcomposite -lkickermain
/usr/bin/ld: cannot find -lkickermain
collect2: ld returned 1 exit status
make[2]: *** [libcompiztaskmanager.la] Error 1
make[2]: Leaving directory `/usr/src/taskbar-compiz/taskmanager'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/taskbar-compiz'
make: *** [all] Error 2
That's the pertinent parts; I edited out the previous successful portions.
I"m running KDE 3.5.9, compiz 0.7.6. Any clue what is happening?
Report
PhrkOnLsh
12 years ago
apt-get install kde-devel fixed it :)
Report
Yaba
12 years ago
Report
Firetech
12 years ago
Report
yuri1
13 years ago
Report
yuri1
13 years ago
Report
mashmorgan
13 years ago
However there is one little bug. Have filed it here http://bugs.opencompositing.org/show_bug.cgi?id=157 as I'm not sure where it should be ?
There's also a startup issue which needs an elegant resolution.
http://bugs.opencompositing.org/show_bug.cgi?id=152
Pete
Report
mashmorgan
13 years ago
dcop kicker kicker restart
Report
cherusker
13 years ago
I'm using KDE 3.5.6 and beryl 0.2.1
Like the original KDE-applet, your applet also shows all applications from all viewports... Any advice? Thanks in advance!
Report
cherusker
13 years ago
~/.kde/share/config/ktaskbarrc
and add:
[General]
ShowAllWindows=false
Now everything works fine. Thanks for this applet!!!
Report
modcube
13 years ago
cd /usr/lib/
sudo ln -s libkickermain.so.1.0.0 libkickermain.so
Report
roderick
14 years ago
I still have one or two ebuild issues to work out. See the forum post for more info: http://forums.gentoo-xeffects.org/viewtopic.php?f=14&t=377
Report
cornbread
14 years ago
Dual monitor support would be great!!!
Keep up the good work.
Report
andrew9888
14 years ago
taskmanager.cpp: In member function `QSize TaskManager::numberOfViewports(int) const':
taskmanager.cpp:565: error: 'class KWinModule' has no member named 'numberOfViewports'
taskmanager.cpp: In member function `QSize TaskManager::numberOfViewports() const':
taskmanager.cpp:570: error: 'class KWinModule' has no member named 'numberOfViewports'
taskmanager.cpp: In member function `void Task::refresh(unsigned int)':
taskmanager.cpp:752: warning: comparison between signed and unsigned integer expressions
taskmanager.cpp: In member function `QPoint TaskManager::currentViewport(int) const':
taskmanager.cpp:1515: error: 'class KWinModule' has no member named 'currentViewport'
taskmanager.cpp: In member function `QPoint TaskManager::currentViewport() const':
taskmanager.cpp:1520: error: 'class KWinModule' has no member named 'currentViewport'
make[2]: *** [taskmanager.lo] Error 1
make[2]: Leaving directory `/home/ondra/Downloads/taskbar-compiz/taskmanager'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ondra/Downloads/taskbar-compiz'
make: *** [all] Error 2
How could I make it compile succesfully?
I use KDE 3.5.2 with Beryl SVN on Gentoo.
Report
metalzelot
14 years ago
I'm using beryl 0.2beta, KDE 3.5.2 and Linux from Scratch
Report
trevi55
14 years ago
http://3v1n0.tuxfamily.org/dists/edgy/beryl-svn/
Report