


Plasma 5 Applets by arcanis 64 comments
First of all I should note that I officially provide:
a) patches for old qt version (may be found in directory patches with quick instruction how to use it)
b) I provide Ubuntu 16.04 compiled packages for some time (at least they work on Kubuntu versions)
Regarding to your issue. I've looked one more time on your error and it seems to be related to one old component which is not used anymore. Probably I may provide you patch if you wish, but I would recommend you use the newest versions instead :) - Aug 11 2016

Plasma 5 Applets by arcanis 64 comments
1. Why did you use old version (actual one is 3.*)?
2. What is the your plasmashell version? - Jul 09 2016

Plasma 5 Applets by arcanis 64 comments
thank you for the report. Yep, there was small typo from version 1.8.2 (when I've added temperature units). It should be fixed in the current version (1.10.2), at least it works for me.
BTW, you may now configure hddtemp cmd from configuration interface. - Jun 10 2014

Plasma 5 Applets by arcanis 64 comments
По идее, должно быть эквивалентно вашему решению (т.о., если ваш фикс подходит, то и этот должен тоже подходить) - May 27 2014

Plasma 5 Applets by arcanis 64 comments
Во первых, по идее, запущенные процессы должны убиваться. Причем через некоторое короткое время. По крайней мере, к следующему запросу у меня уже не наблюдается процесса, который проверял в предыдущий раз. Если это не так, значит да, это не нормально и надо разбираться.
Во вторых, опять же, по идее, кастомная команда не должна решать этой проблемы =) - May 27 2014

Plasma 5 Applets by arcanis 64 comments
Некоторые поля (gpu, hddtemp, custom, player, ps, pkgmanager) задействуют самописный dataengine, который, в отличии от стандартных системных, вызывает внешние команды (а иначе никак). Насчет секудны не уверен - но, по идее, команды должны вызываться только по запросу, а значит интервал появления зомби - установленный интервал обновления. - May 23 2014

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments
Не совсем понял вопрос. Все числовые поля изначально задаются фиксированной ширины, цифры тоже имеют фиксированный формат. Не фиксируются только поля, которые имеют сложный формат, например время, аптайм, плеер.
// hi,
I do not understand the question. All numeric labels have fixed width, and numbers have fixed format too. And only labels, which have complex format, e.g. time, uptime, player, aren't fixed. - Apr 29 2014

Plasma 5 Applets by arcanis 64 comments
It looks like it has been fixed in the version 1.6.0. At least, songs with Russian name is displayed correctly. - Mar 31 2014

Plasma 5 Monitoring by arcanis 6 comments
1. Download tarball for applet from applet page.
2. Unpack it and change directory to "pytextmonitor".
3. Create build directory and change the current directory to it:
mkdir build && cd build
4. Run cmake with needed parameters, such as install prefix:
сmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` -DCMAKE_BUILD_TYPE=Release ../
5. Run make:
make
sudo make install - Mar 31 2014

Plasma 5 Monitoring by arcanis 6 comments
BTW, you don't need build dataengine separately anymore. It will build with widget automatically. - Mar 31 2014
Thank you for your work!
But some applications, such as Qutim, have text-like notification, for example, newline symbol is "\n" (not <br> as it is needed for html code). It would be nice if you will add a replacement of the symbol to the correct one. And I've created a patch that does it. (I know there are a lot of ways to do it.) Link to the patch is:
https://github.com/arcan1s/pkgbuild/blob/master/colibri-line/fix-line.patch
And I would be happy if you will add support for jobs too, such as copying files :) - Jan 23 2014

Plasma 4 Extensions by lokster 12 comments
thank you for your work!
I have uploaded your plasmoid into Archlinux AUR. Direct link is
https://aur.archlinux.org/packages/kdeplasma-applets-usu-notifications/ - Jan 23 2014

Plasma 5 Applets by arcanis 64 comments
hddtemp /dev/sda
or smth like (for you device) - Dec 08 2013

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments
I tested it on mpd-0.18.4. All work normally with actual versions of dataengine (1.4) and plasmoid (1.5.1).
http://s017.radikal.ru/i423/1311/34/e10a88a90b63.png
If everything is set up correctly it must works normally too. If it doesn't work may you do that I wrote above? - Nov 18 2013

Plasma 5 Applets by arcanis 64 comments
I tested it on mpd-0.18.4. All work normally with actual versions of dataengine (1.4) and plasmoid (1.5.1).
http://s017.radikal.ru/i423/1311/34/e10a88a90b63.png
If everything is set up correctly it must works normally too. If it doesn't work may you do that I wrote above? - Nov 18 2013

Plasma 5 Applets by arcanis 64 comments
It sounds good, because the previous version of the dataengine must works normally =)
So, may you dowgrade to the previous version of DE (1.4) with the same command. And then run from a console
plasma-windowed py-text-monitor
And post output here or at the github repo? - Nov 12 2013

Plasma 5 Applets by arcanis 64 comments
Can you download and rebuild a new version of dataengine?
https://github.com/arcan1s/pytextmonitor/releases/download/V.1.5.1/ext-sysmon-1.5.zip
If you build for a local copy just run as user:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` ../
make && make install
Or for a global copy:
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ../
make && sudo make install
And does the error persist? - Nov 11 2013

Plasma 5 Applets by arcanis 64 comments
Also, may you run in console
plasma-windowed py-text-monitor
make player label enable and post errors from console if they exist? - Nov 11 2013

Plasma 5 Applets by arcanis 64 comments
Okay, another question: do you have plasmate? If it is true, than may you look for mpd string in plasmaengineexplorer (data engine is "ext-sysmon")?
And do you have installed Extended Systemmonitor [1]?
1. http://kde-look.org/content/show.php/Extended+Systemmonitor+DataEngine?content=158773 - Nov 09 2013

Plasma 5 Applets by arcanis 64 comments
Can you post output for this command while mpd is working:
echo 'currentsong\nclose' | curl --connect-timeout 1 -fsm 3 telnet://localhost:6600 2> /dev/null
(may be on pastebin) - Nov 09 2013

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments

Plasma 5 Applets by arcanis 64 comments
Wed Nov 6 04:45:00 2013 - Nov 05 2013

Plasma 5 Applets by arcanis 64 comments
And I dont add date and time support now because I think there is a good plasmoid for this - Nov 05 2013

Plasma 5 Applets by arcanis 64 comments
tnx for the comment =) I dont use mpd, therefore it is not implemented in the current version. But it is sound good and I will add support of some music players in the next version. - Oct 23 2013

Plasma 5 Monitoring by arcanis 6 comments

Plasma 4 Extensions by PlasmaFactory 94 comments
https://aur.archlinux.org/packages/kdeplasma-applets-stdin-svn/ - Sep 13 2013