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
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
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