https://github.com/dfaust/plasma-applet-places-widget
Plasma 5 widget that gives access to user places
https://github.com/dfaust/plasma-applet-places-widget
plasma-applet plasmoid
Last synced: 4 months ago
JSON representation
Plasma 5 widget that gives access to user places
- Host: GitHub
- URL: https://github.com/dfaust/plasma-applet-places-widget
- Owner: dfaust
- License: gpl-2.0
- Created: 2016-01-22T13:17:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T20:41:16.000Z (over 2 years ago)
- Last Synced: 2025-01-02T04:33:48.608Z (over 1 year ago)
- Topics: plasma-applet, plasmoid
- Language: QML
- Homepage:
- Size: 59.6 KB
- Stars: 13
- Watchers: 2
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
- awesome-kde - Places Widget - Plasma 5 widget that gives access to user places. (Customization / Plasma desktop)
README
# plasma-applet-places-widget
Plasma 5 widget that gives access to user places

## Installation
### From openDesktop.org
1. Go to [https://www.opendesktop.org/p/1084935/](https://www.opendesktop.org/p/1084935/)
2. Click on the `Files` tab
3. Click the `Install` button
### From source
```
git clone https://github.com/dfaust/plasma-applet-places-widget
cd plasma-applet-places-widget
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
sudo make install
```
Dependencies:
* plasma-workspace >= 5.6
* plasma-framework-devel