
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
FIRST OF ALL =========================
i'm not completely sure about the license, so, if i have to remove this post, please contact me.
======================================
New in this version:
I made the overall bar prettier -again-, to me at least, backdrops are now colorized for active window!!... and fixed a bug, see changelog
as always, old versions included
Awright. The first thing you want to do, since this is a mod, is to install this original version:
http://www.gnome-look.org/content/show.php/DockbarX?content=101604
then just extract and run the install.sh script and it will install itself automagically... should the script fail, run these commands(inside the folder you just extracted, assuming you installed the unmodified one right):
sudo cp ./dockbarx.py /usr/bin/dockbarx.py
cp ./launcher_icon.png ~/.dockbar/launcher_icon.png
And that should be it, if you have the original version running, delete it from the panel and add it again to get the new code running.
by the way, this mod doesn't work on vertical panels (yet...)
Thanks to rassen for the idea.
11 years ago
Mod-1
- Changed the way -almost- everything was drawn on the screen
- Changed the launcher_icon.png
Mod-2
- Removed backdrop from launchers
- Fixed ugly 'red background' from windows calling attention
Mod-3
- Fixed bug when windows in a group with not all windows minimized was asking for attention
- Active window backdrop is now colorized according to the color of the icon on it
Mod-3.1
- Improved install.sh
11 years ago
Mod-1
- Changed the way -almost- everything was drawn on the screen
- Changed the launcher_icon.png
Mod-2
- Removed backdrop from launchers
- Fixed ugly 'red background' from windows calling attention
Mod-3
- Fixed bug when windows in a group with not all windows minimized was asking for attention
- Active window backdrop is now colorized according to the color of the icon on it
Mod-3.1
- Improved install.sh
daas88
11 years ago
I did use your theme but it made the new version of the bar lose some new functionalities.
Report
SKeaLoT
11 years ago
Report
daas88
11 years ago
Regards
Report
SKeaLoT
11 years ago
I have a HUGE-ass test by the end of november, after that I'm free until christmas, if I remember (and that's when YOU come in) I'll work on this. (I'm not using dockbarx anymore because gnome-do got better faster... but i'll do it for fun.. god i love fun)
cheers
Report
daas88
11 years ago
Report
daas88
11 years ago
Report
dukeofcontention
11 years ago
Report
SKeaLoT
11 years ago
Report
dukeofcontention
11 years ago
Report
lester2
11 years ago
Report
lester2
11 years ago
Report
SKeaLoT
11 years ago
and about the other one... maybe your programs aren't killing themselves right? just a guess...
however if you feel like contributing, file those bugs at
https://launchpad.net/dockbar
if they aren't there already
Report
lester2
11 years ago
1) open some firefox windows, they should be under the single icon on the panel.
2) click the icon twice to minimize and maximize windows. You'll notice a popup window with the list of firefox'es.
3) move a cursor away to make the popup window dissapear.
4) hove the icon again with the mouse. A window should pop-up, but it doesn't.
There is no such bug in the vanilla dockbar and it's modification dockbarX, so you might broke something apparently.
Report
lester2
11 years ago
Traceback (most recent call last):
File "./dockbarx.py", line 1625, in button_mouse_enter
pixbuf = self.icon_factory.pixbuf_update(self.icon_mode | self.icon_effect | IconFactory.BRIGHT | self.icon_active | self.dd_effect)
File "./dockbarx.py", line 243, in pixbuf_update
pixbuf = self.add_glow(pixbuf)
File "./dockbarx.py", line 481, in add_glow
colorpb = self.colorize_pixbuf(pixbuf, r, g, b)
File "./dockbarx.py", line 579, in colorize_pixbuf
pix[0] = int((r + pix[0]) / 2)
ValueError: function not supported
Traceback (most recent call last):
File "./dockbarx.py", line 1635, in button_mouse_leave
pixbuf = self.icon_factory.pixbuf_update(self.icon_mode | self.icon_effect | self.icon_active | self.dd_effect)
File "./dockbarx.py", line 243, in pixbuf_update
pixbuf = self.add_glow(pixbuf)
File "./dockbarx.py", line 481, in add_glow
colorpb = self.colorize_pixbuf(pixbuf, r, g, b)
File "./dockbarx.py", line 579, in colorize_pixbuf
pix[0] = int((r + pix[0]) / 2)
ValueError: function not supported
Report
pi4sek
11 years ago
Report