Browsers-software / browsers

Open the right browser at the right time
https://browsers.software
Apache License 2.0
111 stars 11 forks source link

linux: don't use gtk for parsing .desktop files and icons #142

Closed liias closed 9 months ago

liias commented 9 months ago

Replace searching for desktop entries from glib to https://github.com/pop-os/freedesktop-desktop-entry Replacing searching for icons from gtk to https://github.com/oknozor/freedesktop-icons

This makes it possible to launch Browsers with --no-gui in headless environments for CI testing.