
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
KopeteNowListening script for amaroK, Version 0.2.2
This script can set your away message, away status and image based on the current song and album data.
You can choose to update your away message, away status and avatar, a default avatar may be specified to be restored when not playing anything.
It is written only in bash script (even configuration uses kdialog) so all you need to run a recent is amarok, kopete and have kdialog command working
Authors:
* Carlos Novaes
Based on previous works from:
* Andras Georgy Bekes
* Akhmad Fathonih
* Bona
* Gustavo Felisberto
TODO:
Quick custom menus to change minor details
14 years ago
0.2.2
Fix a bug that restore default [photo, nickname, away] msg even when
configured to not use theses settings
0.2.1
Fix a bug on song data with '&' are wrong displayed
0.2
New Configuration style
Support for five messages
Now set nickname
0.1.1
Clear exit using trap
0.1
Initial version
14 years ago
0.2.2
Fix a bug that restore default [photo, nickname, away] msg even when
configured to not use theses settings
0.2.1
Fix a bug on song data with '&' are wrong displayed
0.2
New Configuration style
Support for five messages
Now set nickname
0.1.1
Clear exit using trap
0.1
Initial version
tobsen
14 years ago
Report
moto666
14 years ago
Report
tocha
14 years ago
A simple
kdialog --yesno "Some dummy text"
should present you a nice yesno dialog, if this works but not my script, then I think its some option that is not undertand by your version of kde...
The first kdialog comand in my script is a radiolist like this:
kdialog --radiolist "Select an Option to Change" "opt1" "Option 1" "off" "opt2" "Option2" "off" --geometry 400x400+50+50
maybe can be a proble with the geometry parameter. Let me know if you can run these two commands and if not what is the error message
best regards
Report