-
-
Notifications
You must be signed in to change notification settings - Fork 579
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
.config/electron-flags.conf typo issue
Causes Discord disability.
Error prompt shows like this:
Error launching app
Unable to find Electron app at $HOME/ozone-platform=wayland
current .config/electron-flags.conf
--ozone-platform-hint=auto
ozone-platform=wayland
And this should be
--ozone-platform-hint=auto
--ozone-platform=wayland
So minor issue. May not affect or shown whom installed HyDE after installing electron-based app.
This might not affect existing setups, but it breaks apps when cleanly replacing the whole .config dir with HyDE's dotfiles.
Steps to Reproduce
Replace whole .config files new with HyDE.
Like, moving .config to .config.bak and re-install Hyde with install.sh
Then, launch electron-based app. Discord or vscode.
Expected Behavior
current .config/electron-flags.conf
--ozone-platform-hint=auto
ozone-platform=wayland
And this should be
--ozone-platform-hint=auto
--ozone-platform=wayland
Actual Behavior
Error launching app
Unable to find Electron app at $HOME/ozone-platform=wayland
Screenshots
No response
Environment
I don't think it is necessary.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working