
LiquidKopeteBar
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
Superkaramba theme to display contacts, and kopete status. This is almost completely okie's work, (so give him all the credit) with some eye-candy modification to make it smaller and groove with the liquid style. Artwork (icons) are taken from various themes on kde-look.org, some of which are lgpl.
amp
15 years ago
http://bfarber.com/index.php?download=1518
Report
hds
15 years ago
could this be related to i18n? i'm from germany, and kopete does not list "Away" but "Abwesend".
if this actually is causing my problem, a quick fix would be highly appreciated. i am able to modify the source myself, but have no clue yet where to look ;)
Report
okie
15 years ago
You can uncomment the line that prints out the contact status to see what kopete is actually reporting. Just start superkaramba from a konsole and then open the theme as usual to see the output.
The code really only checks for three states online offline and (Status not availble) the unknown icon was put in to catch anything that the code didn't recognize and keep it from causing errors. There is a for loop right below the print statement mentioned above that checks the status of all the icons. You should be able to modify that to catch what is causing the problem.
Report
hds
15 years ago
(Abwesend)
ok, will check with the source, thanks for the hints. hmm.. i will post my modification if i get it fixed, though.. it will help out germans only, i am afraid. all others will have to change this with their very own language.
maybe there is a more global way to fix this?
Report
hds
15 years ago
i added:
elif(contact_status[buddies[icon]["name"]] == "(Abwesend)"):
imagepath = "images/buddy"+numtrans[icon]+".png"
buddies[icon]["status"] = "(Online)"
pretty kludgy, though.. maybe we use a png like "X" for offline, and "/" for not available? well, its kludgy, yeah, but a compromise for now .
ah, we also could but "abwesend", "away", or whatever this is in a special language in a variable, just at the top of the python script. so everyone would be able to simply put his away status there?
Report
okie
15 years ago
I'm glad you were able to get it working.
Report
hds
15 years ago
this:
ah, we also could but "abwesend"
should read:
ah, we also could put "abwesend"
sorry, this hot weather, and then he beer :-)
Report
mrme
15 years ago
I really liked the bottom panel you have there. Where can I get that????
Report
s3m10s
15 years ago
Report
selan
15 years ago
Report
okie
15 years ago
This looks good and takes up less space than the original bar idea. I like it. I'll work on changing the code to make things more dynamic as far as icon size and layout. Also the overlay idea you had was a good one and is fairly simple to implement. That will allow the use of a single icon for the contact with a state image placed over it.
Report
bonafide
15 years ago
Report
hds
15 years ago
Report
proflynx
15 years ago
Report
s3m10s
15 years ago
I might have gotten the background from themexp.org . i doubt its gpl'ed, and I tend to delete readmes. sorry!
Report