Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/flatpak-kcm
Flatpak Permissions Management KCM
https://github.com/kde/flatpak-kcm
Last synced: 4 days ago
JSON representation
Flatpak Permissions Management KCM
- Host: GitHub
- URL: https://github.com/kde/flatpak-kcm
- Owner: KDE
- Created: 2022-09-12T12:13:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T04:05:48.000Z (4 days ago)
- Last Synced: 2024-11-11T05:18:28.536Z (4 days ago)
- Language: C++
- Homepage: https://invent.kde.org/plasma/flatpak-kcm
- Size: 3.52 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-2-Clause.txt
Awesome Lists containing this project
README
# Flatpak Permissions Management KCM
The KCM allows changing what permissions have been granted to installed Flatpak applications.
![Basic Section](Resources/BasicPermissionsScreenshot.png)
![Advanced Section](Resources/AdvancedPermissionsScreenshot.png)## Building and Running:
- cd wherever/you/like
- git clone [ the link you copy from the clone option ]
- cd flatpak_kcm
- mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=~/.local/kde
- make install
- source prefix.sh
- kcmshell6 kcm_flatpak