-
Notifications
You must be signed in to change notification settings - Fork 43
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
The AppImage release says “'qtdomterm' missing” or showing an empty Electron window #122
Comments
The Qt front-end is dynamically linked with Qt libraries that you might not have installed. Or you might have an incompatible version of the libraries. It might be possible to use static linking for qtdomterm - but that has some complications plus it would make the AppImage much bigger. The empty Electron window is strange. I'll see if I can make a new AppImage that I hope will work better. Until then, you I suggest try |
|
Without the link, it said I suggest that DomTerm would look also for |
The AppImage is really old. I'm hoping to create a newer one, but I got distracked by trying to update the If you comfortable compiling things (the instructions are pretty detailed), you could trying building it directly from a git clone. |
I gave up trying to compile DomTerm after several issues (some with the relevant packages on AUR and some with direct compilation) the last of which was this (#121). |
Done (in git master). |
Could you try this? The default front-end is now I'm thinking I'l try it out for a few days. If it seems good, I'll update to a new version number and make a release. |
It says this:
And after installing libwebsockets:
|
Oops. I meant to build the image with libwebsockets statically linked. The makefile rules even has a warning for that. Probably should change that to an error. The |
Should I have something specific installed in a specific directory? I have just the AppImage as ~/bin/domterm and libwebsockets installed from what I consider relevant for this. I didn't install anything specific for wry because I don't know what. |
Shouldn't need anything special for wry. You can try invoking the DomTerm.AppImage directly with an absolute path. I'll try your way later, probably this evening.
…On January 20, 2024 12:40:34 PM PST, matj1 ***@***.***> wrote:
Should I have something specific installed in a specific directory? I have just the AppImage as ~/bin/domterm and libwebsockets installed from what I consider relevant for this. I didn't install anything specific for wry because I don't know what.
--
Reply to this email directly or view it on GitHub:
#122 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
I uploaded a new DomTerm.AppImage (also to However, I don't have a fix for not being able to find One datapoint: If plain
If you look
|
Excuse that I reply late. I was not on the PC with the issue for the past 3 days. The new AppImage works with wry with no issues. The log says that the JAR file is in /tmp/.mount_domterrRIEgh/…, but that directory does not exist, although there is /tmp/.mount_domterRdD0S9/. So I went there and ran |
The directory would only exist while the appimage is running. So you would have to look at the log files before you exit the DomTerm.AppImage "application". Anyway, cool that it now works for you. Let me know if you have further problems or annoying bugs. Currently, I'm focusing on xterm.js as an alternative "display engine" for |
I made a 3.2.0 release. |
Everything here seems alright, so I close this. |
Thanks for working with me on this. |
I have the AppImage release of DomTerm 2.9.4. When I try to make a new window, it always replies
'qtdomterm' missing
with exit code 1 or shows an empty Electron window.If I run
./DomTerm.AppImage --electron
, it switches to showing an empty electron window, and, if I run./DomTerm.AppImage --qt
, it switches to replying'qtdomterm' missing
.What is wrong here? The documentation says that the release includes the qt frontend.
The text was updated successfully, but these errors were encountered: