Re: kde-open5 bug help needed

2017-05-13 Thread Andrea Scarpino
On Tue, May 9, 2017 at 3:14 PM, Albert Astals Cid wrote: > The problem I think is that you need to make the slave aware that it should > not do the redirection, i.e. > void redirection(const QUrl &_url); > should turn into > bool redirection(const QUrl &_url); > > And then on http.cpp set m_is

Re: kde-open5 bug help needed

2017-05-09 Thread Albert Astals Cid
El dimecres, 3 de maig de 2017, a les 12:06:14 CEST, Andrea Scarpino va escriure: > Hi all, > > I hit a bug[1][2] in kde-open5 when using > QDesktopServices::openUrl(myUrl) to open the system browser. > > The issue is that, since myUrl redirects to another page, kde-open5 > (used under the hood

kde-open5 bug help needed

2017-05-05 Thread Andrea Scarpino
Hi all, I hit a bug[1][2] in kde-open5 when using QDesktopServices::openUrl(myUrl) to open the system browser. The issue is that, since myUrl redirects to another page, kde-open5 (used under the hood by QDesktopServices because XDG_CURRENT_DESKTOP=KDE is set) "fetches" the redirection url and the