Plasma 5 custom application launcher that opens a popup when placed in a panel
Dependencies:
- plasma-addons
- Go to https://www.opendesktop.org/p/1084934/
- Click on the
Files
tab - Click the
Install
button
- 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 widgets
button in the Widget Explorer that just opened - Type
Popup Launcher
into the search field - Click the
Install
button next to "Popup Launcher"
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