google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and still does not work. Anyone else see this happen? I have checked SELinux and it is not causing the problem. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe sen

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Alex Gurenko via users
Have you tried gpucache clean trick? It's actually been a while since it was triggered for me personally (fixed at some point?), but maybe worth a shot: ``` for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm -ri ${i}; done ``` --- Best regards, Alex On Tuesday, Ju

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
On 7/30/24 06:09, Alex Gurenko wrote: for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm -ri ${i}; done Thanks but that did not fix it. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an emai

Re: Fedora39: grub2 with software raid and kernel command line options

2024-07-30 Thread Terry Barnaby
On 29/07/2024 06:13, Samuel Sieb wrote: On 7/28/24 10:09 PM, Terry Barnaby wrote: We are using software raided partitions, including the root partition on some of our server systems. We normally have multiple root partitions to keep the previous Fedora version available so we can reboot into

Grub2 missing file

2024-07-30 Thread Patrick O'Callaghan
Attempting to run grub2-install, but I get: # grub2-install grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist. Please specify --target or --directory. I do have a modinfo.sh for i32, but not for x86_64. poc -- ___ users mailing

Re: Grub2 missing file

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 12:06 +0100, Patrick O'Callaghan wrote: > Attempting to run grub2-install, but I get: > > # grub2-install > grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't > exist. Please specify --target or --directory. > > I do have a modinfo.sh for i32, but not for x86

Re: Grub2 missing file

2024-07-30 Thread Jeffrey Walton
On Tue, Jul 30, 2024 at 7:12 AM Patrick O'Callaghan wrote: > > On Tue, 2024-07-30 at 12:06 +0100, Patrick O'Callaghan wrote: > > Attempting to run grub2-install, but I get: > > > > # grub2-install > > grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't > > exist. Please specify --tar

Re: Grub2 missing file

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 08:05 -0400, Jeffrey Walton wrote: > On Tue, Jul 30, 2024 at 7:12 AM Patrick O'Callaghan > wrote: > > > > On Tue, 2024-07-30 at 12:06 +0100, Patrick O'Callaghan wrote: > > > Attempting to run grub2-install, but I get: > > > > > > # grub2-install > > > grub2-install: error:

More fun with grub and dracut

2024-07-30 Thread Patrick O'Callaghan
To recap: I'm booting from an NVMe drive, and both /boot and/boot/efi are successfully mounted there. I'm using BTRFS for root+/home, and have copied them from an existing SDD drive, which is still physically present. The system now boots from the NVMe drive, and /home is also there, *but* root i

themarketingicons

2024-07-30 Thread Imme Disoza
I am imme disoza, working for themarketingicons PR consultant, with more than six years of experience in the PR and Digital Industry, helping teams achieve goals by streamlining the process. https://www.themarketingicons.com/ -- ___ users mailing list

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread George N. White III
On Tue, Jul 30, 2024 at 7:05 AM Daniel Walsh wrote: > I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and still > does not work. > > Anyone else see this happen? > > I have checked SELinux and it is not causing the problem. > Could help to mention the Fedora version, whether it is f

Re: Grub2 missing file

2024-07-30 Thread Go Canes
On Tue, Jul 30, 2024 at 7:06 AM Patrick O'Callaghan wrote: > Attempting to run grub2-install, but I get: > > # grub2-install > grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist. > Please specify --target or --directory. > > I do have a modinfo.sh for i32, but not for x86_64.

Re: More fun with grub and dracut

2024-07-30 Thread Go Canes
On Tue, Jul 30, 2024 at 8:48 AM Patrick O'Callaghan wrote: > [grub mounting root from wrong device] > Not sure what to do other than manually editing the loader entry. Congrats on progress! Manually editing files is what I have done when needed. Edit /boot/efi/EFI/fedora/grub.cfg, /boot/grub2/g

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
On 7/30/24 10:01, George N. White III wrote: On Tue, Jul 30, 2024 at 7:05 AM Daniel Walsh wrote: I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and still does not work. Anyone else see this happen? I have checked SELinux and it is not causing the problem. C

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Will McDonald
On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote: > On 7/30/24 10:01, George N. White III > > Fedora 40. > > $ rpm -q google-chrome-stable google-chrome-unstable > google-chrome-stable-127.0.6533.72-1.x86_64 > google-chrome-unstable-129.0.6614.3-1.x86_64 > > Happened in the last couple of weeks.

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
On 7/30/24 10:28, Will McDonald wrote: On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote: On 7/30/24 10:01, George N. White III Fedora 40. $ rpm -q google-chrome-stable google-chrome-unstable google-chrome-stable-127.0.6533.72-1.x86_64 google-chrome-unstable-129.0.6614.3-1.

Re: [Rawhide Test Day] Podman 5.2 Test Day 2024-07-29 through 2024-07-31

2024-07-30 Thread murph nj
Just downloaded the test image kerneltest-6.10.1.iso from the link on the wiki, and am having problems with it. Running in a (KVM) VM, it has simply shut down many times, when it does stay up, I haven't been able to bring up a terminal to run the test suite (so far) I am in my first try that has n

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Daniel Walsh
On 7/30/24 10:28, Will McDonald wrote: On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote: On 7/30/24 10:01, George N. White III Fedora 40. $ rpm -q google-chrome-stable google-chrome-unstable google-chrome-stable-127.0.6533.72-1.x86_64 google-chrome-unstable-129.0.6614.3-1.

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Will McDonald
On Tue, 30 Jul 2024 at 15:32, Daniel Walsh wrote: > On 7/30/24 10:28, Will McDonald wrote: > > On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote: > >> On 7/30/24 10:01, George N. White III >> >> Fedora 40. >> >> $ rpm -q google-chrome-stable google-chrome-unstable >> google-chrome-stable-127.0.65

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Will McDonald
On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote: > The default behaviour for the desktop application invocation will be > in /usr/share/applications/google-chrome.desktop in the Exec definition if > you don't mind hacking packaged files. > > There's probably a canonical mechanism to override th

Re: Poll: The best way to run an Android app in F40

2024-07-30 Thread Frank Bures
On 2024-07-30 02:36, Barry wrote: On 28 Jul 2024, at 21:13, Frank Bures wrote: I downloaded open Android version 9 and ran it in a VM. I found https://openandroidinstaller.org/  but I do not think is what you used? Can you share a link to the android yo

Re: Poll: The best way to run an Android app in F40

2024-07-30 Thread Frank Bures
On 2024-07-30 12:24, Frank Bures wrote: On 2024-07-30 02:36, Barry wrote: On 28 Jul 2024, at 21:13, Frank Bures wrote: I downloaded open Android version 9 and ran it in a VM. I found https://openandroidinstaller.org/  but I do not think is what you used

Re: Grub2 missing file

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 10:06 -0400, Go Canes wrote: > On Tue, Jul 30, 2024 at 7:06 AM Patrick O'Callaghan > wrote: > > Attempting to run grub2-install, but I get: > > > > # grub2-install > > grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't > > exist. Please specify --target or --d

Re: [Rawhide Test Day] Podman 5.2 Test Day 2024-07-29 through 2024-07-31

2024-07-30 Thread murph nj
I tried it on another VM, and it worked OK, so it appears to not be universal. Noticed a different problem though. I always sent authenticated results back with FAS credentials, by editing a .config file with the credentials. That doesn't seem to work anymore. Is this a known issue? On Tue,

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Neal Becker
On Tue, Jul 30, 2024 at 10:44 AM Will McDonald wrote: > On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote: > >> The default behaviour for the desktop application invocation will be >> in /usr/share/applications/google-chrome.desktop in the Exec definition if >> you don't mind hacking packaged fi

Re: [Rawhide Test Day] Podman 5.2 Test Day 2024-07-29 through 2024-07-31

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 10:36 -0400, murph nj wrote: > Just downloaded the test image kerneltest-6.10.1.iso from the link on > the > wiki, and am having problems with it. This should really go to the Fedora Test list. poc -- ___ users mailing list -- use

Re: More fun with grub and dracut

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 10:12 -0400, Go Canes wrote: > On Tue, Jul 30, 2024 at 8:48 AM Patrick O'Callaghan > wrote: > > [grub mounting root from wrong device] > > Not sure what to do other than manually editing the loader entry. > > Congrats on progress! > > Manually editing files is what I have d

Re: More fun with grub and dracut

2024-07-30 Thread Samuel Sieb
On 7/30/24 5:48 AM, Patrick O'Callaghan wrote: The loader entry is still pointing to the SSD: # cat /boot/loader/entries/63f58eeb1e8640c79ad45bdc9261a2bb-6.9.11-200.fc40.x86_64.conf title Fedora Linux (6.9.11-200.fc40.x86_64) 40 (KDE Plasma) version 6.9.11-200.fc40.x86_64 linux /vmlinuz-6.9.11-

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Will McDonald
On Tue, 30 Jul 2024 at 20:32, Neal Becker wrote: > On Tue, Jul 30, 2024 at 10:44 AM Will McDonald > wrote: > >> On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote: >> >>> The default behaviour for the desktop application invocation will be >>> in /usr/share/applications/google-chrome.desktop in

Re: [Rawhide Test Day] Podman 5.2 Test Day 2024-07-29 through 2024-07-31

