Open umaksd opened 4 years ago
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of duplicate issues on this repo, so please double check now that your issue has not already been solved or doesn't have an open issue already. To help make it easier for us to investigate your issue, please follow the contributing guidelines and ensure the issue template was filled out.
Try to use the package provided in #3548 .
Also seems to be a duplicate of #3391.
Thanks. Wayland is guilty.. gpmdp works only with xorg session but fedora starts with Wayland by default.
Also seems to be a duplicate of #3391. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Hello.
I had installed GPMDP as snap package in Fedora Workastation 31(x86_64) but, when i try to launch it, i have error
WARNING: cgroup v2 is not fully supported yet, proceeding with partial confinement
(google-play-music-desktop-player:3150): Gtk-WARNING **: 10:40:11.680: cannot open display: :0
Then, i remove the GPMDP snap package and download it from official site.
I use
"sudo rpm -i <package name (GPMDP.rpm)",
it install GPMDP successfully but when i try launch it, i have error
"Segmentation fault".
How can i install GPMDP in Fedora 31 correct?
Which package should i install to use GPMDP in Fedora?
I remember in Ubuntu i had used
"sudo apt install -f"
after
"sudo dpkg -i"
and all packages had installed. But apt doesn't work in Fedora(clearly)...