[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-06-03 Thread Senthil Kumaran
Change by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.5, Python 3.6 ___ Python tracker _

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-06-03 Thread miss-islington
miss-islington added the comment: New changeset 911c35d5d334b8c148202f2a7a32b511958032fc by Miss Islington (bot) in branch '3.7': bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) https://github.com/python/cpython/commit/911c35d5d334b8c148202f2a7a32b511958032fc ---

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-06-03 Thread miss-islington
miss-islington added the comment: New changeset 74a1fceeb61212a24608eab8266f64c6b22679a6 by Miss Islington (bot) in branch '3.9': bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) https://github.com/python/cpython/commit/74a1fceeb61212a24608eab8266f64c6b22679a6 ---

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-06-03 Thread miss-islington
miss-islington added the comment: New changeset 5b8787ef191864cd2313015959bcc3e10711aaff by Miss Islington (bot) in branch '3.8': bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) https://github.com/python/cpython/commit/5b8787ef191864cd2313015959bcc3e10711aaff ---

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +19837 pull_request: https://github.com/python/cpython/pull/20609 ___ Python tracker ___ __

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +19835 pull_request: https://github.com/python/cpython/pull/20607 ___ Python tracker ___ __

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +19836 pull_request: https://github.com/python/cpython/pull/20608 ___ Python tracker ___ __

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-06-03 Thread miss-islington
miss-islington added the comment: New changeset c822efeda9a0afe87cf3429724732fc8e19a01fb by Jeremy Attali in branch 'master': bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) https://github.com/python/cpython/commit/c822efeda9a0afe87cf3429724732fc8e19a01fb --

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-05-25 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +19646 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20382 ___ Python tracker _

[issue40767] Allow pure Wayland to get default XDG webbrowser

2020-05-25 Thread Jeremy Attali
New submission from Jeremy Attali : In a pure Wayland environment (without xwayland), the DISPLAY environment variable is not present. Therefore the call to `xdg-settings get default-browser` is not made. So the webbrowser behaviour is different between X11 and Wayland environment. I'm working