Re: KDE Plasma menu crashes on text input

2025-05-01 Thread Courtney
mits would be then. Courtney

Re: LibreOffice fails to launch

2025-02-20 Thread Courtney
I don't remember where I saw it either, but when I first used OpenBSD around 2018 some of the first websites I came across specified `pkg_add -Uu` to update packages. Some people out there putting false commands on their blog posts. Courtney On 2/19/25 4:11 AM, Stuart Henderson wrote

Errors with chromium-132.0.6834.83

2025-01-23 Thread Courtney
chromium started exhibiting some issues for me with the latest update. I can search in the URL bar and it loads the page, but the page crashes almost immediately. I am seeing these errors when I run chromium from the terminal. I'm not sure if it could be my setup or not since at least one perso

Re: UPDATE security/vaultwarden-1.32.7

2024-12-26 Thread Courtney
My bad, yes I tested with the corrected distinfo too. Thank you for providing the proper diff. Courtney On 12/26/24 10:29 PM, Bjorn Ketelaars wrote: On Fri 27/12/2024 00:28, Kirill A. Korinsky wrote: On Fri, 27 Dec 2024 00:03:15 +0100, Courtney wrote: I couldn't get vaultwarden to co

Re: UPDATE security/vaultwarden-1.32.7

2024-12-26 Thread Courtney
I removed that line from the Makefile and built again. Works on my box. Thank you, Courtney On 12/26/24 3:28 PM, Kirill A. Korinsky wrote: On Fri, 27 Dec 2024 00:03:15 +0100, Courtney wrote: I couldn't get vaultwarden to compile until I made that change. Below is my diff, working

UPDATE security/vaultwarden-1.32.7

2024-12-26 Thread Courtney
I made a diff for the latest vaultwarden 1.32.7 release https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.7 This update contains a security fix that allows a local user to update/delete groups from an organization https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-g

dhcpcd delegation expiration bug

2024-12-04 Thread Courtney
ontinue;     }     TAILQ_REMOVE(addrs, ia, next); -   if (ia->flags & IPV6_AF_EXTENDED) +   if (!(ia->flags & IPV6_AF_EXTENDED))     ipv6_deleteaddr(ia);     ipv6_freeaddr(ia);     } Courtney

Re: UPDATE vaultwarden-1.32.3

2024-10-31 Thread Courtney
Built successfully and running well on my box. Courtney On 10/27/24 11:09 PM, Bjorn Ketelaars wrote: Diff below updates vaultwarden to 1.32.3. Changes: https://github.com/dani-garcia/vaultwarden/releases/tag/1.32.3 Tested on amd64 against several clients. OK? diff --git Makefile Makefile

Re: UPDATE audio/audacious to 4.4

2024-06-14 Thread Courtney
I built this port with this diff and it works for me! Courtney On 6/13/24 8:43 AM, Bjorn Ketelaars wrote: Diff below updates {audio,meta}/audacious to 4.4. Changes are listed on https://audacious-media-player.org/news/59-audacious-4-4-released. Changes to port: - bumped minor of libaudcore

Re: [update] editors/neovim 0.10.0

2024-05-28 Thread Courtney
Adding my +1. Been using it since the 23rd, mainly editing stuff in YAML, JSON, Erlang and all has worked except the "no parser for 'vimdoc' language" error. All my extensions installed with lazy.nvim. Courtney On 5/24/24 3:43 AM, Edd Barrett wrote: Hi, On Thu, May 23

Re: [update] editors/neovim 0.10.0

2024-05-22 Thread Courtney
/share/nvim/runtime/filetype.lua:35: in function stack traceback:     [C]: in function 'nvim_buf_call'     /usr/local/share/nvim/runtime/filetype.lua:35: in function Courtney On 5/22/24 1:05 PM, Edd Barrett wrote: Hi, Thanks for this! On Wed, May 22, 2024 at 03:22:22PM

Re: nextcloudclient no longer communicating with kf5-kwallet

2024-04-04 Thread Courtney Hicks
Understood, thank you for the reason. I’ll look to see if there’s an alternative in the meantime while KDE gets their act together. Courtney > On Apr 3, 2024, at 11:24 PM, Rafael Sadowski wrote: > > On Wed Apr 03, 2024 at 11:17:46PM -0700, Courtney wrote: >> The most recent

nextcloudclient no longer communicating with kf5-kwallet

2024-04-03 Thread Courtney
credentials, which then prompts me to enter my password to unlock kwallet. I don't get any errors from nextcloudclient. Courtney

Re: firefox popup windows

2024-03-12 Thread Courtney
indow role for these notifications is "alert" type. I added this to my i3 configuration which solved the issue: for_window [window_role="alert"] floating enable no_focus [window_role="alert"] Maybe there's an equivalent to that in xmonad. Courtney On 3/11/24 11:52, G

Re: wayland/sway keyboard layout is offset

2024-01-17 Thread Courtney
x27;t working, but it at least put everything in the right order. Thank you for your work and time, Courtney On 1/17/24 13:26, Courtney wrote: Strange. I do only have one physical keyboard attached. I'm assuming there is something to do with the wskbd stuff though and however that works. I as

Re: wayland/sway keyboard layout is offset

2024-01-17 Thread Courtney
Strange. I do only have one physical keyboard attached. I'm assuming there is something to do with the wskbd stuff though and however that works. I assume I can find that info in a man page somewhere? Courtney On 1/17/24 12:33, Matthieu Herrb wrote: On Wed, Jan 17, 2024 at 11:12:53AM

wayland/sway keyboard layout is offset

2024-01-17 Thread Courtney
I'm not sure how exactly to report on this one. I installed sway and other related wayland and sway packages. I stopped xenodm, used the default configuration file and started sway with /usr/local/bin/startsway.sh and found my keyboard layout was shifted up 2 rows, and jumbled up a huge amount. Fo

Re: [update] thunderbird 115.0

2023-07-13 Thread Courtney
The only problem I had with 115 was with dark theme. Some of the text was black on black. If anyone else has the problem, my solution was to go to themes and deliberately enable dark theme. Otherwise, no problem with 115, no need to start a new profile or anything. Courtney On 7/12/23 20:11