[00:05] jamesh: if I set [connectivity] enabled=false in /etc/ or /usr/lib/ , I can't use gnome-control-center to override that :( [01:05] jbicha: yeah. The enabled key is only meant to be set from the -intern.conf file [01:06] jbicha: I was originally setting interval=0 to disable checking, and upstream asked me to change it to a separate key (so that a distro patch that changed the connectivity check settings wouldn't interfere) [04:28] robert_ancell: fyi, I made this PR: https://github.com/snapcore/snapd-glib/pull/14 [04:29] robert_ancell: not sure if it is worth merging until there is agreement that the matching snapd change is okay though [04:29] jamesh, ah yes. I saw it last week and forgot about it. [04:29] Yeah, I think land it once it's in use upstream. [04:29] robert_ancell: you were on holiday. Not a problem :) [04:29] I was wondering if there's any naming convention with other libs? [04:30] I'm not sure if anyone else is doing polkit authoirsation for HTTP over local sockets [04:30] probably not :) [04:31] I guess they just have a D-Bus arg for interaction if needed [04:31] CUPS is probably the only one where it makes sense, and I don't think they do polkit at all [04:32] For D-Bus, they defined a message flag for it: https://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-messages [04:33] no need for a message argument [04:36] huh [04:36] jamesh, could you rebase the branch? [04:55] robert_ancell: sure. [05:17] jamesh, if you wanted to split out the 'last_request_headers' change in mock-snapd.c we could land that now [05:20] robert_ancell: I guess it depends on how quick the snapd folks look at my other PRs [05:21] mvo was interested in fast tracking them for 2.28, and if that happens it shouldn't matter much [05:21] also, it's just a test cleanup [05:52] morning [05:59] good morning desktoppers! [06:05] Morning jibel, oSoMoN [06:05] hey duflu, jibel [06:05] you guys had a good week-end? [06:14] oSoMoN, moving furniture :P You? [06:33] oSoMoN, yes, preparing for the new school year that starts tomorrow ... [06:38] duflu, yeah, had some friends over and enjoyed the nice weather outside [06:38] jibel, good luck with that! [06:39] IIRC the school year starts around the 12th of September here [07:59] Hi all [07:59] Trevinho, Laney I pushed in review the fix for bug 1712996 [07:59] bug 1712996 in ubuntu-themes (Ubuntu) "Misaligned Entry borders in horizontally linked Box" [Undecided,In progress] https://launchpad.net/bugs/1712996 [07:59] c-lobrano: thanks [07:59] as an user I find it still confusing why Ubuntu offers my to disable secure boot so often [08:00] but I guess it's on all machines that have any dkms, so that includes Dell OEM machines [08:00] but then again it doesn't seem to detect if there's any problem keeping secure boot enabled or not [08:00] and for me eg Virtualbox works fine too with secure boot enabled, which I thought might be a problem given it's external module [08:01] (this is on 16.04) [08:02] does anyone have any thoughts on what could be improved? I've thought about it, but then again I feel I don't understand the whole and don't know how eg the texts could be clearer for average user. === maclin1 is now known as maclin [08:06] c-lobrano: for https://bugs.launchpad.net/ubuntu/+source/ubuntu-themes/+bug/1700100 what do you think to do? We apply that only for boxes, or have you been able to reproduce it also in FFox /TB? [08:06] Ubuntu bug 1700100 in ubuntu-themes (Ubuntu) "Dimmed text is very hard to see" [Medium,In progress] [08:08] Trevinho: sorry, I haven't had more time to look into their code, but actually, on 17.04, Firefox and Thunderbird's dimmed text is visible on my machine [08:09] c-lobrano: ok, fair enough.... [08:09] no worries [08:10] good morning desktopers [08:10] hey Trevinho [08:10] hi seb128 [08:10] good morning! [08:11] Mirv, secure boot is not really a -desktop topic, you might have more luck on -devel [08:11] seb128: how are you? [08:11] Trevinho, I'm good thanks! how are you? [08:11] seb128: good, back to italy! :) [08:12] good morning seb128 ! [08:12] Trevinho, enough of the crazy life for now? decided to have a quiet hacking week? ;-) [08:12] lut oSoMoN [08:12] seb128: not really, as I'm not staying at my place anyway... It's time for sicily :) [08:13] seb128: true, although the desktop UX of it is [08:13] but, I actually work better when under stress :-D [08:13] lol [08:14] Trevinho, and nothing is as stressful as working from a swimming pool where your laptop, call fall into water, right? ;-) [08:14] ahah, yeah... [08:14] it's pushing you to stay focused === FilipeAzevedo[m] is now known as mangas [09:09] Morning desktopers [09:13] hey flexiondotorg [09:15] Bank holiday in the UK today :-D [09:17] ah, I was starting to wonder why it was so quiet here today… :) [09:17] enjoy [09:36] oSoMoN, hi, I guess this would do it https://paste.debian.net/plain/983346 [09:49] ricotz, that’s exactly what I was looking into [10:04] oSoMoN, better let this go in with 5.4.1 [10:05] same branch anyway [10:05] oSoMoN, this fix should appear in debian repo shortly too [10:36] oSoMoN, :( [10:39] oSoMoN, I assumed you understood to wait for a complete fix [10:51] ricotz, how is that not a complete fix? [10:53] oSoMoN, like the missing Conflicts/Replaces [10:58] true, I'll wait for the complete fix in the debian repo and will merge it back (if you don't beat me to it, which you most probably will) [11:07] oSoMoN, btw, did you already wrote that patch before I pasted it? [11:10] ricotz, I was double-checking it when I saw your paste, but I saw highlight on IRC late, so can't say who wrote it first, probably you ;) [11:14] oSoMoN, I see, makes it a bit more questionable that you already pushed it, so try to get an opinion on changes before pushing them [11:21] ricotz, well I would have asked had you not suggested an identical patch [11:29] oSoMoN, okay [12:50] hi, does anyone know a tool to emulate android apps and check outgoing traffic ? [12:50] like google chrome inspector [13:41] kenvandine: here's a basic patch to disable alarms in gnome-clocks https://paste.debian.net/983376/ [13:42] the first line of the help still says "Use Clocks as a stopwatch, a timer, to set alarms and to check the time in different cities." [13:43] changing that string breaks translations. I guess we could just remove that intro line though… [13:44] jbicha, i was thinking more of using a define somewhere [13:45] WITH_ALARMS kind of thing [13:45] something that could go upstream [13:46] ok, maybe [13:47] should be useful for others too, the lack of reliable alarms isn't ubuntu specific [13:47] i wonder if there are plans for a background service for that [13:47] I think systemd timers is the way to go for that [13:48] yeah [13:48] but i think systemd would need a user daemon to interact with it [13:48] i guess it would just trigger opening the UI [13:48] to dismiss the alarm, etc [13:49] my initial expectation would be the alarms should work even if I'm not logged in, not sure how easy that would be.... - and especially still work if screen is locked [13:50] that would require gdm support [13:51] oh, and wake the computer when asleep [13:51] there's a bug for that [13:51] not sure how i feel about that [13:51] i'd hate my laptop to wake up while in my backpack [13:52] yea, I can see why that's complicated now.. [13:57] I don't think laptop users expect their laptop to wake up for reminders [13:57] it's not a phone [13:58] yeah [13:58] but i can imagine a college student trying to use this as their alarm [13:58] anyway, the UI should make it obvious that it won't wake [13:59] it's a complicated problem :) [13:59] is any other computer OS doing the "wake up computer on reminders"? [14:01] but yeah it's complicated [14:02] I think displaying a dialog in an unlocked session would be good enough to ship it [14:02] maybe: https://answers.microsoft.com/en-us/windows/forum/windows_10-desktop/with-windows-10-when-in-sleep-mode-will-the-alarm/c1f38df1-d9e2-43f0-8149-89c18191de96 [14:03] jbicha, right, some modern configs have that, but I don't think it would work on any system [14:03] that's almost worse than not supporting it at all: it might work ¯\_(ツ)_/¯ [14:03] indeed [14:03] right === JanC is now known as Guest96910 === JanC_ is now known as JanC [14:44] does anyone has a standard/right way to get the multiarch dir from a standard install set (e.g no dpkg-architecture from dpkg-dev)? [15:13] is there a way to debug failures in g_task_run_in_thread? [15:13] like an enviroment variable [15:13] ricotz, you didn't cherry-pick https://anonscm.debian.org/git/pkg-openoffice/libreoffice.git/commit/?h=debian-experimental-5.4&id=e484318397ae407b418a55955c64104324a85e10 in your wip branch, is that intentional? [15:18] andyrock, try asking on #gnome-hackers, we are low on GTK hackers around, especially with u.k off today [15:29] Trevinho: I was looking again at bug 1700100 to make the fix available everywhere, however the color change is applicable only to labels inside a box with "boxes-menu-row" class, which exists only in GNOME Boxes (I guess) and I don't think it'd be ok to add it in gtk-widgets.css. Any idea? [15:29] bug 1700100 in ubuntu-themes (Ubuntu) "Dimmed text is very hard to see" [Medium,In progress] https://launchpad.net/bugs/1700100 [15:29] c-lobrano: ah, fair enough.. [15:29] c-lobrano: let's go with that then [15:30] Trevinho: ok, I'll copy the change on Radiance then and push it again [15:34] c-lobrano: thanks [15:41] yw [15:42] oSoMoN, of course! [15:43] oSoMoN, you want to drop kde support ;) [15:44] ricotz, yeah stupid question, I was going over the list of commits and didn't really look into the implications of that one :) [15:45] oSoMoN, let me know if *I* can push those things, don't merge/push that branch yourself [15:45] ricotz, yeah it's fine [15:47] ricotz, I suppose we want that one: https://anonscm.debian.org/git/pkg-openoffice/libreoffice.git/commit/?h=debian-experimental-5.4&id=bcd1bc95a08c80cc20e3795bf789fadadb6eb370 [15:47] oSoMoN, no [15:48] coinmp is not enabled anyway [15:49] oSoMoN, since this is only about cherry-picking, there is no need to pick things without effect [15:50] this will be picked up with a merge in preparation for 6.0 [15:55] ok [16:13] oSoMoN, what is up with 5.3.6 for zesty? [16:16] seb128: #gnome-hackers looks a bit empty :D [16:17] never mind [16:17] andyrock, wrong server ;) [16:17] i realized that :D [16:24] kenvandine: I don't know how to edit the help page or remove the extra shortcuts from the Keyboard Shortcuts overlay https://paste.debian.net/983401/ [16:25] oSoMoN, rebased and pushed my wip branch [16:25] jbicha, the help page is an issue [16:26] they help text could just be changed to add "if supported" somewhere [16:26] but that isn't great either [16:27] ugh... my gedit snap that hasn't been touched in ages no longer starts... "Bad system call" [16:27] sigh [16:29] maybe i had a local snap installed, just installed it from the store and it works :) [16:30] false alarm [16:39] I'm sure there's a way to hack the help page build but it may take a while to figure out how to do it [17:00] ricotz, on my list but didn't get to it yet [17:11] ok === Guest61820 is now known as fredp === fredp is now known as Guest33409 [18:20] Re alarms: I miss the times when mobiles would power on reliably only to set off an alarm (eg after powering off due to low akku). Most modern smartphones cannot do that (the Huawei being an example). [22:32] robert_ancell: Hi. popey and sil suggested I ping you about an issue with Ubuntu Software. Are you awake? [22:33] mcphail, sure am [22:33] :) [22:33] robert_ancell: cool :) - Let me link a screenshot... [22:34] https://ovh.themcphails.uk/index.php/s/0pcBDXU0zztzS6a [22:34] This is a deb created with game-data-packager. It is about 2.9 GB, rather than 18 exabytes... [22:34] http://termbin.com/32q7 [22:34] huh [22:35] It is proprietary stuff, and too large to upload and attach to a bug report. Any idea what the issue may be? [22:35] mcphail, is this done by double clicking on the .deb? [22:35] robert_ancell: yes [22:35] mcphail, which Ubuntu release / gnome-software version? [22:36] Ubuntu 16.04. Let me check gnome-sofyware version... [22:36] I'm guessing there might be an overflow. I can probably reproduce by hacking a .deb with metadata that matches that one [22:36] You don't have a Quake4 DVD lying around? shame.. :) [22:36] gnome-software 3.20.5 [22:37] I can pop a DVD in the post :) [22:38] mcphail, can you file a bug at https://bugs.launchpad.net/ubuntu/+source/gnome-software/+filebug with that info and I'll see if I can reproduce. [22:38] The deb behaves fine, btw, when installed by dpkg -i [22:38] Probably don't want to send me a DVD or I'll end up playing Quake 4 :) [22:38] mcphail: does gdebi show the right size? (does gdebi show any size at all?) [22:42] popey: yes, gdebi shows the correct size [22:45] bonus points if you can try it in artful - it uses a different method for accessing .debs [22:49] robert_ancell: I can give it a shot, but I won't get a chance to install artful for a few days I'm afraid [22:50] mcphail, ok, don't worry about it, I'll reproduce here if I can [22:51] robert_ancell: https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1713586 [22:51] Ubuntu bug 1713586 in gnome-software (Ubuntu) "gnome-software displays wildly inaccurate estimate of package size when a certain deb file is double-clicked in nautilus" [Undecided,New] [22:51] mcphail, thanks! [22:52] robert_ancell: np. Cheers!