Re: how do I an application to show up on gnome's menu?

2022-01-06 Thread Samuel Sieb
On 1/6/22 18:45, Michael Hennebry wrote: On Thu, 6 Jan 2022, Samuel Sieb wrote: You don't need to do either of those.  Gnome automatically detects changes. The most likely issue is that the .sh file either doesn't exist or isn't executable.  That desktop file works for me with an adjusted Exec

Re: support term for Fedora 34

2022-01-06 Thread Jonathan Billings
On Jan 6, 2022, at 13:14, stan via users wrote: > > It doesn't work with EFI, because EFI only allows a single version of > any OS; so only a single fedora version. Systemd-boot *does* allow > booting multiple versions of an OS, but *only* EFI. That’s not really a limit with EFI. It’s more that

Re: how do I an application to show up on gnome's menu?

2022-01-06 Thread Michael Hennebry
On Thu, 6 Jan 2022, Samuel Sieb wrote: On 1/6/22 17:44, Michael Hennebry wrote: What is the magic spell to get an application to show up on gnome's menu? I've gone by an example on the internet and came up with this: [Desktop Entry] I do not mean that it craps out. It just does not show.

Re: how do I an application to show up on gnome's menu?

2022-01-06 Thread Samuel Sieb
On 1/6/22 17:44, Michael Hennebry wrote: What is the magic spell to get an application to show up on gnome's menu? I've gone by an example on the internet and came up with this: [Desktop Entry] Type=Application Encoding=UTF-8 Name=Tomato Comment=Tomato Icon=org.gnome.Terminal Exec=/home/hennebry

Re: how do I an application to show up on gnome's menu?

2022-01-06 Thread Michael Hennebry
On Thu, 6 Jan 2022, Michael Hennebry wrote: What is the magic spell to get an application to show up on gnome's menu? This version of /usr/share/applications/wtf.desktop passes desktop-file-validate without even a warning: [Desktop Entry] Type=Application # Encoding=UTF-8 Name=Tomato Comment=N

how do I an application to show up on gnome's menu?

2022-01-06 Thread Michael Hennebry
What is the magic spell to get an application to show up on gnome's menu? I've gone by an example on the internet and came up with this: [Desktop Entry] Type=Application Encoding=UTF-8 Name=Tomato Comment=Tomato Icon=org.gnome.Terminal Exec=/home/hennebry/bin/tomato.sh # Terminal=true Categories=

Re: messages from F33 crash

2022-01-06 Thread Michael Hennebry
On Thu, 6 Jan 2022, Roger Heflin wrote: well, if you plug in a usb device and that happens that indicates the hardware completely reset. To me, the weird thing was that there was no device, just the cable. If it was just a kernel crash then the machine would have stayed hung until you reset/

Re: messages from F33 crash

2022-01-06 Thread Roger Heflin
well, if you plug in a usb device and that happens that indicates the hardware completely reset. If it was just a kernel crash then the machine would have stayed hung until you reset/power cycled it. It would have to be it crashed because of the usb device being plugged in, and it would have to b

Re: messages from F33 crash

2022-01-06 Thread Michael Hennebry
On Thu, 6 Jan 2022, stan via users wrote: On Thu, 6 Jan 2022 16:17:07 -0600 (CST) Michael Hennebry wrote: Where does F33 keep the messages from the last system crash? If they were captured, I think one of the places they would be is the journal. journalctl -r will read the journal from the

Re: messages from F33 crash

2022-01-06 Thread Samuel Sieb
On 1/6/22 14:25, stan via users wrote: On Thu, 6 Jan 2022 16:17:07 -0600 (CST) Michael Hennebry wrote: Where does F33 keep the messages from the last system crash? If they were captured, I think one of the places they would be is the journal. journalctl -r will read the journal from the end

Re: messages from F33 crash

2022-01-06 Thread stan via users
On Thu, 6 Jan 2022 16:17:07 -0600 (CST) Michael Hennebry wrote: > Where does F33 keep the messages from the last system crash? > If they were captured, I think one of the places they would be is the journal. journalctl -r will read the journal from the end towards the beginning. You will have t

messages from F33 crash

2022-01-06 Thread Michael Hennebry
Where does F33 keep the messages from the last system crash? -- Michael henne...@web.cs.ndsu.nodak.edu "Sorry but your password must contain an uppercase letter, a number, a haiku, a gang sign, a heiroglyph, and the blood of a virgin."

Re: support term for Fedora 34

2022-01-06 Thread Michael Hennebry
On Wed, 5 Jan 2022, Matthew Miller wrote: Thanks! Yeah, I agree that that's confusing. The problem is that that document is coming from our Program Management team, and that team mostly is concerned with the releases we're developing ? so current releases are "old". :) Perhaps old could be cha

Re: Artifacts running konsole under Fedora-35

2022-01-06 Thread Jonathan Ryshpan
On Thu, 2022-01-06 at 09:40 -0400, George N. White III wrote: > On Wed, 5 Jan 2022 at 06:54, Jonathan Ryshpan > wrote: > > On Wed, 2022-01-05 at 01:19 -0800, Samuel Sieb wrote: > > > On 1/5/22 01:00, Jonathan Ryshpan wrote: > > > > Wayland is very flaky, crashes of various kinds, sometimes > > > >

Re: support term for Fedora 34

2022-01-06 Thread stan via users
On Wed, 5 Jan 2022 21:25:10 -0500 Tom Horsley wrote: > On Wed, 5 Jan 2022 21:12:04 -0500 > Robert Moskowitz wrote: > > > that sounds interesting, but don't you also need separate / > > partitions with all the release specific software? > > Yep. My actual scheme has a tiny grub2 stand alone pa

Re: SELinux is preventing mktemp from using the dac_read_search capability.

2022-01-06 Thread Roger Heflin
dac_read_search says that linux permissions are denying access. and it says the file is /etc/shadow, and no one except root is supposed to be able to read that file. So whatever is trying to read /etc/shadow should not be trying to read it, and makes me wonder what is going on, and/or why some pr

Re: SELinux is preventing mktemp from using the dac_read_search capability.

2022-01-06 Thread Robert Moskowitz
On 1/6/22 11:53, George N. White III wrote: On Thu, 6 Jan 2022 at 11:13, Robert Moskowitz wrote: On 1/5/22 23:10, Samuel Sieb wrote: > On 1/5/22 18:18, Robert Moskowitz wrote: >> On 1/5/22 21:16, Ed Greshko wrote: >>> On 06/01/2022 09:25, Robert Moskowitz wrote:

Re: SELinux is preventing mktemp from using the dac_read_search capability.

2022-01-06 Thread George N. White III
On Thu, 6 Jan 2022 at 11:13, Robert Moskowitz wrote: > > > On 1/5/22 23:10, Samuel Sieb wrote: > > On 1/5/22 18:18, Robert Moskowitz wrote: > >> On 1/5/22 21:16, Ed Greshko wrote: > >>> On 06/01/2022 09:25, Robert Moskowitz wrote: > > > On 1/5/22 17:17, Ed Greshko wrote: > > On

Re: SELinux is preventing mktemp from using the dac_read_search capability.

2022-01-06 Thread Robert Moskowitz
On 1/5/22 23:10, Samuel Sieb wrote: On 1/5/22 18:18, Robert Moskowitz wrote: On 1/5/22 21:16, Ed Greshko wrote: On 06/01/2022 09:25, Robert Moskowitz wrote: On 1/5/22 17:17, Ed Greshko wrote: On 05/01/2022 21:02, Robert Moskowitz wrote: If you want to help identify if domain needs this

Re: Artifacts running konsole under Fedora-35

2022-01-06 Thread George N. White III
On Wed, 5 Jan 2022 at 06:54, Jonathan Ryshpan wrote: > On Wed, 2022-01-05 at 01:19 -0800, Samuel Sieb wrote: > > On 1/5/22 01:00, Jonathan Ryshpan wrote: > > Wayland is very flaky, crashes of various kinds, sometimes killing > individual apps, sometimes an entire session. I can't reproduce the >