adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.25k stars 7.63k forks source link

Install problem on Debian 7 (Wheezy), and yes also still on Debian 10 (Buster) #14868

Open GogoFC opened 5 years ago

GogoFC commented 5 years ago

One of you guys please install Debian and then try to install brackets.

Since 2013 we've been working around this library dependence issue .

snapd can not even start the app

flatpak runs the app but the live preview is broken

appimage I think it didn't have live preview nor extensions

Such a good program but you guys keep uploading .deb file like it works, it doesn't.

gianfelicevincenzo commented 5 years ago

I also have the same identical problems! they disappointed me! The problem has been present since 2018!

GogoFC commented 5 years ago

I installed gconf-service and libpango1.0-0, and removed libcurl3 dependency and added it insde brackets and recompiled it and it worked, live preview works but the text has some weird slight pink lines next to letters looks very bad and annoying.

So I installed nginx and just use Atom from now on, and view the page on localhost served by nginx.

I give up my friend :)

Krelh commented 4 years ago

@GogoAkira

but the text has some weird slight pink lines next to letters looks very bad and annoying

Open Appearance Preferences (of your system not brackets) then go to font and choose Best shapes probably by default it's on subpixel smoothing and that's why you see the text with pink dots or lines near characters ;)

GogoFC commented 4 years ago

well, a few months later. I use dwm now so there are no preferences, and also no pink lines or dots :) ... Since I removed libcur3 depencency and installed it and everything looks to be working, is it working? Since I have libcurl4 does that mean it's using it or is it not using anything since libcurl3 is not installed.