8000 gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop by 3v1n0 · Pull Request #21731 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-85644: webbrowser: Use $XDG_CURRENT_DESKTOP to check desktop #21731

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
News: Add NEWS for the change
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored and 3v1n0 committed Feb 27, 2024
commit 407a580bb2cee922793885e99b20a76b49dd1469
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
webbrowser: Use ``$XDG_CURRENT_DESKTOP`` to check desktop

Usage of ``$GNOME_DESKTOP_SESSION_ID`` env variable is deprecated since
`GNOME 3.30.0`_, so while python will still support it, prefer use
``$XDG_CURRENT_DESKTOP`` instead.

.. _GNOME 3.30.0: https://gitlab.gnome.org/GNOME/gnome-session/-/commit/00e0e6226371d53f65
0