-
Notifications
You must be signed in to change notification settings - Fork 112
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 Install destroys Config. NO WARNING #354
Comments
Not a maintainer: Presumably you just ran start so it does this: looks like it installs java JRE and updates init.d and such to make it easy to put on a RPi. Guessing you ran this on your workstation in not a VM or an RPI. Maybe you could reverse the changes in that file and hope for the best. Good luck! |
problem is, it always runs a root desktop when i restart the machine. cannot get back to my normal workstation desktop. I didn't install a Raspberry Pi version so my believe was that i get a background process which i can use in a browser. |
Yeah this is control software for a printer not a remote access system for
printers. Once it’s installed on a printer and configured properly then
you’d use a browser from your desktop to access it.
Your desktop thinks it is a printer now. You’ll probably need to boot to
single user mode and undo things. Sorry man. Good luck.
…On Mar 25, 2021 at 11:19:35 AM, Jens Rapp ***@***.***> wrote:
problem is, it always runs a root desktop when i restart the machine.
cannot get back to my normal workstation desktop.
What did they do to do that?
I didn't install a Raspberry Pi version so my believe was that i get a
background process which i can use in a browser.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#354 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKV5SUOGMRWJ7FWPRRNB3TFNIAPANCNFSM4ZZRC6SA>
.
|
which things? |
Like I said, not a maintainer so I’m not entirely sure. But probably you
need to get your init.d stuff restored.
Probably this just dropped a couple files in startup that take over. Look
through that startup script and see what it copied into your initialization
and comment them out.
Hopefully it didn’t overwrite anything.
…On Mar 25, 2021 at 11:25:34 AM, Jens Rapp ***@***.***> wrote:
which things?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#354 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACKV5TLXWMEUXLXGE33PKDTFNIW5ANCNFSM4ZZRC6SA>
.
|
According to the start script: To remove this, I think you want to execute this as root to remove the service and restart |
i basically did this but by hand. Seems, systemd runs init scripts to create virtual service units.. this way, it already started x.. |
Good deal - what worked for you (in case someone else needs this)? On quick glance, I'm guessing startx is called to create a display that the java application can use. |
It is needed for Java but that's not why Photonic required it. It is required if you want to use the embedded browser to control the printer. If you'd like to support multiple screens(LCD screens) with the Raspberry Pi, your options are somewhat limited. The route we took was:
|
i installed your product on my system not knowing that it completely destroys configuration.
There was no warning on your page and i am unable to work anymore.
What the **** do yo do in your scripts and how can i uninstall your shit?
The text was updated successfully, but these errors were encountered: