NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Some bug in libc/gen/fstab.c



On Fri, 15 Oct 2021, Rhialto wrote:

Searching in some plausible packages, I find
glib-2.68.4/gio/gunixmounts.c which used getfsent() but is a maze of
#ifdefs. But at first sight I see nothing obviously wrong with it.
It uses setfsent(), a loop on getfsent() and then endfsent().

I'll have to see if I can catch it in the act again...


Not able to reproduce this on 9.99.91 + firefox-91.0.2nb3.

I usually have:

[Settings]
gtk-recent-files-max-age=0
gtk-recent-files-limit=0

in my ~/.config/gtk-3.0/settings.ini as I don't really care about
recently-opened files. But, I commented out those lines, restarted
X and Firefox showed me the correct files when I clicked on Recent.

1. Do you have dbus running?

In addition to `dbus=YES' in /etc/rc.conf, I have in my .xinitrc:

if [ -x /usr/pkg/bin/dbus-launch -a -z "$DBUS_SESSION_BUS_ADDRESS" ]
then    eval "$(/usr/pkg/bin/dbus-launch --sh-syntax --exit-with-session)"
fi

and, in my ~/.bashrc:

export XDG_CONFIG_HOME=$HOME/.config
export XDG_RUNTIME_DIR=$HOME/.local
test -d $XDG_RUNTIME_DIR || mkdir $XDG_RUNTIME_DIR

2. Does ~/.local/share/recently-used.xbel look OK?

-RVP


Home | Main Index | Thread Index | Old Index