Skip to content
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

fix: don't check for Desktop Environment in unity_service.cc #41211

Merged
merged 1 commit into from
Apr 19, 2024
Merged

fix: don't check for Desktop Environment in unity_service.cc #41211

merged 1 commit into from
Apr 19, 2024

Conversation

JakobDev
Copy link
Contributor

@JakobDev JakobDev commented Feb 1, 2024

Description of Change

Electron uses libunity to implement setProgressBar and setBadgeCount. The Unity Launcher API is currently supported by multiple Programs and Desktop. Electron cheeks for some reason which desktop environment the User is using.

This is completely pointless. libunity just emits a DBus signal. If a Desktop Environment don't support the API, it just don't listen to the signal, so there is no harm when emitting this signal.

On the other hand, this Signal is supported by various Software such as the Dash to Dock or Plank. If Electron checks the Desktop Environment, it will not work, unset you set XDG_CURRENT_DESKTOP=KDE.

Checklist

Release Notes

Notes: Don't check for Desktop Environment in setProgressBar and setBadgeCount.

Sorry, something went wrong.

Copy link

welcome bot commented Feb 1, 2024

💖 Thanks for opening this pull request! 💖

We use semantic commit messages to streamline the release process. Before your pull request can be merged, you should update your pull request title to start with a semantic prefix.

Examples of commit messages with semantic prefixes:

  • fix: don't overwrite prevent_default if default wasn't prevented
  • feat: add app.isPackaged() method
  • docs: app.isDefaultProtocolClient is now available on Linux

Things that will help get your PR across the finish line:

  • Follow the JavaScript, C++, and Python coding style.
  • Run npm run lint locally to catch formatting errors earlier.
  • Document any user-facing changes you've made following the documentation styleguide.
  • Include tests when adding/changing behavior.
  • Include screenshots and animated GIFs whenever possible.

We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Feb 1, 2024
Copy link
Member

@codebytere codebytere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JakobDev can you please explain what is meant by:

On the other hand, this Signal is supported by various Software such as the Dash to Dock or Plank. If Electron checks the Desktop Environment, it will not work, unset you set XDG_CURRENT_DESKTOP=KDE.

Supported to what extent? What functionality is lost with our logic? This logic is also borrowed directly from Chromium - this was originally added for https://bugs.chromium.org/p/chromium/issues/detail?id=338204. Is that outdated there as well?

Finally - it would help if you could open a bug report and link to this PR to shed more light on the issue it's addressing.

@JakobDev
Copy link
Contributor Author

JakobDev commented Feb 1, 2024

Finally - it would help if you could open a bug report and link to this PR to shed more light on the issue it's addressing.

Here you go

Is that outdated there as well?

Yes. In fact you should not even use libunity any more, as it's outdated. You should rather emit the DBus signal directly, but that's another Issue.

@zcbenz zcbenz requested a review from ckerr February 8, 2024 01:20
@zcbenz zcbenz added semver/patch backwards-compatible bug fixes no-backport labels Feb 8, 2024
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Feb 8, 2024
@zcbenz zcbenz changed the title fix: Don't check for Desktop Environment in unity_service.cc fix: don't check for Desktop Environment in unity_service.cc Feb 8, 2024
@JakobDev
Copy link
Contributor Author

Any news on this?

@codebytere codebytere merged commit 07a68c2 into electron:main Apr 19, 2024
@release-clerk
Copy link

release-clerk bot commented Apr 19, 2024

Release Notes Persisted

Don't check for Desktop Environment in setProgressBar and setBadgeCount.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-backport semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants