Sublime Forum

Sublime Text 3 Not Working on CentOS 7

#1

I’m running sublime_text 3 on Redhat 7 with Gnome.

My versions are here:

localhost: /> /opt/sublime_text/sublime_text  --version
Sublime Text Build 3207
localhost: /> cat /etc/redhat-release 
CentOS Linux release 7.6.1810 (Core) 

And if I run sublime_text with --debug I get a lot of messages like the following.

(sublime_text:43854): GLib-GObject-WARNING **: 13:08:55.046: cannot register existing type 'GTask'

(sublime_text:43854): GLib-GObject-WARNING **: 13:08:55.046: cannot register existing type 'GAsyncResult'

(sublime_text:43854): GLib-GObject-CRITICAL **: 13:08:55.046: g_type_interface_add_prerequisite: assertion 'G_TYPE_IS_INTERFACE (interface_type)' failed

(sublime_text:43854): GLib-CRITICAL **: 13:08:55.046: g_once_init_leave: assertion 'result != 0' failed

Any suggestions on what to fix?

0 Likes

#2

Here are all the error messages on this: https://pastebin.com/6hkDUu9A

0 Likes

#3

what output do you get from ldd /opt/sublime_text/sublime_text?

0 Likes

#4

Perhaps an issue finding your home dir? https://bugzilla.redhat.com/show_bug.cgi?id=1659997

0 Likes

#5

Thanks for the ideas. I’ve decided to create a new VM with the absolute latest GNOME and that has solved the problem. Sort of like turning it off and on again.

0 Likes