-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wayland support cannot be enabled through settings #273
Comments
Hey, What do you mean with "global menu"? When facing issues with settings you can always choose to remove the caching directory that TIDAL makes (it includes the config) by executing: |
So what things aren't working now that you have to manually enable the flag for? |
the global menu not working on KDE in electron apps has been known for years and it primarily is a bug when they run on wayland instead of x11/xwayland (https://www.reddit.com/r/kde/comments/pa6bxz/comment/i6l7hsw/?utm_source=share&utm_medium=web2x&context=3) in case for flatpaks you need to enable additional stuff in KDE to get those to work (https://www.reddit.com/r/kde/comments/pa6bxz/tip_enable_the_global_menu_for_flatpaks/?utm_source=share&utm_medium=web2x&context=3) |
Basically nothing ig, it is running on Wayland as intended (checked with |
Could you explain what you are doing and what you are expecting to happen? To export your settings file you can export it like so: cat ~/.config/tidal-hifi/config.json | jq 'del(.ListenBrainz.token)' |
Mmmm, Only thing I can think of is properties not being correctly set on the "app" window. Will investigate further. Thanks for the detailed steps and feedback. |
OS: Arch Linux (btw) (last update 15-08-2023)
DE: KDE Plasma 5.27.7 on Wayland
Tidal-hifi version: 5.6.0
Hi, just like to say cheers for delivering a first class support that we deserve from Tidal to Linux users on your own spare time. Really appreciate it.
I just can't seem to make Tidal run on Wayland by just using the Support Wayland settings. I have also tried uninstalling it and reinstalling but still doesn't work. Although I can run
tidal-hifi --enable-features=UseOzonePlatform --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
just fine and it runs on Wayland as expected.Just want to add a minor issue is that global menu doesn't work somehow unlike some other Electron apps but then I suspect it might be Electron issue instead.
The text was updated successfully, but these errors were encountered: