Thursday, 2022-10-27

ExTechOpGood morning!06:56
poetasterMorning!06:56
flypigGood morning :)06:57
ViGemorning!06:58
ThaodanGood Morning06:59
flypigLet's get started!07:00
flypig#startmeeting Sailfish OS, open source, collaboration -- 27th October 202207:00
sailbotMeeting started Thu Oct 27 07:00:12 2022 UTC. The chair is flypig. Information about MeetBot at http://wiki.debian.org/MeetBot.07:00
sailbotUseful Commands: #action #agreed #help #info #idea #link #topic.07:00
*** sailbot changes topic to " (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"07:00
flypig#info Meeting information and agenda can be found here:07:00
flypig#link https://forum.sailfishos.org/t/community-meeting-on-irc-27th-october-2022/1325207:00
flypigI am the meeting's chairperson today, and will be doing my best to keep time and order. Please respect the timings and no twisting my melon, man.07:00
flypig#topic Brief introduction (5 min). Please prefix your name/handle with #info07:00
*** sailbot changes topic to "Brief introduction (5 min). Please prefix your name/handle with #info (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"07:00
ExTechOp#info Otto Mäkelä, community07:00
sebix[m]#info sebix, community07:01
poetaster#info poetaster Mark, community07:01
flypig#info David Llewellyn-Jones, sailor @ jolla & meeting chair07:01
JacekJagosz[m]#info Jacek Jagosz, community07:02
Thaodan#info Björn Bidar, Sailor @ Jolla07:02
flypigIt's great that we have some of the question-askers here07:03
sledges#info Simonas Leleiva -- privateer for Jolla07:03
flypigLooks like it's going to be a win for the community today!07:04
ThaodanViGe: Where are you? ;D07:05
flypigA 4:3 win for the community: good game! Please feel free to add your name later if you arrive late. Let's go to the first question.07:05
ViGe#info Ville Nummela, sailor @ Jolla07:05
flypigAfter the final whistle!07:06
flypigFirst up is your question JacekJagosz[m].07:06
ViGe:(07:06
flypig#topic What is the progress on camera fixes on newer devices? (10 mins -- asked by JacekJagosz)07:06
*** sailbot changes topic to "What is the progress on camera fixes on newer devices? (10 mins -- asked by JacekJagosz) (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"07:06
flypig#info <JacekJagosz> Currently there are 2 issues with cameras on SFOS.07:06
flypig#info <JacekJagosz> 1st is "Camera App crashes when trying to record a video" which affected not just X10 III, but also Volla 22/GS5.07:06
flypig#link https://forum.sailfishos.org/t/4-4-0-64-xperia-10-iii-camera-app-crashes-when-trying-to-record-a-video/12118/07:06
flypig#info <JacekJagosz> It got fixed by extending firejail whitelist and limiting maximum resolution.07:06
flypig#link https://github.com/HelloVolla/droid-config-halium-mimameid/commit/79cc6086200fe8bc5da54797c0d7e5c61aaa060e07:06
flypig#link https://github.com/HelloVolla/droid-config-halium-mimameid/commit/99d333a9be49e3c897125fb95ab95018dd97e0b607:06
flypig#info <JacekJagosz> Could the solution be the same on the 10 III, and not a problem with Sony's adaptation?07:07
flypig#link https://github.com/sonyxperiadev/bug_tracker/issues/76107:07
flypig#info <JacekJagosz> Another issue is that 2 cameras on 10 III are inaccessible, because of no Camera2API support on SFOS. I know you wanted someone from community to work on it, but so far no one has stepped up.07:07
flypig#info <JacekJagosz> Has there been any progress on any of those? Because from a user's perspective there is none, and not working camera is not great in a new mobile phone.07:07
flypigThanks for your question JacekJagosz[m]. Here's our prepared answer.07:07
flypig#info <Jolla> First, for video recording, we appreciate the input, and for highlighting that it might be connected to the similar issue on the Volla.07:07
flypig#info <Jolla> We currently believe that on the Xperia 10 III it's an issue with the upstream adaptation.07:07
flypig#info <Jolla> However, we have an internal issue about it and are liaising with Sony, and if there's any progress we'll aim to share it on the forum.07:08
flypig#info <Jolla> Second, concerning the Camera2 API. We realise full support for all three cameras is important for users, but as you point out, there's not yet been any publicly visible progress.07:08
flypig#info <Jolla> In the longer term this might make a good Sailmates project.07:08
flypig#info <Jolla> In the shorter term, we were hoping for someone from the community to take the initiative, even just to create a minimal non-working PR to crystalise effort. We'd welcome thoughts on this.07:08
flypigThat's the answer. Thaodan, I believe you created the bug on Sony's public tracker; would you like to add anything?07:08
ThaodanYeah I was already about to answer..07:09
ExTechOpFurther question: If Sony makes corrections/upgrades to their binary blobs (on which the camera system on SFOS/Xperia 10III depends, if I've understood correctly), is there a mechanism to upgrade these?07:10
ThaodanFirst: jacekjagosz mixes two issues up that have similar symptoms. The Volla issue is different some of the libraries used in the hal where not whitelisted.07:10
ThaodanExTechOp: Please ask later the question is another issue.07:11
ExTechOpOK07:11
ThaodanOn to the Xperia 10 III: The Sony camera blob crashes which gives the impression for the user that doesn't see this that something with the camera app is wrong.07:12
Thaodanclosing the camera app or turning the screen on and off is usually enough to renew the connection to the camera android daemon after it was restarted.07:12
ThaodanThe remaining thing that we can do as Jolla or the community is to look if some configuration is missing that should have been imported from Sony's stock rom while porting.07:14
JacekJagosz[m]Any ideas why no AOSP user reported this bug?07:14
JacekJagosz[m]Only seen on SFOS?07:14
ThaodanHowever since the Sony stock and the Sony AOSP camera stack is so different the issue might be really in the qualcomm blob.07:14
JacekJagosz[m]The fact that SFOS uses CameraAPI, and AOSP Camera2API?07:15
ThaodanSony AOSP uses Qualcomms default camera api while Sony stock uses their own Camera api on top of Qualcomm stock camera api.07:15
ThaodanNo!07:15
ThaodanThe issue also happens on AOSP, we simply noticed it during testing.07:16
JacekJagosz[m]Oh, interesting07:16
JacekJagosz[m]Didn't know07:16
poetasterQuestion, where to start looking at the current Camera api to compare with 2? Is this not directly related to the version of QT ?07:16
ThaodanWe finished some parts of the camera part that were missing from the Sony initial port e.g. the hardware enconding for the video recording and encoding.07:17
flypig2 more mins on this topic.07:17
ThaodanSo tldr: the issue is a android issue not related to Sailfish OS, we are waiting for Sony for help, community could try to find things we missed in the open source part.07:18
Thaodanso done :)07:18
flypigmal, do you have any thoughts on poetaster's question about the Camera2 API?07:18
ThaodanAlso the issue isn't related to Camera1 or Camera2.07:18
Thaodanso that is entirely unrelated.07:18
flypigThanks for your detailed explanation Thaodan.07:18
JacekJagosz[m]Thank you so much, that makes much more sense!07:19
ThaodanIf we can reproduce an issue on AOSP in the same or slightly different way than Sailfish OS is out of the discussion.07:19
flypigPerhaps we can talk about Camera2 API in the General section, as we already hit time. Is this okay JacekJagosz[m]?07:19
JacekJagosz[m]That would be great if we could do that later07:19
poetasterOk by me.07:20
flypigGreat, thanks JacekJagosz[m]. Let's move on then. Thanks for the nice discussion on this.07:20
flypig#topic state of harbour for app submitters (10 mins -- asked by thigg)07:20
*** sailbot changes topic to "state of harbour for app submitters (10 mins -- asked by thigg) (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"07:20
flypig#info <thigg> - Does jolla track metrics about the duration for approval/feedback in harbour?07:20
flypig#info <thigg> - It seems sometimes approval takes multiple weeks, are there plans to change this?07:20
flypig#info <thigg> - Is there any priority on / are there plans for the dashboard for app submitters in harbour? (e.g. history of app downloads).07:20
flypig#info <thigg> - What would be the preferred way for third party tools to interact with harbour (e.g. do statistics ourselfs). They would need to authenticate. Is there an easy way for scripts to do that?07:20
flypig#link https://forum.sailfishos.org/t/harbour-dashboard-stats-data-gatherer/1252007:20
flypigHere's our prepared answer.07:21
flypig#info <Jolla> There are several parts to your question; I'll try to answer them all.07:21
flypig#info <Jolla> 1. We don't routinely collect app review statistics, but I did a quick check and over the last two months the average (mean) approval time for apps submitted to harbour was under four days.07:21
flypig#info <Jolla> 2. Typically we would expect app review to be handled within 1 week. If you've not received feedback after a week, please send me (flypig) a direct message via the forum and I will follow it up for you.07:21
flypig#info <Jolla> 3. There have unfortunately been a few apps which have taken longer than this. Your Flood to Java app was one of these, and for this we apologise.07:21
flypig#info <Jolla> This usually happens because of additional checks needed to review the app, or due to special requests made by the developer.07:21
flypig#info <Jolla> 4. Apps are reviewed in the order they're submitted, unless there's some specific reason why this can't be done (e.g. a special request from the developer).07:21
flypig#info <Jolla> 5. There are no current plans to make the harbour API available for wider use, but we note your request for one and will keep it in mind!07:22
flypigAs a personal note, it would be great to have the API but that would require non-trivial technical changes.07:22
flypigHowever, I spoke to the testing team and they were very receptive to suggestions for improving the process. If you have ideas please share them.07:22
flypigDo we have thigg here this morning? If not, if anyone else has any suggestions or comments, please do share them.07:23
poetasterNext :)07:24
attah_pine#info Anton Thomasson - very late, peeking in from hackathon at work07:24
flypigAh, good that you could make it for your question attah_pine.07:25
ThaodanI think some suggested more involvement of the community obs in harbour. Running checks on the package during the obs stage can already help a developer (or inside the sdk). These checks also can be used in the initial ci checks for harbour apps.07:25
ThaodanI think flypig already has done that manually for one of my apps.07:25
poetasterI've gotten more support in harbour than I deserve, frankly.07:26
flypigIn my experienced the review team do a great job, but any opportunity for more automation, especially on obs/sdk as you suggest Thaodan, has to be good.07:27
ThaodanYes they do however we can drop much of the work by automating a great chunk of the tasks.07:28
ViGethe sdk already runs the checks during the building, if you build from Qt Creator07:28
Thaodanrelease time in harbour has been a major turnoff for many07:28
flypigViGe, I guess you have to select the "Deploy" option?07:28
ThaodanViGe: Mentioned above07:28
thilo[m]Hey, sorry to be late. Thanks for the answer :)07:29
Thaodanpoetaster:  Yeah support in harbour is a thing, usually you should report to the projects page.07:29
flypigAh, great that you made it thilo[m]!07:29
ViGeThaodan: Just wanted to make it clear, as what you wrote could be interpreted as a feature request07:29
flypigthilo[m], did you want to add/ask anything further?07:29
ThaodanViGe: Hm you're right, I should have written that is already done.07:30
ViGeflypig: Yes, the checks are part of deployment (and not building), that's correct07:30
ThaodanThe sdk and obs already run those checks my point was about taking them into account during harbour validation.07:30
ThaodanSome of the checks are invalid for harbour apps as they validated packaging rules such as shared libraries in /usr/share07:31
Thaodanjust take that into account as a developer.07:31
flypig2 more mins. I know poetaster is itching to move on ;)07:31
thilo[m]How that is done in the ide could be a bit better explained in the docs iirc, i remember myself searching around07:31
poetasterThaodan, but obs is != sdk. there are gottchas. I didn't notice obs wasn't building translations, for instance.07:31
fridl#info fridlmue - community. Also very late...07:31
thilo[m]Flypig: no, nothing to add07:31
poetasterI'm fine with taking the time.07:32
flypigNice to see you fridl.07:32
Thaodanpoetaster: In case of checks are are equal07:32
Thaodanbut yeah lets move on07:32
flypigOkay, we hit time, let's move on to the next question. Thanks all.07:32
flypig#topic Can libudev be allowed to be linked against for harbour apps? (10 mins -- asked by @poetaster)07:32
*** sailbot changes topic to "Can libudev be allowed to be linked against for harbour apps? (10 mins -- asked by @poetaster) (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"07:32
flypig#info <poetaster> In the main, to support building the Godot game dev env.07:32
flypig#link https://forum.sailfishos.org/t/harbour-is-libudev-really-need-to-be-depricated-in-harbour/1330407:32
flypig#link https://github.com/sailfishos/sdk-harbour-rpmvalidator/issues/16807:33
flypig#info <poetaster> I'm not sure how often it's used since the peripherals for cellphones are not that many :) Nevertheless, for game development and considering future, hopefully, tablets, conceivable for game controller support.07:33
flypig#info <poetaster> And Godot is fun.07:33
flypigHere's our prepared answer.07:33
flypig#info <Jolla> Thanks for your question poetaster, as well as for both your and sashikknox’s work on the Godot Engine. We love a bit of Flappy Bird (current best L3 51) and would love to see more native Sailfish OS games.07:33
flypig#info <Jolla> We’ve been considering allowing libudev linking for some time, but it requires more than just a new line in allowed_libraries.conf.07:33
flypig#info <Jolla> Controller access will need to be added to either an existing permission or a new permission.07:33
flypig#info <Jolla> At this point, we can’t guarantee that libudev can be supported, but we’d welcome input on its potential uses, and how best to handle permissions for it.07:33
flypigThat's the prepared answer, but pvuorela has been looking into this and I'm hoping might be able to add a bit more.07:34
poetasterIt is an end run around Sailjail, then? Like dbus?07:34
poetasterWith the 3.5 release sashikknox put a lot of effort into 1. harbour validation and 2. sailjail support. which work really well (except on volla). So the motivation is there.07:36
flypigpoetaster, is the libudev inclusion the only remaining change needed for harbour validation?07:37
poetasteryes, I believe so.07:37
pvuorelayea, so on permission side there seem to be multiple problematic details. a) would need to get access to libudev, b) would also need access to the joypad devices but only them, c) the access to the /dev node could be problematic, there's resource policy handling, eg two apps wanting to use the same device.07:37
pvuorelacompare to e.g. bluetooth keyboard which doesn't need any permissions and goes over wayland. might be nice if there was some similar wayland protocol for this. did find some preliminary work but that was getting old.07:38
poetasteras sashikknox mentioned on the forum, there is the detour over SDL.07:39
flypigpoetaster, would that avoid the resource sharing issues? I'm guessing probably not.07:39
ThaodanI think if there's no api for such a thing right now, just adding the permissions for these certain devices files might work. Newer Wayland APIs are another can worms as we are already quite behind in terms of Wayland APIs.07:39
flypigIf I understood correctly, SDL would allow harbour validation, but wouldn't necessarily address the Sailjail question.07:40
poetasterand that's a lot of extra labour.07:40
pvuorelahm, how was sdl2 handling this?07:40
Thaodanflypig, poetaster If sdl doesn't use the hardware directly.07:40
poetasterMy understanding is that SDL is a backdoor, but I'm probably wrong.07:40
Thaodanis the api called sdl joystick?07:41
flypigOn the forum, sashikknox doesn't explain much about it, only that it's possible to "rewrite all udev part in godot to SDL2 ( long way, dont have resources for this )"07:41
flypigSo pvuorela, is Sailjail access to /dev etc. a no go? And is there any realistic prospect of offering an alternative?07:42
poetasterThere is a joystick library in SDL, but I don't know the godot internals well enough to comment.07:42
ThaodanThe api also needs to be packaged.07:42
pvuorelaflypig: at least that doesn't sound nice and that longer term way would be more indirect access.07:43
ThaodanI think sdl also uses direct hardware access07:44
Thaodanhttps://wiki.libsdl.org/SDL_JoystickOpen07:44
poetastermore prone to drift from upstream, more bugs, more labour.07:44
flypig2 more mins on this.07:44
Thaodanpoetaster: Sure, just trying to see if sdl does it any different.07:45
pvuorelaThaodan: the api looks like something that could suit both direct or indirect access.07:45
flypigpoetaster, we hit time. Do you want more time on this?07:46
flypigOr is there anything to add to the minutes?07:46
poetasterIt's fine, I'm proxy for sashikknox. I'll take into account a,b,c from pvuorela and take it up with sash07:47
pvuorelaquite a bunch of different joystick drivers there https://github.com/bminor/SDL/blob/master/src/joystick/SDL_joystick.c07:47
Thaodanpvuorela: depends on he driver it seams https://github.com/libsdl-org/SDL/blob/a6018ae57fb26140777f43c13a6599d710183c86/src/joystick/SDL_joystick.c#L52407:47
flypig#info SDL info07:47
flypig#link https://wiki.libsdl.org/SDL_JoystickOpen07:47
flypig#info Joystick drivers07:47
ThaodanPlease use the upstream repo for the links07:48
flypig#link hhttps://github.com/libsdl-org/SDL/blob/a6018ae57fb26140777f43c13a6599d710183c86/src/joystick/SDL_joystick.c#L52407:48
Thaodanhttps://github.com/libsdl-org/SDL/ is upstream07:48
flypigOkay, let's move on. This discussion suggests it might be good to discuss further on the forum. Thanks all.07:48
poetasterIn any case, I can't overstate the value of godot for attracting another strata of developers.07:48
Thaodanpoetaster: good point.07:49
flypig#info <poetaster> I can't overstate the value of godot for attracting another strata of developers.07:49
flypig#topic Ownership and secret engineering project status (10 mins -- asked by attah)07:49
*** sailbot changes topic to "Ownership and secret engineering project status (10 mins -- asked by attah) (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"07:49
flypig#info <attah> How are things going? Should we be worried? Updates on ownership were estimated for summer i seem to recall, so i can't help to think it didn't go exactly according to plan.07:49
flypig#info <attah> On the upside, development activity on the open parts seems to have picked up speed again, so presumably the secret engineering project has concluded. Is there anything you can share about that?07:49
flypigWe have a prepared answer of course...07:49
flypig#info <Jolla> It is true indeed that the ownership restructuring in regards the Russian-owned Jolla shares has taken longer than estimated previously but it is under execution and will be fully completed by the end of the year.07:49
flypig#info <Jolla> As a result, Jolla will have 0% Russian ownership. For clarity, business to Russia was already stopped in 2021.07:50
flypigThat's the answer, but we have attah_pine here which is great. Would you like to add anything attah_pine?07:50
attah_pineThat sounds great!07:50
flypig(or anyone else, of course)07:50
attah_pineAnd i guess we will find out exactly who the new owners are in due time?07:51
attah_pineAnd what about the secret engineering project? :)07:52
thilo[m];) they dodged it07:52
poetasternah, that was godot :)07:53
flypigattah_pine, you can expect announcements about ownership in due course, but we'll have to wait and see what/how much detail is given.07:53
flypigattah_pine, I'm not exactly sure what you were referring to with the secret engineering project. I was hoping you could explain.07:54
fridlflypig: I think that wording was used by Jolla in some communication about changes in the release cycle.07:55
attah_pineSure :) In about Q2 of this year SFOS development was halted in favor of some secret engineering project07:55
flypig(by the way, when I say "you can expect announcements", I'm making assumptions. I just imagine that there will be).07:55
thilo[m]It is so secret, its even hidden from flypig07:56
attah_pinePopular assumption Qt6, my assumption Android support for Mercedes07:56
Thaodanattah_pine: there are always secret engineering projects :D07:56
flypigOkay, I think I know the communication you're referring to. I'm not sure the term "secret project" was mentioned there though!07:57
poetasterflypig, no, that's almost a quote.07:57
poetasterIt stemmed from your pen, I believe.07:57
flypigReally? Oh, okay!07:57
attah_pineFor sure... but here it was announced publicly that regular development would be put on hold07:57
attah_pineI think "engineering project" is a quote... secret is perhaps redundant07:58
flypigMy recollection is that we said that there may be some reduction in community activity to focus on engineering work.07:58
attah_pine...and SFOS releases07:58
poetasterah, I may have picked it up from attah :)07:59
attah_pineI asked once before in the same terms07:59
flypigI'm searching for the post, but I can't find it now...08:00
ViGeI'm quite sure you guys are referring to https://forum.sailfishos.org/t/sailfish-community-news-24-march-games/10779/108:00
flypigOh, nicely found ViGe.08:01
attah_pineYes, indeed08:02
flypigWe hit time on this topic I'm afraid. Does that clear things up? Or do you want more time attah_pine?08:02
attah_pineWell, partly... :)08:03
attah_pineThanks for your time08:03
flypigSorry if we didn't clear everything up for your, but hopefully it was informative anyway!08:04
flypigWe have just our usual PR, bug and General topics now.08:04
flypig#topic Open PR discussion (5 mins -- asked by jolla)08:04
*** sailbot changes topic to "Open PR discussion (5 mins -- asked by jolla) (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"08:04
flypig#info <jolla> Any open PRs to discuss?08:05
flypigThere weren't any submitted in advance, but maybe someone would like to raise one now?08:05
flypigOkay, I guess there are no PRs to discuss. That's not a bad thing :) Let's move on to the next.08:08
flypig#topic Untracked bug reports (5 min -- asked by pherjung)08:08
*** sailbot changes topic to "Untracked bug reports (5 min -- asked by pherjung) (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"08:08
flypig#info <pherjung> The Community Bug Coordination Team have done a superb job once again this fortnight.08:08
flypig#info <Jolla> 7 high quality bug reports now recorded internally and tagged as "tracked".08:08
flypig#info <Jolla> 1 bug reports tagged as "fixed".08:08
flypig#info <Jolla> 2 marked as duplicates and closed.08:08
flypig#info <Jolla> 1 bug (12885) left unchanged in case there’s any more discussion on it.08:09
flypigThanks for your amazing efforts once again. I think the report was submitted by you this time thilo[m]?08:09
poetasterthanks a lot!08:11
flypigAlright, I guess we don't need to discuss further. Let's go on to the General discussion.08:11
flypig#topic General discussion (15 min)08:11
*** sailbot changes topic to "General discussion (15 min) (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"08:11
flypigI think Camera2 was a topic we said we'd return to. JacekJagosz[m] did you have further thoughts to share on that?08:12
poetasterI found the answer to my question: look at: https://github.com/sailfishos/droidmedia/blob/master/droidmediacamera.h08:13
Thaodanpoetaster: Regarding the joystick access in Firejail: there was a proposed wayland protocol for this, for flatpak it was suggested to add /dev/input/js* to the whitelist.08:13
Thaodanhttps://github.com/flatpak/flatpak/issues/708:13
Thaodanhttps://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/11008:13
ThaodanSo just allowing the use of /dev/input/js* might be a good workaround for now.08:14
flypigpoetaster, could you remind me of your question that this answers? Is this something to add to the minutes?08:14
flypig#info (re Sailjail joypad access) <Thaodan> "just allowing the use of /dev/input/js* might be a good workaround for now."08:15
poetasterThaodan, thanks!08:16
Thaodan#info the Wayland protocol mentioned earlier the might exist, is wip right now:08:17
Thaodan#link https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/11008:17
ThaodanWe are already on Telegram #sailfishos-fanclub :D08:19
Thaodan(And on IRC of course /JOIN  #sailfishos-fanclub)08:19
flypigThanks Thaodan for the links, and for flagging up the discussion on the Fan Club :)08:22
flypig2 more mins on General discussion, in case anyone would like to make any final comments, or have anything added to the minutes. I think we already had lots of nice discussion today.08:25
ThaodanAny of the https://github.com/sailfishos-community devs still around?08:26
ThaodanI figured out we could put some community infra/docs there such as notes for channels or irc bots.08:26
ThaodanI've looking into running a faq bot for the porters channels and maybe others as well08:27
flypigLooks like an interesting resource, but personally I wasn't aware of it until now.08:27
Thaodansuch as #sailfishos-fanclub08:27
ThaodanAwesome-SailfishOS is a worthwhile read08:27
poetasterI think Mikaela is still around...08:28
flypigThat's worth adding to the minutes I think :)08:28
flypig#info <Thaodan> "Awesome-SailfishOS is a worthwhile read"08:28
flypig#link https://github.com/sailfishos-community08:28
Thaodan#link https://github.com/sailfishos-community/awesome-sailfishos08:28
Thaodan#link https://github.com/sailfishos-community/equivalentsinsailfish08:28
flypigOkay, we reached time. Are we okay to wrap up Thaodan, poetaster?08:29
Thaodany08:29
poetastersure thing, reading.08:29
flypig:)08:29
poetasterThanks for all the input!08:29
flypig#topic Next meeting time and date (5 min)08:29
*** sailbot changes topic to "Next meeting time and date (5 min) (Meeting topic: Sailfish OS, open source, collaboration -- 27th October 2022)"08:29
flypigProposing Thursday 10th November at 08:00am UTC. Note the UTC time change (so that it stays the same time in countries which are moving off Summer time).08:30
flypigAny concerns, objections, parrots?08:30
flypigAlright, silence is affirmation!08:31
flypig#info Next meeting will be held on Thursday 10th November 2022 at 08:00am UTC: 2022-11-10T0800Z08:31
flypigThat's it. Thanks all for the nice discussion as always!08:31
flypig#endmeeting08:31
sailbotMeeting ended Thu Oct 27 08:31:51 2022 UTC.08:31
sailbot Minutes: https://irclogs.sailfishos.org/meetings/sailfishos-meeting/2022/sailfishos-meeting.2022-10-27-07.00.html08:31
sailbot Minutes (text): https://irclogs.sailfishos.org/meetings/sailfishos-meeting/2022/sailfishos-meeting.2022-10-27-07.00.txt08:31
sailbot Log: https://irclogs.sailfishos.org/meetings/sailfishos-meeting/2022/sailfishos-meeting.2022-10-27-07.00.log.html08:31
*** sailbot changes topic to "Next meeting will be held on Thursday 27th October 2022 at 07:00am UTC. Topics can be made/read here: https://forum.sailfishos.org/t/community-meeting-on-irc-27th-october-2022/13252"08:31
*** ChanServ changes topic to "Next meeting will be held on Thursday 10th November 2022 at 08:00am UTC. Topics can be made/read here: https://forum.sailfishos.org/t/community-meeting-on-irc-10th-november-2022/13368"08:32

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!