/srv/irclogs.ubuntu.com/2011/10/03/#ayatana.txt

smspillazmorning all00:59
nhainessmspillaz: morning!01:05
smspillaz:)01:05
didrocksgood morning06:21
nhainesdidrocks: good monring!06:24
hichammorning didrocks06:25
didrockshey nhaines, hicham06:28
oSoMoNgood morning07:17
mardyKaleo: hi, in order to implement the dash maximize/restore buttons (bug 860400),09:06
ubot5Launchpad bug 860400 in unity-2d "[dash] no way to unmaximize" [Medium,In progress] https://launchpad.net/bugs/86040009:06
mardyKaleo: would you prefer if the panel applet directly modified the dash window's geometry,09:06
mardyKaleo: or extend the dashclient API?09:07
Kaleomardy: definitely use/extend the dbus API09:08
Kaleomardy: unless the code path is identical as for regular windows09:08
Kaleoif that makes sense09:08
mardyKaleo: 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 class09:10
Kaleomardy: I see, then maybe that's the simpler, cleaner way to go09:11
mardyKaleo: 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 well09:14
om26ergord, Hi! there is a bug when scrolling10:13
om26erbug 86355510:13
ubot5Launchpad bug 863555 in unity (Ubuntu) "Dash opens the wrong application after scrolling in the application list" [High,Confirmed] https://launchpad.net/bugs/86355510:13
om26erits a regression it would launch wrong application on click10:13
gordom26er, ah neat, thanks10:15
om26ergord, yw :)10:15
AlanBellis it me, or does alt+f not put focus on the file menu with global menu still? (other accellerator keys equally ineffective)10:47
AlanBellit should do roughly what f10 does and let me navigate the menu with the keyboard10:48
njpatelAlanBell, only on gtk3 apps, we're working on a fix10:49
njpatelgtk2 should work fine10:49
AlanBellok, gedit was the example I was using10:49
njpatelright10:49
AlanBellis it targetted to make it to the CD?10:52
AlanBellkind of critical from an a11y perspective because "just click it with a mouse" isn't a good workaround for blind users using orca10:53
AlanBellif 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
njpatelAlanBell, https://bugs.launchpad.net/ubuntu/+source/appmenu-gtk/+bug/84973211:06
ubot5Ubuntu bug 849732 in unity-2d "Alt + <application menubar shorcut> doesn't work as well as Ctrl + W/Q" [Critical,Triaged]11:06
njpatelAlanBell, if there was a bug priority higher than critical, that bug would be using it :)11:06
AlanBell:) thanks11:07
mardyKaleo: about your comment on https://code.launchpad.net/~saviq/unity-2d/desktop-title/+merge/77694 , I'm not sure I understand it11:40
mardyKaleo: 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
Kaleomardy: I think the code should not be merged because of it11:43
Kaleomardy: the code matches too many cases; not only the desktop11:44
mardyKaleo: mmm... I didn't find anything else than the Dash breaking it. But yes, there could be more11:50
mardyKaleo: switching subject: I checked how Unity (3d) does the maximize/unmaximize of the Dash: via DConf11:50
mardyKaleo: I think we should do the same, so that this will bring the added benefit that the dash size will be remembered between different invocations11:51
mardyKaleo: I'm just not sure whether we should use the same key, or a unity-2d specific one11:52
htorquegord: hi! https://code.launchpad.net/~gordallott/unity/fix-focus-issues-on-click/+merge/77907 also fixes bug 83756011:52
ubot5Launchpad bug 837560 in unity (Ubuntu) "Dash: clicking any item will also highlight the first one" [Low,Confirmed] https://launchpad.net/bugs/83756011:52
gordhtorque, too late, fixed that 15 minutes ago ;)11:54
gordhtorque, same bug as https://launchpad.net/bugs/86355511:54
ubot5Ubuntu bug 863555 in unity "Dash opens the wrong application after scrolling in the application list" [Critical,Fix committed]11:54
htorquethat is _your_ branch :P just wanted to let you know it also fixes the other bug. :-)11:54
gordhtorque, 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
gordthanks, updated that bug :)11:56
mardydidrocks: hi! I want to report a bug against dconf-qt, but https://launchpad.net/dconf-qt doesn't have a bug tracker12:46
mardydidrocks: should I use https://bugs.launchpad.net/ubuntu/+source/dconf-qt instead?12:46
didrocksmardy: yeah, there is no real upstream project, report against the package, indeed and ping desrt on freenode or gimp.net12:46
mardydidrocks: will do, thanks12:47
didrocksyw :)12:47
Kaleomardy: I don't see a downside of using the same dconf key12:49
mardyKaleo: 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 quickly12:50
Kaleomardy: yes13:01
Kaleomardy: and we have the same issue with all the other keys we share13:01
=== m_conley_away is now known as m_conley
=== rodrigo__ is now known as rodrigo_
TeesterHi. 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
TeesterThe same problem seems to be afflicting the sample lens at https://launchpad.net/unity-lens-sample15:10
Andy80hi all15:11
Andy80Kaleo: ping15:12
davidcalleTeester, https://bugs.launchpad.net/unity/+bug/85540215:21
ubot5Ubuntu bug 855402 in unity "Python lenses segfault with pygobject3" [Critical,In progress]15:21
davidcalleTeester, 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
Teesterdavidcalle: 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
TeesterAlso, I've updated versions of the Ask Ubuntu lens and the Reddit lens.15:43
davidcalleTeester, awesome, I won't have to update them myself :D15:43
davidcalleAbout 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
davidcalleTeester, by any chance, will you be at UDS?15:45
Teesterdavidcalle: No. Unfortunately not.15:46
davidcalleTeester, 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
kenvandinedavidcalle, that is an awesome idea!15:48
davidcallekenvandine, hi kenvandine!15:48
davidcalleTeester, what do you think?15:50
Teesterdavidcalle: That sounds like a good idea.15:51
davidcalleTeester, Great. I will post about it on ayatana-dev ml.15:51
SaviqKaleo: 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
ubot5Ubuntu bug 854607 in unity-2d "[window management] alt+f10 doesn't unmaximize windows" [Medium,Confirmed]16:12
KaleoSaviq: no idea, quite surprising16:17
Saviqyeah, /me too16:17
Saviqwonder who we should push that to16:17
KaleoSaviq: ask seb128 maybe he has an idea?16:18
=== DanRabbit_ is now known as DanRabbit
=== m_conley is now known as m_conley_away
magciusIt 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!