Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 12:31:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229004] editors/linux-sublime3: Crashes on startup after 3.1.76 update
Message-ID:  <bug-229004-7788-Z6IZAAbvde@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229004-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229004-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229004

miguel.barao@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |miguel.barao@gmail.com

--- Comment #7 from miguel.barao@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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229004-7788-Z6IZAAbvde>