
kpaste
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
It's a simple python script that allows you to paste something to http://www.rafb.net/paste
You can use it by service menu or console
Usage:
$ kpaste foo.py
or press ALT + F2 and write "kpaste". Kdialog will be shown, than select file and paste :)
14 years ago
== 0.5 ==
* Fixed console output. It was giving it with kdialog
14 years ago
== 0.5 ==
* Fixed console output. It was giving it with kdialog
gatuus
13 years ago
Where did you get that icon theme??
thanks..
Report
ErenTurkay
13 years ago
Report
gatuus
13 years ago
The whole theme that your konqueror(buttons) shows..
ex. the back, home, reload icons.. ??
where?
thanks =)
Report
loker
13 years ago
http://www.kde-look.org/content/show.php?content=38757
Report
annma
14 years ago
You assume KDE is installed in /usr which might not be the case.
Instead, explain to the user that he can set $KDEDIR by
export KDEDIR=kde-config --prefix
then use $KDEDIR instead of /usr in your INSTALL file.
Report