-
|
On the release page there is, e.g., a syntalos-hwsupport_2.1.1+git1462_all.deb file (also mentioned in the Apologies if I messed it in the docs |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
No need to CC me, I read everything here :-) So, Flatpak bundles have a bunch of limitations due to sandboxing, one being that we can't install certain system-level components. If you install Syntalos from source or use the packages, this stuff will be automatically installed, so you won't need to worry about it. It installs the following stuff:
So, you almost always want this installed. But you especially need it if you are using any USB industrial camera or Intan RHX hardware. If you add an "Intan RHX" module or "TIS Camera" module, Syntalos will actually complain directly that you need to install this (we don't want to leave the user hanging if we can check the system for common issues). So, the fact that you haven't seen this means you may not use one of those modules. Regardless though, it's a good idea to have it installed for the temporary data cleanup alone :-) |
Beta Was this translation helpful? Give feedback.
No need to CC me, I read everything here :-)
So, Flatpak bundles have a bunch of limitations due to sandboxing, one being that we can't install certain system-level components. If you install Syntalos from source or use the packages, this stuff will be automatically installed, so you won't need to worry about it.
It installs the following stuff:
So, you almost always want this installed. But you especially ne…