EspoTek / Labrador

EspoTek Labrador is a USB device that transforms your PC or smartphone into a fully-featured electronics lab. This repo holds all of the source code!
http://espotek.com
1.1k stars 117 forks source link

Move data files to /usr/share on Linux #195

Open turboencabulator opened 2 years ago

turboencabulator commented 2 years ago

Basic idea is to make it easier to create a native package on Linux, but the program is searching for data files relative to its own location. Instead use QStandardPaths to find the data files so we can place everything in their customary locations.

The last few commits fix some complaints by lintian for the Debian package.