https://bugzilla.redhat.com/show_bug.cgi?id=1661324 --- Comment #5 from Gert Dewit <gertux@xxxxxxxxxxx> --- $ diff -u /usr/share/applications/slic3r.desktop /usr/local/share/applications/slic3r-wayland.desktop --- /usr/share/applications/slic3r.desktop 2018-07-15 13:15:41.000000000 +0200 +++ /usr/local/share/applications/slic3r-wayland.desktop 2018-12-21 09:24:27.984161423 +0100 @@ -1,6 +1,6 @@ [Desktop Entry] -Name=Slic3r -Exec=slic3r +Name=Wayland Slic3r +Exec=env GDK_BACKEND=x11 slic3r Icon=slic3r Terminal=false Type=Application $ diff -u /usr/share/applications/slic3r-prusa3d.desktop /usr/local/share/applications/slic3r-prusa3d-wayland.desktop --- /usr/share/applications/slic3r-prusa3d.desktop 2018-10-02 22:55:11.000000000 +0200 +++ /usr/local/share/applications/slic3r-prusa3d-wayland.desktop 2018-12-21 09:24:20.801090640 +0100 @@ -1,6 +1,6 @@ [Desktop Entry] -Name=Slic3r Prusa Edition -Exec=slic3r-prusa3d +Name=Wayland Slic3r Prusa Edition +Exec=env GDK_BACKEND=x11 slic3r-prusa3d Icon=slic3r-prusa3d Terminal=false Type=Application -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx