[Okular-devel] [okular] [Bug 252596] okular printing options not working when printing to file (pdf/ps)

2014-05-02 Thread Alejandro Villar
https://bugs.kde.org/show_bug.cgi?id=252596 Alejandro Villar changed: What|Removed |Added CC||alx5...@alx5000.net -- You are receiving

[okular] [Bug 487929] Links doesn't open in browser, the page gets downloaded and a pop up appears asking you how to open the downloaded file.

2024-06-07 Thread Alejandro Villar
https://bugs.kde.org/show_bug.cgi?id=487929 Alejandro Villar changed: What|Removed |Added CC||alx5...@alx5000.net -- You are receiving

[okular] [Bug 487929] Links doesn't open in browser, the page gets downloaded and a pop up appears asking you how to open the downloaded file.

2024-06-07 Thread Alejandro Villar
https://bugs.kde.org/show_bug.cgi?id=487929 --- Comment #1 from Alejandro Villar --- In my case (Ubuntu 24.04 LTS with okular 4:23.08.5-0ubuntu5), the URLs are first queried and then the default text/html handler is opened (Kate on my machine), instead of being opened directly by Firefox (my

[okular] [Bug 487929] Links doesn't open in browser, the page gets downloaded and a pop up appears asking you how to open the downloaded file.

2024-06-07 Thread Alejandro Villar
https://bugs.kde.org/show_bug.cgi?id=487929 --- Comment #2 from Alejandro Villar --- I can confirm that after changing the URL handling methods to QDesktopServices::openUrl(), links are opened directly in Firefox. Note: the sources for my version didn't have the KRun->KIO::OpenUrlJob ch