Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 616 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 616 Bytes

plasma-applet-popup-launcher

Plasma 5 custom application launcher that opens a popup when placed in a panel

Screen shot of plasma-applet-popup-launcher

Installation

From openDesktop.org

  1. Go to https://www.opendesktop.org/p/1084934/
  2. Click on the Files tab
  3. Click the Install button

From source

git clone https://github.com/dfaust/plasma-applet-popup-launcher
cd plasma-applet-popup-launcher
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install

Dependencies:

  • plasma-framework-devel