Re: more distinct default bash prompt?

2023-05-22 Thread Stephan Bergmann
On 5/22/23 16:42, Richard W.M. Jones wrote: FWIW Haiku uses bash and has a prompt which changes colour (green/red) depending on whether the status code of the last command was good or bad. I found this surprisingly useful. They use: \[`if [ $? = 0 ]; then echo "\e[32m"; else echo "\e[31m"; fi`

Re: more distinct default bash prompt?

2023-05-22 Thread Jens-Ulrik Petersen
Also while we are bike-shedding... What about \W vs \w ? I think fedora has used \W "forever" - I am not a huge fan... though I suppose its main merit is not over-flowing/extending for very long dir paths. Jens ___ devel mailing list -- devel@lists.fedora

Re: more distinct default bash prompt?

2023-05-22 Thread Jens-Ulrik Petersen
On Tue, May 23, 2023 at 12:47 PM Neal Gompa wrote: > I actually would prefer that we color both, and make it obvious that > "root" is special. We should account for common color-blindness > issues, though. Sure, I think I agree: perhaps purple for root? I am all for "color blind testing" (thou

Re: more distinct default bash prompt?

2023-05-22 Thread Neal Gompa
On Tue, May 23, 2023 at 12:24 AM Jens-Ulrik Petersen wrote: > > On Mon, May 22, 2023 at 1:49 PM Dridi Boukelmoune > wrote: >> >> On Mon, May 22, 2023 at 3:50 AM Jens-Ulrik Petersen >> wrote: >> > For example I could suggest we change the default fedora bash prompt from: >> > PS1="[\u@\h \W]\\$

Re: more distinct default bash prompt?

2023-05-22 Thread Jens-Ulrik Petersen
On Mon, May 22, 2023 at 1:49 PM Dridi Boukelmoune < dridi.boukelmo...@gmail.com> wrote: > On Mon, May 22, 2023 at 3:50 AM Jens-Ulrik Petersen > wrote: > > For example I could suggest we change the default fedora bash prompt > from: > > PS1="[\u@\h \W]\\$ " > > to something like: > > PS1="\[\e[\${

Re: Salt is broken in Fedora 38 - asking a python-savvy provenpackager to help

2023-05-22 Thread Jonathan Steffan
I've built an updated 3006.1 in rawhide with some comments https://bugzilla.redhat.com/show_bug.cgi?id=2189782#c4 Gwyn, Let me know if you've started on backporting the immediate fix for the 3005.1 package branches affected yet or not. I could look at that next. Cheers, On Mon, May 22, 2023 at

Re: Salt is broken in Fedora 38 - asking a python-savvy provenpackager to help

2023-05-22 Thread Demi Marie Obenour
On 5/22/23 19:17, Christopher wrote: > Hi, > > Is anybody able to help fix salt-minion in F38? It's been broken > because of a newer version of python setuptools in F38. There's a > patch upstream, and the newer version also includes that patch. It > just needs to be incorporated into Fedora. > >

Re: Salt is broken in Fedora 38 - asking a python-savvy provenpackager to help

2023-05-22 Thread Gwyn Ciesla via devel
I'll take a peek. \-- Gwyn Ciesla she/her/hers \ in your fear, seek only peace in your fear, seek only love \-d. bowie Sent from Proton Mail mobile \ Original Message On May 22, 2023, 6:17 PM, Christopher < c

Salt is broken in Fedora 38 - asking a python-savvy provenpackager to help

2023-05-22 Thread Christopher
Hi, Is anybody able to help fix salt-minion in F38? It's been broken because of a newer version of python setuptools in F38. There's a patch upstream, and the newer version also includes that patch. It just needs to be incorporated into Fedora. https://bugzilla.redhat.com/show_bug.cgi?id=2189782

SPDX office hours Tuesday cancelled

2023-05-22 Thread Jilayne Lovejoy
Hi all, Given we just had the hackfest last week, we are cancelling the standing SPDX Office Hours for tomorrow, May 23rd. The next SPDX Office Hours will be June 27th at 8am US eastern time at https://meet.google.com/jbz-erzk-btc?authuser=0&hs=122 Thanks! Jilayne___

Re: more distinct default bash prompt?

2023-05-22 Thread Barry
> On 22 May 2023, at 04:50, Jens-Ulrik Petersen wrote: > >  > In Fedora the bash prompt is not colored or highlighted by default. > > I personally find this a usability issue: it makes it hard to find previous > commands between long outputs when scrolling back in a terminal. Of course > i

Re: more distinct default bash prompt?

2023-05-22 Thread Stephen Gallagher
On Mon, May 22, 2023 at 2:44 PM Chris Adams wrote: > Once upon a time, Stephen Gallagher said: > > We could put the following at the end of /etc/bashrc: > > Something like that would seem more appropriate in an /etc/profile.d > drop-in - very little special-sauce should go in /etc/bashrc. Sure

Re: more distinct default bash prompt?

2023-05-22 Thread Chris Adams
Once upon a time, Stephen Gallagher said: > We could put the following at the end of /etc/bashrc: Something like that would seem more appropriate in an /etc/profile.d drop-in - very little special-sauce should go in /etc/bashrc. My personal (bike-shedding) preference is to not run external comma

Re: more distinct default bash prompt?

2023-05-22 Thread Josh Stone
On 5/22/23 10:59 AM, Chris Adams wrote: > Once upon a time, John Reiser said: >> Warning: This is intrusive because reading the status code via "$?" resets >> it to zero: >>$ false >>$ echo $? >>1 >>$ echo $? >>0 > > That is incorrect. The second reading of $? is the exit co

Re: more distinct default bash prompt?

2023-05-22 Thread Stephen Gallagher
On Mon, May 22, 2023 at 2:27 PM Stephen Gallagher wrote: > > On Sun, May 21, 2023 at 11:50 PM Jens-Ulrik Petersen > wrote: > > > > In Fedora the bash prompt is not colored or highlighted by default. > ... > > I think it would be nice to have a distinctive prompt by default, or at > > least a ver

Re: more distinct default bash prompt?

2023-05-22 Thread Stephen Gallagher
On Sun, May 21, 2023 at 11:50 PM Jens-Ulrik Petersen wrote: > > In Fedora the bash prompt is not colored or highlighted by default. ... > I think it would be nice to have a distinctive prompt by default, or at least > a very easy way to get one permanently (ie in a single command: even if that >

Orphaned gnome-valgrind-session

2023-05-22 Thread Debarshi Ray via devel
Hello everybody, I have orphaned the gnome-valgrind-session [1, 2] package. It's last release was in 2006, and it doesn't know about Wayland sessions. I haven't used it for more than a decade, and don't have any time or motivation to give it the attention that it needs. Feel free to pick it up i

Re: more distinct default bash prompt?

2023-05-22 Thread Chris Adams
Once upon a time, John Reiser said: > Warning: This is intrusive because reading the status code via "$?" resets it > to zero: >$ false >$ echo $? >1 >$ echo $? >0 That is incorrect. The second reading of $? is the exit code of running "echo $?" (which succeeded). Just read

Re: more distinct default bash prompt?

2023-05-22 Thread John Reiser
FWIW Haiku uses bash and has a prompt which changes colour (green/red) depending on whether the status code of the last command was good or bad. I found this surprisingly useful. They use: \[`if [ $? = 0 ]; then echo "\e[32m"; else echo "\e[31m"; fi`\]\w[\e[0m\]> Warning: This is intrusive be

Re: HEADS UP: RPM 4.19 soname bump in Rawhide

2023-05-22 Thread Michal Domonkos
On Fri, May 19, 2023 at 10:59:17PM +0200, Michal Domonkos wrote: > shows a couple of additional packages that weren't covered in this thread so > far: > > fastfetch > gcc > gdb > grub2 > grubby > javapackages-bootstrap > ocaml-dose3 > sblim-cmpi-rpm > xmvn-gener

Re: Please test the new version cpio-2.14

2023-05-22 Thread Panu Matilainen
On 5/15/23 16:03, Lukas Javorsky wrote: Hi, I've created an MR [1] for the new cpio-2.14 release. If your package is using cpio, or you use cpio could you please provide any feedback on the new build (if it doesn't break your component)? I CCied the RPM maintainers because that's a very cruc

Intel Microcodes ?

2023-05-22 Thread old sixpack13
is someone active mainting this package ? AFAIK, my RKL-S (Intel Core i5-11400) should be on 58 https://koji.fedoraproject.org/koji/buildinfo?buildID=2054688 https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20230512 ___

Disabling Fedora 36 chroots in Copr

2023-05-22 Thread Jiri Kyjovsky
Hello, we have just disabled Fedora 36 chroots in Copr. According to the Fedora wiki [1], Fedora 36 reached the end of its life on 2023-05‑16 and therefore we are disabling it in Copr. That effectively means that from this moment, it is no longer possible to submit builds for the following chroo

Re: more distinct default bash prompt?

2023-05-22 Thread Chris Adams
Once upon a time, Richard W.M. Jones said: > FWIW Haiku uses bash and has a prompt which changes colour (green/red) > depending on whether the status code of the last command was good or > bad. I found this surprisingly useful. They use: > > \[`if [ $? = 0 ]; then echo "\e[32m"; else echo "\e[3

Re: more distinct default bash prompt?

2023-05-22 Thread Richard W.M. Jones
FWIW Haiku uses bash and has a prompt which changes colour (green/red) depending on whether the status code of the last command was good or bad. I found this surprisingly useful. They use: \[`if [ $? = 0 ]; then echo "\e[32m"; else echo "\e[31m"; fi`\]\w[\e[0m\]> Rich. -- Richard Jones, Virtu

Mock v4.0 released (and mock-core-configs v38.5)

2023-05-22 Thread Pavel Raiskup
Hello maintainers! I'm glad I can announce that we have a new release of Mock v4.0 (the chroot build environment manager for building RPMs). There are two rather big things in this release, therefore the bump of the major version: - There's a new support for the DNF5 package manager (which shoul

Re: U-Boot for x86 BIOS systems

2023-05-22 Thread Neal Gompa
On Mon, May 22, 2023 at 6:57 AM Gerd Hoffmann wrote: > > Hi, > > > But could we use U-Boot to fill in this gap so these systems still > > work? We'd then treat x86 like ARM (if no UEFI, use U-Boot UEFI). > > How does u-boot handle EFI variables in that case? > Unless the variable store is disab

Fedora rawhide compose report: 20230522.n.0 changes

2023-05-22 Thread Fedora Rawhide Report
OLD: Fedora-Rawhide-20230521.n.0 NEW: Fedora-Rawhide-20230522.n.0 = SUMMARY = Added images:3 Dropped images: 0 Added packages: 1 Dropped packages:0 Upgraded packages: 81 Downgraded packages: 0 Size of added packages: 644.57 KiB Size of dropped packages:0

Re: U-Boot for x86 BIOS systems

2023-05-22 Thread Gerd Hoffmann
Hi, > But could we use U-Boot to fill in this gap so these systems still > work? We'd then treat x86 like ARM (if no UEFI, use U-Boot UEFI). How does u-boot handle EFI variables in that case? How does u-boot do storage access in that case? Go call BIOS INT13h? Or use its own device drivers?

Self Introduction

2023-05-22 Thread Philipp Stanner
Hi Fedora Folks! As I am going to do some RPM packaging in the future (for my employer and probably also a bit in private) I wanted to introduce me briefly. I'm Philipp, based in southern Germany and have been an open source enthusiast at least since 2016/17. I am currently working a lot with RPMs

Review request: glsl-language-server

2023-05-22 Thread Marián Konček
I would like to add this package to Fedora to enable LSP support for OpenGL Shading Language. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=2208531 My  PR for upstream KDE text editor Kate has already been merged: https://invent.kde.org/utilities/kate/-/merge_requests/1227 This projec

Next Open NeuroFedora Meeting: 1300 UTC on Monday, 22 May (today)

2023-05-22 Thread Ankur Sinha
Hello everyone, Please join us at the next Open NeuroFedora team meeting on Monday 22 May at 1300UTC in #fedora-neuro on Matrix or IRC (Libera.chat). The meeting is a public meeting, and open for everyone to attend. You can join us over: Matrix: https://matrix.to/#/#neuro:fedoraproject.org IRC:

Re: [Fedora-legal-list] Re: Fwd: SPDX Statistics - SPDX Hackfest edition

2023-05-22 Thread Karolina Surma
On 5/20/23 11:47, Miro Hrončok wrote: On 19. 05. 23 19:34, Jilayne Lovejoy wrote: On 5/19/23 4:03 AM, Miro Hrončok wrote: On 19. 05. 23 4:28, Jilayne Lovejoy wrote: Packages from this list https://pagure.io/copr/license-validate/blob/main/f/eln-not-migrated.txt that were worked on during o