[Bug 229004] editors/linux-sublime3: Crashes on startup after 3.1.76 update
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 16 12:31:51 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229004
miguel.barao at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miguel.barao at gmail.com
--- Comment #7 from miguel.barao at gmail.com ---
On 12.0-RELEASE I downloaded the latest sublime-text-3 version 3.2.2 build 3211
for linux-x64.
I managed to make it work fine with the following steps:
sudo pkg install linux-c7-gtk3
### create ~/.local/bin and ~/.local/share if they don't exist
### sublime will be installed in ~/.local for the local user only
tar xvfj sublime_text_3_build_3211_x64.tar.bz2
mv sublime_text_3 ~/.local/share
### edit ~/.local/bin/sublime with these 2 lines:
#!/bin/sh
exec $HOME/.local/share/sublime_text_3/sublime_text "$@"
Make sure .local/bin is in your path.
The linux-sublime3 package can be removed, linux-c7-gtk2 is not required and
can also be removed.
It also works with sublime merge. Just repeat the steps above.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list