Bug 479368 - kioexec loads link as text into browser instead of requested web page.
Summary: kioexec loads link as text into browser instead of requested web page.
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.111.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-03 19:12 UTC by Emmett Culley
Modified: 2024-01-04 18:00 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emmett Culley 2024-01-03 19:12:48 UTC
SUMMARY
This bug was descrirbed well in https://bugs.kde.org/show_bug.cgi?id=439477 which seems to be closed.

In this case, in addition to links not loading the page in chrome, I am not able to sign into zoom as the google sign in page does not load as html.  I am not able to log into zoom and so am not able to participate in any zoom session.

As described in the bug mentined above, clicking on any link in any desktop app only loads text and not the requested web page.

STEPS TO REPRODUCE
1.   Open zoom
2. 
 click on sign-in
3. 
  click on Google sign in

OBSERVED RESULT
Page text is loaded by chrome instead of the requested web page

EXPECTED RESULT
To see google sign-in page in browser.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Fedora 39 (up to date)
(available in About System)
KDE Plasma Version:  5.27.10
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11

ADDITIONAL INFORMATION
Comment 1 fanzhuyifan 2024-01-04 02:29:27 UTC
Could you check the .desktop file corresponding to chrome? This can happen when the relevant .desktop file is missing the %u  placeholder. 

https://bugs.kde.org/show_bug.cgi?id=439477#c14
Comment 2 Emmett Culley 2024-01-04 17:14:23 UTC
(In reply to fanzhuyifan from comment #1)
> Could you check the .desktop file corresponding to chrome? This can happen
> when the relevant .desktop file is missing the %u  placeholder. 
> 
> https://bugs.kde.org/show_bug.cgi?id=439477#c14

Yes, that fixed it.  I removed them as I was using launchers to load chrome for two different profiles.  They have been removed for a long time as it worked as expected.  This started happening with the latest release.

Having said that, I could be wrongs, as I was recently having problems with the launcher icons. 

That is another bug I will report as soon as I have enough info.