You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Create a PWA
Restart the system (the error only occurs after a restart not when the PWA has just been installed)
Launch the PWA from the menu or icon
[It flashes up briefly then fails]
Launch again
[It launches correctly]
OR
Create a PWA
Restart the system (the error only occurs after a restart not when the PWA has just been installed)
Launch the PWA from the command line
[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
Operating system: Manjaro Linux
System architecture: 64
Desktop environment: KDE 6.0 - 6.1
Installation method: AUR
PWAsForFirefox extension version: 2.11 - 2.12.4
PWAsForFirefox native version: 2.11 - 2.12.5
PWAsForFirefox runtime version: 130.0.1 and earlier
Firefox version: 129 - 131
The text was updated successfully, but these errors were encountered:
That may be a KDE bug. %u should be replaced with the URL when launching as a protocol handler, or be empty when launching normally. But I've tried to reproduce it on Manjaro with KDE in a VM and it works fine for me...
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: