Open core-ai-bot opened 3 years ago
Comment by jasonsanjose Tuesday Aug 20, 2013 at 05:17 GMT
Tagging @JeffryBooher @redmunds @timburgess @dabungalow to help test.
Comment by thefirstofthe300 Tuesday Aug 20, 2013 at 07:08 GMT
I installed the linked package but ended up with this error when running brackets.
brackets: libcef_dll/wrapper/libcef_dll_wrapper.cc:121: int CefExecuteProcess(const CefMainArgs&, CefRefPtr<CefApp>): Assertion `false' failed.
Aborted
It doesn't seem to be related to the dependencies.
Comment by tttzof351 Tuesday Aug 20, 2013 at 08:10 GMT
The same thing
brackets: libcef_dll/wrapper/libcef_dll_wrapper.cc:121: int CefExecuteProcess(const CefMainArgs&, CefRefPtr
Comment by jasonsanjose Tuesday Aug 20, 2013 at 16:11 GMT
Thanks @DaBungalow and @tttzof351 I'll take a look. It could be the new CEF.
Comment by jasonsanjose Tuesday Aug 20, 2013 at 16:46 GMT
Yep. Something got wedged in my build. I did a clean build and everything is working (and tested this time). I've updated the .deb at the link above.
Comment by thefirstofthe300 Tuesday Aug 20, 2013 at 17:33 GMT
Upon downloading the clean build and on a fresh install of Linux Mint 15, everything works out of the box.
I did some poking around in the file system and didn't find a symlink from libudev.so.0 to libudev.so.1, which seems odd considering everything is working just fine.
Comment by thefirstofthe300 Tuesday Aug 20, 2013 at 17:35 GMT
Ignore my last comment. I found the symlinks. sheepish grin
Comment by jasonsanjose Tuesday Aug 20, 2013 at 19:06 GMT
@JeffryBooher, we got feedback from @DaBungalow at least. Want to start the review now or wait for @timburgess too?
Comment by ghetolay Tuesday Aug 20, 2013 at 20:34 GMT
Hi,
I'm just testing brackets on ubuntu 13.04. Sprint 29 didn't work but this one works great :) Now I'm unable to install plugins but that's another story.
Comment by TomMalbran Tuesday Aug 20, 2013 at 20:41 GMT
@ghetolay Test with PR #306 which has this PR and Node.js integrated. So it should let you install plugins too :)
Comment by jasonsanjose Tuesday Aug 20, 2013 at 20:43 GMT
@ghetolay I'm uploading an updated .deb file there now. Give it another 10 min.
Comment by timburgess Tuesday Aug 20, 2013 at 22:29 GMT
Installed the .deb on a 'fresh' Ubuntu 12.04 LTS 64bit machine which hasn't had any Brackets dev done on it beforehand. .deb installs and /opt/brackets/Brackets
runs as expected. Only question I have is that there is a Brackets
and a brackets
in /opt/brackets
, both with executable permissions - not sure why that is the case.
Comment by jasonsanjose Tuesday Aug 20, 2013 at 22:41 GMT
@timburgess because that's what Chrome does. :)
Brackets
is a binary executable and brackets
is a shell script to wrap Brackets
in order to set the LD_LIBRARY_PATH
.
Comment by JeffryBooher Wednesday Aug 21, 2013 at 00:44 GMT
Installed and played with it for an afternoon without any problems.
My only concerns are:
Comment by JeffryBooher Wednesday Aug 21, 2013 at 00:46 GMT
@jasonsanjose I think this is good to go. Just need @timburgess and @DaBungalow to sign off on it and I'll do the merge.
Comment by thefirstofthe300 Wednesday Aug 21, 2013 at 00:46 GMT
I say go for it.
On Tue, Aug 20, 2013 at 5:46 PM, Jeff Booher notifications@github.comwrote:
@jasonsanjose https://github.com/jasonsanjose I think this is good to go. Just need @timburgess https://github.com/timburgess and @DaBungalowhttps://github.com/DaBungalowto sign off on it and I'll do the merge.
— Reply to this email directly or view it on GitHubhttps://github.com/adobe/brackets-shell/pull/305#issuecomment-22988575 .
Danny Seymour dannyseeless@gmail.com
Comment by JeffryBooher Wednesday Aug 21, 2013 at 00:48 GMT
@jasonsanjose hold the phone... I just got a WSOD on Linux and I wasn't doing anything... I wasn't even using that computer...
Comment by jasonsanjose Wednesday Aug 21, 2013 at 01:06 GMT
@JeffryBooher
tools/setup_for_hacking.sh
in order to point to the git repo.
Issue by jasonsanjose Tuesday Aug 20, 2013 at 05:08 GMT Originally opened as https://github.com/adobe/brackets-shell/pull/305
Fix for adobe/brackets#4720
libudev
,libnss3
andlibnspr4
locally into/opt/brackets/
then setLD_LIBRARY_PATH
to use the symlinked librariesbrackets
wrapper script that is copied to the staging folderpacakge-root/opt/brackets
/usr/bin/brackets
to point to/opt/brackets/brackets
google-chrome
28I've uploaded a 64-bit package for testing here https://github.com/jasonsanjose/brackets-shell/releases/tag/0.30.0-8781. I tested this on a clean ubuntu 13.04 64-bit VM and did not get any
libudev
orlibplc
errors.jasonsanjose included the following code: https://github.com/adobe/brackets-shell/pull/305/commits