Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-09 | [pkg] skip lrelease | kali kaneko (leap communications) | |
2021-05-04 | [pkg] build snap from scratch | kali kaneko (leap communications) | |
this is mainly a workaround for #497 | |||
2021-05-04 | Fix snap package | Ruben Pollan | |
It was missing the qml qtquick controls 2 | |||
2021-03-11 | [bug] avoid style plugins mixing up and crashing gui | kali kaneko (leap communications) | |
forcing a style override looks like a good workaround to avoid system qt plugins mixing up with the libs in the snap. - Resolves: #458 | |||
2021-02-19 | [bug] yet another deprecated call | kali kaneko (leap communications) | |
2021-02-19 | [bug] fix missing deprecated call to decodestring | kali kaneko (leap communications) | |
it had been changed in the hook itself, but this script kept using the deprecated form. - Resolves: #431 | |||
2021-01-21 | [bug] use decodebytes | kali kaneko (leap communications) | |
decodestring is an alias that was deprecated in 3.1 - Resolves: #412 | |||
2020-11-03 | [pkg] put desktop place in gui folder for snaps | kali kaneko (leap communications) | |
this was left out of the packaging refactor by mistake. - Resolves: #368 | |||
2020-10-23 | [pkg] no need to build helper or openvpn for snap | kali kaneko (leap communications) | |
2020-10-06 | [pkg] remove extra files from snap folder | kali kaneko (leap communications) | |
- Resolves: #204 | |||
2020-10-02 | [pkg] use make build | kali kaneko (leap communications) | |
2020-09-25 | [pkg] re-add appname to template, bad merge | kali kaneko (leap communications) | |
2020-09-25 | [bug] fix variable in template | kali kaneko (leap communications) | |
- add some extra debug info for troubleshooting start errors - fix vendors labels | |||
2020-09-25 | [pkg] parametrize working snap file | kali kaneko (leap communications) | |
2020-09-25 | [pkg] let's get snaps working with our qt build | Ruben Pollan | |
- Resolves: #297 | |||
2019-12-06 | [pkg] no need for plugs with classic confinement | Kali Kaneko (leap communications) | |
2019-12-05 | [pkg] fix icon in snap | Kali Kaneko (leap communications) | |
Also, fix the version string reported in the dialog. | |||
2019-12-05 | [pkg] use plugs in snap | Kali Kaneko (leap communications) | |
with this we can get rid of ugly hack that got gtk environment inside the snap manually, and forced us to stage libc6 into the snap because of linker incompatibility problems. seems whatever problem made me go that way is already solved by snap. | |||
2019-11-30 | [pkg] fix missing variable for custom desktop file | Kali Kaneko (leap communications) | |
2019-11-27 | [pkg] snap: get bitmask root from this repo | Kali Kaneko (leap communications) | |
2019-08-28 | [bug] fix snap hooks path | Kali Kaneko (leap communications) | |
2019-08-16 | [pkg] add helpers to repo, generate hooks in snap | Kali Kaneko (leap communications) | |
2019-08-07 | [pkg] missing snap boilerplate | Kali Kaneko (leap communications) | |
2019-08-05 | [pkg] snap template | Kali Kaneko (leap communications) | |