[Touch-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
I just read about the correct way to report a bug or fix to the gnulib developers. I have emailed them as below: Date: Sat, 13 Feb 2021 at 12:40 Subject: Suggested fix to mountlist.c: Define fuse.portal, devtmpfs and squashfs mounts as dummy To: bug-gnu...@gnu.org Cc: juli...@ubuntu.com Hi gnulib

[Touch-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
I formatted it as follows: @@ -164,7 +164,10 @@ #define ME_DUMMY_0(Fs_name, Fs_type) \ (strcmp (Fs_type, "autofs") == 0 \ + || strcmp (Fs_type, "devtmpfs") == 0 \ + || strcmp (Fs_type, "fuse.portal") == 0 \ || strcmp (Fs_type, "proc") == 0 \ + || strcmp (Fs_type, "squashfs") == 0 \ || strcm

[Touch-packages] [Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-12 Thread walkerstreet
Hi Julian and Kamil, I tried to notify the gnulib upstream developers of this fix by creating a pull request in the github mirror (https://github.com/coreutils/gnulib/pull/11). I don't know how to create a pull request in the original git repository (git://git.sv.gnu.org/gnulib.git). I'm still

[Touch-packages] [Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-03-13 Thread walkerstreet
I still get a blank screen with a text cursor in the top left corner on my desktop computer. There is no login and no GUI after I install the nvidia-driver-390. It has 2 GTX 1080 Ti cards. My laptop is working OK. Can anyone help me or give me some tips on how to troubleshoot this? -- You rec