Cannot start the GUI interface #17942
Replies: 2 comments
|
Hi @wangnan789, thanks for starting this discussion! 👋 The Theia community will take a look soon. In the meantime, you might find helpful information in: 💙 Eclipse Theia is built and maintained by a community of contributors and sponsors. If Theia is valuable to your work, consider sponsoring the project. For professional support, training, or consulting services, learn more about available options. |
|
Hi @wangnan789, Thanks for the question, and sorry for the slightly delayed reply. I assume you are on Linux? This is expected Linux behavior rather than a Theia problem. Most Linux file managers deliberately do not execute a binary when you double-click it (for security), so nothing happens, while running it from the terminal works because the shell executes it directly. The three files you mention are the internal parts of an AppImage: On first start, the AppImage will offer to integrate itself into your desktop (menu entry, icon, and double-click launch), so you can simply accept that prompt. Hope that helps! |
Uh oh!
There was an error while loading. Please reload this page.
Discussion
In the program directory, double-click these 3 files 'theia-ide-electron-app.bin', 'theia-ide-electron-app', 'AppRun', can't launch the program interface
Only at the command line, Type ./theia-ide-electron-app.bin, ./theia-ide-electron-app, . /AppRun to start the program interface
Why is this so?
All reactions