Matt Turnbull
Matt Turnbull
I see the same. I'm trying to get TNCC to work with openconnect. Sent start; waiting for response from TNCC tncc_preload[18509]: fd_grab(0) tncc_preload[18509]: fopen(filename=/opt/oracle-jdk-bin-1.7.0.80/jre/lib/amd64/jvm.cfg, modes=r) tncc_preload[18509]: fclose tncc_preload[18509]: __xstat(filename=/opt/oracle-jdk-bin-1.7.0.80/jre/lib/amd64/server/libjvm.so, stat_buf)...
@y2kbadbug I'm assuming the FreeBSD problem is the exact same one I'm seeing on Linux, due to the change in ab7b44a. If you manually undo these changes on the installed...
This might be a simpler regex to evaluate ```python PYTHONS = re.compile(r"^[a-z]?python(\d(\.\d+)?)?$") ``` or ```python PYTHONS = re.compile(r"^[a-z]?python(?:\d(?:\.\d+)?)?$") ``` if you don't need to capture the version components.
It looks like window resizing was removed in version 3.0.2 (#1073) because it was broken - I assume by the GTK3 port. Is there any plan on bringing it back?...
Huh, I was unaware of those key bindings. That certainly does help the situation! However, I would still like to see the return of resizing with the mouse. I find...
`alt`+`right click`+`drag` does work, but it's super awkward on a laptop keyboard. Plus, it still involves the keyboard, so `ctrl`+`up`/`down` is still the simplest alternative. Also, as of guake 3.4.0,...
+1 for making the webkit components optional. Though I approach this from a slightly different perspective. For source based Linux distros (Gentoo family, LFS, etc), pulling in webkit is a...