Hyprland Welcome still expects hyprland.conf after the Lua config migration
#15410
Unanswered
va101sa
asked this question in
Bugs - Config
Replies: 1 comment
|
it shouldnt with next release guiutils |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hyprland Welcome still expects
hyprland.confafter the Lua config migrationI noticed an issue on a fresh Arch Linux installation with Hyprland 0.55.
After installation, Hyprland creates and uses
~/.config/hypr/hyprland.luaas the default configuration. There is nohyprland.conf, which is expected with the new Lua-based configuration.However, Hyprland Welcome still appears to expect
hyprland.confwhen changing settings through the graphical interface. For example, changing the default terminal is not possible because the application looks for a.confconfiguration that does not exist.Environment
~/.config/hypr/hyprland.luaSteps to reproduce
Expected behavior
Hyprland Welcome should detect and work with the active
hyprland.luaconfiguration, or at least gracefully handle the absence ofhyprland.conf.Actual behavior
The GUI expects
hyprland.conf, so configuration changes cannot be applied on a default installation using the Lua configuration.Is this a known issue, or is Lua configuration support in Hyprland Welcome still a work in progress?
All reactions