Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tchx84/flatseal
Manage Flatpak permissions
https://github.com/tchx84/flatseal
Last synced: 21 days ago
JSON representation
Manage Flatpak permissions
- Host: GitHub
- URL: https://github.com/tchx84/flatseal
- Owner: tchx84
- License: gpl-3.0
- Created: 2020-01-27T10:25:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T21:05:55.000Z (28 days ago)
- Last Synced: 2024-10-14T23:23:14.532Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 15.1 MB
- Stars: 1,187
- Watchers: 17
- Forks: 72
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
- fucking-Awesome-Linux-Software - ![Open-Source Software - Flatseal is a graphical utility to review and modify permissions from your Flatpak applications. (Applications / Utilities)
- Awesome-Linux-Software - ![Open-Source Software - Flatseal is a graphical utility to review and modify permissions from your Flatpak applications. (Applications / Utilities)
README
# Flatseal ![CI](https://github.com/tchx84/Flatseal/workflows/CI/badge.svg)
Flatseal is a graphical utility to review and modify permissions from your [Flatpak](https://flatpak.org/) applications.
## Usage
Simply launch Flatseal, select an application and modify its permissions. Restart the application after making the changes. If anything goes wrong just press the reset button.
For more details please visit the [documentation](./DOCUMENTATION.md) page.
## Get it
[](https://flathub.org/apps/details/com.github.tchx84.Flatseal)
## Build it yourself
```
git clone https://github.com/tchx84/Flatseal.git
cd Flatseal
flatpak --user install org.gnome.{Platform,Sdk}//47
flatpak-builder --user --force-clean --install build com.github.tchx84.Flatseal.json
flatpak --user run --branch=master com.github.tchx84.Flatseal
```Or just use [Builder](https://flathub.org/apps/details/org.gnome.Builder)
## Contribute
If you are interested in contributing to this utility just send a pull request to [this](https://github.com/tchx84/Flatseal) repo.
## Disclaimer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU General Public License](COPYING) for more details.