Conversation
e9e11af to
4d52e39
Compare
Dfu-util isn’t missing? I’d bet the dependencies are not packaged… |
|
@pfeerick no clue which consequences it has, but there is no way to copy the udev rules from within an AppImage... (see AppImageCommunity/pkg2appimage#200) |
|
I wouldn't worry about that so much in this first instance - and I'm not surprised, to do anything Worst case scenario, we come up with a shell script the user runs on their system, which is able to detect the difference between debian/arch/suse systems, run the appropriate package manager commands to install |
|
|
No, not quite... AppImages aren't sandboxes (like a virtual machine)... it's a self-contained packaged that can also access host resources and files... i.e. I just did an All that bundling |
17c78d8 to
a8f0ff5
Compare
|
Regardless, this package is working fine for me on Windows and Linux (Ubuntu), and seems to be able to read and write to the radio properly in both cases. Simulators also both run for both. |
a8f0ff5 to
557ad36
Compare
|
@pfeerick by the way, I assume that the code for windows is basically trying to do the same thing with some strange Win32 API: char name[MAX_PATH];
GetModuleFileName(NULL, name, MAX_PATH);
QString path(name);
path.truncate(path.lastIndexOf('\\'));
dir.setPath(path);I think we should try to get rid of this at the same time. Is that something you could try out? |
pfeerick
left a comment
There was a problem hiding this comment.
I think Risto has identified the dfu-utils problems to be a combination of host-install path issues and a underlying bug in companion which has been since fixed.
I haven't had any issues with this when trying it on Linux - either in a VM or on actual hardware.



No description provided.