![]() |
2020-05-11
, 18:29
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#331
|
![]() |
2020-05-12
, 07:49
|
Posts: 5 |
Thanked: 19 times |
Joined on Apr 2020
@ Czechia
|
#332
|
![]() |
2020-05-18
, 19:11
|
Posts: 8 |
Thanked: 21 times |
Joined on May 2020
|
#333
|
![]() |
2020-05-18
, 19:21
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#334
|
![]() |
2020-05-19
, 08:17
|
Posts: 8 |
Thanked: 21 times |
Joined on May 2020
|
#335
|
![]() |
2020-05-19
, 08:41
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#336
|
Thanks for this information. Then, I'll try first to compile it on my Rasperry Pi.
Actually, I've one more question. The application which I want to compile is a flight navigation app which needs access to GPS data. In order to check if there is GPS access within flatpak, I've installed your Puremaps application, the one which is available on flathub. Unfortunately, geolocation is not working for this app on my Xperia 10 with the official Sailfish OS. Is it possible to enable geolocation for flatpak apps? Do I just need to set the proper finish-args like, e.g., "--allow=geolocation"?
![]() |
2020-05-19
, 09:23
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#337
|
![]() |
2020-05-19
, 09:34
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#338
|
hi, i have bottom bar bug in angelfish on jtab: https://gist.github.com/CODeRUS/2b6d...93c5a3276e37a8
https://youtu.be/2cUKZZtqrOQ
![]() |
2020-05-19
, 09:56
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#339
|
![]() |
2020-05-19
, 13:04
|
Posts: 8 |
Thanked: 21 times |
Joined on May 2020
|
#340
|
Right now, GPS is not supported. As I have rather large amount of projects, I do not plan to work on it either. However, it is maybe possible to make it work if someone investigates the issues and, possibly, writes some code for it.
Flatpak as of now, supports GeoClue2. SFOS is on Geoclue1 version, I think. So, somehow, you would have to figure out how to connect to geoclue1. For Geoclue2 permissions are as in https://github.com/flathub/io.github...eMaps.json#L18
Also, you have to figure out how to make Qt ask geoclue1 for positioning. I would expect its all doable, but requires time investment and testing. Would be great if someone would pick it up.