There's a merged pull request on the void-packages repository ferium: don't use portal-based gui https://github.com/void-linux/void-packages/pull/44616 Description: #### Testing the changes - I tested the changes in this PR: **briefly**. #### Local build testing - I built this PR locally for my native architecture, (x86_64) Apologies for the quick revision, but I only realized after the merge that the package compiles with the GUI `xdg-desktop-portal` integration by default, which results in an inability to change some options through the TUI interface on systems without `xdg-desktop-portal`. This commit opts to make the `nogui` option the default and provide a build option for the GUI integration instead.