![]() |
|
OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
Add yourself to an operator group.
|
|
|||
![]()
I'm a www/vimb user and also noticed the laggy keyboard in OpenBSD.
Less so in Debian Buster where webkitgtk2 is sandboxed via bubblewrap. Keyboard lag seems to improve when the cache is cleared. Code:
:clearcache/:cl Code:
#!/bin/sh > ${HOME}/.config/vimb/closed && > ${HOME}/.config/vimb/command && \ > ${HOME}/.config/vimb/cookies.db && > ${HOME}/.config/vimb/history \ rm -rf ${HOME}/.local/share/webkitgtk/databases/indexeddb/* && \ rm -rf ${HOME}/.local/share/webkitgtk/localstorage/* I don't see as much lag with Debian and wonder if it is related to pledging development. www/webkitgtk4 has a security update and I submitted a vimb 3.3 -> 3.5 update which builds easily in 6.6. Last edited by shep; 27th November 2019 at 04:12 PM. Reason: dropped whitespace inserted in script |
|
||||
![]()
I also wondered if it was due to pledge, but don't know how to go about checking that out in regards to vimb.
I'll try the cache clearing, thanks.
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick |
|
||||
![]()
While I have no idea what causes the problem, I believe you can rule out pledge(2) as the cause. It doesn't affect performance.
Pledge() is a system call which tells the kernel to "restrict this process to making future system calls only from this whitelist". Any system calls outside the whitelist result in a process abort. That's it. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sound delay when playing 3D games | angryfirelord | OpenBSD General | 1 | 8th January 2014 07:32 AM |
Security How Browsers Store Your Passwords (and Why You Shouldn't Let Them) | J65nko | News | 0 | 10th August 2013 09:06 AM |
Security Pwn2Own ends with three browsers felled - Update | J65nko | News | 0 | 13th March 2012 09:20 PM |
EFF: More than 80% of browsers have trackable signatures | J65nko | News | 0 | 18th May 2010 05:57 PM |
Limitations of Console Web Browsers | JMJ_coder | General software and network | 17 | 8th September 2008 06:06 PM |