-
Notifications
You must be signed in to change notification settings - Fork 95
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
Falkon parameters are wrong #294
Comments
Cris70
pushed a commit
to Cris70/webapp-manager
that referenced
this issue
Apr 17, 2024
Just finished creating PR #295 |
Cris70
pushed a commit
to Cris70/webapp-manager
that referenced
this issue
Apr 17, 2024
...and updated the fix, with PR #296 |
mtwebster
pushed a commit
that referenced
this issue
May 14, 2024
* Proposed fix for bug #294 --------- Co-authored-by: Cristiano Guadagnino <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When creating a web app with Falkon, webapp-manager build the desktop file using non-existent parameters (maybe they worked in an older release of Falkon, I don't know).
The result is that Falkon starts with the default profile and does not open the given URL .
This is the command line that is created by webapp-manager:
falkon --app=https://xxx.xxx.xxx.xxx/ --class=WebApp-NAME_AMENDED --name=WebApp-NAME_AMENDED --user-data-dir=/home/cris/.local/share/ice/profiles/NAME_AMENDED
This is what instead works with recent releases of Falkon:
falkon --wmclass WebApp-NAME_AMENDED --profile=NAME_AMENDED --no-remote https://xxx.xxx.xxx.xxx/
Note that the profile will not be created in
/home/$USER/.local/share/ice/profiles/
, but in/home/$USER/.config/falkon/profiles/
.I am using Falkon 24.02.2 from KDE6 on linux openSUSE Tumbleweed.
Judging from ticket #188 the parameters were already different in KDE5.
The text was updated successfully, but these errors were encountered: