Description of the issue (screenshots if relevant):
Since dnfdrake was updated to ver. 5, on all my 3 computers the program starts with errors and does not work properly. I reinstalled it several times, checked the dependencies, searched the forum and wiki and not found a solution. The problem occurs on both KDE with X11 and Wayland.
On startup, the program reports:
Hi,
On my system (same as yours) it works when installed clean.
So it points to maybe something broken/incompatible in the old settings that left behind when you updated dnfdrake.
When you do remove and install again, those settings remain.
So I suggest to remove those files and try dnfdrake again. sudo rm -rf /root/.config/dnfdrake
There is something broken in the Polish Tooltips translation file.
I didn’t understand what exactly from the looks of it, maybe there is a new line missing or something.
Anyway, for now what you can do is to replace the polish translations with english ones, the tooltips will be in english, but at least the app will be working.
to rename the current translation file sudo mv /usr/share/dnfdrake/dnfdrake-TTP-pl_PL /usr/share/dnfdrake/dnfdrake-TTP-pl_PL_old
to copy english file to polish one sudo cp /usr/share/dnfdrake/dnfdrake-TTP-en_US /usr/share/dnfdrake/dnfdrake-TTP-pl_PL
This should work. At least I could reproduce and validate that this workaround works.
It works! These are definitely some errors in the Polish translation. We need to take care of it. I’ll check the translation on transifex when I have some time.
Thanks a lot for your help.
The translations are pushed as provided by the translators. Especially with some languages we can’t have any clue whether they may be correct or not.
@makalsky Thanks for the workaround.
Probably no need for a bug report, this topic will serve as that and I just messaged the author to let him be aware
The issue is on line 83 of the file.
And it looks like the issue is with Gambas file reader and not even the file itself.
Anyway the here is a fixed file, I just added an underscore to the end of that line, which is being removed by the parser, so no changes in behaviour.
remove the txt extension of course )) dnfdrake-TTP-pl_PL.txt (2.8 KB)