-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWAs close first time opening PWA - relative URL without a base #572
Comments
That may be a KDE bug. |
I can confirm that this also happens with GNOME on Fedora 41. |
Happens to me with GNOME on Fedora 41 and on Arch Linux. Seems to be a Linux issue? It's worth noting that occasionally it will work correctly. |
Unfortunately, I still can't reproduce it neither on GNOME nor KDE. You can try to launch the desktop entry with |
Launching with |
I too have this issue. Manjaro and GNOME. Removing %u from the .desktop doesn't resolve it for me though. |
I guess this might be another session-related problem, but I don't konow why it happens and how to fix it. |
@filips123 is there a verbose or debug mode I can run it with? I can see if I can get some more info. |
You can try to get both the native and runtime logs. |
So in more recent updates, the crash occurs less often than it did previously, which makes it harder to poke. I added the empty DEBUG file in
I'll have another poke tomorrow. I'll see if I can get it to crash again with the |
Please update the native program to v2.13.2, run "patch profiles and runtime" from the extension settings and check if this issue happens again. I've fixed some other issue, but it might also be related to this one. Note that the extension will say that it's outdated, but this is fine until the new version is also reviewed by Mozilla. |
I'm on v2.13.2, and ran the patch profiles and runtime from the extension, restarted my pc, but it still crashed first time. |
This also happens for Google Apps. (Keep, Calendar, etc) I've found a workaroud(?) for this.
But there's one condition. |
This is happening with me for Harvest ( |
Description
During any given session, I open a PWA and it momentarily opens than closes
If I open it a second time (from the menu or app icon but not the command line) it opens correctly
This happens whether the PWA is opened from the command line, the KDE menu, or clicking an icon
When opened from the command line, the following error is given:
/usr/bin/firefoxpwa site launch 01J96HRTE3XC6AW2AQBEFMI7MNMP --protocol %u
error: invalid value '%u' for '--protocol [<PROTOCOL>]': relative URL without a base For more information, try '--help'.
If I remove "%u" from the .desktop file the issue does not occur and the PWA opens correctly first time
Steps to Reproduce
[It flashes up briefly then fails]
[It launches correctly]
OR
[error is shown:[ (error: invalid value '%u' for '--protocol []': relative URL without a base) ]
Workaround
Remove "%U" from the .desktop file for the PWA
The app starts correctly from menu, icon or commandline
Affected Websites
All
Environment
First occurred at least 6 months ago
The text was updated successfully, but these errors were encountered: