Is there way to run Plasma/DeviceNotifier under another WM to KWin/KDE (e.g. Fluxbox).
To be more specific, I have currently configured KDE, but I work remotely thorough SSH -Y + X-forwarding. So running plasma-desktop might run all other Plasmoids/Widgets. I'd like to run only one : DeviceNotifier.
As I see it runs thought libs, no standalone executable there:
~$ pacman -Ql | grep devicenoti
kdebase-workspace /usr/lib/kde4/plasma_applet_devicenotifier.so
kdebase-workspace /usr/lib/kde4/plasma_engine_devicenotifications.so
kdebase-workspace /usr/share/kde4/services/plasma-applet-devicenotifier.desktop
kdebase-workspace /usr/share/kde4/services/plasma-dataengine-devicenotifications.desktop
kdebindings-python /usr/share/sip/PyKDE4/solid/devicenotifier.sip
kde-l10n-pl /usr/share/locale/pl/LC_MESSAGES/plasma_applet_devicenotifier.mo
kdelibs /usr/include/solid/devicenotifier.h
So... how to run it ?
Update:
Running plasma-desktop does not work.
I run on my laptop:
laptop$ xinit;
laptop$ ssh -Y desktop;
desktop$ fluxbox #X forwarding
So I run fluxbox on remote machine ("Desktop").
When I run in such situation plasma-desktop I end-up with whole screen messed up with all widgets I normally use on remote machine when I work on it locally.
There are few problems there : (1) On desktop I have six times more screen space, (2) when I work remotely I do not need most of stuff I need when I work locally (3) I'm afraid of running another instance remotely of all those widgets and stuff, when it's already running on desktop.
That's why I am asking about running only one widget.
It can be plasma-desktop, but running only one widget, but not whole stuff I have setup and running on desktop locally.