Hannu L

Results 3 comments of Hannu L

I have the same problem on Fedora 33, using appeditor-1.1.1-2 rpm from Fedora repo. Here is a screenshot from Gnome+Wayland (it looks different on my screen than on the screenshot):...

Commenting out one line in appeditor/data/application.css seems to fix the problem: ``` @@ -26,7 +26,7 @@ .titlebar { border: none; - background-image: none; + /* background-image: none; */ background-color: @bg_color;...

Following. I have the same problem. It seems that dump() and some other functions have been removed in ruamel.yaml version 0.18.0. Fedora 40 has updated to python3-ruamel-yaml-0.18.5 version.