2024-07-30 Thread murph nj
My apologies, it came through the test list, and I replied. On Tue, Jul 30, 2024 at 4:10 PM Patrick O'Callaghan wrote: > > On Tue, 2024-07-30 at 10:36 -0400, murph nj wrote: > > Just downloaded the test image kerneltest-6.10.1.iso from the link on > > the > > wiki, and am having problems with it.

Re: More fun with grub and dracut

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 13:23 -0700, Samuel Sieb wrote: > On 7/30/24 5:48 AM, Patrick O'Callaghan wrote: > > The loader entry is still pointing to the SSD: > > > > # cat /boot/loader/entries/63f58eeb1e8640c79ad45bdc9261a2bb-6.9.11- > > 200.fc40.x86_64.conf > > title Fedora Linux (6.9.11-200.fc40.x86

Re: [Rawhide Test Day] Podman 5.2 Test Day 2024-07-29 through 2024-07-31

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 16:42 -0400, murph nj wrote: > My apologies, it came through the test list, and I replied. > It was probably cross-posted (I haven't checked), which is often the case with announcements, but you need to be careful when replying. poc -- _

Re: More fun with grub and dracut

2024-07-30 Thread Go Canes
On Tue, Jul 30, 2024 at 4:21 PM Patrick O'Callaghan wrote: > I'd definitely not edit the grub.cfg files directly. They both have a > commentary saying they are autogenerated. I assume /etc/kernel/cmdline > is also autogenerated (rpm says it doesn't belong to any package). The idea is to edit the

Re: More fun with grub and dracut

2024-07-30 Thread Samuel Sieb
On 7/30/24 1:51 PM, Patrick O'Callaghan wrote: On Tue, 2024-07-30 at 13:23 -0700, Samuel Sieb wrote: On 7/30/24 5:48 AM, Patrick O'Callaghan wrote: The loader entry is still pointing to the SSD: # cat /boot/loader/entries/63f58eeb1e8640c79ad45bdc9261a2bb-6.9.11- 200.fc40.x86_64.conf title Fedo

Re: compatible filesystems between Mac and Linux

2024-07-30 Thread doug . lindquist
Linux has drivers for mac;s hfs filesystem. I have used those before with no difficulty. On Mon, 29 Jul 2024 15:01:49 +0930 Tim wrote: Hi, If I wanted to use a USB hard drive between a Mac and Linux, what are the best choices of file systems that work well in both ways? Chiefly, I'm offloa

Re: More fun with grub and dracut

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 14:13 -0700, Samuel Sieb wrote: > > A logical place to look is in /etc/dracut.d. The manpage for > > dracut.cmdline says you can specify a "root=UUID=..." parameter, > > but > > not where you put it ('dracut root=...' and 'dracut --root=...' > > both > > fail). The manpage for

Re: More fun with grub and dracut

2024-07-30 Thread Samuel Sieb
On 7/30/24 2:45 PM, Patrick O'Callaghan wrote: On Tue, 2024-07-30 at 14:13 -0700, Samuel Sieb wrote: A logical place to look is in /etc/dracut.d. The manpage for dracut.cmdline says you can specify a "root=UUID=..." parameter, but not where you put it ('dracut root=...' and 'dracut --root=...' b

Re: More fun with grub and dracut

2024-07-30 Thread Patrick O'Callaghan
On Tue, 2024-07-30 at 14:49 -0700, Samuel Sieb wrote: > > Tried that and this time it did get the correct UUID in the boot > > command line (verified from the grub menu). However the boot failed > > with some 'not found' errors. I can't completely discount the > > possibility of some errors in copy

Re: google-chrome stopped working for me, just showing '+' cursor and will not allow me to click.

2024-07-30 Thread Neal Becker
On Tue, Jul 30, 2024 at 4:28 PM Will McDonald wrote: > On Tue, 30 Jul 2024 at 20:32, Neal Becker wrote: > >> On Tue, Jul 30, 2024 at 10:44 AM Will McDonald >> wrote: >> >>> On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote: >>> The default behaviour for the desktop application invocation

scroll lock shortcut in emacs

2024-07-30 Thread Sam Varshavchik
Anyone happen to know which alternate key combination toggle scrolls lock mode in emacs? I'm constantly using two different laptops, and, of course, their keyboards have Fn and Ctrl in opposite order. Somehow my fumbling around activates scroll lock mode in Emacs. define- function says tha

Re: scroll lock shortcut in emacs

2024-07-30 Thread Tim via users
On Tue, 2024-07-30 at 20:03 -0400, Sam Varshavchik wrote: > Anyone happen to know which alternate key combination toggle scrolls lock > mode in emacs? > > I'm constantly using two different laptops, and, of course, their keyboards > have Fn and Ctrl in opposite order. > > Somehow my fumbling