cucumber-sp / yandex-music-linux

Linux client of Yandex Music
Other
222 stars 5 forks source link

Wayland support #66

Closed Skiftsu closed 3 months ago

Skiftsu commented 3 months ago
  1. The application will launch with flags for wayland if the current window system is wayland

  2. During installation a file will be created containing the path to electron (Perhaps this can be done in a better way)

  3. Changed version of Electron27 to Electron28, without this app launch with errors.


I think adding a config for custom flags is unnecessary. Flags for wayland will be enough.

If this script is suitable, it can be implemented for other distributions as well.

cucumber-sp commented 3 months ago

I will implement this with configuration file support. You should open new issue about Wayland support instead, reference config one and let me know which parameters should be passed for Wayland support. I'll implement it later myself because I already have a plan on how to do it

cucumber-sp commented 3 months ago

@Skiftsu please check dev branch, I've already switched to electron 29. What you can currently do is create bin file template and make building use it. Don't touch configuration for now.

cucumber-sp commented 3 months ago

Closing this for now. I'm waiting for PR to dev branch for now.