Skip to content

[Bug]: Typo in .config/electron-flags.conf #1608

@O-mong

Description

@O-mong

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions