Re: need help with LC_TIme

2025-04-25 Thread ToddAndMargo via users
Hi there, I am to set a custom LC_TIME LC_TIME='en_GB.UTF-8' /usr/bin/krusader from: https://www.ibm.com/docs/en/aix/7.1?topic=ff-lc-time-category-locale-definition-source-file-format I am after mm dd HH:MM (24 hour format) For example: 2025-06-10 23:51 ChatGPT is your friend f

need help with LC_TIme

2025-04-24 Thread ToddAndMargo via users
Hi All, I am to set a custom LC_TIME LC_TIME='en_GB.UTF-8' /usr/bin/krusader from: https://www.ibm.com/docs/en/aix/7.1?topic=ff-lc-time-category-locale-definition-source-file-format I am after mm dd HH:MM (24 hour format) For example: 2025-06-10 23:51 Many thanks, -T -- _

Re: [OT] bash help

2025-04-18 Thread Patrick O'Callaghan
ontext where it was used. > > With your help I now have my password generator working. > > pwgen [length] [radix] > > I use radix=70 when I'm dealing with the uninformed sites that still > insist on numbers, upper and lower alpha, and a "special" charact

Re: [OT] bash help

2025-04-18 Thread Mike Wright
On 4/17/25 23:23, Samuel Sieb wrote: declare -n arr=array${1} echo ${arr[$2]} My hat is off to you, good sir. I'd bumped into declare earlier today but couldn't grasp it in the context where it was used. With your help I now have my password generator working. pwgen [length]

Re: [OT] bash help

2025-04-17 Thread Joe Zeff
On 04/17/2025 11:21 PM, Mike Wright wrote: btw. this is a great bash cheatsheet https://devhints.io/bash So is this one: https://tldp.org/LDP/abs/html/ -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-l

Re: [OT] bash help

2025-04-17 Thread Samuel Sieb
On 4/17/25 10:21 PM, Mike Wright wrote: I'm trying to write a bash script.  There are 4 arrays: base10 base16 base62 base70. I want to match an array based on two digits provided by argument $1. e.g.  getArray 70 would select base70 This should show what you need. #/usr/bin/bash array1=(1

[OT] bash help

2025-04-17 Thread Mike Wright
Hey Gurus, I'm trying to write a bash script. There are 4 arrays: base10 base16 base62 base70. I want to match an array based on two digits provided by argument $1. e.g. getArray 70 would select base70 I've looked at substitutions, and {parameter,bash,brace} expansions. This substitution

Re: I need help with xRDP

2025-04-03 Thread ToddAndMargo via users
On 3/31/25 1:04 PM, ToddAndMargo via users wrote: Hi All, Fedora 41 Xfce 4.12 I am trying to set up xRDP with Xfce.  When I log into xRDP from mstsc.exe (Windows 10), I am prompted (session = Xorg) from my user name and password.  After entering it, I get a blue screen that eventually times out

I need help with xRDP

2025-03-31 Thread ToddAndMargo via users
Hi All, Fedora 41 Xfce 4.12 I am trying to set up xRDP with Xfce. When I log into xRDP from mstsc.exe (Windows 10), I am prompted (session = Xorg) from my user name and password. After entering it, I get a blue screen that eventually times out with Can't create session for user todd -X

