I also see this on Ubuntu 22.04.2 LTS with KeePass 2.54. See https://sourceforge.net/p/keepass/discussion/329221/thread/8ac0ea8ab7/?limit=25#94cd (apologies, I didn't find this bug until after I'd opened the discussion thread). The workaround using the enforced config file is working.
Thank you - setting width and height in the enforced config file is working.
I noticed that on Ubuntu 22.04.2 LTS my KeePass main window was always starting maximized. Even if I minimize and resize it, on next opening it would be maximized again. It's been like this for a while (months, at least), but today I searched these forums and found a very old post about a similar problem that was resolved by editing KeePass.ini. I poked around and found relevant looking entries in KeePass.config.xml. I edited a section to look like this: <MainWindow> <X>400</X> <Y>300</Y> <Width>620</Width>...