Hi all,
Sublime Text 3 stopped starting recently. I tried reinstalling following https://www.sublimetext.com/docs/3/linux_repositories.html#dnf, installation is fine, but nothing happens when I start.
Running build 3176 on Fedora 29, everything up-to-date
$ subl -v
Sublime Text Build 3176
$ subl
$ echo $? # nothing happens
0
$ which subl
/usr/bin/subl
$ cat /usr/bin/subl
#!/bin/sh
exec /opt/sublime_text/sublime_text "$@"
$ /opt/sublime_text/sublime_text # nothing happens
$ echo $?
0
$ strace /opt/sublime_text/sublime_text
> https://pastebin.com/RLzG70r7
What should I do to get some logs ?
Thanks a lot,
John