Borislav Manolov
Borislav Manolov
Ok, I've changed line 57 and compiled everything but the bug is still present. ```diff diff --git a/src/gtk.cpp b/src/gtk.cpp index 9e7bafa..356691c 100644 --- a/src/gtk.cpp +++ b/src/gtk.cpp @@ -54,7 +54,7 @@...
I was able to reproduce the bug on a clean install of Debian 10 in VirtualBox: - ISO used: [netinst CD image for amd64](https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-10.2.0-amd64-netinst.iso) - Desktop used: KDE Plasma -...
:heavy_check_mark: Yes, I can confirm that there are no issues on Ubuntu 18. ---- :x: I have just tested it on a vanilla installation of Debian 10 with GNOME 3.30.2...
I haven't done the extra tests but I noticed something interesting about the cefclient that I built. On start it seems to be fine - I can type in the...
I just saw that you already filed a bug report about the issue that I mentioned (or something similar): https://bitbucket.org/chromiumembedded/cef/issues/2026/multiple-major-keyboard-focus-issues-on
I have executed the three steps but the bug was still present. I am not entirely sure though if I've done the things correctly so here are my changes: Changes...
The problem is that the `logout` request variable is used for both logging out and checking by auto-login in the integration versions. If you simplify things and let the second...
As a matter of fact, this has bothered me too for quiet some time. A second intro (or outro) page for logged in users would be a nice addition to...
Yeah, I'd go with just scanning the css/ and js/ plugin folders. Copying files into AJAX_CHAT_ROOT can be skipped though — for now everything lives under the document root, so...
IO stuff like scanning folders or reading files is expensive, I agree. The calls can be cached though, so there is always a room for improvement. First step is “make...