Lucas Hudson

Results 25 comments of Lucas Hudson

Okay, so no direct conflict there? To debug this, I think I'll need you to start sublime with no other plugins running, and see what the debug messages are (if...

Try temporarily moving your sublime config directory. On Linux this is usually in ~/.config somewhere. Move the directory to a different name, and then start sublime. This should have no...

I discovered this is actually a bug in mutter, not in argos. https://gitlab.gnome.org/GNOME/mutter/-/issues/1324

In bash, at least, you can do something like this as a workaround. > example.1l.sh ```sh #!/bin/bash cd "${BASH_SOURCE%/*}" ./run_other_script.sh ```