1593285 : Problem with gedit on max-display¶
Created: 2026-04-17T08:20:42Z - current status: new¶
Here is the anonymized and summarized report:
Summary of Issue¶
A user is experiencing problems when trying to open text files in Thunar (XFCE file manager) via FastX on the Maxwell cluster. Specifically:
- Double-clicking or using "Open with Text Editor" in Thunar fails to launch gedit.
- If gedit is manually opened first via the applications menu, files open normally.
- Error logs (journalctl -f) indicate a D-Bus issue, with gedit failing to start due to a display connection error (cannot open display:).
Possible Cause¶
The error messages (cannot open display, D-Bus failures) strongly suggest a conflict between conda and the system’s D-Bus installation. This is a known issue on Maxwell when conda is loaded in the user’s environment (e.g., via .bashrc), as conda provides its own incompatible D-Bus version, breaking desktop environment functionality (including Thunar and gedit).
Suggested Solution¶
- Check for conda interference:
- Verify if conda is loaded in the login environment (e.g., via
.bashrcor.bash_profile). -
If conda is active, disable its auto-activation by running:
bash conda config --set auto_activate_base falseThis addsauto_activate_base: falseto~/.condarc. -
Alternative: Remove conda from the login environment entirely (e.g., comment out
module load condain.bashrc). -
Test after changes:
- Log out and log back in to FastX, then retry opening files in Thunar.
References¶
- Maxwell Troubleshooting: Opening XFCE/Desktop Environments Fails (D-Bus/conda conflict).