WebKit Bugzilla
Attachment 357010 Details for
Bug 190241
: [WPE][GTK] run-minibrowser improperly creates webkit-flatpak environment
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for landing
bug-190241-20181211020119.patch (text/plain), 1.04 KB, created by
Adrian Perez
on 2018-12-10 16:01:20 PST
(
hide
)
Description:
Patch for landing
Filename:
MIME Type:
Creator:
Adrian Perez
Created:
2018-12-10 16:01:20 PST
Size:
1.04 KB
patch
obsolete
>Subversion Revision: 239056 >diff --git a/Tools/flatpak/flatpakutils.py b/Tools/flatpak/flatpakutils.py >index 715a37a03f26b244f8170c4d437b939559aedbf5..b4d1a40a5acbd530478ff7b5b1d09c5d95b5c04a 100644 >--- a/Tools/flatpak/flatpakutils.py >+++ b/Tools/flatpak/flatpakutils.py >@@ -55,6 +55,8 @@ FLATPAK_REQ = [ > scriptdir = os.path.abspath(os.path.dirname(__file__)) > _log = logging.getLogger(__name__) > >+os.environ["FLATPAK_USER_DIR"] = os.environ.get("WEBKIT_FLATPAK_USER_DIR", os.path.realpath(os.path.join(scriptdir, "../../WebKitBuild", "UserFlatpak"))) >+ > > class Colors: > HEADER = "\033[95m" >@@ -593,7 +595,6 @@ class WebkitFlatpak: > self.manifest_path = os.path.abspath(os.path.join(scriptdir, '../flatpak/org.webkit.WebKit.yaml')) > self.build_name = self.name + "-generated" > >- os.environ["FLATPAK_USER_DIR"] = os.environ.get("WEBKIT_FLATPAK_USER_DIR", os.path.realpath(os.path.join(scriptdir, "../../WebKitBuild", "UserFlatpak"))) > try: > os.makedirs(os.environ["FLATPAK_USER_DIR"]) > except OSError as e:
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
|
Formatted Diff
|
Diff
Attachments on
bug 190241
:
356930
|
357010
|
357011