Re: [SOLVED][OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Mike Wright
    '(?<= )\w+' <--- actual expression For completeness and for anybody else who wondered what that does: it is looking for words preceded by a space -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to use

[SOLVED][OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Mike Wright
On 2/21/25 09:39, Markus Schönhaber wrote: 21.02.25, 18:12 +0100, Mike Wright: Reading an article about a fedora kernel vulnerability regression and found this PCRE expression '(<= )\w+' <--- mistake '(?<= )\w+' <--- actual expression I got the "one or more words" part but what is t

[OT] help understanding a PCRE expression

2025-02-21 Thread Mike Wright
Hey everybody, Reading an article about a fedora kernel vulnerability regression and found this PCRE expression '(<= )\w+' I got the "one or more words" part but what is the meaning of the part inside the parens? Thanks -- ___ users mailing lis

Re: [OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Will McDonald
On Fri, 21 Feb 2025 at 17:13, Mike Wright wrote: > > Reading an article about a fedora kernel vulnerability regression and > found this PCRE expression >'(?<= )\w+' <--- actual expression > > I got the "one or more words" part but what is the meaning of the part > inside the parens? Adding

Re: [OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Markus Schönhaber
21.02.25, 18:12 +0100, Mike Wright: > Reading an article about a fedora kernel vulnerability regression and > found this PCRE expression > >'(<= )\w+' <--- mistake > >'(?<= )\w+' <--- actual expression > > I got the "one or more words" part but what is the meaning of the part > insid

Re: [OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Barry
> On 21 Feb 2025, at 17:13, Mike Wright wrote: > > I got the "one or more words" part but what is the meaning of the part inside > the parens? Do a web search for “ pcre re format” and it will take you here https://www.pcre.org/original/doc/html/pcresyntax.html that explains all the syntax.

[OT] help understanding a PCRE expression (CORRECTION)

2025-02-21 Thread Mike Wright
Hey everybody, Reading an article about a fedora kernel vulnerability regression and found this PCRE expression '(<= )\w+' <--- mistake '(?<= )\w+' <--- actual expression I got the "one or more words" part but what is the meaning of the part inside the parens? Thanks -- _

Help Shape the Future of Fedora's Installer – Test Anaconda WebUI in Rawhide!

2024-11-11 Thread Sumantro Mukherjee
Hey All, We’re calling on you to explore and test the new *Anaconda WebUI* in Fedora Rawhide! The WebUI is a significant evolution of Fedora's installer, designed to enhance user experience and modernize system installations. The Test Week will run from 2024-11-11 through 2024-11-18. QA and Anaco

Re: I need grep . help

2024-09-11 Thread Patrick O'Callaghan
On Tue, 2024-09-10 at 14:40 -0400, Todd Zullinger wrote: > The rules are much more convoluted than that, of course. > Largely, that's by virtue of them being codified by what > shells have actually done rather than being designed > entirely up front before being implemented. Yes, I've often though

Re: I need grep . help

2024-09-10 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Mon, 2024-09-09 at 22:32 -0400, Jon LaBadie wrote: >> Double and single quotes seem equivalent here.  But note that inside >> single quotes the backslash is always literal, not special, while inside >> double quotes it depends on the character following the backslash

Re: I need grep . help

2024-09-10 Thread Patrick O'Callaghan
On Mon, 2024-09-09 at 22:32 -0400, Jon LaBadie wrote: > Double and single quotes seem equivalent here.  But note that inside > single quotes the backslash is always literal, not special, while inside > double quotes it depends on the character following the backslash.  If > it is a dollar sign ($),

Re: I need grep . help

2024-09-09 Thread Samuel Sieb
On 9/9/24 7:32 PM, Jon LaBadie wrote: On Mon, Sep 09, 2024 at 01:34:55PM -0600, home user via users wrote: On 9/9/24 11:35 AM, Samuel Sieb wrote: On 9/9/24 9:55 AM, home user via users wrote: On 9/8/24 8:36 PM, ToddAndMargo via users wrote: On 9/8/24 18:51, home user via users wrote: Are yo

Re: I need grep . help

2024-09-09 Thread Jon LaBadie
On Mon, Sep 09, 2024 at 01:34:55PM -0600, home user via users wrote: On 9/9/24 11:35 AM, Samuel Sieb wrote: On 9/9/24 9:55 AM, home user via users wrote: On 9/8/24 8:36 PM, ToddAndMargo via users wrote: On 9/8/24 18:51, home user via users wrote: Are you looking for "9.4.4" or "9.4.5"? Aw

Re: I need grep . help

2024-09-09 Thread William Oliver
On Mon, 2024-09-09 at 13:24 -0700, Samuel Sieb wrote: > On 9/9/24 1:01 PM, Bill Oliver wrote: > > > > The escape works only if you include everything in quotes, in my > > experience, e.g. > > Yes, which is why I put single quotes in my answer, although I see > that > double quotes work too.  The

Re: I need grep . help

2024-09-09 Thread Barry
> On 9 Sep 2024, at 21:02, Bill Oliver wrote: > > The escape works only if you include everything in quotes, in my > experience, e.g. Outside of quotes double up the \ like this 1\\.2\\.3 Barry -- ___ users mailing list -- users@lists.fedoraproject

Re: I need grep . help

2024-09-09 Thread Samuel Sieb
On 9/9/24 1:01 PM, Bill Oliver wrote: The escape works only if you include everything in quotes, in my experience, e.g. Yes, which is why I put single quotes in my answer, although I see that double quotes work too. The original question was already using quotes anyway. On Sun, 2024-09-0

Re: I need grep . help

2024-09-09 Thread Bill Oliver
The escape works only if you include everything in quotes, in my experience, e.g. cat jnk: 9.1.2 9n4n4 9.4.4 9.3.3 grep 9\.4\.4 jnk: 9n4n4 9.4.4 grep "9.4.4" jnk: 9n4n4 9.4.4 grep "9\.4\.4" jnk: 9.4.4 billo On Sun, 2024-09-08 at 18:13 -0700, Samuel Sieb wrote: > On 9/8/24 6:10 PM,

Re: I need grep . help

2024-09-09 Thread home user via users
On 9/9/24 11:35 AM, Samuel Sieb wrote: On 9/9/24 9:55 AM, home user via users wrote: On 9/8/24 8:36 PM, ToddAndMargo via users wrote: On 9/8/24 18:51, home user via users wrote: Are you looking for "9.4.4" or "9.4.5"? Aw poop!  yes 9.4.4 Still can't get it to work though Now I don't under

Re: I need grep . help

2024-09-09 Thread Samuel Sieb
On 9/9/24 9:55 AM, home user via users wrote: On 9/8/24 8:36 PM, ToddAndMargo via users wrote: On 9/8/24 18:51, home user via users wrote: Are you looking for "9.4.4" or "9.4.5"? Aw poop!  yes 9.4.4 Still can't get it to work though Now I don't understand! In "grep" with no command line o

Re: I need grep . help

2024-09-09 Thread Todd Zullinger
ToddAndMargo via users wrote: > Hi All, > > I am literally looking for "9.4.5" with grep. Grep thinks > I want the dots to be wild cards. What am I doing wrong? > > $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - | > grep -i '9.4.5' To take another tangent, the curl `

Re: I need grep . help

2024-09-09 Thread home user via users
On 9/8/24 8:36 PM, ToddAndMargo via users wrote: On 9/8/24 18:51, home user via users wrote: Are you looking for "9.4.4" or "9.4.5"? Aw poop!  yes 9.4.4 Still can't get it to work though Now I don't understand! In "grep" with no command line options (or at least no "-F" option) and no esc

Re: I need grep . help

2024-09-09 Thread Barry Scott
> On 9 Sep 2024, at 02:10, ToddAndMargo via users > wrote: > > I am literally looking for "9.4.5" with grep. Grep thinks > I want the dots to be wild cards. What am I doing wrong? grep is means g/re/p - global regex search and print, a command in "ed" I think. So its always a regex that yo

Re: I need grep . help

2024-09-08 Thread ToddAndMargo via users
On 9/8/24 23:04, Samuel Sieb wrote: And as you found, the problem was that you had the wrong number. Stinking typos. :'( -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: I need grep . help

2024-09-08 Thread Samuel Sieb
On 9/8/24 6:42 PM, ToddAndMargo via users wrote: On 9/8/24 18:28, Go Canes wrote: On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users wrote: I am literally looking for "9.4.5" with grep.  Grep thinks I want the dots to be wild cards.  What am I doing wrong? $ curl -L "https://sourceforge.ne

Re: I need grep . help

2024-09-08 Thread ToddAndMargo via users
On 9/8/24 19:03, Jonathan Billings wrote: On Sep 8, 2024, at 21:11, ToddAndMargo via users wrote: Hi All, I am literally looking for "9.4.5" with grep.  Grep thinks I want the dots to be wild cards.  What am I doing wrong? $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/";

Re: I need grep . help

2024-09-08 Thread ToddAndMargo via users
On 9/8/24 18:51, home user via users wrote: Are you looking for "9.4.4" or "9.4.5"? Aw poop! yes 9.4.4 Still can't get it to work though -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fe

Re: I need grep . help

2024-09-08 Thread ToddAndMargo via users
On Sun, Sep 8, 2024 at 9:43 PM ToddAndMargo via users mailto:users@lists.fedoraproject.org>> wrote: On 9/8/24 18:28, Go Canes wrote: > On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users > mailto:users@lists.fedoraproject.org>> wrote: >> I am literally looking for "9.4.5"

Re: I need grep . help

2024-09-08 Thread Jonathan Billings
> On Sep 8, 2024, at 21:11, ToddAndMargo via users > wrote: > > Hi All, > > I am literally looking for "9.4.5" with grep. Grep thinks > I want the dots to be wild cards. What am I doing wrong? > > $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - | > grep -i '9.4.5'

Re: I need grep . help

2024-09-08 Thread home user via users
On 9/8/24 7:42 PM, ToddAndMargo via users wrote: On 9/8/24 18:28, Go Canes wrote: On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users Something is wrong.  Tried all those before posting. Verifying 9.4.4 exists: $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - | gr

Re: I need grep . help

2024-09-08 Thread Terry Polzin
grep -e rather than grep -i On Sun, Sep 8, 2024 at 9:43 PM ToddAndMargo via users < users@lists.fedoraproject.org> wrote: > On 9/8/24 18:28, Go Canes wrote: > > On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users > > wrote: > >> I am literally looking for "9.4.5" with grep. Grep thinks > >> I

Re: I need grep . help

2024-09-08 Thread ToddAndMargo via users
On 9/8/24 18:28, Go Canes wrote: On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users wrote: I am literally looking for "9.4.5" with grep. Grep thinks I want the dots to be wild cards. What am I doing wrong? $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - | grep -i

Re: I need grep . help

2024-09-08 Thread Go Canes
On Sun, Sep 8, 2024 at 9:10 PM ToddAndMargo via users wrote: > I am literally looking for "9.4.5" with grep. Grep thinks > I want the dots to be wild cards. What am I doing wrong? > > $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - > | grep -i '9.4.5' Option 1 - '-i' m

Re: I need grep . help

2024-09-08 Thread Samuel Sieb
On 9/8/24 6:10 PM, ToddAndMargo via users wrote: Hi All, I am literally looking for "9.4.5" with grep.  Grep thinks I want the dots to be wild cards.  What am I doing wrong? $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - | grep -i '9.4.5' "." matches any single cha

I need grep . help

2024-09-08 Thread ToddAndMargo via users
Hi All, I am literally looking for "9.4.5" with grep. Grep thinks I want the dots to be wild cards. What am I doing wrong? $ curl -L "https://sourceforge.net/projects/crystaldiskinfo/files/"; -o - | grep -i '9.4.5' Many thanks, -T (T/Todd/Dude/His Resplendence) -- ~~~

[389-users] Re: Help with dblib bdb2mdb

2024-09-02 Thread Alessio
I'm not very well versed in programming languages, but I did some investigations. It looks like /usr/lib/python3.9/site-packages/lib389/backend.py invokes self._instance.get_db_lib get_db_lib is defined in /usr/lib/python3.9/site-packages/lib389/__init__.py Here, at line 873 def get_db_lib(sel

Re: Join the Rawhide Test Days: Help Shape the Future of Fedora Linux!

2024-03-18 Thread Luna Jernberg
and done with some testing and translations for dnf5 and dnf4 Den tis 19 mars 2024 kl 03:45 skrev Luna Jernberg : > > Gonna help with this today > > Den tors 14 mars 2024 kl 05:35 skrev Sumantro Mukherjee : > > > > Dear Fedorans, > > > > Are you ready to make

Re: Join the Rawhide Test Days: Help Shape the Future of Fedora Linux!

2024-03-18 Thread Luna Jernberg
Gonna help with this today Den tors 14 mars 2024 kl 05:35 skrev Sumantro Mukherjee : > > Dear Fedorans, > > Are you ready to make a difference in the world of Fedora Linux? We're > thrilled to announce the launch of our brand new test day series: > Rawhide Test Days

Join the Rawhide Test Days: Help Shape the Future of Fedora Linux!

2024-03-13 Thread Sumantro Mukherjee
Dear Fedorans, Are you ready to make a difference in the world of Fedora Linux? We're thrilled to announce the launch of our brand new test day series: Rawhide Test Days! These events are your opportunity to play a crucial role in ensuring the quality and reliability of upcoming Fedora releases. R

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-29 Thread Samuel Sieb
On 2/29/24 06:08, Karlderletzte wrote: On 2/28/24 08:54, karlderletzte wrote: Am 27.02.24 um 22:41 schrieb Samuel Sieb: On 2/27/24 07:58, karlderletzte wrote: two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external dri

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-29 Thread Robert McBroom via users
On 2/29/24 09:08, Karlderletzte wrote: On 2/28/24 08:54, karlderletzte wrote: Am 27.02.24 um 22:41 schrieb Samuel Sieb: On 2/27/24 07:58, karlderletzte wrote: two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external dr

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-29 Thread Karlderletzte
On 2/28/24 08:54, karlderletzte wrote: Am 27.02.24 um 22:41 schrieb Samuel Sieb: On 2/27/24 07:58, karlderletzte wrote: two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external drive Grub from my internal drive does not

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-28 Thread Samuel Sieb
On 2/28/24 08:54, karlderletzte wrote: Am 27.02.24 um 22:41 schrieb Samuel Sieb: On 2/27/24 07:58, karlderletzte wrote: two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external drive Grub from my internal drive does no

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-28 Thread karlderletzte
Am 27.02.24 um 22:41 schrieb Samuel Sieb: On 2/27/24 07:58, karlderletzte wrote: two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external drive Grub from my internal drive does not show my fedora39 installation. You i

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-27 Thread Robert McBroom via users
On 2/27/24 11:25, Robert McBroom via users wrote: On 2/27/24 10:58, karlderletzte wrote: Hello, two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external drive Grub from my internal drive does not show my fedora39 in

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-27 Thread Samuel Sieb
On 2/27/24 07:58, karlderletzte wrote: two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external drive Grub from my internal drive does not show my fedora39 installation. You installed Fedora on the external drive, but y

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-27 Thread karlderletzte
hello, thanks for the info, but unfortunately this is the result: grub2-install: Fehler: /usr/lib/grub/x86_64-efi/modinfo.sh existiert nicht. Bitte geben Sie --target oder --directory an. grub2-install: Error: /usr/lib/grub/x86_64-efi/modinfo.sh does not exist. Please specify --target or --d

Re: [need help] Grub does not find my Fedora39 anymore

2024-02-27 Thread Robert McBroom via users
On 2/27/24 10:58, karlderletzte wrote: Hello, two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external drive Grub from my internal drive does not show my fedora39 installation. i have to choose the efi file directly

[need help] Grub does not find my Fedora39 anymore

2024-02-27 Thread karlderletzte
Hello, two days ago, i installed fedora jam 39 on an external drive. This runs successfully. BUT after restart and plug off the external drive Grub from my internal drive does not show my fedora39 installation. i have to choose the efi file directly via bios and loading efi file. then it r

Re: Help in converting a Ubuntu install to Fedora

2024-01-07 Thread Richard Shaw
On Fri, Jan 5, 2024 at 1:08 PM Robert Moskowitz wrote: > > > On 1/5/24 08:24, Richard Shaw wrote: > > On Thu, Jan 4, 2024 at 9:50 PM Robert Moskowitz > wrote: > >> I wsa told to try: >> >> >>1. >>https://ardupilot.org/dev/docs/sitl-simulator-software-in-the-loop.html >>2. https://ard

Re: Help in converting a Ubuntu install to Fedora

2024-01-05 Thread Robert Moskowitz
On 1/5/24 08:24, Richard Shaw wrote: On Thu, Jan 4, 2024 at 9:50 PM Robert Moskowitz wrote: I wsa told to try: 1. https://ardupilot.org/dev/docs/sitl-simulator-software-in-the-loop.html 2. https

Re: Help in converting a Ubuntu install to Fedora

2024-01-05 Thread Richard Shaw
On Thu, Jan 4, 2024 at 9:50 PM Robert Moskowitz wrote: > I wsa told to try: > > >1. >https://ardupilot.org/dev/docs/sitl-simulator-software-in-the-loop.html >2. https://ardupilot.org/dev/docs/copter-sitl-mavproxy-tutorial.html >3. > > https://ardupilot.org/dev/docs/setting-up-

Help in converting a Ubuntu install to Fedora

2024-01-04 Thread Robert Moskowitz
Greetings again, I am continuing on my UAS work with one step wanting to simulate a set of flights with the MAVlink data sent to my esp32 RemoteID modules for transmission. I have a couple esp32 set up, but how to get the data into them using Fedora and not Windows and not even Ubuntu.  Afte

Re: Help converting VMWare Workstation VM to Qemu/KVM

2023-12-12 Thread Barry
> On 12 Dec 2023, at 17:44, Sbob wrote: > > All; > > > I have installed Quemu/KVM/libvirt and I have it working, I was able to > install a new Fedora VM using the ISO as the disk image. > > Now I want to convert an existing VMWare workstation VM, here is the file > listing in the Director

Help converting VMWare Workstation VM to Qemu/KVM

2023-12-12 Thread Sbob
All; I have installed Quemu/KVM/libvirt and I have it working, I was able to install a new Fedora VM using the ISO as the disk image. Now I want to convert an existing VMWare workstation VM, here is the file listing in the Directory for the VM I want to convert: $ ls /data/vmware/Dev-Fedo

Re: Screen casting - help wanted

2023-08-20 Thread stan via users
On Sun, 20 Aug 2023 12:59:50 +0200 Wolfgang Pfeiffer wrote: > On Sat, Aug 19, 2023 at 07:56:13AM -0700, stan via users wrote: > > [ ... ] > > > >1. The problem with information on the web is that content > >disappears, and it is so difficult to index in a way that allows it > >to be found quickl

Re: Screen casting - help wanted

2023-08-20 Thread Wolfgang Pfeiffer
On Sun, Aug 20, 2023 at 12:59:50PM +0200, Wolfgang Pfeiffer wrote: On Sat, Aug 19, 2023 at 07:56:13AM -0700, stan via users wrote: [ ... ] 1. The problem with information on the web is that content disappears, and it is so difficult to index in a way that allows it to be found quickly when it

Re: Screen casting - help wanted

2023-08-20 Thread Wolfgang Pfeiffer
On Sat, Aug 19, 2023 at 07:56:13AM -0700, stan via users wrote: [ ... ] 1. The problem with information on the web is that content disappears, and it is so difficult to index in a way that allows it to be found quickly when it is needed. archive.org might be your friend ... :) If one doesn't

Re: Screen casting - help wanted

2023-08-19 Thread stan via users
On Sat, 19 Aug 2023 11:46:51 +0200 Peter Boy wrote: > Please, could you check the additions? And maybe add some > informations how to use? Hmm, the obs-studio entry was kind of bare bones, I'll put a little blurb here to cut and paste. It is based on the other response I posted. Open Broadcas

Re: Screen casting - help wanted

2023-08-19 Thread stan via users
On Sat, 19 Aug 2023 11:46:51 +0200 Peter Boy wrote: > Thanks to everybody for the suggestions. I renamed the article to > Screen Recorder and added sections about chrome tool and OBS. It > should be online in about half an hour, after the regular refresh of > docs pages. > > Please, could you ch

Re: Screen casting - help wanted

2023-08-19 Thread Peter Boy
Thanks to everybody for the suggestions. I renamed the article to Screen Recorder and added sections about chrome tool and OBS. It should be online in about half an hour, after the regular refresh of docs pages. Please, could you check the additions? And maybe add some informations how to use?

Re: Screen casting - help wanted

2023-08-18 Thread stan via users
On Thu, 17 Aug 2023 09:55:43 +0200 Peter Boy wrote: > We have a new Quick Docs article about comparison of various screen > casting tools in Fedora: > > https://docs.fedoraproject.org/en-US/quick-docs/screencast-apps-comparison/ > > Everybody who used such a tool more or less recently, please h

Re: Screen casting - help wanted

2023-08-18 Thread Chris Adams
Once upon a time, Peter Boy said: > We have a new Quick Docs article about comparison of various screen casting > tools in Fedora: > > https://docs.fedoraproject.org/en-US/quick-docs/screencast-apps-comparison/ The title is "ScreenCast", but then the page is all about screen recorders. These a

Re: Screen casting - help wanted

2023-08-18 Thread Neal Becker
On Thu, Aug 17, 2023 at 3:56 AM Peter Boy wrote: > We have a new Quick Docs article about comparison of various screen > casting tools in Fedora: > > https://docs.fedoraproject.org/en-US/quick-docs/screencast-apps-comparison/ > > Everybody who used such a tool more or less recently, please habe a

Screen casting - help wanted

2023-08-17 Thread Peter Boy
We have a new Quick Docs article about comparison of various screen casting tools in Fedora: https://docs.fedoraproject.org/en-US/quick-docs/screencast-apps-comparison/ Everybody who used such a tool more or less recently, please habe a short look at the article and provide us with feedback -

Need help sending message

2023-08-05 Thread richard emberson
Repeated tries at sending a message... I had a "dnf update" interrupted. Sent original help message on 08/02/2023. I've managed to fix my system. Would like to share what I had to do. I appears the interruption occurred while removing the oldest kernel (only partially removed lea

Getting help for a kernel/video issue?

2023-08-04 Thread Chris Adams
I have a system with an AMD RX 570, and the various kernel 6.4 releases I've tried all kill video output - it looks like the kernel DRM doesn't see the monitor at all. Even before it gets to X, if I take "rhdb quiet" off the boot line, I get kernel messages up until it tries to switch to the frame

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-04 Thread Neal Becker
On Fri, Aug 4, 2023 at 4:28 AM wwp wrote: > Hello Tom, > > > On Wed, 2 Aug 2023 09:35:29 -0400 Tom Horsley > wrote: > > > On Wed, 02 Aug 2023 13:11:07 +0930 > > Tim via users wrote: > > > > > Aren't there options for that in the keyboard preferences any more? Is > > > gnome tweaks still around,

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-04 Thread wwp
Hello Tom, On Wed, 2 Aug 2023 09:35:29 -0400 Tom Horsley wrote: > On Wed, 02 Aug 2023 13:11:07 +0930 > Tim via users wrote: > > > Aren't there options for that in the keyboard preferences any more? Is > > gnome tweaks still around, does that offer anything? > > As near as I can tell (the l

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-02 Thread Tim via users
On Wed, 2023-08-02 at 15:16 -0500, Ron Flory via users wrote: > Since nobody else has mentioned this (apologies if this does not > address your needs, and you *really* hate the presence of the Caps-Lock > key), but most motherboard BIOS's have a setting for startup "numlock > state". I always s

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-02 Thread Neal Becker
#!/bin/sh setxkbmap -option caps:ctrl_modifier On Wed, Aug 2, 2023 at 4:16 PM Ron Flory via users < users@lists.fedoraproject.org> wrote: > On 8/2/2023 10:42 AM, Thomas wrote: > > Hello, > > > > I had that issue recently, the way I sorted it was with gsettings/dconf: > > > > gsettings set org.gno

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-02 Thread Ron Flory via users
On 8/2/2023 10:42 AM, Thomas wrote: Hello, I had that issue recently, the way I sorted it was with gsettings/dconf: gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:nocaps']" I suspect this is what gnome-tweaks does. Actually as far as I know, Wayland still sources xkb files,

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-02 Thread Thomas
Hello, I had that issue recently, the way I sorted it was with gsettings/dconf: gsettings set org.gnome.desktop.input-sources xkb-options "['ctrl:nocaps']" I suspect this is what gnome-tweaks does. Actually as far as I know, Wayland still sources xkb files, it's not very much documented but I r

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-02 Thread murph nj
Gnome tweaks has a simple solution to this. Install Tweaks through "Software" or dnf install gnome-tweaks Run Tweaks and go to the "Keyboard and Mouse" section. The 4th option down is an "Additional Layout options" button. There are many things you can remap the CapsLock key to, like Esc, ctrl, o

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-02 Thread Tom Horsley
On Wed, 02 Aug 2023 13:11:07 +0930 Tim via users wrote: > Aren't there options for that in the keyboard preferences any more? Is > gnome tweaks still around, does that offer anything? As near as I can tell (the last time I looked, anyway), wayland has completely eviscerated all the ability to tw

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-02 Thread Barry
> On 2 Aug 2023, at 08:32, Jeffrey Walton wrote: > > Maybe xmodmap? Something like https://superuser.com/a/775811 ? That was the goto solution, but with wayland that will not work as it is X11 specific. Barry ___ users mailing list -- users@lists.

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-02 Thread Jeffrey Walton
On Tue, Aug 1, 2023 at 3:31 PM Joachim Backes wrote: > > I'm running F38 with Gnome/X-Wayland, and in my environment I do not need > (hate it) the Caps Lock key. > Question: How to realize the disabling system wide, and how to get it working > again? Maybe xmodmap? Something like https://superus

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-01 Thread Barry
On 1 Aug 2023, at 20:31, Joachim Backes wrote: Hi gys, I'm running F38 with Gnome/X-Wayland, and in my environment I do not need (hate it) the Caps Lock key. Question: How to realize the disabling system wide, and how to get it working again? From this https://askubuntu.com/qu

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-01 Thread Felix Miata
Joachim Backes composed on 2023-08-01 21:30 (UTC+0200): > Hi gys, I'm running F38 with *Gnome/X-Wayland*, and in my environment I > do not need (hate it) the *Caps Lock* key.Question: How to realize the > disabling system wide, and how to get it working again? Whether that's possible or not I h

Re: Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-01 Thread Tim via users
On Tue, 2023-08-01 at 21:30 +0200, Joachim Backes wrote: > I'm running F38 with Gnome/X-Wayland, and in my environment I do not > need (hate it) the Caps Lock key. > Question: How to realize the disabling system wide, and how to get it > working again? Aren't there options for that in the keyboard

Help needed: disabling system wide the Caps lock key in GNOME/Xwayland

2023-08-01 Thread Joachim Backes
Hi gys, I'm running F38 with *Gnome/X-Wayland*, and in my environment I do not need (hate it) the *Caps Lock* key.Question: How to realize the disabling system wide, and how to get it working again? Regards Joachim Backes -- Fedora release 38 (Thirty Eight) 6.4.7-200.fc38.x86_64 Joachim Back

Re: Help: Interrupted dnf update, second update fails with duplicate packages

2023-08-01 Thread Francis . Montagnac
Hi On Mon, 31 Jul 2023 15:11:06 -0700 richard emberson wrote: > What is the problem (aside from the fact that I interrupted the update) and > How can I recover? Try first to clean duplicates with: dnf removes --duplicates I'll personally call it like that to see what would be done, answer no to

Re: Help: Interrupted dnf update, second update fails with duplicate packages

2023-08-01 Thread stan via users
A new issue is best started in a separate thread instead of hijacking someone else's thread, as you did. It keeps threads neat and tidy too. On Mon, 31 Jul 2023 15:11:06 -0700 richard emberson wrote: > I had a "dnf update" interrupted. At what stage was it interrupted? If it was during update

Re: Help: Interrupted dnf update, second update fails with duplicate packages

2023-07-31 Thread richard emberson
Running "dnf update --allowerasing results in: Running transaction check Transaction check succeeded. Running transaction test The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Transaction t

Re: Help: Interrupted dnf update, second update fails with duplicate packages

2023-07-31 Thread Richard Shaw
On Mon, Jul 31, 2023 at 5:12 PM richard emberson wrote: > I had a "dnf update" interrupted. > > Running "dnf clean all" and then "dnf update" again results in: > > Running transaction check > Transaction check succeeded. > Running transaction test > The downloaded packages were saved in cache unt

Help: Interrupted dnf update, second update fails with duplicate packages

2023-07-31 Thread richard emberson
I had a "dnf update" interrupted. Running "dnf clean all" and then "dnf update" again results in: Running transaction check Transaction check succeeded. Running transaction test The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by

Re: Need help; safe way to shrink my fedora38 installation disk

2023-07-31 Thread KarlderLetzte
Am Sonntag, dem 30.07.2023 um 11:46 -0300 schrieb George N. White III: > On Sat, Jul 29, 2023 at 3:04 PM KarlderLetzte > wrote: > > Hello everybody, > > thank you all for the information. > > Unfortunately i do not fully understand, how to manage the > > shrinking. > > For now, i will install the

Re: Need help; safe way to shrink my fedora38 installation disk

2023-07-30 Thread George N. White III
On Sat, Jul 29, 2023 at 3:04 PM KarlderLetzte wrote: > Hello everybody, > thank you all for the information. > Unfortunately i do not fully understand, how to manage the shrinking. > For now, i will install the new linux on a external disc, boot and then > copy content from the f38 installation.

Re: Need help; safe way to shrink my fedora38 installation disk

2023-07-29 Thread KarlderLetzte
Hello everybody, thank you all for the information. Unfortunately i do not fully understand, how to manage the shrinking. For now, i will install the new linux on a external disc, boot and then copy content from the f38 installation. the old way, long and work intensive (finding the correct partiti

Re: Need help; safe way to shrink my fedora38 installation disk

2023-07-28 Thread stan via users
gt; appears, > > > that it is possible,to not boot anymore. > > > > > > my question: > > > is there a safe way to shrink? > > > > I don't know that I would even be able to help, since I use fixed > > ext4 > > partitions for

Re: Need help; safe way to shrink my fedora38 installation disk

2023-07-27 Thread KarlderLetzte
nstallation. > > > > here is the disk layout: > > [snip] > > > i tried it with gparted, but if i want to shrink, a warning > > appears, > > that it is possible,to not boot anymore. > > > > my question: > > is there a safe way to shrink?

Re: Need help; safe way to shrink my fedora38 installation disk

2023-07-27 Thread stan via users
to shrink, a warning appears, > that it is possible,to not boot anymore. > > my question: > is there a safe way to shrink? I don't know that I would even be able to help, since I use fixed ext4 partitions for the same purpose, but I think the output of df would give a better id

  1   2   3   4   5   6   7   8   9   10   >