项目作者: dfaust

项目描述 :
Plasma 5 custom application launcher that opens a popup when placed in a panel
高级语言: QML
项目地址: git://github.com/dfaust/plasma-applet-popup-launcher.git
创建时间: 2016-02-08T13:36:31Z
项目社区:https://github.com/dfaust/plasma-applet-popup-launcher

开源协议:GNU General Public License v2.0

下载


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

Dependencies:

  • plasma-addons

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 within the Plasma workspace

  1. If your widgets are locked, right-click the desktop and select Unlock Widgets
  2. Right-click the desktop and select Add Widgets...
  3. Click the Get new widgets button in the Widget Explorer that just opened
  4. Type Popup Launcher into the search field
  5. Click the Install button next to “Popup Launcher”

From source

  1. git clone https://github.com/dfaust/plasma-applet-popup-launcher
  2. cd plasma-applet-popup-launcher
  3. mkdir build
  4. cd build
  5. cmake -DCMAKE_INSTALL_PREFIX=/usr ..
  6. make
  7. sudo make install

Dependencies:

  • plasma-framework-devel