[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-07-26 Thread Launchpad Bug Tracker
This bug was fixed in the package chromium-browser - 68.0.3440.75-0ubuntu1 --- chromium-browser (68.0.3440.75-0ubuntu1) cosmic; urgency=medium * Upstream release: 68.0.3440.75 - CVE-2018-6153: Stack buffer overflow in Skia. - CVE-2018-6154: Heap buffer overflow in WebGL.

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-06-05 Thread Olivier Tilloy
** Changed in: chromium-browser (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772448 Title: launcher script runs Python 2 despite checking for /us

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~chromium-team/chromium-browser/artful-dev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772448 Title: launcher script runs Python 2 despite checking for /usr/bin/python3 To m

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~chromium-team/chromium-browser/bionic-dev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772448 Title: launcher script runs Python 2 despite checking for /usr/bin/python3 To m

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~chromium-team/chromium-browser/xenial-dev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772448 Title: launcher script runs Python 2 despite checking for /usr/bin/python3 To m

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-31 Thread Olivier Tilloy
The shell script checks for the existence of /usr/bin/python3, so it will fail gracefully if python3 is not installed. Not sure what the intent of that was (python3 not widely available at the time this was written, maybe?), but for now let's keep the test and not add an explicit runtime dependency

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-31 Thread Launchpad Bug Tracker
** Branch linked: lp:~chromium-team/chromium-browser/cosmic-dev -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772448 Title: launcher script runs Python 2 despite checking for /usr/bin/python3 To m

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-31 Thread Olivier Tilloy
That makes sense, thanks for confirming. Python3 should probably be made a runtime dependency of chromium-browser, then. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772448 Title: launcher script

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-31 Thread Will Thompson
That is: 'python' is in $PATH => it is Python 2 By my reading, it follows that if there is no Python 2, 'python' shouldn't be in $PATH at all, according to that PEP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

Re: [Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-31 Thread Will Thompson
https://www.python.org/dev/peps/pep-0394/ says “for the time being, all distributions should ensure that python, if installed, refers to the same target as python2, unless the user deliberately overrides this or a virtual environment is active”. That's the case in Endless where /usr/bin/python simp

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-31 Thread Olivier Tilloy
Maybe a dumb question… After removing Python 2.7 entirely, wouldn't "/usr/bin/python" point to python3 by default anyway? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772448 Title: launcher script

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-30 Thread Ubuntu Foundations Team Bug Bot
The attachment "0001-Check-flashplugin-manifest-with-Python-3.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a L

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-30 Thread Olivier Tilloy
** Changed in: chromium-browser (Ubuntu) Status: New => Confirmed ** Changed in: chromium-browser (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17724

[Bug 1772448] Re: launcher script runs Python 2 despite checking for /usr/bin/python3

2018-05-21 Thread Will Thompson
I noticed this in the course of Endless OS removing Python 2.7 entirely. We don't ship /usr/lib/adobe-flashplugin/manifest.json, and I couldn't find a copy to fully verify this patch, but I tested with a non-ASCII JSON file (the obvious way that 2.7 -> 3.x would break) and it seems to work fine. -