smspillaz | morning all | 00:59 |
---|---|---|
nhaines | smspillaz: morning! | 01:05 |
smspillaz | :) | 01:05 |
didrocks | good morning | 06:21 |
nhaines | didrocks: good monring! | 06:24 |
hicham | morning didrocks | 06:25 |
didrocks | hey nhaines, hicham | 06:28 |
oSoMoN | good morning | 07:17 |
mardy | Kaleo: hi, in order to implement the dash maximize/restore buttons (bug 860400), | 09:06 |
ubot5 | Launchpad bug 860400 in unity-2d "[dash] no way to unmaximize" [Medium,In progress] https://launchpad.net/bugs/860400 | 09:06 |
mardy | Kaleo: would you prefer if the panel applet directly modified the dash window's geometry, | 09:06 |
mardy | Kaleo: or extend the dashclient API? | 09:07 |
Kaleo | mardy: definitely use/extend the dbus API | 09:08 |
Kaleo | mardy: unless the code path is identical as for regular windows | 09:08 |
Kaleo | if that makes sense | 09:08 |
mardy | Kaleo: the code path won't change much in the two methods; it's mostly a matter of how to implement the maximize/unmaximize methods in the WindowHelper class | 09:10 |
Kaleo | mardy: I see, then maybe that's the simpler, cleaner way to go | 09:11 |
mardy | Kaleo: I didn't know about the dashclient class, so I started working directly changing the dash geometry; as I'm close to finish that, I'll go on, and then maybe I can try the other approach as well | 09:14 |
om26er | gord, Hi! there is a bug when scrolling | 10:13 |
om26er | bug 863555 | 10:13 |
ubot5 | Launchpad bug 863555 in unity (Ubuntu) "Dash opens the wrong application after scrolling in the application list" [High,Confirmed] https://launchpad.net/bugs/863555 | 10:13 |
om26er | its a regression it would launch wrong application on click | 10:13 |
gord | om26er, ah neat, thanks | 10:15 |
om26er | gord, yw :) | 10:15 |
AlanBell | is it me, or does alt+f not put focus on the file menu with global menu still? (other accellerator keys equally ineffective) | 10:47 |
AlanBell | it should do roughly what f10 does and let me navigate the menu with the keyboard | 10:48 |
njpatel | AlanBell, only on gtk3 apps, we're working on a fix | 10:49 |
njpatel | gtk2 should work fine | 10:49 |
AlanBell | ok, gedit was the example I was using | 10:49 |
njpatel | right | 10:49 |
AlanBell | is it targetted to make it to the CD? | 10:52 |
AlanBell | kind of critical from an a11y perspective because "just click it with a mouse" isn't a good workaround for blind users using orca | 10:53 |
AlanBell | if it is an SRU I can put it in the a11y release notes, I can't find the bug, do you have a number for it? | 11:04 |
njpatel | AlanBell, https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/849732 | 11:06 |
ubot5 | Ubuntu bug 849732 in unity-2d "Alt + <application menubar shorcut> doesn't work as well as Ctrl + W/Q" [Critical,Triaged] | 11:06 |
njpatel | AlanBell, if there was a bug priority higher than critical, that bug would be using it :) | 11:06 |
AlanBell | :) thanks | 11:07 |
mardy | Kaleo: about your comment on https://code.launchpad.net/~saviq/unity-2d/desktop-title/+merge/77694 , I'm not sure I understand it | 11:40 |
mardy | Kaleo: do you mean that you don't see the issue I'm talking about, or that you think that the code should not be merged because of it? | 11:40 |
Kaleo | mardy: I think the code should not be merged because of it | 11:43 |
Kaleo | mardy: the code matches too many cases; not only the desktop | 11:44 |
mardy | Kaleo: mmm... I didn't find anything else than the Dash breaking it. But yes, there could be more | 11:50 |
mardy | Kaleo: switching subject: I checked how Unity (3d) does the maximize/unmaximize of the Dash: via DConf | 11:50 |
mardy | Kaleo: I think we should do the same, so that this will bring the added benefit that the dash size will be remembered between different invocations | 11:51 |
mardy | Kaleo: I'm just not sure whether we should use the same key, or a unity-2d specific one | 11:52 |
htorque | gord: hi! https://code.launchpad.net/~gordallott/unity/fix-focus-issues-on-click/+merge/77907 also fixes bug 837560 | 11:52 |
ubot5 | Launchpad bug 837560 in unity (Ubuntu) "Dash: clicking any item will also highlight the first one" [Low,Confirmed] https://launchpad.net/bugs/837560 | 11:52 |
gord | htorque, too late, fixed that 15 minutes ago ;) | 11:54 |
gord | htorque, same bug as https://launchpad.net/bugs/863555 | 11:54 |
ubot5 | Ubuntu bug 863555 in unity "Dash opens the wrong application after scrolling in the application list" [Critical,Fix committed] | 11:54 |
htorque | that is _your_ branch :P just wanted to let you know it also fixes the other bug. :-) | 11:54 |
gord | htorque, oh right yeah sorry, xchat makes the text that highlights me all red and hard to read so i tend not to read it all ;) | 11:55 |
gord | thanks, updated that bug :) | 11:56 |
mardy | didrocks: hi! I want to report a bug against dconf-qt, but https://launchpad.net/dconf-qt doesn't have a bug tracker | 12:46 |
mardy | didrocks: should I use https://bugs.launchpad.net/ubuntu/+source/dconf-qt instead? | 12:46 |
didrocks | mardy: yeah, there is no real upstream project, report against the package, indeed and ping desrt on freenode or gimp.net | 12:46 |
mardy | didrocks: will do, thanks | 12:47 |
didrocks | yw :) | 12:47 |
Kaleo | mardy: I don't see a downside of using the same dconf key | 12:49 |
mardy | Kaleo: there is a small one, in case they decide to change it from int to string, or change the semantics. But I guess that if that happens, we can fix it quickly | 12:50 |
Kaleo | mardy: yes | 13:01 |
Kaleo | mardy: and we have the same issue with all the other keys we share | 13:01 |
=== m_conley_away is now known as m_conley | ||
=== rodrigo__ is now known as rodrigo_ | ||
Teester | Hi. I've been working on a lens using Python for Unity in Oneiric. Up until about a week ago, it was working fine, but recently it has stopped working. Anyone know if anything in the API has been changed that I've missed? | 15:09 |
Teester | The same problem seems to be afflicting the sample lens at https://launchpad.net/unity-lens-sample | 15:10 |
Andy80 | hi all | 15:11 |
Andy80 | Kaleo: ping | 15:12 |
davidcalle | Teester, https://bugs.launchpad.net/unity/+bug/855402 | 15:21 |
ubot5 | Ubuntu bug 855402 in unity "Python lenses segfault with pygobject3" [Critical,In progress] | 15:21 |
davidcalle | Teester, I hope it will be fixed soon. What kind of lens are you working on? I remember you had a music lens for Natty. | 15:23 |
Teester | davidcalle: I have a Web History lens ( https://launchpad.net/unity-web-history-lens ). You need a zeitgeist extension for your web browser for it to find anything. | 15:42 |
Teester | Also, I've updated versions of the Ask Ubuntu lens and the Reddit lens. | 15:43 |
davidcalle | Teester, awesome, I won't have to update them myself :D | 15:43 |
davidcalle | About the web history lens, I hope the functionnality will be part of unity itself in a few releases. This is a great idea. | 15:44 |
davidcalle | Teester, by any chance, will you be at UDS? | 15:45 |
Teester | davidcalle: No. Unfortunately not. | 15:46 |
davidcalle | Teester, ok. I'd like to gather other lens devs to talk about documentation, guidelines, lenses templates, to make it even easier for others to begin making lenses. | 15:47 |
kenvandine | davidcalle, that is an awesome idea! | 15:48 |
davidcalle | kenvandine, hi kenvandine! | 15:48 |
davidcalle | Teester, what do you think? | 15:50 |
Teester | davidcalle: That sounds like a good idea. | 15:51 |
davidcalle | Teester, Great. I will post about it on ayatana-dev ml. | 15:51 |
Saviq | Kaleo: have you seen https://bugs.launchpad.net/unity-2d/+bug/854607/comments/2 ? do you have any idea where the alt+f5 comes from? | 16:12 |
ubot5 | Ubuntu bug 854607 in unity-2d "[window management] alt+f10 doesn't unmaximize windows" [Medium,Confirmed] | 16:12 |
Kaleo | Saviq: no idea, quite surprising | 16:17 |
Saviq | yeah, /me too | 16:17 |
Saviq | wonder who we should push that to | 16:17 |
Kaleo | Saviq: ask seb128 maybe he has an idea? | 16:18 |
=== DanRabbit_ is now known as DanRabbit | ||
=== m_conley is now known as m_conley_away | ||
magcius | It seems libbamf uses _NET_WM_DESKTOP_FILE -- has an email ever been sent out to xdg-list about this? | 21:09 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!