=== guiverc2 is now known as guiverc [06:31] goood morning desktopers [08:25] good morning [09:10] should user reviews be readable in snap-store? it just shows the rating and stats [09:19] tjaalton, in the new store? no [09:19] that's not going to land this cycle [09:19] that being support for reviews [09:21] okay === JanC is now known as Guest2721 === JanC_ is now known as JanC [17:24] gnome-settings-daemon pristine-tar 2e2d560 Jeremy Bícha gnome-settings-daemon_45~rc.orig.tar.xz.delta gnome-settings-daemon_45~rc.orig.tar.xz.id * pristine-tar data for gnome-settings-daemon_45~rc.orig.tar.xz * https://deb.li/SSvj [17:31] gnome-settings-daemon signed tags 462b471 Jeremy Bicha ubuntu/45_rc-1ubuntu1 * gnome-settings-daemon Debian release 45~rc-1ubuntu1 * https://deb.li/3bs7R [17:31] gnome-settings-daemon ubuntu/latest 1f45e51 Jeremy Bicha * pushed 42 commits (first 5 follow) * https://deb.li/3gYnD [17:31] gnome-settings-daemon ubuntu/latest 5330be8 Marco Trevisan (Treviño) plugins/smartcard/gsd-smartcard-manager.c * gsd-smartcard-manager: Avoid sleeping if the card supports blocking * https://deb.li/iOidz [17:31] gnome-settings-daemon ubuntu/latest 7826eb2 Marco Trevisan (Treviño) plugins/smartcard/gsd-smartcard-manager.c * smartcard-manager: Only sync token state if it really changed * https://deb.li/kSa1 [17:32] gnome-settings-daemon ubuntu/latest 3a626ec Marco Trevisan (Treviño) plugins/smartcard/gsd-smartcard-utils.c * smartcard-utils: Free the type name when registering domain * https://deb.li/3WsHN [17:32] gnome-settings-daemon ubuntu/latest dc67560 Marco Trevisan (Treviño) plugins/smartcard/gsd-smartcard-service.c * smartcard-service: Unown the name on dispose * https://deb.li/eepV [17:32] gnome-settings-daemon ubuntu/latest 0c06e06 Marco Trevisan (Treviño) plugins/smartcard/ gsd-smartcard-manager.c gsd-smartcard-service.c gsd-smartcard-utils.c * smartcard: Use autopointers * https://deb.li/3aizg [19:31] mutter signed tags eac67fc Jeremy Bicha ubuntu/45_rc-0ubuntu1 * mutter Debian release 45~rc-0ubuntu1 * https://deb.li/i2xGv [19:31] mutter signed tags 64567a6 Jeremy Bicha upstream/45_rc * Upstream version 45~rc * https://deb.li/UJ6V [19:31] mutter upstream/latest 006aec1 Jeremy Bicha * pushed 200 commits (first 5 follow) * https://deb.li/37MIg [19:31] mutter upstream/latest 731c3e0 Jonas Ådahl src/backends/meta-screen-cast-stream.c * screen-cast/stream: Keep track of object properties * https://deb.li/mVtN [19:31] mutter upstream/latest 242737c Jonas Ådahl src/backends/ (5 files) * screen-cast/stream: Add 'is-configured' property * https://deb.li/3yxAx [19:31] mutter upstream/latest 264d29b Jonas Ådahl src/backends/meta-screen-cast-session.c * screen-cast/session: Use add_stream() helper everywhere * https://deb.li/EOwy [19:31] mutter upstream/latest 1a1a163 Jonas Ådahl src/backends/meta-remote-desktop-session.c * remote-desktop/session: Only add configured streams as viewports * https://deb.li/3IJe4 [19:31] mutter upstream/latest 15a3c47 Jonas Ådahl src/backends/ meta-eis-viewport.c meta-eis-viewport.h meta-eis.c meta-screen-cast-virtual-stream-src.c * eis: Rebuild absolute pointers when any viewport changes * https://deb.li/XZrM [19:32] mutter pristine-tar 61eebb5 Jeremy Bícha mutter_45~rc.orig.tar.xz.delta mutter_45~rc.orig.tar.xz.id * pristine-tar data for mutter_45~rc.orig.tar.xz * https://deb.li/ik80j [19:51] seb128: Hi! I'm an engineer at Mozilla working on Firefox Desktop. Alexandre Lissy [19:51] suggested you might be able to help us with some questions that we have about Snap packaging and importing data from other browsers. Do I have that right? === ted is now known as Guest5555 [20:00] hey mconley, seb128's based in europe, it might be a bit beyond his usual working hours. there's also a #snappy channel that might be able to help, that might be less latency than hoping for seb128 to return [20:00] Ah, it's alright - it's near the end of my workday anyways. I'll try again in the morning tomorrow. Thanks! [20:00] orca upstream/beta 05b2f1e Samuel Thibault * pushed 68 commits (first 5 follow) * https://deb.li/3pMcv [20:00] orca upstream/beta ccebdb1 Danial Behzadi po/fa.po * Update Persian translation * https://deb.li/ijZ4n [20:00] orca upstream/beta db88d2a Danial Behzadi po/fa.po * Update Persian translation * https://deb.li/xVEg === Guest5555 is now known as ted [20:00] orca upstream/beta de8c98f Jürgen Benvenuti help/de/de.po * Update German translation * https://deb.li/3Kx0l [20:01] orca upstream/beta dd8550e Philipp Kiemle po/de.po * Update German translation * https://deb.li/9Mex [20:01] orca upstream/beta 6688aa1 Joanmarie Diggs src/orca/ ax_object.py caret_navigation.py debug.py scripts/web/script_utilities.py * Web: Improve performance of navigation to end of document * https://deb.li/3sZ2E [20:02] mconley: nice ;) enjoy! [20:08] hi mconley :) [20:09] Mr. Coulson! It's been too long! :) [20:10] mconley, it has! How are you doing these days? [20:11] I'm doing well! Hopefully older and wiser, at least. Still hacking on Firefox-y things - most recently the migration wizard that lets users bring in data from other browsers. [20:12] We've been polishing up the experience of importing history, bookmarks, logins, etc from other browsers... but the experience when Firefox is installed as a Snap is still a bit rough - the sandboxing prevents us from reaching into the (example) Chromium Snap directory and reading the profile data out. This is the sandbox doing what it's designed to [20:12] do, but it kind of makes the migration flow a bit awkward. [20:14] We dealt with a similar restriction on macOS, where the Safari folder in ~/Library tends to require special read access privileges. We were able to work around this by opening up a native file picker and instructing the user to select the Safari folder - after which, Firefox was able to read its contents. We're hoping to do something similar on [20:14] Ubuntu when Firefox is a Snap (unless y'all have a better idea of how we could approach this). [20:14] Part of the issue seems to be that folder selection via xdg-desktop-portal was only introduced in 22.04. [20:15] excellent - glad you're still doing ok at Mozilla. Yeah, accessing other application data from other snaps is a bit of a pain [20:15] At least, that seems to be the case from our examination. Also, it seems that the xdg-desktop-portal file picker cannot be directed to the parent folder of the Chromium data directory, so the user is kinda forced to navigate their manually, folder by folder. [20:16] So yeah, that's the problem space I've suddenly found myself in. :) [20:16] chrisccoulson: my information correct that seb128 is someone I should talk to about this? [20:16] sorry, *was my information correct [20:19] I wonder whether, rather than having a file chooser prompt, there is a dedicated prompt for importing application data that runs in the same privilege context that the file chooser would run in (ie, "Firefox would like to import data from Chromium, Ok / Cancel" or something like that - but that's up to the desktop team, and would be more work anyway) [20:19] yeah, you should talk to seb128 when he's back online :) [20:20] Okay, cool, will do. :) Thanks again! [20:30] eog ubuntu/latest 3f4f21e Sebastien Bacher debian/ (5 files in 2 dirs) * Import Debian changes 45~alpha-1ubuntu1 * https://deb.li/ijSLF [20:30] eog ubuntu/latest c1d1675 Jeremy Bícha (23 files in 8 dirs) * Merge tag 'debian/45_rc-1' into ubuntu/latest * https://deb.li/itq1 [20:30] eog ubuntu/latest ea6a6cb Jeremy Bícha debian/gbp.conf * Branch for ubuntu * https://deb.li/32ewN [20:30] eog signed tags 2408de4 Jeremy Bicha ubuntu/45_rc-1ubuntu1 * eog Debian release 45~rc-1ubuntu1 * https://deb.li/Hs8G [20:30] eog ubuntu/latest 8172176 Jeremy Bícha debian/patches/ubuntu_revert_naming.patch * Refresh patch * https://deb.li/qSoV [20:30] eog ubuntu/latest 5020b13 Jeremy Bícha debian/changelog * releasing package eog version 45~rc-1ubuntu1 * https://deb.li/38sEg [20:31] eog signed tags d3fc16a Jeremy Bicha ubuntu/45_alpha-1ubuntu1 * eog Debian release 45~alpha-1ubuntu1 * https://deb.li/3RttM [20:48] gnome-remote-desktop pristine-tar 20528ce Jeremy Bícha gnome-remote-desktop_45~rc.orig.tar.xz.delta gnome-remote-desktop_45~rc.orig.tar.xz.id * pristine-tar data for gnome-remote-desktop_45~rc.orig.tar.xz * https://deb.li/3oJV0 === ted is now known as Guest996 === Guest996 is now known as ted