Bonjour,
Are both packages trying to install the same file? If so, choose only one
package.
Cheers,
Alex
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Cond
On 7/1/25 12:24 AM, Patrick Dupre via users wrote:
Why do I get
Jul 1 09:22:39 Sappho touchegg.desktop[3975]: Error connecting to Touchégg
daemon: Could not connect: Connection refused
Jul 1 09:22:39 Sappho touchegg.desktop[3975]: Reconnecting in 5 seconds...
Jul 1 09:22:44 Sappho touchegg.de
On Wed, 2025-07-02 at 10:36 +0530, Lee Thomas Stephen wrote:
> Dear Fedora Team,
>
> I want to share my collection of Flatpaks, as they could be valuable
> to the Fedora/RHEL community.
>
> -
>
> 1. `flatpak remote-add --if-not-exists flathub
> https://flathub.org/repo/flathub.flatpakrepo`
>
On 6/30/25 12:00, François Patte wrote:
Message transféré
Sujet : strange message while installing vlc
Date : Mon, 30 Jun 2025 19:44:38 +0200
De :François Patte
Pour : fedora
Bonjour,
I have some troubles while installing vlc on fedora 42:
Thefile/usr/l
Bill Cunningham writes:
I just updated my fedora 41 to 42 using dnf. Now everything works find and
boots but the old selection for fedora 41 is still on the bootloader
options. How do I get this off? I tried something with grub2-mkconfig and
that didn't work. I want the fedora 42 option (Ad
On 7/2/25 12:34 AM, Patrick Dupre via users wrote:
What is the opposite of
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
I tired
gsettings set org.gnome.settings-daemon.plugins.power sleep-active-ac-timeout 0
but it is not correct.
What do you mean by "oppo
> On 2 Jul 2025, at 18:46, Patrick Dupre via users
> wrote:
>
> Why do I get
> Jul 1 09:22:39 Sappho touchegg.desktop[3975]: Error connecting to Touchégg
> daemon: Could not connect: Connection refused
You seem to have a client of the service trying to use touchegg that you
stopped.
Since
*From:* François Patte
*Sent:* Tuesday, 1 July 2025 at 05:00 UTC+10
*To:* Community support for Fedora users
*Subject:* FW: strange message while installing vlc
Message transféré
Sujet : strange message while installing vlc
Date : Mon, 30 Jun 2025 19:44:38 +02
On Wed, Jul 2, 2025 at 4:36 PM François Patte wrote:
>
> test
Please don't spam the list.
Contact the list admin if you have problems,
.
Jeff
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists
> On 2 Jul 2025, at 21:31, Joe Average wrote:
>
> Bill Cunningham wrote:
>> I just updated my fedora 41 to 42 using dnf. Now everything works find and
>> boots but the old selection for fedora 41 is still on the bootloader
>> options. How do I get this off? I tried something with grub2-mkcon
*From:* Robert McBroom via users
*Sent:* Tuesday, 1 July 2025 at 14:19 UTC+10
*To:* users
*Cc:* Robert McBroom
*Subject:* secure boot questions
With secure boot enabled putting a 3 in the grub boot line to get a
command session just gives a black screen. Fom a desktop session the
ctrl,a
test
--
François Patte
tél : +33 (0)6 7892 5822
https://www.pingala.homelinux.org
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedor
Bill Cunningham wrote:
> I just updated my fedora 41 to 42 using dnf. Now everything works find and
> boots but the old selection for fedora 41 is still on the bootloader options.
> How do I get this off? I tried something with grub2-mkconfig and that didn't
> work. I want the fedora 42 option (
I have been messing around with ntfy running on Linux and running on
my phone (it is in the app store) and have it configured to use my
server to receive messages.
There is also a paid cloud option where you can use someone else's server.
On Wed, Jul 2, 2025 at 12:10 PM Alex wrote:
>
> Hi,
> I'm
home user via users wrote:
> f42 workstation.
>
> I'm trying to prepend a string and multiple spaces to another string. I
> can't get it to work. How do I do it? See 3 attempts below. I really do
> want multiple spaces between the startstring and the longstring.
You need to quote the argument
On 7/1/25 3:59 PM, Felix Miata wrote:
This started happening last night. I worked around it then with 42, and
started doing it again now in 41, by changing from e.g.
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Everything/$basearch/
metalink=https://mirrors.fedoraproject
On Wed, Jul 2, 2025 at 1:36 PM home user via users
wrote:
>
> f42 workstation.
>
> I'm trying to prepend a string and multiple spaces to another string. I
> can't get it to work. How do I do it? See 3 attempts below. I really
> do want multiple spaces between the startstring and the longstring
Once upon a time, home user said:
> $longstring="${startstring} ${longstring}"
The leading dollar sign is your problem, you do not want that on the
left hand side of an assignment. Having $longstring on the LHS just
means it is expanded and interpreted as shell commands. You want:
longstring
===
Patrick DUPRÉ | | email: pdu...@gmx.com
Laboratoire interdisciplinaire Carnot de Bourgogne
9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
=
On 06/30/2025 11:11 AM, Michael Hennebry wrote:
Firefox no longer works for me.
After I start it up and click on a tab,
it immediately gives me the "firefox not responding" popup.
Also, I get two firefox processes instead of one.
| ps -l -C firefox
F S UID PID PPID C PRI NI ADDR SZ WCH
On 30.06.2025 15:01 Patrick Dupre wrote:
> My laptop does not hibernate.
> systemctl status sleep.target suspend.target hibernate.target
> hybrid-sleep.target
What does dmesg say?
--
kind regards
Marco
Send spam to abfall1751288...@stinkedores.dorfdsl.de
--
___
Try this:
IFS='' longstring="${startstring} ${longstring}"
You can read about IFS in the bash manual:
https://www.gnu.org/software/bash/manual/bash.html
On Wed, Jul 2, 2025 at 11:36 AM home user via users
wrote:
>
> f42 workstation.
>
> I'm trying to prepend a string and multiple spaces to an
On 7/2/2025 11:49 AM, Marco Moock wrote:
On 01.07.2025 21:42 home user via users
wrote:
startstring = "11".
This is the output of an "echo"; the period is merely the end of the
output sentence.
longstring = "This is a long test string".
This is the output of an "echo"; the period is merely
Firefox no longer works for me.
After I start it up and click on a tab,
it immediately gives me the "firefox not responding" popup.
Also, I get two firefox processes instead of one.
| ps -l -C firefox
F S UID PIDPPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
0 t 1000 178490716
On Wed Jul02'25 07:52:47PM, Marco Moock wrote:
> From: Marco Moock
> Date: Wed, 2 Jul 2025 19:52:47 +0200
> To: users@lists.fedoraproject.org
> CC: Ranjan Maitra
> Reply-To: Community support for Fedora users
> Subject: Re: No longer getting mail on Fedora mailing list
>
> On 01.07.2025 12:36 R
On 01.07.2025 12:36 Ranjan Maitra via users
wrote:
> I appear to have this strange problem from this morning, in that I am
> able to post, but do not receive email from the Fedora mailing list.
>
> What could possibly be the problem? I am getting email all right, but
> not from the mailing list.
Message transféré
Sujet : strange message while installing vlc
Date : Mon, 30 Jun 2025 19:44:38 +0200
De :François Patte
Pour : fedora
Bonjour,
I have some troubles while installing vlc on fedora 42:
Thefile/usr/lib64/vlc/plugins/codec/libfaad_plugin.socon
On 01.07.2025 21:42 home user via users
wrote:
> startstring = "11".
>
> longstring = "This is a long test string".
> ./spaces1.bash: line 13: This: command not found
> longstring = "This is a long test string".
Which purpose do the dots have here?
--
kind regards
Marco
Send spam to abfall17
Why do I get
Jul 1 09:22:39 Sappho touchegg.desktop[3975]: Error connecting to Touchégg
daemon: Could not connect: Connection refused
Jul 1 09:22:39 Sappho touchegg.desktop[3975]: Reconnecting in 5 seconds...
Jul 1 09:22:44 Sappho touchegg.desktop[3975]: Error connecting to Touchégg
daemon: Co
> On 30 Jun 2025, at 21:32, Patrick Dupre wrote:
>
> Really?
> my swap is not encrypted
Maybe this fedora magazine article will help.
See https://fedoramagazine.org/update-on-hibernation-in-fedora-workstation/
A secured system can be trivially hacked if the memory image can be read out of
t
On Mon, 2025-06-30 at 09:40 +1000, fed...@eyal.emu.id.au wrote:
> Fedora 42 updated regularly, recently 5 days ago.
>
> $ uname -a
> Linux e7.eyal.emu.id.au 6.15.3-200.fc42.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun
> 19 15:00:25 UTC 2025 x86_64 GNU/Linux
tim@fluffy:~$ uname -a
Linux fluffy 6.15.3-20
On Mon, 2025-06-30 at 15:01 +0200, Patrick Dupre via users wrote:
> My laptop does not hibernate.
> systemctl status sleep.target suspend.target hibernate.target
> hybrid-sleep.target
It might have been a good idea to show us the results...
> Then
>
> systemctl hibernate
>
> But it is still r
With secure boot enabled putting a 3 in the grub boot line to get a
command session just gives a black screen. Fom a desktop session the
ctrl,alt fn4 sequence just gives the efi heading on a blank screen.
Is there a way to get a command session?
--
_
If I run systemctl suspend, it start to enter in a suspend mode and after a couple of seconds
it reactive the screen
Jul 1 09:38:35 Sappho systemd-logind[1846]: The system will suspend now!
Jul 1 09:38:35 Sappho ModemManager[2121]: [sleep-monitor-systemd] system is about to suspend
Jul 1 0
On 1/7/25 12:42, Tim wrote:
On Mon, 2025-06-30 at 09:40 +1000, fed...@eyal.emu.id.au wrote:
Fedora 42 updated regularly, recently 5 days ago.
$ uname -a
Linux e7.eyal.emu.id.au 6.15.3-200.fc42.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jun
19 15:00:25 UTC 2025 x86_64 GNU/Linux
tim@fluffy:~$ uname -a
On 30.06.2025 19:52 "Bill Cunningham" wrote:
> I just updated my fedora 41 to 42 using dnf. Now everything works
> find and boots but the old selection for fedora 41 is still on the
> bootloader options. How do I get this off?
I assume this is caused by an old kernel. Can you check which kernel
Hello,
What is the opposite of
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
I tired
gsettings set org.gnome.settings-daemon.plugins.power sleep-active-ac-timeout 0
but it is not correct.
Thank
===
On Mon, 30 Jun 2025, Michael Hennebry wrote:
Firefox no longer works for me.
After I start it up and click on a tab,
it immediately gives me the "firefox not responding" popup.
Also, I get two firefox processes instead of one.
| ps -l -C firefox
F S UID PIDPPID C PRI NI ADDR SZ WCHAN
f42 workstation.
I'm trying to prepend a string and multiple spaces to another string. I
can't get it to work. How do I do it? See 3 attempts below. I really
do want multiple spaces between the startstring and the longstring.
-
me@road-runner:~$ cat spaces1.bash
#!/bin/bash
#===
I'm not getting any mailing list mail to me since the Fedora system
updates the other day (or it's not resumed yet). But looking at your
subsequent posting through the mailing list's website:
> Thanks for testing. Here I have:
>
> Xorg.0.log says
> Loading /usr/lib64/xorg/modules/drivers/int
> On 30 Jun 2025, at 14:01, Patrick Dupre via users
> wrote:
>
> Hello,
>
> My laptop does not hibernate.
> systemctl status sleep.target suspend.target hibernate.target
> hybrid-sleep.target
>
> Then
>
> systemctl hibernate
>
> But it is still running, not sleeping.
>
> How can I force
> Hello,
>
> My laptop does not hibernate.
> systemctl status sleep.target suspend.target hibernate.target
> hybrid-sleep.target
>
> Then
>
> systemctl hibernate
>
> But it is still running, not sleeping.
>
> How can I force it?
>
> Thank
Indeed, a while ago, I did
gdm dbus-run-session gs
Hello,
I observe the same behavior, than
https://discussion.fedoraproject.org/t/sometimes-cannot-suspend-or-resume-for-suspend/149164
But there is no solution.
Thank for your help
===
Patrick DUPRÉ
This started happening last night. I worked around it then with 42, and
started doing it again now in 41, by changing from e.g.
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Everything/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$re
Dear Fedora Team,
I want to share my collection of Flatpaks, as they could be valuable
to the Fedora/RHEL community.
-
1. `flatpak remote-add --if-not-exists flathub
https://flathub.org/repo/flathub.flatpakrepo`
2. `flatpak remote-add --if-not-exists appcenter
https://flatpak.elementary.io/r
Hi,
I appear to have this strange problem from this morning, in that I am able to
post, but do not receive email from the Fedora mailing list.
What could possibly be the problem? I am getting email all right, but not from
the mailing list.
Assume this is not a system-wide issue, anyone else ha
I just updated my fedora 41 to 42 using dnf. Now everything works find and
boots but the old selection for fedora 41 is still on the bootloader options.
How do I get this off? I tried something with grub2-mkconfig and that didn't
work. I want the fedora 42 option (Adams) and a rescue option and
Hi,
I have a strange problem in that many of the fonts on firefox look weird and
unreadable: an example is at https://ibb.co/bjCGrZNm (This is a website
https://plumz.me/archives/14050/ I found out when I searched on DDG with the
terms "firefox fonts fedora 42" which possibly has the answer, b
Hi,
I'm aware of apps like logwatch and others that can send daily reports
based on unmatched log entries, and apps like nagios that can alert on
system errors, but does something exist that can scan logs in real-time and
alert when a specific pattern is found?
For example, opendkim failed in such
49 matches
Mail list logo