[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2024-04-09 Thread Mateusz Stachowski
https://bugs.kde.org/show_bug.cgi?id=463994

--- Comment #11 from Mateusz Stachowski  ---
I also checked that siwtching the default browser works.

I had Okular snap open with two PDF files, and I opened unity-control-center
under Information there is a default programs setting (WWW, Mail, Calendar,
Music, Video). I changed WWW which is setting for default browser to Chromium.

Then in Okular snap I clicked link which opened in Chromium.

Then I switched back to Vivaldi as default and the link opened in this browser.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2024-04-09 Thread Mateusz Stachowski
https://bugs.kde.org/show_bug.cgi?id=463994

Mateusz Stachowski  changed:

   What|Removed |Added

 CC||mateusz.stachow...@wp.pl

--- Comment #10 from Mateusz Stachowski  ---
I don't know if that bug was reported in relation to snap package of Okular,
but it showed up when I searched for okular snap.

I'm on Ubuntu 24.04 development release and using snapd from the edge channel.

snap version
snap2.62+git2055.gb131534
snapd   2.62+git2055.gb131534
series  16
ubuntu  24.04
kernel  6.8.4-x64v3-xanmod1

I checked the example file and all three links opened in my default browser
Vivaldi.

I also used a link from three PDF files on my system and those also worked.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-03-17 Thread Yann Salmon
https://bugs.kde.org/show_bug.cgi?id=463994

Yann Salmon  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|WORKSFORME  |---
 Status|RESOLVED|REOPENED

--- Comment #9 from Yann Salmon  ---
I rather removed 
x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;

because there is no such desktop file on my computer, and the other file does
lunch Firefox (I get it from Mozilla directly, and it is installed under /opt).

The problem still persists after this operation.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-02-08 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463994

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #8 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-01-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=463994

--- Comment #7 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-01-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=463994

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Nate Graham  ---
Hmm, this looks a bit suspicious to me:

x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;
x-scheme-handler/http=userapp-Firefox-FVD3O1.desktop
x-scheme-handler/https=userapp-Firefox-FVD3O1.desktop

You have "x-scheme-handler/http" and "x-scheme-handler/https" defined twice.
Presumably the second one is for a custom override for Firefox's desktop file.

If you remove the override lines and reboot, does the problem go away?

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-01-09 Thread Yann Salmon
https://bugs.kde.org/show_bug.cgi?id=463994

Yann Salmon  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |REPORTED

--- Comment #5 from Yann Salmon  ---
1. It opens in Firefox.

2.
```
application/pdf=okularApplication_pdf.desktop;userapp-evince-ZGIKLZ.desktop;inkscape.desktop;gimp.desktop;libreoffice-draw.desktop;libreoffice-writer.desktop;userapp-bless-FBYQTY.desktop;userapp-emacs-KNM4TY.desktop;
x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;
application/pdf=okularApplication_pdf.desktop;
x-scheme-handler/http=userapp-Firefox-FVD3O1.desktop
x-scheme-handler/https=userapp-Firefox-FVD3O1.desktop
```

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-01-09 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=463994

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
They open in the browser for me too.

What happens if you run `xdg-open
https://docs.kde.org/stable5/en/okular/okular/okular.pdf` in a terminal window?

Can you paste the output of running `grep -E "pdf|http"
~/.config/mimeapps.list` in a terminal window?

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-01-08 Thread Yann Salmon
https://bugs.kde.org/show_bug.cgi?id=463994

--- Comment #3 from Yann Salmon  ---
Also note that atril opens the links correctly, and that evince fails to all
three, but that is because for some reason it gets ``exec:
/opt/yann/firefox/firefox-bin: Permission denied`` so at least it is trying to
do the right thing.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-01-08 Thread Yann Salmon
https://bugs.kde.org/show_bug.cgi?id=463994

--- Comment #2 from Yann Salmon  ---
It says Firefox there, presumably because I take it directly from Mozilla (not
Ubuntu's snap) and created the desktop file myself.

Non-PDF links clicked in Okular do open in my firefox instance.

-- 
You are receiving this mail because:
You are watching all bug changes.

[okular] [Bug 463994] Okular fails to open HTTPS URLs to PDF files

2023-01-08 Thread Paul Worrall
https://bugs.kde.org/show_bug.cgi?id=463994

Paul Worrall  changed:

   What|Removed |Added

 CC||p.r.worr...@gmail.com

--- Comment #1 from Paul Worrall  ---
For me, all three links open the correct document in Firefox.

SYSTEM:
KDE Neon User Edition with all default settings
Okular: 22.12.0
Plasma: 5.26.4
Frameworks: 5.101.0
Qt: 5.15.7

Maybe worth checking what you've got in System Settings => Applications =>
Default Applications => Web browser ?  I have "Firefox Web Browser"

-- 
You are receiving this mail because:
You are watching all bug changes.