-
Notifications
You must be signed in to change notification settings - Fork 134
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
remove Activestate login banner #4
Comments
I suggest not removing it but allowing one to bypass it. The login allows for pretty handy integration with the ActiveState's Platform, eg. automatic development env creation and activation when you open a project. Let me know if you want me to point you where to look for the code. |
Has there been any action taken on this issue? I'd like to be able to run Komodo-IDE on isolated networks. Can you point me to where the relevant code lives? |
https://github.com/ActiveState/OpenKomodoIDE/blob/master/src/chrome/komodo/content/komodo.p.js#L456 Just follow the breadcrumbs from there. I think just dropping that line will get you what you want. |
Sitting here behind a corporate firewall/proxy. That sign in dialog tells me: "Login failed, it appears you are offline" What could be wrong? All other apps/firefox/chrome can access the internet. |
If you don't want to mess around rebuilding Komodo you can follow these instructions: https://community.komodoide.com/t/login-failed-it-appears-you-are-offline-again/5903/14 |
yeah thanks, recompile is beyond me |
I get the same error on an Ubuntu box. |
@eborgbjerg, you're not out of luck! Odd that you're the first Linux user to hit this though. You should be able to perform the 7Zip step but using whatever zip tool Linux has. I don't have a Linux machine around to workout the exact steps so I'm going to give broad instructions and info here. The komodo.tar file is just a *.zip file with a different file extension. So in Linux, you'll do the same 7Zip step but use whatever (un)zip tool you have on Linux. Key point to be aware of:
If this doesn't work though, don't hesitate to ping back here and I'll try to get you sorted. |
@th3coop thanks for your reply and explanation! I did all 12 steps as accurately as I could, also tried creating the komodo.jar file both by linux File Manager and with the command you suggested. Looking at the code down in |
It's possible and was in fact true, until about 2 weeks ago. I updated the instructions 2 weeks ago after someone asked a similar question. Another Linux user commented on the thread recently that they had to rename their ~/.komodoide folder to get the change to be picked up. So two things to try here:
|
Yep, gazer1912's suggestion solved it. |
The text was updated successfully, but these errors were encountered: