Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanilla-os/vanilla-drivers-utility
A frontend in GTK 4 and Libadwaita for ubuntu-drivers.
https://github.com/vanilla-os/vanilla-drivers-utility
drivers gtk4 hacktoberfest libadwaita ubuntu-drivers utility vanillaos
Last synced: about 2 months ago
JSON representation
A frontend in GTK 4 and Libadwaita for ubuntu-drivers.
- Host: GitHub
- URL: https://github.com/vanilla-os/vanilla-drivers-utility
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2023-02-11T22:12:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T18:07:22.000Z (12 months ago)
- Last Synced: 2024-05-01T09:46:44.613Z (8 months ago)
- Topics: drivers, gtk4, hacktoberfest, libadwaita, ubuntu-drivers, utility, vanillaos
- Language: Python
- Homepage:
- Size: 404 KB
- Stars: 7
- Watchers: 1
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Vanilla Drivers Utility
[![Translation Status][weblate-image]][weblate-url]
[weblate-url]: https://hosted.weblate.org/engage/vanilla-os/
[weblate-image]: https://hosted.weblate.org/widgets/vanilla-os/-/vanilla-drivers-utility/svg-badge.svgA frontend in GTK 4 and Libadwaita for ubuntu-drivers.
## Build
### Dependencies
- build-essential
- meson
- libadwaita-1-dev
- gettext
- desktop-file-utils
- ubuntu-drivers-common### Build
```bash
meson build
ninja -C build
```### Install
```bash
sudo ninja -C build install
```## Run
```bash
vanilla-drivers-utility# embedded mode
vanilla-drivers-utility --embedded
```## Other distributions
This utility works on any Ubuntu-based distribution, just note that `NoDisplay=true` is set
in the desktop file, since Vanilla OS uses the embedded mode. If you want to use the
standalone mode, you can remove this line and the icon will be shown in the applications
menu of your distribution.