Skip to content
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

Open
Cris70 opened this issue Apr 17, 2024 · 2 comments
Open

Falkon parameters are wrong #294

Cris70 opened this issue Apr 17, 2024 · 2 comments

Comments

@Cris70
Copy link
Contributor

Cris70 commented Apr 17, 2024

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.

Cris70 pushed a commit to Cris70/webapp-manager that referenced this issue Apr 17, 2024
@Cris70
Copy link
Contributor Author

Cris70 commented Apr 17, 2024

Just finished creating PR #295

Cris70 pushed a commit to Cris70/webapp-manager that referenced this issue Apr 17, 2024
@Cris70
Copy link
Contributor Author

Cris70 commented 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
Labels
None yet
Development

No branches or pull requests

1 participant