=== maclin1 is now known as maclin [05:10] muktupavels: this should do the trick https://code.launchpad.net/~3v1n0/ubuntu-themes/appmenu-theming-shape-fix/+merge/324517 [05:10] I'm unsure if it would be better instead to keep that in the button mode tho [05:10] but I don't like it much [05:19] Trevinho, any thoughts on a non-black top bar? [05:19] I'm not sure if grey could work better [05:19] But it would distinguish Ubuntu better in appearance [05:26] muktupavels: this would work though https://pastebin.ubuntu.com/24640862/ [05:26] duflu: you mean GS bar? [05:27] duflu: yeah, well... I think I'll consider the GS theming once we know what's the best way to do this, as Jeremy was mentioning that using a gnome-shell css is discouraged, but we can't really avoid I guess [05:44] good Wednesday duflu, Trevinho [05:44] hi oSoMoN === koza|away is now known as koza [06:22] Hi oSoMoN [06:25] Trevinho, I don't understand... are you just saying shell theming != toolkit theming and we'lll do them separately? The former obviously has no work done yet [06:30] duflu: yeah, shell theming is different from toolkit one [06:31] Yeah fair enough [06:31] duflu: it's still using css, but it uses different classes [06:31] it's not gtk afterall [06:31] Yeah [06:31] Which is both a feature and an inconsistency === JanC_ is now known as JanC [07:07] Trevinho: it's the user-themes extension that is discouraged, we already customize the gnome-shell css to use the Ubuntu font [07:08] it's weird that it's discouraged since it's included in "gnome-shell-extensions" with support in gnome-tweak-tool… [07:38] goood mooorning [08:01] morning all [08:03] what's up [08:04] good morning desktopers [08:04] hey willcooke Laney [08:04] Morning [08:06] hey andyrock, willcooke, Laney, seb128, duflu [08:07] Salut didrocks [08:10] hey seb128 didrocks duflu [08:10] you good? [08:10] yeah, first time we skipped the 10:30PM dinner for Matin! [08:11] was a success, he slept from 9PM to 7:45AM :) [08:11] Martin* [08:11] * duflu assumes Martin is a small person [08:11] yeah :) [08:11] and you guys? how are you? [08:12] Yeah good thanks Laney, didrocks. [08:12] toasty [08:13] didrocks, \o/ [08:13] * Laney wants a nightly 10:30 feed [08:13] lol [08:14] willcooke: well, first time, let's see if it was a flaky success or will be reproducible builds :) [08:15] * duflu suggests a different verb [08:15] Building takes a long time [08:15] didrocks, he had dinner at 9pm and 10:30pm before? or you shifted the feeding schedule completely for that? [08:16] in any case well done! [08:17] seb128: 7:30pm/8pm, but you don't put him to sleep right away :) [08:17] duflu: correct :p [08:17] ah, right [08:55] What do you think about making gedit the default file handler for xml instead of firefox? [08:55] s/you/anyone [08:57] making sense, I think if people want to "view" a structured xml file with easy click on nodes and such, they can do it manually in the browser, so edit as default handler makes sense to me [08:58] I find that 9 times out of 10 Firefox just complains that the XML file isn't valid and so I don't see anything at all [08:58] whereas with gedit at least I can view the content [08:59] you don't pick the correct XML files, that's why :p but yeah, it's another valid argument for this change :) [08:59] but gedit won’t apply XSL stylesheets with which an XML document might be rendered as HTML [08:59] (not a use case I really care about though) [09:00] last time I personnaly had to use XSL stylesheets (that I was creating, a long headache and sad story) for XML is in 2003 personally [09:01] my usecases are probably not the same as most actual developers, but I find that Firefox fails to display anything the vast majority of the time, so not applying XSL in gedit is probably preferable than getting just an error message in Firefox [09:02] yeah [09:05] people working a lot with XML files probably use a separate viewer/IDE anyway [09:05] yeah, most of IDEs have viewer or extensions for this [09:05] like vsc [09:10] I don't think I ever open xml files so no real opinion on that [09:11] even not a .glade file? :) [09:12] those have their own mimetype and open in glade :p [09:13] true :) [09:26] Trevinho, i have had requests for light-themes to be made available in Debian [09:27] jbicha: oh, I see... Well, what's the solution tho? As I guess we want to tune the shell [09:27] Hi Europe, btw :) [09:27] xnox: oh, cool... [09:27] Trevinho: https://paste.ubuntu.com/24642283/ [09:28] can I push that? [09:28] That package includes now also some unity8 stuff that we might delete tho... [09:28] While I'd love to do some SURUization of a gtk theme too when i've time... what do you think willcooke ? [09:30] Trevinho, put it on the back log :) [09:31] anyone experienced with libsoup [09:31] with the python binding [09:31] ? [09:33] andyrock: I did just few calls with that, so I won't call me an expert [09:33] I'm having troubles with Soup.message.set_request [09:34] the last parameters is expecting a list of numbers (so I guess a buffer of char) [09:34] but body.encode('utf8') does not work [09:35] hey Trevinho [09:36] that's a string... [09:36] hi seb128 [09:36] Trevinho: can I push that patch? [09:36] ideally the python binding should just get a string :D [09:37] i guess I can use a python native library [09:37] but then I lose the glib main-loop integration [09:37] muktupavels: sorry, I forgot to reply :) [09:38] muktupavels: yes, ok [09:38] andyrock: did you see https://lazka.github.io/pgi-docs/#Soup-2.4/classes/Message.html#Soup.Message.set_request ? [09:38] andyrock: in python3 you've to use bytes... [09:39] Trevinho: ok, pushed. Do you plan to make 3.24.0 release? [09:39] Trevinho: and did you try to add hover effect for appmenu? [09:40] str.enconde('...') [09:40] Mh, yeah... I will [09:40] returns bytes [09:40] i'll check with wireshark [09:40] maybe the problems is somewhere else [09:40] muktupavels: which one you'd suggest? But I wouldn't touch hover... [09:41] muktupavels: ideally I would apply a "shine" to the icon, but that's a little annying to do here.. [09:41] Well not too hard, but I didn't try [09:41] andyrock: SoupLogger is useful [09:41] Trevinho: no idea, but it feels that there must be something... Anyway, thanks for fix. [09:41] Laney: cool thanks [09:41] :D [09:42] muktupavels: feel free to experiment and write in review, I'd prefer not to spend too much in that :) [09:43] Trevinho: I have no time to experiment. :( === Laney changed the topic of #ubuntu-desktop to: Home of the Desktop Team, https://wiki.ubuntu.com/DesktopTeam | For help or questions, try #ubuntu | Upcoming/in-progress work (read-only for non-developers): https://trello.com/b/0T55ivzN/ubuntu-desktop-17-10-cycle | Amaterasu watches over you benevolently | requests paired with a pink killer will be given preferential treatment [11:38] https://www.youtube.com/watch?v=1QW85kfakJc <- this is our song for folk club tonight [11:38] /o\ === ayan is now known as Guest99187 [12:07] Trevinho: I don't know how we'll package it yet, but don't let that stop you from working on gnome-shell theming if you want [12:08] Trevinho: you can ask fmuellner how he recommends handling that [12:37] right, going to attempt to work outside... let's see how long I last [12:38] willcooke: enjoy! [13:44] ~/. [13:44] #. [14:04] oh some of that did make it through [14:04] the library's wifi is so crap this afternoon that I paid for tethering on my mobile === acheronuk is now known as acheronUK [14:31] Laney, my daughter used to love that song, her first contact with English :) [14:31] oSoMoN: \o/ [14:31] it's got some weird words in there [14:32] wallow? [14:33] inamorata or something [14:34] ah that one escaped me, let me listen to it again :) [14:35] * Laney printed the words out :P [14:35] looks like it's italian (or derived from an italian word) [14:36] Trevinho and andyrock to the rescue! [14:36] innamorata maybe [14:37] looks similar to spanish’s "enamorada" == in love [14:37] yeah same mining [14:37] yeah [14:37] * Laney snuggles andyrock [14:37] mia innamorata [14:38] e.g. Trevinho is "un eterno innamorato" [14:38] :D [14:39] For ever... [14:40] And of everything [15:23] g r e a t [15:27] + 1 + 1 === JanC_ is now known as JanC [18:45] night all. reminder that I'm out tomorrow morning, be back after lunch [18:45] o/ [19:20] good night all