Re: [dev] Compilation errors for version 2.0 of surf

2018-04-17 Thread Quentin Rameau
> Hi, Hi Piotr, > Trying to compile version 2.0 of surf, but I got the following errors: > > surf.c:46:12: error: ‘WEBKIT_HIT_TEST_RESULT_CONTEXT_SELECTION’ undeclared > here (not in a function) > OnSel = WEBKIT_HIT_TEST_RESULT_CONTEXT_SELECTION, > ^ Too old version of webkit2gt

Re: [dev] Compilation errors for version 2.0 of surf

2018-04-17 Thread Alex Pilon
On Tue, Apr 17, 2018 at 03:18:24PM +0200, Piotr wrote: > Trying to compile version 2.0 of surf, but I got the following errors: > > sudo make clean install Please don't run the build as root. `make install` or `make uninstall`, fine, if you must. There's no need to give the bloated GCC or Clang

Re: [dev] Surf with SOCKS5 proxy

2018-04-17 Thread Nick
Quoth Piotr: > Does Surf work woith Socks5 proxy? How to configure it? If you're using the webkit2 branch, then if the webkit/libsoap/whatever is not too old it will respect the http_proxy and https_proxy environment variables, so set your socks environment variables appropriately (you can sear

[dev] Surf with SOCKS5 proxy

2018-04-17 Thread Piotr
Hi, Does Surf work woith Socks5 proxy? How to configure it? Regards, Zaxon

[dev] Compilation errors for version 2.0 of surf

2018-04-17 Thread Piotr
Hi, Trying to compile version 2.0 of surf, but I got the following errors: sudo make clean install cleaning surf build options: CFLAGS = -I/usr/X11R6/include -pthread -I/usr/include/gcr-3 -I/usr/include/gck-1 -I/usr/include/p11-kit-1 -I/usr/include/webkitgtk-4.0 -I/usr/include/gtk-3.0 -I/usr

Re: [dmenu] [dev] Option not to lock X

2018-04-17 Thread baby turtle
On 17/04/18 18:46, Quentin Rameau wrote: Hello baby, dmenu grabs all keys / locks X. There are many contexts where it would be useful to have an option (e.g -u for "unlock") where dmenu only grabs the minimum keys it needs. Sometimes you may need to switch windows and check something before cho

Re: [dmenu] [dev] Option not to lock X

2018-04-17 Thread Quentin Rameau
Hello baby, > dmenu grabs all keys / locks X. > There are many contexts where it would be useful to have an option (e.g > -u for "unlock") where dmenu only grabs the minimum keys it needs. > Sometimes you may need to switch windows and check something before > choosing an option (e.g before dele

[dev] [st] A problem with dracula patch

2018-04-17 Thread Ömer Sinan Ağacan
Hi, When running neovim inside st with dracula patch the cursor disappears when I select a vim color theme with light background. See attachment for a demonstration. On top is st with default colors. The other one is with dracula patch. The cursor is not visible in the version with dracula. I'm w

Re: [dmenu] [dev] Option not to lock X

2018-04-17 Thread Hiltjo Posthuma
On Tue, Apr 17, 2018 at 11:21:57AM +1000, baby turtle wrote: > dmenu grabs all keys / locks X. > There are many contexts where it would be useful to have an option (e.g -u > for "unlock") where dmenu only grabs the minimum keys it needs. > Sometimes you may need to switch windows and check somethin