[issue43137] webbrowser to support "gio open "

2022-01-05 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

I am removing the "release blocker" tag.

Simon, thanks a lot for both PRs. I am sorry that we needed to revert your 
original work, but unfortunately it was blocking a release and we are forced to 
act in this case. PLease, work together with Christian and Matthias to make a 
version of the patch that works in all supported platforms.

--
priority: release blocker -> 

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2022-01-05 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:


New changeset dd50316e458d7c3284f8948b0606d8aa91ab855d by Simon McVittie in 
branch 'main':
bpo-43137: Revert "webbrowser: Don't run gvfs-open on GNOME" (GH-30417)
https://github.com/python/cpython/commit/dd50316e458d7c3284f8948b0606d8aa91ab855d


--

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2022-01-05 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

>> I am not a regular CPython developer, so I don't have a good way to assess 
>> which reviewers speak for the project and which reviewers are only offering 
>> a personal opinion.

In this webpage (bpo) core developers have a little python logo close to their 
name (as myself).

In GitHub, you can sometimes tell by hovering over the profile or checking the 
core dev log in the devguide: https://devguide.python.org/developers/

--

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2022-01-05 Thread Simon McVittie


Simon McVittie  added the comment:

I've opened https://github.com/python/cpython/pull/30417, is that what you want?

I am not a regular CPython developer, so I don't have a good way to assess 
which reviewers speak for the project and which reviewers are only offering a 
personal opinion.

--

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2022-01-05 Thread Simon McVittie


Change by Simon McVittie :


--
keywords: +patch
pull_requests: +28623
pull_request: https://github.com/python/cpython/pull/30417

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2022-01-04 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

If this is not fixed by this week, I will be forced to revert the PR

--

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2021-12-07 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

Christian, this is going into 3.11.0a3 unfortunately. I will make this a 
blocker for future alphas, so please, take any action that you think is 
required.

--

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2021-11-26 Thread Pablo Galindo Salgado


Pablo Galindo Salgado  added the comment:

The next 3.10 and 3.11 releases are very soon so unfortunately if this is not 
fixed by then I will need to revert PR29154

--

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2021-11-26 Thread Christian Heimes


Christian Heimes  added the comment:

gio is not available on older distros. For example I could not find it in 
Xenial with libglib2.0-bin 2.48.2-0ubuntu4.8. I suggest that you keep the 
fallbacks or seek agreement that we no longer support old distros without gio.

--
keywords: +3.11regression -patch
nosy: +christian.heimes, pablogsal
priority: normal -> release blocker
type:  -> enhancement
versions: +Python 3.11 -Python 3.10

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2021-11-25 Thread miss-islington


miss-islington  added the comment:


New changeset 97dcab783279444ff721a301e1faca6f29fdc600 by Simon McVittie in 
branch 'main':
bpo-43137: webbrowser: Replace gvfs-open and gnome-open with "gio open" 
(GH-29154)
https://github.com/python/cpython/commit/97dcab783279444ff721a301e1faca6f29fdc600


--
nosy: +miss-islington

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2021-10-22 Thread Simon McVittie


Change by Simon McVittie :


--
keywords: +patch
nosy: +smcv
nosy_count: 1.0 -> 2.0
pull_requests: +27431
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/29154

___
Python tracker 

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



[issue43137] webbrowser to support "gio open "

2021-02-05 Thread Matthias Klose


New submission from Matthias Klose :

[forwarded from https://bugs.debian.org/969776]

"""
rust-webbrowser tries to open URLs via "gvfs-open $URL" and
"gnome-open $URL". Both are obsolete; the replacement is "gio open $URL",
using the gio(1) tool from the libglib2.0-bin package.

The gvfs-open tool was superseded by gio(1) in 2015, and removed from
upstream GNOME in 2018. The version in Debian is currently a
Debian-specific patch, which we would like to remove before Debian 11.

The gnome-open tool was superseded by gvfs-open in 2008, ceased to be
part of GNOME releases after about 2011, most recently appeared in a
Debian stable release as part of Debian 9, and was finally removed from
Debian in 2019.
"""

The current list of browser could need some cleanup, e.g.:

 - remove "The Netscape and old Mozilla browsers"
 - remove grail?
 - remove gvfs-open
 - gnome-open?
 - can't find galeon anymore, but epiphany

--
components: Library (Lib)
messages: 386526
nosy: doko
priority: normal
severity: normal
status: open
title: webbrowser to support "gio open "
versions: Python 3.10

___
Python tracker 

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