Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.svg

A 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.