-
Notifications
You must be signed in to change notification settings - Fork 57
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 Appimage does not exist #33
Comments
There are several issues about this already, going all the way back to 2018. I just read about LaserWeb and came to look for the same thing as you, but TBH it looks like all the devs lost interest in this project last year sometime and it's been dormant ever since. The Linux installer seems to have fallen away a long time before that. Shame. See https://forum.makerforums.info/t/hi-all-its-time-to-take-a-nap/9090 for a goodbye message. |
I have this issue too, of course. This is sad, as it is the only viable open source laser CAM. My computers are too old to run windows and I try to avoid proprietary software anyways, so I guess I'll try gcode tools in inkscape with universal gcode sender. |
LaserWeb-v4.0.996 AppImage is still available ;) |
Thank you for the link!
…On Sat, May 16, 2020 at 5:41 AM bianchifan ***@***.***> wrote:
LaserWeb-v4.0.996 AppImage is still available ;)
https://github.com/LaserWeb/LaserWeb4-Binaries/releases/tag/untagged-4818330b6baa8213d4a7
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPMTRFDURFIKGBH6CBBIF3RRZNVDANCNFSM4MQVDSEQ>
.
|
I am about to replace the controller in my ageing HPC laser and I have downloaded the sources to see what can be done. Assuming this account stays open then I will report/update here with my developments. |
linux binaries plz. |
can someone test this? please note that the package is alpha. https://github.com/trombik/LaserWeb4-Binaries/releases/tag/v4.0.996-145-pre |
On Devuan GNU/Linux, the main application window appears, but no UI
elements do. It is a blank white window, though it is in the normal size
of LaserWeb.
…On Wed, Jul 15, 2020 at 12:14 PM Tomoyuki Sakurai ***@***.***> wrote:
can someone test this? please note that the package is alpha.
https://github.com/trombik/LaserWeb4-Binaries/releases/tag/v4.0.996-145-pre
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPMTRFENTYJTBLV7J42YSLR3XIUZANCNFSM4MQVDSEQ>
.
|
note that, before launching the application on my ubuntu server, i need to install: apt-get install libgtk-3-0 libx11-xcb1 libnss3 libasound2 libdbus-glib-1-2 they are usually installed by other applications as dependencies, but make sure you have them. |
it worked on my VM because I have a working |
I ran the apt-get install, and I already had those packages. When
launching LaserWeb, the only message is "Skip checkForUpdatesAndNotify
because application is not packed". This is a screenshot of it:
[image: sshot.png]
And a screenshot of the executing terminal:
[image: term.png]
…On Wed, Jul 15, 2020 at 9:18 PM Tomoyuki Sakurai ***@***.***> wrote:
it worked on my VM because I have a working lw.comm-server. it should
work without it. let me see what i am missing.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPMTRB6QAKE5RK3QE5PAHLR3ZIOHANCNFSM4MQVDSEQ>
.
|
i cannot investigate the issue further at the moment. the problem is the backend server invoked by the frontend does not run for some reason. to work around it, you can download the backend and run it from the console. > wget https://github.com/trombik/lw.comm-server/releases/download/v4.0.138/lw.comm-server-linux-amd64-v4.0.138.AppImage
> chmod +x lw.comm-server-linux-amd64-v4.0.138.AppImage
> ./lw.comm-server-linux-amd64-v4.0.138.AppImage after that, run the frontend. |
progress so far: in my fork, CI is implemented in GitHub Actions so that my fix will not be evasive. however, some as reported here, the binary does not work because the bundled standalone the binaries are built in an interesting way. the code in this repository provides GUI interface. the GUI application invokes
i cannot find any tests in three repositories. i am working on fixing build process so that others can help fixing the build. if you are curious, see https://github.com/trombik/lw.comm-server/tree/windows-build |
@jefbed would you follow the instruction and report the result? https://github.com/trombik/lw.comm-server/blob/windows-build/doc/Build.md you should see something like:
|
It is working now following your steps. A few clarifications based what I
had to do: yarn is known as yarnpkg on Devuan, npm needs to be listed as a
dependency, and 'yarnpkg build' has to be run twice to achieve a successful
build under Devuan. For now, I'll use a script to start the server before
the LaserWeb appimage.
Thank you for your work on reviving this project.
…On Thu, Jul 16, 2020 at 9:56 PM Tomoyuki Sakurai ***@***.***> wrote:
@jefbed <https://github.com/jefbed> would you follow the instruction and
report the result?
https://github.com/trombik/lw.comm-server/blob/windows-build/doc/Build.md
you should see something like:
***@***.***:~/lw.comm-server$ node ./server.js
***************************************************************
---- LaserWeb Comm Server 4.0.136 ----
***************************************************************
Use http://127.0.1.1:8000 to connect this server.
* Updates:
Remember to check the commit log on
https://github.com/LaserWeb/lw.comm-server/commits/master
regularly, to know about updates and fixes, and then when ready
update accordingly by running git pull
* Support:
If you need help / support, come over to
https://plus.google.com/communities/115879488566665599508
***************************************************************
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPMTRB5323HCNILZTA5OVDR36VUVANCNFSM4MQVDSEQ>
.
|
the bug mentioned has not been fixed yet. you still need to run the server manually. this build includes major updates in its dependencies. as such, I do not know it works or not. please test it with your machine because https://github.com/trombik/LaserWeb4-Binaries/releases/tag/v4.0.996-152-pre |
I tried to update |
No links to download the Linux appimage from https://github.com/LaserWeb/LaserWeb4-Binaries/releases
The text was updated successfully, but these errors were encountered: