Bill Wood
Bill Wood
There is an extension called "Native Lazy Tabs" that does this. I'd love to see an option added to Great Discarder to do this too!!
I installed Diffuse on the Debian distro that comes with WSL. I'm getting this error when I run Diffuse: ``` $ diffuse Traceback (most recent call last): File "/usr/bin/diffuse", line...
I found this dependency which allows Diffuse to run under WSL Debian: `gir1.2-gtk-3.0`. I guess this should be added to the `apt` dependency list.
In WSL Ubuntu 22.04, in addition to `gir1.2-gtk-3.0` ,I found an additional dependency: `gnome-icon-theme`
$ ls -lat /dev/net/tun crw-rw-rw- 1 root root 10, 200 Jan 16 20:26 /dev/net/tun Crostini runs in an LXC unprivileged container (I'm running Ubuntu 18.04 in Crostini). Could that be...
``` $ cat /etc/subuid lxd:100000:65536 root:100000:65536 ubuntu:165536:65536 $ cat /etc/subgid lxd:100000:65536 root:100000:65536 ubuntu:165536:65536 ``` I did ```lxc config set penguin security.nesting true``` and started the container but got the same...
Here's the configuration of my "penguin" Crostini container (I removed security.nesting after trying it): ``` $ lxc config show penguin architecture: x86_64 config: image.architecture: x86_64 image.description: Ubuntu 18.04 LTS server...
I can't do security.privileged on Chrome OS. How should /etc/subuid and /etc/subgid be set up in the container? Right now they are: ``` lxd:100000:65536 root:100000:65536 wpwoodjr:165536:65536 ``` where wpwoodjr is...
This error does not happen with neo4j 4.0.7
Hmmm, upon further investigation it appears to be related to the data in the database, perhaps not to the neo4j version. Let me investigate further. What values in the GraphConfig...