plasma-applet-popup-launcher
plasma-applet-popup-launcher copied to clipboard
Plasma 5 custom application launcher that opens a popup when placed in a panel
plasma-applet-popup-launcher
Plasma 5 custom application launcher that opens a popup when placed in a panel

Dependencies:
- plasma-addons
Installation
From openDesktop.org
- Go to https://www.opendesktop.org/p/1084934/
- Click on the
Filestab - Click the
Installbutton
From within the Plasma workspace
- If your widgets are locked, right-click the desktop and select
Unlock Widgets - Right-click the desktop and select
Add Widgets... - Click the
Get new widgetsbutton in the Widget Explorer that just opened - Type
Popup Launcherinto the search field - Click the
Installbutton next to "Popup Launcher"
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