Closed bergmannf closed 1 year ago
Through some trial and error with the pointer to zenity
I figured out, that the newer version of zenity seems to be the issue:
This is the one on Fedora 38, that does not work anymore:
zenity --version
3.91.0
This is the one on Fedora 37 that still works:
./zenity --version
3.44.0
I guess they probably changed the flags that are accepted. Hope that helps in fixing the problem.
This seems to be caused by a bug that's fixed in zenity 3.92.0-1
.
I was able to manually upgrade to fix the issue:
zenity-3.92.0-1.fc38.x86_64.rpm
from the RPMs table here: https://koji.fedoraproject.org/koji/buildinfo?buildID=2195197sudo dnf install ~/Downloads/zenity-3.92.0-1.fc38.x86_64.rpm
(replace the path with wherever you saved the rpm).zenity
3.92 was already released in the normal repositories, so at least on Fedora this now works again as expected.
Closing this bug.
It seems that there is some incompatibility with something, when running on Fedora 38: When I try to open the save dialog nothing happens at all. It does not matter if I use the
Save
button or theSave As
menu item, both do nothing.There is a
monologs
log, but it is completely empty (~/.local/share/Dungeondraft/mono/mono_logs/2023-05-06_10.29.09_4251.log
).Running via CLI also doesn't show any error, when clicking Save.
I saw an old issue about this #6 so I checked I have
zenity
installed, but that is already present and it still doesn't work.I tested both the 1.1.0.1 beta version as well as the latest stable version 1.0.4.7 and both have this issue.
I also checked against Fedora 37, but there the save dialog works.