/srv/irclogs.ubuntu.com/2011/12/05/#ayatana.txt

hrwdidrocks: can we discuss few moments about bug 897697?09:54
ubot5Launchpad bug 897697 in unity (Ubuntu) "Expo plugin not marked as essential for Unity plugin (in ccsm)" [Undecided,Invalid] https://launchpad.net/bugs/89769709:54
didrockshrw: hey, sure09:55
hrwdidrocks: I just wrote commend in it in which I do not agree with you and would like to get it sorted09:55
hrwcommen{s/d/t}09:55
didrockshrw: please, tell me :)09:56
hrw2When I disable Expo plugin (Desktop Wall is enabled) and click launcher icon there is no reaction. When I enable it again it gives me desktops preview.09:56
hrwWith two Chrome windows open when I press on Chrome icon in launcher I get preview of them even with Expo plugin disabled.09:56
hrwEnabling "Rotate Cube" enables "Desktop Cube" which conflicts with "Desktop Wall" which is required by "Unity" - that's what ccsm just told me.09:56
didrockshrw: one sec, finishing a discussion first09:57
hrwsure, no rush09:58
didrocksok, back :)09:59
didrocksso, launching ccsm09:59
didrockshrw: if I remove desktop wall, unity wants to be removed as well10:00
hrwsure, but you wrote "the wall plugin (the one which has the button in the laucher), is an unity dependency.10:01
hrwUnity depends on a "largedesktop" feature, which is provided by both wall and cube, so both are compatible and at least one of the two should be enabled to unity to be enabled."10:02
hrwso I just tried and we can skip this part10:02
didrockshrw: hum, that's true. This is what sam told me though10:03
didrockshrw: I'll check with him, there is a missing piece there10:03
hrwanyway that part is not important10:03
hrwI am more interested in Expo plugin part10:03
hrwas this is what bug was about10:03
didrockshrw: well, making it dependant? I think we should be careful as cube enters the dance into that for people wanting to enable that10:05
hrwso expo plugin itself is not compatible with cube?10:06
didrockshrw: well, sam told me about wall10:08
didrocksnot expo10:08
didrocksbut when he meant wall, he meant the desktop switching expo view10:08
didrocksso, that's why we need to discuss about it10:08
hrwok10:09
hrwbtw - is there a way to get rid of this expo button from launcher?10:09
hrwalso would like to drop trash10:09
didrockshrw: apart from changing the code itself, I'm afraid you can't10:09
hrw;(10:10
hrwwill report wishlist bugs for it ok?10:10
didrockshrw: yes please :)10:11
hrwbug 883603 exists already10:13
ubot5Launchpad bug 883603 in unity (Ubuntu) "it is not possible to remove "Trash" icon from Unity panel" [Undecided,New] https://launchpad.net/bugs/88360310:13
hrwset to wishlist, set as affecting so it is confirmed now10:14
hrwbug it may be duplicate of bug 82108210:16
ubot5Launchpad bug 821082 in unity (Ubuntu) "I would like the option to hide the lens trash tiles in the launcher" [Wishlist,Confirmed] https://launchpad.net/bugs/82108210:16
hrwand both may be duplicate of bug 75972410:22
ubot5Launchpad bug 759724 in unity (Ubuntu) "Suggestion for "Workspace Switcher", "Applications", "Files & Folders" and "Trash" icons" [Undecided,Incomplete] https://launchpad.net/bugs/75972410:22
hrwmarked as such10:29
didrockshrw: yeah, do not hesitate to mark as duplicate and change status :)10:29
didrocksthanks!10:29
hrwaccording to Unity code Trashcan can be hidden only by changing code. Someone would have to implement code from DeviceLauncherIcon into TrashcanIcon10:39
didrocksIndeed10:41
om26erkamstrup, Hi! care to comment on this bug 88860710:57
ubot5Launchpad bug 888607 in unity-lens-files (Ubuntu) "typing does not suggests any file" [Undecided,Incomplete] https://launchpad.net/bugs/88860710:57
om26eri think i might have faced the issue once in the past month10:57
=== MacSlow is now known as MacSlow|lunch
jo-erlendhttp://askubuntu.com/questions/85309/how-to-enable-dropping-any-file-type-on-particular-or-any-unity-launcher-item <--- I'd like to know that myself. The LauncherAPI page doens't describe that at all.12:40
kamstrupmhr3: at your service https://code.launchpad.net/~kamstrup/libunity/faves-enumerator/+merge/8447013:39
kamstrupmhr3: this is a first step in https://bugs.launchpad.net/unity-lens-applications/+bug/89321413:40
ubot5Ubuntu bug 893214 in unity-lens-applications "Dash - Most Frequently Used apps change to Recently Used, without Launcher favorites" [High,Triaged]13:40
kamstrupthe question is whether I should add the u-l-a changes now or later - depending on the state of your ports?13:41
mhr3kamstrup, it's incomplete, right? john wants to filter out also running apps (non-pinned)13:52
kamstrupmhr3: oh13:53
kamstrupmhr3: I think the LauncherFavorites API makes sense still13:53
mhr3kamstrup, sure13:54
kamstrupmhr3: but I guess it'll be bamf work for the running apps13:54
kamstrupi have no idea about the state of the bamf vapi13:55
kamstrupmeh, seems there is no such thing as vala bindings for bamf13:56
kamstrupwho wants to make it easy anyway?13:57
kamstrupmhr3: I think we should just writye the bamf glue in C inside u-l-a. I wouldn't want all apps using libunity to pick up a connection to the chatty bamfdaemon and cause spurious wakeups all over the place14:01
=== MacSlow|lunch is now known as MacSlow
kamstrupmhr3: also I think we're free to interpret what "in the launcher" means14:03
kamstruphonestly I think it means "favorite"14:03
kamstrupbut there's room to figure out what feels "right" of course14:04
mhr3kamstrup, sure, but it's still going to be a lot of wakeups for poor ula14:07
=== m_conley_away is now known as m_conley
=== yofel_ is now known as yofel
APIlamalex, hi again, did you see my comments on that merge proposal? they were a answer to your comments14:46
=== jcastro_ is now known as jcastro
gordmhr3, bschaefer - so i'm thinking to fix this https://bugs.launchpad.net/unity/+bug/711199 - we need the lenses to expose a string for when there are no results, as its different for each lens. can we add api for this?16:05
ubot5Ubuntu bug 711199 in unity "Dash - No message displayed when no results are returned in the Dash" [Medium,In progress]16:05
bschaefergord, so add something in the Lens.cpp in UnityCore to hold an empty results string?16:08
gordbschaefer, basically yeah, but we need the lenses to provide that, hence, mhr3 ;)16:08
mhr3gord, i'd like to hear from ayatana first16:09
mhr3do we really need special string for each lens?16:09
davidcallemhr3, "This lens needs an internet connexion to provide results"16:10
mhr3davidcalle, good point16:10
gordmhr3, well its what design want and i don't want to hard-code this in unity ;)16:10
mhr3seems to me the design isn't complete yet16:12
bschaefermhr3, yeah I just changed it to have john look at it again since the bug is old. Such as the home lenses is getting changed this cycle also16:13
gordmhr3, oh sorry no right, JohnLea set it to fix committed, the solution in the description is what he edited in there, its confusing i know. let me set that back to fix-commited16:13
bschaeferthumper told me to mark it as incomplete to have john look at it again is why I did that16:13
mhr3gord, but yea, i agree that it should be completely dynamic16:14
gordJohnLea, https://bugs.launchpad.net/unity/+bug/711199 <-- seem okay to you? bit of confusion16:14
ubot5Ubuntu bug 711199 in unity "Dash - No message displayed when no results are returned in the Dash" [Medium,In progress]16:15
=== API is now known as apinheiro
JohnLeabschaefer, mhr3, gord; If you need me (or someone else in design) to look at a bug, set it's status in *unity* (or whatever the relevant project is) to "incomplete".  Don't change the ayatana-design status!  We have a script that looks for bugs with specific upstream and downstream statuses, and reports when those statuses are inconsistent with the status in ayatana-design.16:22
JohnLeabschaefer, mhr3, gord; If a bug has a status of 'fix-committed' or 'triaged' in ayatana-design it is signed off by design and ready to go ;-)16:24
bschaeferJohnLea, sorry about that, thought the one you were under was what needed to be changed to get an email sent to you!16:24
JohnLeabschaefer; no worries, to see the design view of bugs have a look at http://people.canonical.com/~platform/design/designer.html16:26
gordJohnLea, just a note, one thing that had me confused with that bug (and i think this is why this happened) you edited the description without noting in the comments that you did, so it looked like it was sebs idea not the signed off design idea :) can you just note that in future, either in the description or comments is fine, should stop confusion somewhat16:29
JohnLeagord; no prob, I'll leave a description updated comment in the future16:32
gordJohnLea, awesome :) thanks16:32
gordmhr3, so we cool to add something to the lenses to get the string?16:32
mhr3gord, lenses already return a{sv} from a search, time to add it there i guess :)16:33
gordnice16:34
thumperbschaefer: sorry about giving you incorrect info, I thought I told you right19:56
cdbsom26er: there?20:45
cdbsargh, he isn't in the channel. /me hates irssi20:45
=== m_conley is now known as m_conley_away
bschaeferthumper: no worries, I could have miss read what you said also23:55
bschaeferthumper: it was all fixed, also did you take a look at what was said about the bug?23:56
thumperbschaefer: no23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!