Sublime Forum

Sublime Text 3 (Build 3009) linux problems

#1

I’m trying out Sublime Text 3 (looks great on the whole, btw) on my fully-up-to-date Debian stable box, and I’ve run into a few issues:

  • All of the menu items in the right-click menu for the side bar are disabled.
  • Neither ctrl-backspace nor ctrl-delete seem to be bound to anything (by default, at least)

The latter is definitely the standard in linux text editing. Could it be added back?
Thanks

0 Likes

#2

Also, ctrl-/ (comment line) and ctrl-shift-/ (comment selection) seem to be not bound on Linux.

0 Likes

#3

I am having the same problems. I’m under Fedora 18 x86_64 and using the tarball install.

0 Likes

#4

A few more problems:

  • Goto symbol in project (ctrl-shift-R) pops up the list of symbols, and lets me select one, but pressing does nothing
  • Goto definition is disabled
0 Likes

#5

FWIW this is the same issue as ST3: Python interpreter not working in Linux?

0 Likes

#6

I tried symlinking libffi.so.6 (which was indeed missing) to libffi.so.5, but I’m still having the problems.

Here’s the output of ‘lld /opt/sublime_text/plugin_host’; I’m not sure how to fix the GLIBCXX… lines:

/opt/sublime_text/plugin_host: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.14' not found (required by /opt/sublime_text/plugin_host) /opt/sublime_text/plugin_host: /usr/lib/libstdc++.so.6: versionGLIBCXX_3.4.15’ not found (required by /opt/sublime_text/plugin_host)
linux-vdso.so.1 => (0x00007fffcd4ac000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f2c89023000)
librt.so.1 => /lib/librt.so.1 (0x00007f2c88e1b000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f2c88c16000)
libutil.so.1 => /lib/libutil.so.1 (0x00007f2c88a13000)
libffi.so.6 => /usr/lib/libffi.so.6 (0x00007f2c8880b000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f2c884f6000)
libm.so.6 => /lib/libm.so.6 (0x00007f2c88274000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f2c8805e000)
libc.so.6 => /lib/libc.so.6 (0x00007f2c87cfb000)
/lib64/ld-linux-x86-64.so.2 (0x00007f2c8925b000)

0 Likes

#7

Build 3010, I’m still getting no enabled context menu options - everything is disabled.

0 Likes

#8

Seems to be fixed in build 3012, thanks!

0 Likes