=== rickspencer3_ is now known as rickspencer3 [02:30] hmm...is there a standard answer for what an app is supposed to do if it runs fullscreen (i.e. above the launcher and panel) and needs its menus? [02:30] this came up in bug 783006 about focuswriter [02:30] Launchpad bug 783006 in natty-backports "A request for FocusWriter" [Wishlist,Confirmed] https://launchpad.net/bugs/783006 === smspillaz|zzz is now known as smspillaz === _LibertyZero is now known as LibertyZero === _thumper_ is now known as thumper [06:25] Sorry if I missed something, but is Unity 3.8.14 postponed? [06:26] (no developer online to answer that right now :( ) [07:19] good morning [07:20] Hello. [07:20] Does the files in the "icon-theme-path" directory that I pass to app_indicator_new_with_path have to be in any hierarchy or something like that? [07:21] s/Does/Do/ [07:22] I tried just putting a 'something.png' into a folder and then passing that folder to app_indicator_new_with_path, but it won't work. [07:59] good morning [08:00] oSoMoN, certainly morning here 3:00 am [08:00] :) [08:01] coz_: perfect time for hacking/designing I would say :) [08:02] oSoMoN, i suppose , I am staying away from that for now,, i think I will stick with graphics :) [08:02] oSoMoN, graphics take the same amount of energy ,, cant do both [08:08] good morning folks [08:09] hey MacSlow [08:09] hey oSoMoN [08:13] hi guys [08:14] hey Nafai [08:16] Hey MacSlow. === gabon_ is now known as gabon === chrisccoulson_ is now known as chrisccoulson === daker_ is now known as daker [10:35] oSoMoN: css file for the launcher? you can mix qml and css? [10:36] didrocks: not that I know of, but you can apply style to Qt widgets using CSS [10:36] s/style/styles/ [10:36] oSoMoN: oh ok, it's for the Qt Widgets then, thanks :) [10:37] didrocks: in Unity-2d, afaik it’s used only to style the quicklists [10:37] oSoMoN: and quicklists aren't qml elements? it's Qt code? [10:38] oSoMoN: I guess launcher/UnityApplications/, isn't it? [10:38] didrocks: yes [10:39] thanks for confirming :) [10:39] didrocks: quicklists are not QML elements because you can create QML elements only inside the parent view, not outside of it [10:39] didrocks: that said, they are exposed in QML [10:39] oSoMoN: oh ok, you can't create an extra X window outside of it? [10:40] didrocks: not directly from QML [10:41] ok === MacSlow is now known as MacSlow|lunch [12:11] kaleo: small question, is there any intend to still backport current unity-2d to maverick? === chaotic_ is now known as chaotic [12:38] morning [12:38] hi didrocks [13:12] hey hicham! [13:12] good morning :) [13:13] didrocks: when will you start working on the gtk3 port ? [13:14] hicham: not sure, the work should be quite quick to do, but right now, we are focused on the natty SRU [13:15] didrocks: natty SRU ? [13:15] hicham: stable release update [13:16] didrocks: does that include fixing compiz crashing on enabling/disabling plugins ? [13:17] hicham: it's already done with latest version normally [13:17] we don't have a crash anymore [13:20] didrocks: latest unity version ? [13:20] hicham: right, 3.8.12 [13:20] isn't what you package? [13:21] didrocks: that is the version I have [13:22] didrocks: but I still have crashes [13:24] didrocks: let me check (I don't think so) [13:25] hicham: did you report them with a backtrace? [13:26] didrocks: not yet, I thought it is still a known issue [13:26] didrocks: but I will [13:27] hicham: not for this one, please report it with a backtrace :-) [13:27] thanks! === MacSlow|lunch is now known as MacSlow === m_conley_away is now known as m_conley [13:43] oSoMoN, hello. Which part of the Unity-2D codebase is involved in moving app icons on the launcher? I hit bug 768812 again [13:43] Launchpad bug 768812 in unity-2d "[launcher] icons no longer active after an incomplete drag (no reliable way to reproduce yet)" [High,Confirmed] https://launchpad.net/bugs/768812 [13:45] janimo: in the source tree, look for launcher/ListViewDragAndDrop.qml [13:47] oSoMoN, thanks, looking. [13:48] I attahced with gdb and there are 12 threads, 11 of them waiting in the mail loop for events, and one in QTWTF::TCMalloc_PageHeap::scavengerThread [13:48] s/mail/main/ [13:50] janimo: no idea what that would be, but if you can attach all the relevant output/information to the bug report, that will be super useful [13:50] oSoMoN, gdb traces you mean? I can attach those [13:51] oSoMoN, so the launcher supports drag and drop rearranging of the app launcher icons? [13:51] I can try reproducing the issue if so [13:51] so far I could only move them accidentally [13:53] kenvandine: ping [14:03] oSoMoN, btw that file mentions a workaround that should be dropped when Qt 4.7.2 is used .That is true for Natty now [14:25] hi DBO [14:25] hey [14:25] DBO: what is the status in bamf about https://bugzilla.gnome.org/show_bug.cgi?id=606960 [14:25] Gnome bug 606960 in gio "gio: Add extension point for informing parties of launched application data" [Enhancement,Resolved: fixed] [14:26] we are going to port to the gnome version of that patch this cycle [14:26] nice, because I am having some strange window matching [14:27] mozilla apps for one [14:27] maybe it is caused by the absence of the gio module [14:27] they are matched correctly in gnome-shell [14:28] DBO: you gonna also use gtk3/wnck3 ? [14:29] which distro are you on? [14:32] DBO: Fedora 15 [14:32] hicham, yeah without the patch you lose considerable accuracy === chaotic_ is now known as chaotic === chaotic_ is now known as chaotic === chaotic_ is now known as chaotic === chaotic_ is now known as chaotic === chaotic_ is now known as chaotic [17:12] hi all. I'm currently playing around with the quicklist, which just works with a Launcher ;). I'm now asking myself if there is a way to add such a customized Quicklist with Unity.LauncherEntry to a Unity Lens? If yes is there a sample somewhere? [17:13] hello in there. i want to report a bug [17:13] who can i report to? === bregma_ is now known as bregma|break [17:20] kaleo: hi, I wrote a fix for bug 766776 (I suppose LP sent you the notification, but anyway...) [17:20] Launchpad bug 766776 in unity-2d "double clicks should be disabled on bfb/Place launcher icon/double key press" [Medium,Confirmed] https://launchpad.net/bugs/766776 [17:22] mardy: awesome! [17:23] kaleo: but as I wrote in the comment, I couldn't request a merge :-( [17:24] mardy: you can use the web interface to submit your merge request [17:24] kaleo: ah. OK, I'll try [17:24] mardy: https://code.launchpad.net/~mardy/unity-2d/treat-double-clicks-as-single there is a button "request a merge" in there somewhere :) [17:25] kaleo: found, thanks [17:25] mardy: you can set a nice commit message for the merge in there [17:26] mardy: and add comments if there is anything you would like to point out (limitations, advice on testing, etc.) === daker is now known as daker_ === bregma|break is now known as bregma === kklimonda is now known as Guest62081 === Guest62081 is now known as kklimonda^ [20:01] jono, dude, have you ever tried to run guitarpro under wine or anything? [20:01] so many tabs are in gp5 format which tuxguitar and all of those programs can't open [20:02] jono, also i need to send you a picture of my new guitar... [20:02] it's absurd === yofel_ is now known as yofel === m_conley is now known as m_conley_away