On Fri, Mar 28, 2025 at 2:16 PM Roger Wells via users
<users@lists.fedoraproject.org> wrote:
>
> Updated F41 via "software" icon on desktop today, 28Mar2025, which I do
> each week at this time
> Now firefox doesn't launch.
> 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.
>
> what happened?

That is kind of weird. My F41 is fully patched, and Firefox is working fine.

Are you running Wayland?

$ loginctl show-session $(loginctl | grep $(whoami) | awk '{print $1}') -p Type
Type=wayland
$

However, I don't have a firefox-wayland:

$ sudo find / -name firefox-wayland
find: ‘/run/user/1000/doc’: Permission denied
$

Just a plain Firefox:

$ ps -A | grep firefox
   3154 ?        08:24:22 firefox
$

Maybe the shortcut is a bit off:

$ cat ~/Desktop/firefox.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Name=Firefox Web Browser
...
Comment=Browse the World Wide Web
...
GenericName=Web Browser
...
Keywords=Internet;WWW;Browser;Web;Explorer
...
Exec=firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
StartupNotify=true
Actions=new-window;new-private-window;

[Desktop Action new-window]
Name=Open a New Window
...
Exec=firefox -new-window

[Desktop Action new-private-window]
Name=Open a New Private Window
...
Exec=firefox -private-window

Jeff
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to