I''m having issues in running the designer app on an Ubuntu 22.04.3 LTS x86_64 machine. I noticed someone had the same issue on Mint back in 2019, but the workarounds didn't work for me.
I tried both .desktop and .sh files but none work. It opens a terminal for less than a second and then nothing happens! Has anyone been able to run the Designer or Perspective Workstation apps on the mentioned distro?
Thank you!
You should locate the launcher log file and find the java command that is reported near the end. That is the real command that runs the client or designer. Run that manually a terminal to get the error report you need to track this down. (Likely a missing shared library.)
OK, if no one else solves your problem, I can perhaps answer this question tomorrow. One of my servers is currently going from 20 to 22.04.3 LTS as I type.
yes. gateway is working fine and I can deign my project from a Windows 10 machine with no issue. The issue is running the Linux app for the designer and ... in the mentioned distro
Yes, I got the designer to open on that version of Ubuntu. (Ignition 8.1.25, btw).
As per the user manual:
Note:
Depending on your flavor of Linux, you may not have the launch option. In this case, your .desktop files will not be supported and you'll need to place the designerlauncher.desktop file in one of the following directories to satisfy Linux permissions and execute.
/usr/share/applications/
/usr/local/share/applications/
~/.local/share/applications/
So I copied the two folders and desktop file from /Downloads to /usr/share/applications, and then used gtk-launch to start the desktop file running from CLI.
Interesting! I have already copied the files to the application folder it does not work for me!
By the way, am I looking at the wrong documentation? I cannot see the section that you quoted.