I’m trying to setup Sublime Text to work as a development environment for Rust. I spent last two days trying to figure out what actually happens. Still no idea, I’d appreciate any help.
My setup:
- Dell XPS 13 9380
- Arch Linux (5.14.5 kernel)
- XFCE 4.16
- Rust 1.55.0
- Sublime Text 4113
I do the following steps:
- Remove old ST and the whole
~/.config/sublime-text
folder - Install a fresh copy of ST
- Install Package Control
- Install Rust Enhanced via Package Control
- Open a helloworld file in Rust.
- Press
Ctrl+S
Result: My entire desktop freezes. When I move the mouse I can see the pointer moving, but everything else I see on any of my screens becomes completely unresponsive and still. Alt+Tab does nothing. The only way I found out of that situation is to switch to another console (Ctrl+Alt+F2
) and kill the whole X server (killall Xorg
)
Plot twist: When I repeat all the above in the safe mode (subl --safe-mode
) everything works as expected.
Any ideas what is happening or how to fix it?