-
Notifications
You must be signed in to change notification settings - Fork 118
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
Linux support #1
Comments
I have managed to make it work with the following patch applied: diff index.js index.js.bak
And I hope you should focus more on cross-platform development (including linux). |
👍 patch kind of worked, except the app I was trying with didn't have a matching folder and executable name, and I couldn't pass the executable directly since it only checks if it ends with |
Hi, @SoulMelody @DuBistKomisch , thanks for you suggestion! Debugtron is a desktop app now! Support for linux is working in progress |
The latest v0.3.1 already supports Linux, which could be downloaded from releases page. Currently we only have zip file bundle. Other bundle formats like deb and rpm are coming soon. |
@pd4d10 thanks, I just tried it out (running from |
@DuBistKomisch Thanks for your quick feedback! Electron apps detection is not ready at Linux, because there are so many Linux distributions, and their application installed paths seems quite different. It may take a while. Code here: https://github.com/bytedance/debugtron/blob/fedfb644ab7daa545e48a18fb7d755b89d763836/src/main/linux.ts#L5-L8 Could you please provide your Electron app name? I've noticed that the name is |
fair enough, would be nice to be able to load one manually in the meantime at least. and yeah it's VS Code: https://www.archlinux.org/packages/community/x86_64/code/ I also tried with my own app built using this packager: https://github.com/electron-userland/electron-installer-debian |
@DuBistKomisch Seems there are two separated problems:
By the way I'm using GitHub Desktop for test at Linux. If there are still problems on your own app, please provide your app's download link. We'll try to fix the case |
tried with latest master, seems to work with some apps (e.g. signal) which get installed to our app is available for download here: https://www.vivi.io/downloads if I open the binary with debugtron, a tab for the app appears for a split second then goes away |
@DuBistKomisch Debugtron relies on Which packager are you using? |
Still not working 100%. Manjaro linux. When I tell it to open an app like GitKraken from |
is support uos arm? |
I tried to install and run debugtron on linux, but with no luck.
Here is the backtrace:
The text was updated successfully, but these errors were encountered: