Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 904718 Details for
Bug 939365
net-libs/signon-ui[qt6]: Clicking "google" in add "online accounts" (KDE settings) does nothing
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This is the same one in Portage, it should still be required
signon-ui-0.15_p20171022-webengine-cachedir-path.patch (text/plain), 925 bytes, created by
Flavio Cappelli
on 2024-10-03 06:49:44 UTC
(
hide
)
Description:
This is the same one in Portage, it should still be required
Filename:
MIME Type:
Creator:
Flavio Cappelli
Created:
2024-10-03 06:49:44 UTC
Size:
925 bytes
patch
obsolete
>From e155e6e70ce7a6c52837688b570e8020faac5496 Mon Sep 17 00:00:00 2001 >From: Fabian Vogt <fabian@ritter-vogt.de> >Date: Sat, 8 Sep 2018 18:58:42 +0200 >Subject: [PATCH] Fix WebEngine cache directory path > >Otherwise the URL is treated as a path, which results in a folder "file:" in ~. >--- > src/browser-request.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/browser-request.cpp b/src/browser-request.cpp >index 146bec8..1895d59 100644 >--- a/src/browser-request.cpp >+++ b/src/browser-request.cpp >@@ -132,7 +132,7 @@ void BrowserRequestPrivate::start() > > m_dialog->rootContext()->setContextProperty("request", this); > m_dialog->rootContext()->setContextProperty("rootDir", >- QUrl::fromLocalFile(rootDir.absolutePath())); >+ rootDir.absolutePath()); > m_dialog->setSource(webview); > } > >-- >2.18.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 939365
:
904711
|
904712
|
904717
| 904718