-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Fix linux runtime dependency installation #192
Comments
Comment by jasonsanjose Tagging @JeffryBooher @redmunds @timburgess @dabungalow to help test. |
Comment by thefirstofthe300 I installed the linked package but ended up with this error when running brackets.
It doesn't seem to be related to the dependencies. |
Comment by tttzof351 The same thing |
Comment by jasonsanjose Thanks @DaBungalow and @tttzof351 I'll take a look. It could be the new CEF. |
Comment by jasonsanjose 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 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 Ignore my last comment. I found the symlinks. sheepish grin |
Comment by jasonsanjose @JeffryBooher, we got feedback from @DaBungalow at least. Want to start the review now or wait for @timburgess too? |
Comment by ghetolay Hi, I'm just testing brackets on ubuntu 13.04. Sprint 29 didn't work but this one works great :) |
Comment by TomMalbran @ghetolay Test with PR #306 which has this PR and Node.js integrated. So it should let you install plugins too :) |
Comment by jasonsanjose @ghetolay I'm uploading an updated .deb file there now. Give it another 10 min. |
Comment by timburgess 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 |
Comment by jasonsanjose @timburgess because that's what Chrome does. :)
|
Comment by JeffryBooher Installed and played with it for an afternoon without any problems. My only concerns are:
|
Comment by JeffryBooher @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 I say go for it. On Tue, Aug 20, 2013 at 5:46 PM, Jeff Booher notifications@github.comwrote:
Danny Seymour |
Comment by JeffryBooher @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 JeffryBooher Merging |
Comment by jasonsanjose
|
Issue by jasonsanjose
Tuesday Aug 20, 2013 at 05:08 GMT
Originally opened as adobe#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
The text was updated successfully, but these errors were encountered: