El vie, 28 mar 2025 a las 18:27, Will McDonald (<wmcdonald@xxxxxxxxx>) escribió:
--On Fri, 28 Mar 2025 at 21:02, Roger Wells via users <users@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
Thanks for the reply.
On 3/28/25 2:57 PM, Joe Zeff wrote:
> On 03/28/2025 12:15 PM, Roger Wells via users wrote:>> Running from command line: firefox
>> env: ‘firefox-wayland’: No such file or directory
>> Run from desktop icon: icon swirls for about 15 seconds then disappears.
>
> First, run
>
> whereis firefox-wayland
This may well be the problem.
There used to be:
locate firefox-wayland
/usr/bin/firefox-wayland
sudo updatedb
locate firefox-wayland
(nothing)I don't think you *need* firefox-wayland to run FF under Wayland. Most internet references to firefox-wayland are back around Fedora 30-ish era. I'd guess that it's a leftover deprecated artefact from X -> Wayland?I certainly don't have a file or package by that name, there's nothing in the FF RPM. (rpm -ql firefox)Check to see if you have a customised launcher for firefox:wmcdonald@fedora:~$ find ~ -name "*.desktop" 2> /dev/null | grep firefIf you do, look at the Exec statements in that file. If not, check the Exec statements in the default launcher?wmcdonald@fedora:~$ rpm -ql firefox | grep desktop\$
/usr/share/applications/org.mozilla.firefox.desktopwmcdonald@fedora:~$ grep -C1 Exec /usr/share/applications/org.mozilla.firefox.desktop
Comment[sv]=Surfa på webben
Exec=firefox %u
Icon=firefox
--
Name[zh_TW]=開新視窗
Exec=firefox --new-window %u
--
Name[zh_TW]=新增隱私視窗
Exec=firefox --private-window %u
--
Name[fr]=Ouvrir le gestionnaire de profils
Exec=firefox --ProfileManagerThe default firefox 'binary' in /usr/bin is also just a shell script, so maybe check to see if you have an older/custom/modified copy of that, or any .rpmnew files.wmcdonald@fedora:~$ which firefox
/usr/bin/firefoxwmcdonald@fedora:~$ sudo find /usr/ -name '*.rpmnew'
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
I've stumbled upon the same thing. What I found it's that firefox replaced firefox-wayland.
repoquery --whatobsoletes firefox-wayland
Updating and loading repositories:
Repositories loaded.
firefox-0:131.0.2-1.fc41.x86_64
firefox-0:137.0-2.fc41.x86_64
It's a bit strange, because the most recent that I found in changelog is:
* mar ene 30 2024 Martin Stransky <stransky@xxxxxxxxxx>- 122.0-3
- Added version to obsolete firefox-wayland/x11
Updating and loading repositories:
Repositories loaded.
firefox-0:131.0.2-1.fc41.x86_64
firefox-0:137.0-2.fc41.x86_64
It's a bit strange, because the most recent that I found in changelog is:
* mar ene 30 2024 Martin Stransky <stransky@xxxxxxxxxx>- 122.0-3
- Added version to obsolete firefox-wayland/x11
And since then, I've run 'dnf update' a few times :-)
HTH
-- _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue