Tekk_ | So I was able to get fastboot mode to work. | 04:05 |
---|---|---|
Tekk_ | Reflashing totally did nothing to help with the camera. just stuck hoping 3.0 fixes it, I suppose | 04:05 |
Tekk_ | Less I wanna buy a heat gun and take it to the phone to see if it's hardware... | 04:06 |
coderus | elros1: great! | 06:49 |
dragonchaser | good morning | 07:01 |
dragonchaser | I am trying to get osmand (android app) running on sailfish x, but I can not get a gps fix. question is: does gps not work at all in android apps or do I need to enable some flag? | 07:02 |
Mister_Magister | dragonchaser: offtopic question why do you need that app | 07:21 |
dragonchaser | Mister_Magister: #1 I've been using that app for ages, I like it, especially for openrailmap there is no app on sailfish as far as I can see, #2 I have looked through the other navigation apps in storman/jolla shop none of them are nearly as good as osm | 07:46 |
Mister_Magister | dragonchaser: not even puremaps that is using osm? | 07:49 |
dragonchaser | Mister_Magister: I have not found an option to have openrailmaps as overlay | 07:50 |
Mister_Magister | sure | 07:50 |
r0kk3rz | dragonchaser: talk to rinigus about it | 07:51 |
dragonchaser | Mister_Magister: sure? sure as in sure it is there, or as in sure I understand? | 07:54 |
dragonchaser | r0kk3rz: thx | 07:54 |
Mister_Magister | dragonchaser: second one. and also contact that guy adding another osm map shouldnt be too hard | 07:55 |
dragonchaser | ic will do that later | 07:57 |
dragonchaser | afk meeting | 07:57 |
elros1 | is it forbidden to create more then one desktop file in /usr/share/applications/? I am trying understand why webcat use so many dirty hacks for handling mime | 08:17 |
Mister_Magister | elros1: you can create as many as you like i think | 08:31 |
elros1 | hmm, then why this https://github.com/llelectronics/webcat/blob/master/src/myclass.cpp#L155 | 08:33 |
Mister_Magister | ask leszek when he will come to irc again | 08:35 |
elros1 | ouh | 08:36 |
elros1 | leszek: I think I break webcat in mimer pr :P | 08:37 |
leszek | elros1: yeah saw the comment. I did not take a look at the PR yet. But I put it on the todo list. Have some other PRs I have to take care of aswell like I promised to look at them aswell. (for webcat not mimer though) | 08:41 |
elros1 | leszek: Solution for 2.2.1.18 would be to to rename open-url-webcat.desktop to harbour-webcat-openurl.desktop simillar to jolla's apps and use "x-scheme-handler" instead "x-maemo-urischeme" | 08:42 |
elros1 | also I think desktop files should be copied to correct locations in first webcat start not in mimer | 08:43 |
Mister_Magister | im wondering if its possible to make desktop file to just handle specific url like youtube url | 08:44 |
elros1 | that would be great, I would also like to handle some http*.mp4 in my player but so far I only saw text/html x-scheme-handler/http mime types | 08:46 |
Mister_Magister | :/ | 08:47 |
Mister_Magister | if i could handle http and then check if its yt and if not to push it to the next ap that would be great but i dont think thats possible | 08:48 |
leszek | At least I never saw something like this with xdg-mime yet | 09:10 |
leszek | elros1: yeah thats a good idea. I will keep that in mind when testing your changes and see if I can make webcat work with it :) | 09:11 |
dragonchaser | can anyone tell me why whisperfish is not in openrepos/jolla store? | 09:43 |
Coolgeek | ask the dev ? | 09:44 |
leszek | dragonchaser: last time I heard it is still alpha quality or so. He did not want to put it there yet | 10:10 |
r0kk3rz | if you want it, build it | 10:10 |
dragonchaser | leszek: ic makes sense to me now :D | 10:11 |
leszek | r0kk3rz: there are also binaries on github :) | 10:11 |
r0kk3rz | or that | 10:11 |
leszek | for the record. I am using this "alpha" software since at least a year and it is working fine for me | 10:11 |
r0kk3rz | my matrix app is similarly 'alpha' but also mostly works | 10:12 |
leszek | of course it does not provide all the features like calling or sending gifs. But I am conservative and only send texts and maybe 1-2 emojis | 10:12 |
Mister_Magister | r0kk3rz: oh my morsender is prepreprepreprepreprepreprealpha | 10:19 |
Mister_Magister | i mean you can send messages most of the time… | 10:19 |
r0kk3rz | :) | 10:20 |
r0kk3rz | all the mostly broken apps! | 10:20 |
*** frinring_ is now known as frinring | 10:32 | |
rinigus | dragonchaser: please open an issue regarding railway maps at pure maps github repo. I will need to know whether the tiles are available online (running from some server) and the server url. for offline, we'll have to look into maps import pipeline and styling (more difficult to do) | 10:51 |
elros1 | Mister_Magister: https://github.com/elros34/sailhistory/blob/master/src/mimehandler.cpp | 13:27 |
Mister_Magister | elros1: hmm? | 13:29 |
elros1 | you were wondering about url "if its yt and if not to push it to the next ap" | 13:31 |
Mister_Magister | but that pushes http request to completely other protocol | 13:31 |
elros1 | no it search for default application with "x-scheme-handler/rtsp" mime, it's only sane mime type in jolla-galery | 13:33 |
Mister_Magister | ye but what if you would handle http mimetype and search for anothet http mimetype | 13:33 |
Mister_Magister | it would find your app again | 13:33 |
Mister_Magister | loop | 13:33 |
elros1 | I have no idea what you are talking about, http mimetype is for browsers. Solution work good for my player and jolla-gallery | 13:36 |
leszek | I think android also has a special handler or link or url checker api that apps can register to via a regex and then it starts the application that regex refers to. At least on android phones I sometimes see the browser opening up the reddit site for example and then a few seconds later the reddit app kicks in | 13:37 |
Mister_Magister | elros1: ech… | 13:37 |
Mister_Magister | leszek: thats what i wanted to achieve | 13:37 |
Mister_Magister | when you open youtube and have youtube app it opens yt app | 13:38 |
leszek | Mister_Magister: yeah so you need to create a handler that overwrites open-url.desktop by default so it handles all urls and has a db with regex and references to apps that handle that regex url | 13:38 |
leszek | maybe something like this exists somewhere already. I am not sure | 13:39 |
Mister_Magister | im not sure either | 13:40 |
Mister_Magister | that looks like a project for another ap | 13:40 |
Mister_Magister | app | 13:40 |
r0kk3rz | it might be easier to replace xdg-open | 13:41 |
r0kk3rz | https://wiki.archlinux.org/index.php/default_applications#Resource_openers | 13:42 |
leszek | so there is only one alternative mimeo apparently that supports all what is necessary | 13:46 |
leszek | or crazy idea just do a huge PR to xdg-mime to add support for regex | 13:46 |
vesim | elros1: what is sailhistory? | 13:46 |
elros1 | sailfish-browser history viewer | 13:47 |
vesim | nice | 13:48 |
leszek | interesting. elros1 have you tried accessing the bookmarks for the default browser maybe and expose it somehow for other applications? | 13:48 |
leszek | I am thinking about an API exposer or so so different browsers could share their bookmarks | 13:48 |
elros1 | no | 13:48 |
Mister_Magister | elros1: did you think about making that as pr to sfos browser? | 13:48 |
elros1 | not at the moment, it will probably require to rewrite it completely | 13:51 |
elros1 | looks like bookmarks are in json format in .local/share/org.sailfishos/sailfish-browser/bookmarks.json | 13:58 |
leszek | oh interesting I thought this was just a cache file for the actual db file using sqlite for saving the bookmarks | 14:10 |
Dima_ | 123 | 15:12 |
satmd | 456 | 15:19 |
Mister_Magister | its pretty funny that nobody puts app settings in settings app | 17:22 |
DylanVanAssche | Mister_Magister: Indeed, it would love to add my settings there :) | 17:22 |
DylanVanAssche | I* | 17:22 |
Mister_Magister | DEWIT | 17:23 |
tadzik | yeah, it'd be sick to be able to use unique os features in the apps for that OS, wouldn't it :P | 17:37 |
tadzik | iirc harbour doesn't allow that though, does it? | 17:38 |
DylanVanAssche | No, they won't release it since the Settings app runs as root. The Settings of your app could execute then a command with all privileges | 17:39 |
Mister_Magister | tadzik: then explain how ofono logger get there | 17:58 |
Mister_Magister | tadzik: ofono logger is both in jolla store and has settings in settings app | 17:59 |
r0kk3rz | and also written by monich a jolla employee | 18:03 |
Mister_Magister | ye xd | 18:03 |
r0kk3rz | imo 'settings app runs as root' is a poor excuse, the settings pages should be simple enough to qa | 18:04 |
monich | it's run as nemo:privileged not root, but even that is considered too much for 3-rd party apps | 18:04 |
monich | some of my apps have openrepos flavor - those have settings in settings -> apps | 18:06 |
monich | but jolla store versions don't | 18:06 |
Mister_Magister | monich: i c | 18:08 |
Tekk_ | Yeah, there's definitely openrepos apps which keep it in settings, which is nice :) | 18:25 |
tadzik | Mister_Magister: yeah, that'd be the explanation P: | 18:25 |
tadzik | though to be fair, I didn't know ofono logger is in jolla store | 18:26 |
Mister_Magister | what is wrong with you jolla | 18:30 |
Tekk_ | Mister_Magister: money, I'm sure. Buy another licence :) | 19:11 |
Mister_Magister | :P | 19:11 |
Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!