[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 on a fix, should submit a GitHub PR 
soon.

```
❯ export | grep DISPLAY
WAYLAND_DISPLAY=wayland-0
❯ python -c "import webbrowser; print(webbrowser.get())"

```

--
components: Library (Lib)
messages: 369872
nosy: Jeremy Attali
priority: normal
severity: normal
status: open
title: Allow pure Wayland to get default XDG webbrowser
type: behavior
versions: Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 
3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com