
plasma-mpc
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
Very simple yet effective MPD ( Music Player Daemon) client. It uses a combination of DBUS calls to KLauncher + mpc executable.
Requirements:
- Running MPD server
- MPC ( MPD command line client)
- Running KDE4 Session + Plasma
Installation :
# Extract the gzip archive :
tar -xvf plasma-mpc.tar.gz
cd plasma-mpc
#Create Build directory
mkdir build
cd build
#Specify installation directory
cmake -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4/ # for kubuntu
make
#Install
sudo make install
kbuildsycoca4
#testing the client
plasmoidviewer plasma_applet_mpc
13 years ago
0.2
- fixed buttons layout
- added minimal interface for panel.
0.1 Initial release.
13 years ago
0.2
- fixed buttons layout
- added minimal interface for panel.
0.1 Initial release.
ArneBab
13 years ago
$ plasmoidviewer plasma_applet_mpc
findServiceByDesktopPath: not found
But it already looks very nice!
Report
ArneBab
13 years ago
cmake -DCMAKE_INSTALL_PREFIX=/usr/kde/4.0/
Best wishes,
Arne
Report
avuton
13 years ago
Thanks!
Report
avuton
13 years ago
Report
revenant
13 years ago
Report