


Yakuake Skins by tekzilla 8 comments

Yakuake Skins by tekzilla 8 comments

Yakuake Skins by tekzilla 8 comments
Could you please update your github repository and tag a release ?
Thank you - Oct 08 2018

Dolphin Service Menus by egregorion 24 comments
https://aur.archlinux.org/packages.php?ID=26567
It's in the source package tarball
https://aur.archlinux.org/packages/se/servicemenu-encfs-kde4/servicemenu-encfs-kde4.tar.gz - Jan 25 2012

Dolphin Service Menus by egregorion 24 comments
Thanks for your work ;) - Jan 11 2012

Plasma 4 Extensions by CraigD 642 comments
You can download it here : http://pastebin.archlinux.fr/pastebin.php?dl=434218 - Oct 05 2011

Plasma 4 Extensions by diegc 38 comments
I have read your code, you want to use os.waitpid and os.kill, but these methods are directly supported by the class Popen.
If you only use your Popen object, I think it would be simpler, you can use the following methods from Popen :
* send_signal to send a SIGUSR (toggle on and off redshift)
* poll, to get the returncode and know if the process is running or not
* wait
* kill (SIGKILL signal), and terminate (SIGTERM)
I've made some tests using methods from Popen, and your plasmoid do not produce defunct processes. ;)
But it requires to update the code of checkstatus and updatestatus, and I don't have enough time for that. - Aug 20 2011

Dolphin Service Menus by egregorion 24 comments
I've made a patch to add French support, and edit one condition to fix a bug on Archlinux (there is no fuse group).
The package for Archlinux is here :
http://aur.archlinux.org/packages.php?ID=26567
The patch is here :
http://pastebin.archlinux.fr/433626 - Aug 19 2011