Re: i need launcher syntax help

2025-08-02 Thread ToddAndMargo via users
On 8/2/25 5:48 AM, Robert Nichols via users wrote: On 8/2/25 06:23, ToddAndMargo via users wrote: bash -c "oneko -speed 100  -position 0+30  -idle 15 & ; xfconf-query --channel xsettings --property /Gtk/CursorThemeName --set  default; xfconf-query --channel xsettings --property /Gtk/CursorTheme

OT: systemctl staus lines that show failed? How to clean?

2025-08-02 Thread Michael D. Setzer II via users
Created file with output of systemctl status and fail # systemctl status * >out # cat out | grep -i fail First group has /opt/VirtualBox that does not exist on system. At one people tried the VirtualBox setup, but went back to repo version? (udev-worker)[711]: usb2: Process '/opt/VirtualBox/VBo

Re: non ascii character

2025-08-02 Thread Sam Varshavchik
Patrick Dupre via users writes: Hello, Opnening a file with gedit I get The file you opened has some invalid characters. If you continue editing this file you could corrupt this document. file says ISO-8859 text instead of ASCII text How can I identify which characters is not ASCII? F

Re: non ascii character

2025-08-02 Thread Tim via users
On Sat, 2025-08-02 at 15:17 +0200, Patrick Dupre via users wrote: > The file you opened has some invalid characters. If you continue > editing this file you could corrupt this document. Is the warning giving you an unnecessary scare? Do you *need* it to be 7-bit ASCII? Almost everything handles 8

Re: non ascii character

2025-08-02 Thread Barry
> On 2 Aug 2025, at 14:17, Patrick Dupre via users > wrote: > > Hello, > > Opnening a file with gedit I get > > > The file you opened has some invalid characters. If you continue editing this > file you could corrupt this document. > > file says > ISO-8859 text This is an 8bit encoding.

Re: non ascii character

2025-08-02 Thread George N. White III
On Sat, Aug 2, 2025 at 10:17 AM Patrick Dupre via users < users@lists.fedoraproject.org> wrote: > Hello, > > Opnening a file with gedit I get > > > The file you opened has some invalid characters. If you continue editing > this file you could corrupt this document. > > file says > ISO-8859 text >

Re: non ascii character

2025-08-02 Thread bruce
thanks Todd good to know!! On Sat, Aug 2, 2025, 10:23 AM Michael D. Setzer II via users < users@lists.fedoraproject.org> wrote: > On 2 Aug 2025 at 15:41, Patrick Dupre via users wrote: > > To: users@lists.fedoraproject.org > Subject:Re: non ascii character > Date sent: Sat, 2 A

Re: non ascii character

2025-08-02 Thread Michael D. Setzer II via users
On 2 Aug 2025 at 15:41, Patrick Dupre via users wrote: To: users@lists.fedoraproject.org Subject:Re: non ascii character Date sent: Sat, 2 Aug 2025 15:41:52 +0200 Send reply to: Community support for Fedora users From: Patrick Dupre via users Copies to: Community suppor

Re: non ascii character

2025-08-02 Thread Todd Zullinger
Patrick Dupre via users wrote: > I used > grep -axv '.*' > > Seems OK You might want to check what 'file -i /path/to/your/file' reports. Running a quick test, it seems gedit (and the newer Gnome text editor app) both do rather poorly when it comes to opening files which are in another charset.

Re: non ascii character

2025-08-02 Thread Patrick Dupre via users
I used grep -axv '.*'    Seems OK Subject: Re: non ascii character I might be wrong, but I thought I had seen online free apps that would allow u to upload docs and then strip out non ascii chars.   there might be apps that also highlight the non ascii chars   there might be editors th

Re: non ascii character

2025-08-02 Thread bruce
I might be wrong, but I thought I had seen online free apps that would allow u to upload docs and then strip out non ascii chars. there might be apps that also highlight the non ascii chars there might be editors that would edit non ascii, going from ascii to non ascii On Sat, Aug 2, 2025, 9:

non ascii character

2025-08-02 Thread Patrick Dupre via users
Hello, Opnening a file with gedit I get The file you opened has some invalid characters. If you continue editing this file you could corrupt this document. file says ISO-8859 text instead of ASCII text How can I identify which characters is not ASCII? Thank ===

Re: i need launcher syntax help

2025-08-02 Thread Robert Nichols via users
On 8/2/25 06:23, ToddAndMargo via users wrote: bash -c "oneko -speed 100  -position 0+30  -idle 15 & ; xfconf-query --channel xsettings --property /Gtk/CursorThemeName --set  default; xfconf-query --channel xsettings --property /Gtk/CursorThemeName --set mate" bash: -c: line 1: syntax error nea

i need launcher syntax help

2025-08-02 Thread ToddAndMargo via users
Hi All, Fedora 41 Xfce 4.12 I am trying to create a launcher that will start "oneko" and correct my mouse pointer theme at the same time. bash -c "oneko -speed 100 -position 0+30 -idle 15 & ; xfconf-query --channel xsettings --property /Gtk/CursorThemeName --set default; xfconf-query --ch