=== rickspencer3_ is now known as rickspencer3 | ||
broder | 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 |
---|---|---|
broder | this came up in bug 783006 about focuswriter | 02:30 |
ubot5 | Launchpad bug 783006 in natty-backports "A request for FocusWriter" [Wishlist,Confirmed] https://launchpad.net/bugs/783006 | 02:30 |
=== smspillaz|zzz is now known as smspillaz | ||
=== _LibertyZero is now known as LibertyZero | ||
=== _thumper_ is now known as thumper | ||
cdbs | Sorry if I missed something, but is Unity 3.8.14 postponed? | 06:25 |
cdbs | (no developer online to answer that right now :( ) | 06:26 |
didrocks | good morning | 07:19 |
evaluate | Hello. | 07:20 |
evaluate | 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:20 |
evaluate | s/Does/Do/ | 07:21 |
evaluate | 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:22 |
oSoMoN | good morning | 07:59 |
coz_ | oSoMoN, certainly morning here 3:00 am | 08:00 |
coz_ | :) | 08:00 |
oSoMoN | coz_: perfect time for hacking/designing I would say :) | 08:01 |
coz_ | oSoMoN, i suppose , I am staying away from that for now,, i think I will stick with graphics :) | 08:02 |
coz_ | oSoMoN, graphics take the same amount of energy ,, cant do both | 08:02 |
MacSlow | good morning folks | 08:08 |
oSoMoN | hey MacSlow | 08:09 |
MacSlow | hey oSoMoN | 08:09 |
Nafai | hi guys | 08:13 |
MacSlow | hey Nafai | 08:14 |
Nafai | Hey MacSlow. | 08:16 |
=== gabon_ is now known as gabon | ||
=== chrisccoulson_ is now known as chrisccoulson | ||
=== daker_ is now known as daker | ||
didrocks | oSoMoN: css file for the launcher? you can mix qml and css? | 10:35 |
oSoMoN | didrocks: not that I know of, but you can apply style to Qt widgets using CSS | 10:36 |
oSoMoN | s/style/styles/ | 10:36 |
didrocks | oSoMoN: oh ok, it's for the Qt Widgets then, thanks :) | 10:36 |
oSoMoN | didrocks: in Unity-2d, afaik it’s used only to style the quicklists | 10:37 |
didrocks | oSoMoN: and quicklists aren't qml elements? it's Qt code? | 10:37 |
didrocks | oSoMoN: I guess launcher/UnityApplications/, isn't it? | 10:38 |
oSoMoN | didrocks: yes | 10:38 |
didrocks | thanks for confirming :) | 10:39 |
oSoMoN | didrocks: quicklists are not QML elements because you can create QML elements only inside the parent view, not outside of it | 10:39 |
oSoMoN | didrocks: that said, they are exposed in QML | 10:39 |
didrocks | oSoMoN: oh ok, you can't create an extra X window outside of it? | 10:39 |
oSoMoN | didrocks: not directly from QML | 10:40 |
didrocks | ok | 10:41 |
=== MacSlow is now known as MacSlow|lunch | ||
didrocks | kaleo: small question, is there any intend to still backport current unity-2d to maverick? | 12:11 |
=== chaotic_ is now known as chaotic | ||
hicham | morning | 12:38 |
hicham | hi didrocks | 12:38 |
didrocks | hey hicham! | 13:12 |
didrocks | good morning :) | 13:12 |
hicham | didrocks: when will you start working on the gtk3 port ? | 13:13 |
didrocks | hicham: not sure, the work should be quite quick to do, but right now, we are focused on the natty SRU | 13:14 |
hicham | didrocks: natty SRU ? | 13:15 |
didrocks | hicham: stable release update | 13:15 |
hicham | didrocks: does that include fixing compiz crashing on enabling/disabling plugins ? | 13:16 |
didrocks | hicham: it's already done with latest version normally | 13:17 |
didrocks | we don't have a crash anymore | 13:17 |
hicham | didrocks: latest unity version ? | 13:20 |
didrocks | hicham: right, 3.8.12 | 13:20 |
didrocks | isn't what you package? | 13:20 |
hicham | didrocks: that is the version I have | 13:21 |
hicham | didrocks: but I still have crashes | 13:22 |
kaleo | didrocks: let me check (I don't think so) | 13:24 |
didrocks | hicham: did you report them with a backtrace? | 13:25 |
hicham | didrocks: not yet, I thought it is still a known issue | 13:26 |
hicham | didrocks: but I will | 13:26 |
didrocks | hicham: not for this one, please report it with a backtrace :-) | 13:27 |
didrocks | thanks! | 13:27 |
=== MacSlow|lunch is now known as MacSlow | ||
=== m_conley_away is now known as m_conley | ||
janimo | 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 |
ubot5 | 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:43 |
oSoMoN | janimo: in the source tree, look for launcher/ListViewDragAndDrop.qml | 13:45 |
janimo | oSoMoN, thanks, looking. | 13:47 |
janimo | 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 |
janimo | s/mail/main/ | 13:48 |
oSoMoN | 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 |
janimo | oSoMoN, gdb traces you mean? I can attach those | 13:50 |
janimo | oSoMoN, so the launcher supports drag and drop rearranging of the app launcher icons? | 13:51 |
janimo | I can try reproducing the issue if so | 13:51 |
janimo | so far I could only move them accidentally | 13:51 |
Mark__T | kenvandine: ping | 13:53 |
janimo | 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:03 |
hicham | hi DBO | 14:25 |
DBO | hey | 14:25 |
hicham | DBO: what is the status in bamf about https://bugzilla.gnome.org/show_bug.cgi?id=606960 | 14:25 |
ubot5 | Gnome bug 606960 in gio "gio: Add extension point for informing parties of launched application data" [Enhancement,Resolved: fixed] | 14:25 |
DBO | we are going to port to the gnome version of that patch this cycle | 14:26 |
hicham | nice, because I am having some strange window matching | 14:26 |
hicham | mozilla apps for one | 14:27 |
hicham | maybe it is caused by the absence of the gio module | 14:27 |
hicham | they are matched correctly in gnome-shell | 14:27 |
hicham | DBO: you gonna also use gtk3/wnck3 ? | 14:28 |
DBO | which distro are you on? | 14:29 |
hicham | DBO: Fedora 15 | 14:32 |
DBO | hicham, yeah without the patch you lose considerable accuracy | 14:32 |
=== 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 | ||
sao | 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:12 |
Tatarus | hello in there. i want to report a bug | 17:13 |
Tatarus | who can i report to? | 17:13 |
=== bregma_ is now known as bregma|break | ||
mardy | kaleo: hi, I wrote a fix for bug 766776 (I suppose LP sent you the notification, but anyway...) | 17:20 |
ubot5 | 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:20 |
kaleo | mardy: awesome! | 17:22 |
mardy | kaleo: but as I wrote in the comment, I couldn't request a merge :-( | 17:23 |
kaleo | mardy: you can use the web interface to submit your merge request | 17:24 |
mardy | kaleo: ah. OK, I'll try | 17:24 |
kaleo | mardy: https://code.launchpad.net/~mardy/unity-2d/treat-double-clicks-as-single there is a button "request a merge" in there somewhere :) | 17:24 |
mardy | kaleo: found, thanks | 17:25 |
kaleo | mardy: you can set a nice commit message for the merge in there | 17:25 |
kaleo | mardy: and add comments if there is anything you would like to point out (limitations, advice on testing, etc.) | 17:26 |
=== 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^ | ||
lamalex | jono, dude, have you ever tried to run guitarpro under wine or anything? | 20:01 |
lamalex | so many tabs are in gp5 format which tuxguitar and all of those programs can't open | 20:01 |
lamalex | jono, also i need to send you a picture of my new guitar... | 20:02 |
lamalex | it's absurd | 20:02 |
=== yofel_ is now known as yofel | ||
=== m_conley is now known as m_conley_away |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!