[03:26] Urfh. SoundMenu integration in Banshee has broken because libindicate-cil bumped assembly version. === gord_ is now known as gord === robtaylo1 is now known as robtaylor [12:47] Does the "custom-time-format" key do anything in indicator-datetime? Because I changed it to be 24hr format using: [12:47] gsettings set org.ayatana.indicator.datetime custom-time-format "'%k:%M'" [12:47] to no effect. [12:48] nevermind I just realised my mistake === MacSlow is now known as MacSlow|lunch === ivanka is now known as ivanka-lunch === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann === ivanka-lunch is now known as ivanka === MacSlow|lunch is now known as MacSlow [15:03] What is the "official" way to ship light and dark monochrome icons with an application? [15:03] a third-party one, I mean, not in the default Ubuntu install === rgreening_ is now known as rgreening [15:15] lucidfox: ship them in ubuntu-mono-dark and ubuntu-light-dark? that's what shutter does [15:16] except there's no guarantee that the user will be using one of those themes [15:16] lucidfox: indeed [15:18] lucidfox: if you ship both icons in one set there is no way of telling which one should be loaded. [15:19] hmm, you give me an idea [15:19] perhaps the application could dynamically determine if the panel is-- no, that way darkness lies [15:21] :) [15:21] Gtk+ will have a native support for symbolic icons and then the problem will go away. [15:22] Gtk+ 3* [15:28] Symbolic icons? [15:31] tedg: Do we want Inscape 0.48.0 in Maverick? Please comment in Bug 628048. [15:31] Launchpad bug 628048 in inkscape (Ubuntu) "[FFe] Please merge inkscape (universe) with version 0.48.0-1 from Debian experimental main (affected: 3, heat: 26)" [Wishlist,New] https://launchpad.net/bugs/628048 [15:31] ScottK, Yes, will do. [15:31] Thanks. [15:34] lucidfox: it's mainstream's way of saying that we suck ;) [15:34] lucidfox: j/k - it's their approach to use simple icons in panel [15:35] so wait [15:35] GTK3 will have its own functional equivalent of app indicators? [15:35] ScottK, Sorry about that, I thought someone had been working on getting it in after we released. I didn't follow up :( [15:35] ScottK, Thanks for pinging me. [15:36] no, just a support for symbolic icons - gnome-shell developers also use them or at least planning on doing that [15:36] tedg: No problem. I know if you vouch for it, any problems will get addressed. [15:37] lucidfox, And hopefully we'll support the symbolic icons in the next release of the indicators. I really wanted to this cycle but ran out of time :( [15:37] What *are* symbolic icons? -_- [15:37] * ScottK thought icons were symbolic enough on their own. [15:38] ScottK, Yes. Though, I'd love to redo the packaging on it sometime, it's very... old. If you find someone asking about how they can help (potential MOTU or something) have them ping me. [15:38] lucidfox, Basically it means that some of the colors in the SVG have symbolic names (alert) instead of color values. So the colors themselves are then defined by the theme, and replaced as the SVG is loaded. [15:39] lucidfox, Hopefully it'll mean you can make one icon for a variety of themes instead of tons with one color different. [15:39] Ooh, neat === jcastro__ is now known as jcastro [16:18] tedg, since, as I understand, you're the main developer of libappindicator... [16:19] What should I do if I want to add an indicator to a Qt application? [16:19] lucidfox, You should be able to use their standard KNSI interface. That's what libappindicator is based on. [16:19] agateau, ^ [16:20] That's in kdelibs [16:20] Oops, I think it's KSNI not KNSI. [16:20] I'm talking plain Qt -_- [16:20] lucidfox: right now there is no easy solution :/ [16:20] lucidfox: but Qt devs want to add native support for appindicator in Qt itself [16:20] Ooh, neat [16:21] lucidfox: I know Quassel devs implemented ksni support themselves [16:21] :o [16:21] lucidfox: you might find useful code there [16:21] sounds like I might want to merge that into my Q-XDG library [16:21] along with Quassel's implementation of XDG notifications [16:22] lucidfox: oh you are the one who wrote the icon theme for Qt lib? [16:22] How would that work, in a cross-platform sense, for Qt to add libappindicator support? [16:22] I thought all the Qt API is supposed to basically work on the different platforms. [16:23] bratsche: they want their appindicator app to be a platform specific plugin [16:23] Oh okay. [16:23] bratsche: Qt provides a class named QSystemTrayIcon [16:23] Cool, was just curious. [16:23] bratsche: and they want the class to use appindicator when available [16:23] Nice. [16:23] What?! [16:23] bratsche: but it's tricky because they don't want qtgui to depend on qtdbus... [16:23] How... would... that... work. [16:24] the indicator API is more restricted than tray icon APIs [16:24] lucidfox: true, but not that much [16:24] lucidfox: at least, the kde implementation [16:24] lucidfox: is not as limited as the ubuntu gnome one [16:25] htorque around? [16:26] yes [16:26] agateu> Does it allow both left and right clicks? [16:26] htorque: Were you posting some issues with appmenu-gtk showing erroneous menus? [16:27] lucidfox: it does [16:27] :( [16:27] defeats the point that Ayatana is trying to achieve, I think [16:27] lucidfox: it predates ayatana trying to achieve a point [16:27] hehe [16:27] Oh wait, it was Omer Akram. [16:27] bratsche, ok :) [16:27] Sorry. [16:28] lucidfox: but I agree left and right click distinction is not a good idea [16:29] Hmm... I wonder if upstream GNOME could just port GtkStatusIcon to this indicator thing [16:29] while allowing unrestricted use of the old API... probably not, though [16:29] it allows way too much [16:30] I have no idea there [16:30] * agateau works on kde [16:31] One of the main issues is that upstream Gnome doesn't really want to depend upon packages from Launchpad. [16:31] They tend to prefer things to be hosted on git.gnome.org or git.freedesktop.org [16:31] bratsche: libindicator wouldn't be the first canonical project that is being hosted on git.gnome.org [16:32] couchdb-glib's main repository is already there. [16:32] I'd say that if there is a chance of getting indicator into upstream Gtk+ that would be worth the effort of moving development there :) [16:34] I agree fully [16:34] Another issue that upstream has is that we require copyright assignment on our modules. [16:34] kklimonda, lucidfox: I'm not disagreeing with you. I'm just pointing out the reasons why it's difficult to do, and probably won't happen soon. [16:35] By the way, I'm really liking the changes to GTK3 so far [16:35] Although Evolution was originally also copyright-assignment, and that didn't stop it from being in Gnome. [16:35] bratsche: copyright assignment also can be worked around - Intel has a similar one for clutter. I'm not saying it's easy to do -especially that gtk+ devs have some objections to code itself but it's worth it. [16:36] They removed all GDK drawing primitives in favor of Cairo [16:36] Yeah, Company has been working on that. Awesome stuff. [16:36] which means, ironically, that GDK no longer means GIMP Drawing Kit [16:36] but then it never meant that :) [16:36] really, that is [16:40] brasche, I take it you're intimately familiar with upstream GTK development? Because I have a few questions I've gathered after observing it from the outside [16:41] Hallo, I need help with libindicate and icons [16:44] hi klattimer [16:44] hi jcastro hows it going [16:44] I hear you've got more hours than I thought [16:44] do you still have bugs in your queue? [16:45] only a few [16:45] ok [16:45] I've been trawling through the last week of bugmail today [16:45] ok [16:45] let me check the list [16:45] there's a few things which have gone from my bug queue and I think there are still pending issues [16:45] so I'm looking to poke those a bit [16:46] you might want to assign me some new high prior stuff if you like [16:46] https://bugs.edge.launchpad.net/~karl-qdh/+assignedbugs [16:46] is this it? [16:48] tedg: kenvandine: what's up with https://bugs.edge.launchpad.net/ubuntu/+source/indicator-application/+bug/558841 [16:48] Launchpad bug 558841 in indicator-application (Ubuntu Lucid) "bluetooth "devices" menu item not working in bluetooth indicator (affected: 21, heat: 132)" [Low,Triaged] [16:48] klattimer: ah, on that one you forgot to assign it to the desktop team so they can ship it [16:49] jcastro: I haven't been able to assign to the desktop team for some time [16:49] :/ [16:49] not sure what's gone wrong [16:49] oh ok, no worries [16:49] recently I've just poked seb about it [16:49] that one might have slipped the net [16:50] ok, manual poking is always better anyway [16:50] what's the deal with this g-p-m leak? Maybe that would be a good one to finish off [16:51] yeah was thinking of giving it a poke tomorrow and retesting to see if it still exists [16:51] k [16:52] ok let's do this [16:52] keep pinging seb and kenvandine about the bt bug [16:52] finish off the keyboard indicators, since those are really visible [16:52] and then look at g-p-m [16:52] k [16:53] the kb indicator looks great btw [16:53] well, other than the icon bug thing [16:53] but whatever. :) [16:54] jcastro, I think that ayan was looking at that one. [16:54] jcastro, It seems to be a GTK thing. He's got a test program that can cause it in GTK. [16:54] could you help ome? [16:54] icon bug? [16:54] which icon bug? [16:55] klattimer: the 2 icons thing? [16:55] I don't know if it is bug [16:55] jcastro, The GPM one (if I wasn't clear) [16:55] oh, the ibus and gsm showing the keyboards? [16:55] I wanna add icon to message.im [16:55] yeah [16:55] https://bugs.edge.launchpad.net/ayatana-ubuntu/+bug/620331 [16:55] but program ends with segfault [16:55] Launchpad bug 620331 in gnome-settings-daemon (Ubuntu) "please drop icon from keyboard indicator (affected: 3, heat: 200)" [Low,In progress] [16:55] yeah, well fixable with flags [16:55] bug we need flags which match mpt's style requirements [16:55] we're waaay past Beta [16:56] yeah I know [16:56] I doubt we'll be getting flags any time soon [16:56] I don't have flag style requirements [16:56] pavolzetor, Can you pastebin the code that's setting the icon? [16:56] well, for next cycle I'll be merging ibus and kb indicator into a single indicator and capplet [16:56] oh cool [16:56] mpt you do, "two letters in a box" [16:56] that's teh flags [16:56] "flags" are just what they're called in the code [16:56] aha [16:56] ok so what do we do with this bug for Maverick [16:57] well, not a great deal unfortunately [16:57] can we turn the icon off? [16:57] we could drop the icon, but mpt seemed against that [16:57] ok [16:57] i.e. drop the icon, show only the label [16:57] mpt: let's make a decision now, if we're going to defer I'd like to get him working on things we can fix [16:57] with the showFlags gconf key turned on, only an icon is shown, but we need flags in order to do that [16:57] shit, where can I get support for libindicate? [16:58] I'm not against it UI-wise as a temporary thing, it would just require a temporary API change just for that, which would be weird [16:59] I suppose it's how tedg feels about the api change [17:00] klattimer, There shouldn't be a change required for icon only... [17:00] klattimer, Or do you mean icon and radio on the menu item? [17:00] I mean hiding the icon from the indicator and only showing a label [17:00] tedg, they're talking about text-only titles [17:01] ... temporarily [17:01] mpt, klattimer, Ah. Hmm, not sure where that's enforced. [17:02] I don't care that much, but it just means that on KDE it won't work at all. [17:02] As they don't have the label. [17:04] hmm, well that puts us in a bit of a catch 22 [17:04] I'm surprised you're still considering this 2.5 weeks after UI freeze. [17:04] yeah, it's a bit late [17:05] but we'd more or less decided just to leave it icon+label for now anyway [17:05] there's not so much we can do about it in the short term [17:05] Set it to Natty and move on. [17:05] if we get flags drawn, switching the gconf key and doing that would solve it [17:05] +1 [17:06] for natty I'll be merging ibus+kb indicator anyway [17:06] so we'll only have one icon for both === MacSlow is now known as MacSlow|break [17:14] ronoc, ping [17:14] tedg, pong [19:58] gah! appmenu doesnt notice when the app has frozen :/ [19:59] banshee just frozen but still the appmenu shows the menu! while it does not have any effect on banshee though :( cant even effect a force quit by hitting the close buttons.. [19:59] had to unmaximize and then do a force quit. === lool- is now known as lool-webchat === MacSlow|break is now known as MacSlow [20:58] hello, if there are some missing-icons icons in an appmenu, should this be reported (per application)? === ayan_ is now known as ayan === gambs_ is now known as gambs [23:05] htorque: Yeah, I would report them per-application for now. [23:11] bratsche, thanks! actually those are icons, that are only shown when having menus_have_icons enabled, so after reading the comment from mpt on bug 608584 i'm not sure what to do [23:11] Launchpad bug 608584 in indicator-appmenu (Ubuntu) "Should outdent icons into the left gutter (affected: 2, heat: 14)" [Undecided,Incomplete] https://launchpad.net/bugs/608584