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

conda installed dbus-launch causes XFCE to fail to start #700

Open
johrstrom opened this issue Oct 19, 2020 · 1 comment · Fixed by #942 · May be fixed by #4160
Open

conda installed dbus-launch causes XFCE to fail to start #700

johrstrom opened this issue Oct 19, 2020 · 1 comment · Fixed by #942 · May be fixed by #4160
Labels
area/ux bug Existing functionality not working as expected component/dashboard good first issue
Milestone

Comments

@johrstrom
Copy link
Contributor

We've found that user aniconda installations can negatively affect the way desktops start up.

The issue is aniconda setting the PATH in a users ~/.bashrc such that xfce-session (or similar desktop libraries) use it's dbus-session instead of the system installed version. When this happens, there must be some compatibility issue because the session fails to start, but only gives a generic message like Failed to connect to socket /tmp/dbus-abc123.

So I think an easy enough solution is to modify this line

to
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$PATH xfce-session
to ensure that a system installed binary will be the first to be found.

@johrstrom johrstrom added bug Existing functionality not working as expected component/dashboard area/ux labels Oct 19, 2020
@oscwiag oscwiag added this to the Needs Triaged milestone Oct 19, 2020
@johrstrom johrstrom modified the milestones: Needs Triaged, Backlog Oct 23, 2020
@johrstrom johrstrom modified the milestones: Backlog, OOD2.0 Feb 22, 2021
@johrstrom johrstrom changed the title force PATH for desktops conda installed dbus-launch causes XFCE to fail to start Mar 12, 2021
@johrstrom
Copy link
Contributor Author

I need to reopen this because it persists even now as I try to use MATE desktops at OSC.

@johrstrom johrstrom reopened this Feb 17, 2025
@johrstrom johrstrom linked a pull request Feb 17, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux bug Existing functionality not working as expected component/dashboard good first issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants