x, c and v misbehaving in GTK applications

2018-09-27 Thread John Ankarström
Hello all! I'm having this weird issue on OpenBSD 6.3. In some GTK applications -- so far only in Evolution and Chromium, but not Firefox or SeaMonkey -- the letters x, c and v have stopped working in some text fields. Instead of entering the letters, it's as if Control is pressed and they p

ksh equivalent to shell-expand-line

2018-10-06 Thread John Ankarström
Hello again, Is there a way for ksh to expand a $(command substitution) without having to execute the entire line? bash provides this via shell-expand-line (bound to Ctrl-Alt-e by default), and ksh seems to have expand-file, but that only works for filenames. Any ideas? Best regards, John

Re: ksh equivalent to shell-expand-line

2018-10-07 Thread John Ankarström
Klemens Nanni wrote: On Sat, Oct 06, 2018 at 09:38:42PM +0200, John Ankarström wrote: Is there a way for ksh to expand a $(command substitution) without having to execute the entire line? No. That's too bad. bash provides this via shell-expand-line (bound to Ctrl-Alt-e by default),

Re: ksh equivalent to shell-expand-line

2018-10-07 Thread John Ankarström
Klemens Nanni wrote: On Sun, Oct 07, 2018 at 07:30:15PM +0200, Tomasz Rola wrote: Another trick may be executing the line with echo prepended - should do all expansions and write what will be executed. I think it is not going to work too well if for loop is being echoed, and other such things, s

Re: ksh equivalent to shell-expand-line

2018-10-10 Thread John Ankarström
Hajime Edakawa wrote: Hello Mr. Ankarström, I have challenged to try to make shell_expand_line in ksh. You can check it if you type M-C-e. That sounds fabulous! Thank you for your initiative! The code looks interesting. To be honest, I'm not sure if this is correct. I only like OpenBSD,

Re: phonetic alphabet on OpenBSD

2018-10-15 Thread John Ankarström
Jan Stary wrote: Are there any phoneticians running on OpenBSD? How do you type the phonetic alphabet in vim? Is there a standard keyboard layout for the English part of IPA? It wouldn't be too difficult to create one. I found this on DuckDuckGo via the search query "ipa xkb layout": http:/

Missing libraries after upgrade to 6.4

2018-12-20 Thread John Ankarström
Hello all, I have this port [1] that installed fine on 6.3, but after I upgraded to 6.4, following the FAQ, I'm getting weird errors. When running make install, it fails because qtbase-5.9.4 can't be installed, which is weird that it wants to do, because the version in ports is 5.9.6p1. Her

Re: Missing libraries after upgrade to 6.4

2018-12-20 Thread John Ankarström
Tom Smyth wrote: Hello John, Hi! do you have PKG_PATH Variable set to an old version ? eg export PKG_PATH=https://fastly.cdn.openbsd.org/pub/OpenBSD/$(6.3/packages/amd64/ export PKG_PATH=https://fastly.cdn.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(uname -p)/ you can remove the PKG_PAT

Re: Missing libraries after upgrade to 6.4

2018-12-21 Thread John Ankarström
Juan Francisco Cantero Hurtado wrote: $ rm -rf /usr/ports/{pobj,packages,plist} $ pkg_delete strawberry $ pkg_add -u $ pkg_delete -a $ cd /usr/ports/audio/strawberry $ make install Thank you! That did it!

Use xenodm like startx?

2019-01-30 Thread John Ankarström
Hi, I just got OpenBSD installed on my new laptop, and so far, it works great. But since I applied the latest X11 patch, I can no longer use startx to launch X11, unless I do it as root, which probably isn’t a good idea. Seems like I have to use xenodm. The thing is, xenodm is so complicated i

Re: Use xenodm like startx?

2019-01-31 Thread John Ankarström
trondd wrote: > It's not really that complicated. The bare minimum is to copy your > .xinitrc to .xsession and then just run xenodm on demand with doas. All > the configs already exist in /etc/X11/xenodm. Nothing requires you to run > it at startup. > > Here's what I've done: > Copy your .xini