ctrlaltca

Results 111 comments of ctrlaltca

Just tested on both win11 and linux, both on an old and clean profile. It seems to work here. Can you test on a clean profile?

You can run `kvirc -f -n test.rc` to create a new temp profile. Under windows it's probably easier to go into `%APPDATA%` (usually `c:\users\\AppData\Roaming`) and temporarily rename the KVIrc4 directory...

The _really awful peace of code™_ that's executed when you click the menu entry is this: https://github.com/kvirc/KVIrc/blob/master/src/kvirc/kernel/KviInternalCommand.cpp#L52 If you are not already connected to LiberaChat, it basically executes some KVS...

Yep, there are even more complicated cases, eg. a server has been modified both locally and remote. We are looking at implementing a sync mechanism, so each entry should be...

A fallback has been added to the menu entry, that will use the hardcoded server name if the network doesn't exist. Keeping this bug open to track the "merge serverdb"...

That is not a crash, it's qt telling you that the theme doesn't fully support accessibility features (eg. for screen readers). If you get a crash, please post a backtrace:...

Feel free to reopen if you have more info to share

Thank you for the follow up. The relevant part here is: ``` #0 0x00007fffe912c51d in QPainter::fillRect(QRect const&, QColor const&) () from /usr/lib/libQt6Gui.so.6 #1 0x00007fffd129c9d9 in ?? () from /usr/lib/qt6/plugins/styles/libqt6gtk2-style.so #2...

Since opencode.net won't let me register an account with a gmail address I've contacted the developer of qt6gtk2 directly by email. I'll let you know when i get an update...

Ilya Kotov has been so kind to provide a patch: https://www.opencode.net/trialuser/qt6gtk2/-/commit/c268e141e3fe37cd8cd67556e57cd10c423b27a5 @arisumag can you please test the patch and see if it fixes the problem?