/srv/irclogs.ubuntu.com/2011/02/16/#ubuntu-desktop.txt

brycehhmm, mipmap.c is rather dense00:00
RAOFYes, it is.00:01
brycehaha00:01
bryceh        rowA = 0x000:01
RAOFI went hunting through there earlier.  Although the crash is triggered in the mipmap generation code I think the bug is earlier.00:01
brycehthat's probably true00:02
RAOFOk, so it looks like it still is fdo #32246 :)00:02
brycehno, this is me looking at your crash report ;-)00:02
RAOFOh :)00:02
brycehRAOF, try DEB_BUILD_OPTIONS=noopt to build packages without optimizing out variables, that may help you trace down where the null pointer is coming in00:04
brycehRAOF, did you mention you'd tried the newer upstream mesa code?  if not, think it's worth thumbing through recent commits?00:04
RAOFI'd tried master at the time of filing that bug; it may have been fixed since, I guess.00:05
brycehwell, to start with it looks like do_row() ought to have an ASSERT(srcRowA);00:07
brycehalthough that won't fix the crash00:07
brycehmaybe it should just return srcRowB in that case?00:08
RAOFFrom memory the underlying problem is that the texture that it's trying to mipmap isn't quite properly set up.00:09
* RAOF hugs sbuild passing through DEB_BUILD_OPTIONS00:09
brycehyeah in this case looks like srcB would be invalid anyway (it's just srcA + an offset)00:10
brycehok, mipmap.c:1817 is as far as I can trace the null pointer by eye00:13
brycehlooks like it verifies the format is not compressed and then gets the null pointer from srcImage->Data00:13
RAOFYeah.00:14
brycehsomehow no asserts for those pointers along this path00:14
brycehintriguing00:14
RAOFI hadn't got as far as working out where srcImage->Data was expected to be set, and why it wasn't.00:14
* RAOF watches as a mesa build races against a dist-upgrade on a 3-drive btfrs system.00:26
TheMusolol00:27
brycehboy, yeah srcImage->Data gets lost quick in the tangle of calls00:27
TheMusobug 719710 likely a dup of others there, but may have a usable backtrace.00:30
ubot2TheMuso: Error: Could not parse data returned by Launchpad: list index out of range (https://launchpad.net/bugs/719710)00:30
brycehmaybe add some debug code to _mesa_GenerateMipmapEXT to display contents of texObj00:30
brycehthat's the highest point in mesa; above that it's compiz code00:31
RAOFMy thinking was that the problem was actually *before* generateMipmapEXT; that the texture being passed in there hadn't been properly initialised.00:31
RAOFBut I couldn't manage to get a test-case smaller than compiz to exhibit the problem.00:32
brycehyeah I think that's the case too00:32
RAOFI tried to coerce some of the mipmapping piglit tests into crashing in the same way, but couldn't.00:34
TheMusoSeems apport failed to retrace as well, re my bug mentioned above.01:05
RAOFIt's easily reproducible here, and still occurs with 7.10.1~git01:11
RAOFSo, to master!01:12
TheMusoSorry if I have derailed your day of other things...01:13
RAOFThere are few things more important than making sure Unity works on the free drivers ;){01:14
TheMusoFair enough.01:20
RAOFAnd I've already got it working for nv5x, so radeon's the last holdout :)01:24
TheMusoRight.01:26
TheMusoRAOF: Thanks, let me know if I can test anything.01:26
RAOFYup, still applies to master.01:27
TheMusodamn01:29
* TheMuso -> lunch.01:29
brycehalrighty01:41
brycehRAOF, http://paste.ubuntu.com/567529/01:50
brycehhaven't tested it, but that should force mesa to kick out early instead of crashing01:50
RAOFFair call.01:51
brycehjustify fixing it here in that due to fdo #32096 this situation has come up  beyond just compiz01:51
brycehRAOF, also I found something which is mighty interesting...01:52
brycehhttp://www.opengl.org/wiki/Common_Mistakes01:52
brycehscroll down to 'Automatic mipmap generation' and check the Warning01:52
TheMusoWow, a can of worms is being opened...01:53
brycehI know next to nothing about GL programming, but that sounds awfully similar to what compiz is doing leading up to this crash01:53
brycehWarning: It has been reported that on some ATI drivers, glGenerateMipmap(GL_TEXTURE_2D) has no effect unless you precede it with a call to glEnable(GL_TEXTURE_2D) in this particular case. Once again, to be clear, bind the texture, glEnable, then glGenerateMipmap. This is a bug and has been in the ATI drivers for a while. Perhaps by the time you read this, it will have been corrected.01:54
brycehit looks like the code is calling glEnable, then binding the texture (I guess?), and then doing the equivalent of glGenerateMipmap01:54
brycehI don't know if the order matters though01:54
brycehso it looks to my untrained eyes like compiz is doing the right thing, but it seems suspicious.  Someone more knowledgeable in compiz could take a gander01:55
=== kenvandine_ is now known as kenvandine
RAOFI remember having a look; I don't think it calls glGenerateMipmap, because that's a GL 3 call.02:06
TheMusoI just discovered that nautilus creates an indicator when you copy files, allowing you to close the file copy window and bring it back with the indicator if you want. :)02:14
TheMusoCool feature.02:14
RAOFI obviously do more file copying than you; that's been there pretty much since the advent of indicators ;)02:25
TheMusoRight./02:26
TheMusoOr probably because I didn't notice it, I just left the copy windows open int he background.02:26
TheMusoI only noticed it now because I am going through libappindicator's rdepends.02:27
RAOFMy you can get a lot of debug spew with RADEON_DEBUG=tex :)02:29
RAOFHm.  Ok, so the other option would be to ship r600g by default, as Debian and fedora do.03:07
RAOF#dri-devel is very much of the “why are you trying to fix r600c” frame of mind…03:08
TheMusoheh so why don't we?03:10
RAOFIndeed.03:14
=== ministryseannige is now known as ministry[seannig
=== ministry[seannig is now known as wolfspider
=== wolfspider is now known as wolfspider[nigel
=== wolfspider[nigel is now known as w0lfs1d3r
pittiGood morning06:54
pittiSweetshark: ah, do you have a shared repo now with an ubuntu branch06:54
pitti?06:54
=== tkamppeter_ is now known as tkamppeter
* pitti -> off to an appointment, bbl07:39
didrocksgood morning08:00
mvogood morning didrocks08:04
didrockshey mvo :)08:04
=== MacSlow is now known as MacSlow|afk
Sweetsharkpitti: yes08:34
SweetsharkMorning, btw08:34
SweetsharkI tried to create an export to launchpad, but bzr fast-import fails on it.08:35
didrockshey Sweetshark08:36
* Sweetshark waves back at didrocks.08:38
SweetsharkAnother build finished tonight, but failed in the smoketest. The funny thing is: The test itself completes successfully, but JVM dies a horrible dead after that. I am still wondering if it would be better with the Sun JVM instead of OpenJDK ...08:41
Sweetsharks/dead/death/08:41
chrisccoulsongood morning everyone08:47
didrockshey chrisccoulson08:54
chrisccoulsonhi didrocks, how are you?08:54
didrockschrisccoulson: I'm fine thanks, you?08:55
chrisccoulsonyeah, not too bad thanks.08:55
=== smspilla2 is now known as smspilla10
=== smspilla10 is now known as smspilla10000
=== smspilla10000 is now known as smspillaz
seb128hey chrisccoulson didrocks08:59
didrockshey seb128!09:06
seb128lut didrocks ;-)09:08
huatsmorning09:12
huatshello seb128 and didrocks09:12
didrocksbonjour huats09:13
seb128salut huats09:13
=== alf___ is now known as alf__
=== MacSlow|afk is now known as MacSlow
pittiSweetshark: don't worry about git->bzr; I think it'll cause more trouble than it's worth10:19
pittiSweetshark: and you'd break the ability to cherrypick back into debian10:20
loolOy10:29
loolLast time I came to visit here, I reported all the stuff which was broken on the desktop for me  :-)   today, I'd like to note that things have greatly improved in the last weeks, almost all my issues are gone10:30
loolI also very much like the wiki applet integration, it's looking great10:30
seb128hey lool \o/10:34
seb128glad that things work better for you ;-)10:34
seb128lool, what wiki applet?10:35
loolerr wifi10:39
Sweetsharkpitti: do we have some way to host git too? I have a copy of the repo on UbuntuOne, but still something directly hosted on Ubuntu would ease my mind ...10:39
pittiSweetshark: as kernel.ubuntu.com does it, we can do it somehow, but I don't know the details10:40
pittiSweetshark: but I thought you'd just commit to the debian repo into the ubuntu branch?10:40
Sweetsharkpitti: I do.10:40
seb128lool, oh ok10:40
seb128lool, running unity or classic GNOME btw?10:41
loolI need to try unity again; last time I tried it was too broken for me10:41
pittiSweetshark: you mean backup if alioth goes down?10:41
Sweetsharkpitti: sortof ...10:41
pittiSweetshark: I guess alioth + your local copy + ubuntuone should be reliable enough..10:41
Sweetsharkk10:41
pittiSweetshark: and then you can of course always put it on people.canonical.com10:42
pittiSweetshark: we just don't have gitweb installed there (or maybe we do, and I don't know about it), but that doesn't stop you from pushing a repo there10:42
Sweetsharkah ok, cool10:42
pittiSweetshark: ah, http://packages.qa.debian.org/libr/libreoffice.html still points to bzr10:42
Sweetsharkpitti: not on my local copy ;)10:43
pittihttp://git.debian.org/?p=pkg-openoffice/libreoffice.git;a=shortlog;h=refs/heads/ubuntu-natty-3.3.110:43
pittiah, nice10:43
loolseb128: Just switched to unity, works fine!10:44
seb128;-)10:44
loolIs there a "launch command" shortcut?  alt-f2 doesn't appear to work10:44
seb128no...10:44
seb128in fact I run a classic GNOME session with a gnome-panel in autohiden at the bottem and unity enabled in ccsm there10:45
loolThe number of workspaces is reset to a different value for some reason; perhaps some session switching magic10:45
seb128so I've unity and working alt-f210:45
loolseb128: Eh good trick10:45
seb128lool, how did you start it? if you run "unity" or the unity session it uses a different compiz profile where unity is enabled by default10:45
loolI have a xorg bug, but that's unrelated to unity10:45
seb128but it means you have a stock compiz config10:46
loolseb128: I'm selecting unity from gdm10:46
seb128ok10:46
Sweetsharkpitti: 3.3.1~rc2 has been tagged upstream, but I will finish this one as 3.3.1~rc1-2ubuntu1. rc2 will follow later ...10:46
seb128lool, it might be easier to keep using GNOME but enable unity in cssm10:46
seb128you would keep your compiz config and have a gnome-panel10:46
seb128that's what I'm doing ;-)10:46
loolIs there a way to display other workspaces in unity?10:47
loolI mean, workspace switcher applet10:47
seb128no10:47
* lool tries unity 2d to see the difference10:47
seb128there is the workspace button on the launcher10:47
seb128which triggers the compiz workspace expose10:48
loolunity 2d is working quite well too now10:49
loolseb128: Thanks for the tricks10:51
seb128lool, you're welcome10:53
didrockslool: the default in unity is a 2x2 layout. there is no more "binding magic" with the metacity one and the compiz profiles are separated beetween the unity and the classic session.11:03
didrocksthough, IIRC, I set the metacity to be 2x2 as well by default11:03
didrockslool: if you want to change the number of ws in unity, you can use ccsm for that11:03
Sweetsharkpitti: sooo ... should I dput libreoffice_3.3.1~rc1-2ubuntu1 to the libreoffice ppa?11:10
pittiSweetshark: you figured out the smoketest failure? if so, go! go! go! :-)11:11
* Sweetshark has been way too long in OOo to not know how to trick the smoketest.11:15
Sweetsharkpitti: when there is a unrelease debian upstream version 3.3.1~rc1-3 and I am basing on it should I can mine 3.3.1~rc1-3unbuntu1 or 3.3.1~rc1-2unbuntu1 (which was released)11:21
pittiSweetshark: not "unbuntu" please :) Personally I'd use -3~ubuntu111:22
pitti(if -3 is about to be uploaded)11:22
pittior if it's still going to get a lot of changes before upload, use -2ubuntu111:22
Sweetshark-3 wont be uploaded as debian went on directly to rc211:23
pittiSweetshark: which one doesn't matter much; just don't call it -3ubuntu1 before -3 actually hits debian11:23
pittiSweetshark: ah; use -2ubuntu1 then11:23
Sweetsharkk11:23
pittiand just in case it fails to build in the PPA, -2ubuntu1~ppa1 :)11:24
pittithen you can do some followup fixes until it builds in the PPA, and upload the final thing as -2ubuntu111:24
pittiSweetshark: do you know ~ ?11:24
Sweetsharkno11:24
pittiSweetshark: X~Y is smaller than X11:25
pittiso ~ is appropriate for backports,11:25
pittie. g. if you have 1-2ubuntu3 in natty, the maverick backport would be 1-2ubuntu3~maverick111:25
Sweetsharkdistro is still UNRELEASED until is will hit the natty repos, right?11:25
pittiso that if you upgrade from maverick plus that backport to natty, the version number will be higher11:26
pittiSweetshark: in the changelog? yes, that's a good and common practice to have; you commit stuff with UNRELEASED11:26
pittiand once you are ready to upload, you do "dch -r" and then "debcommit -r"11:26
Sweetsharkso, I have breoffice (1:3.3.1~rc1-2ubuntu1~ppa1) UNRELEASED; urgency=low11:27
pittiSweetshark: so ~ is usually used for kinds of "prereleases"11:27
pittiSweetshark: another common use case is 1.0~beta111:27
pitti0.9 < 1.0~beta < 1.011:27
Sweetsharkpitti: well, debian makes a _lot_ more sense than gentoo there ...11:30
seb128(gdb) p priv->appinfo11:33
seb128$2 = (GAppInfo *) 0x92705e811:33
seb128(gdb) p *(priv->appinfo)11:33
seb128$3 = <incomplete type>11:33
seb128(gdb) p *(GAppInfo*)(priv->appinfo)11:33
seb128$1 = <incomplete type>11:33
seb128hates gdb!!!11:33
seb128does anybody know why it refuses to print it? I've the glib dbg symbols installed11:34
pittiseb128: I don't know why, I'm afraid; you might be able to use call() with some accessor methods, perhaps?11:35
seb128pitti, let me try11:35
pittiseb128: does this work? call g_app_info_get_commandline(priv->appinfo)11:35
pittiseb128: I guess the reason is that it's a private struct that is only defined within the .c file?11:36
Sweetsharkseb128: does "p *$2" work maybe?11:37
seb128Sweetshark, no, it's equivalent to " p *(priv->appinfo)" I think11:38
seb128it gives a " <incomplete type>" as well11:38
seb128pitti, not really, GAppInfo is a gio structure11:39
seb128pitti, using the g_app_info_get_... work yes11:39
pitticool11:39
seb128still I would like to figure why I can't print the structure ;-)11:39
* Sweetshark had gdb sometimes be more generous when using the shortcut ...11:40
Sweetsharkapropos crashes: it there a oracle JVM available around natty somewhere?11:41
* Sweetshark wants to test his smoketest with that, suspecting OpenJDK ...11:42
pittiSweetshark: you can install it from lucid or maverick partner repository11:43
pitti(sun-java6)11:43
Sweetsharkpitti: k11:43
didrockstseliot: about bug #710762, we have the "open a new instance" feature relying on middle click…11:52
ubot2Launchpad bug 710762 in xserver-xorg-input-evdev "Middle mouse button no longer works" [Undecided,Won't fix] https://launchpad.net/bugs/71076211:52
* tseliot has a look at the bug report11:56
tseliotdidrocks: what do you mean by "we"? Unity?12:02
didrockstseliot: right12:03
didrockstseliot: it's a backup key as we won't have time to distro-patch every .desktop file to add the "Add a new instance" entry12:03
tseliotdidrocks: ok, so you need to have middle button emulation back on by default, right? I guess it would take just a simple configuration file to do it12:05
tseliotI need to talk to the rest of the X team about it first though12:05
didrockstseliot: right, just to hilight that case ;) thanks for discussing it at least :)12:06
=== MacSlow is now known as MacSlow|lunch
tseliotdidrocks: so, can you explain a little bit how this works (as I can't use Unity with the radeon driver), please?12:07
didrockstseliot: so, by default, when you click on a launcher icon, you open an application12:07
tseliotright12:07
didrockstseliot: it you reclick on it then and that the application is already opened, it focuses it12:08
didrocksso you can't open multiple instance12:08
didrocksinstances12:08
tseliotoh, I see the problem now12:08
didrocksfor that, there is two ways:12:08
didrocks- distro-patching the .desktop for applications we know multiple-instances are working12:08
didrocksthis is the right way to do it, it will be shown by a right click on the launcher icon12:08
didrocksbut obviously, we won't be able to patch every .desktop file we have in the repo where it's needed12:09
tseliotright12:09
didrocksso, the backup plan is the second solution:12:09
didrocks- middle click on the launcher icon12:09
didrocksthat "tries" to open a new instance in every case12:09
didrocks(with some weird behavior on application focusing as they don't support multiple instances)12:10
didrocksthe fallback with the keyboard is alt + F1 and then space (from next release though)12:10
tseliotok12:10
tseliotdidrocks: ok, so I'll send them an email and subscribe you to the discussion12:11
didrockstseliot: thanks :)12:11
=== Artir_ is now known as Artir
=== Artir_ is now known as Artir
=== zyga is now known as zyga-afk
=== MacSlow|lunch is now known as MacSlow
=== zyga-afk is now known as zyga
mterry_pitti, are you fixing PyGI to work with gtk+2.0 or are we backing out the ports we did already?14:15
pittimterry_: uh, what's broken?14:15
pittiit is supposed to work, I'm not planning to back out the ports14:15
mterry_pitti, nothing.  I just remember the conversation about PyGI and 2.0 not getting along14:15
pittimterry_: I'm happy to backport annotation fixes to gtk214:15
seb128works fine here for apport, jockey, etc14:15
=== hggdh_ is now known as hggdh
mterry_seb128, oh.  I remember a desktop meeting where we agreed to back out the ports because we didn't want to ship 3.0 and pygi and 2.0 didn't play nice14:16
mterry_maybe I misremembered that14:16
pittimterry_: 3.0 has pretty much perfect annotations now; 2.0 ones are still a bit buggy, but I fixed them up to the point where they work with the stuff that we ported14:16
mterry_pitti, i see.  so 2.0 mostly works14:16
pittimterry_: yeah, it took me some effort to get 2.0 working :)14:16
mterry_pitti, awesome  :)14:16
seb128mterry_, right, but since pitti decided to fix gi on gtk214:17
pittimterry_: if you stumble over something that doesn't, I'm happy to fix it up further14:17
pittiit's usually easy14:17
mterry_pitti, nope, not yet.  Just got confused14:17
pittiseb128: (actually it was the other way round -- fix gtk2 for gi :) )14:17
seb128mterry_, current natty should work fine, he backported the annotations fixes needed for the ports he did14:17
mterry_cool14:17
pittiseb128: btw, I'll take off tomorrow and Friday; would you be able to sit in the release meeting?14:17
seb128mterry_, btw while you are here, please don't use obsolete libs to set the tz14:17
seb128mterry_, dpkg -L gnome-settings-daemon | grep date14:18
seb128mterry_, the polkit helper there is what gnome-panel, GNOME3 are using and what the indicator should do14:18
mterry_seb128, you mean liboobs, yeah, the indicator is using that14:19
seb128mterry_, well please don't ;-)14:19
mterry_seb128, or is liboobs considered obsolete?  really?  oh  :(14:19
seb128mterry_, it's the gnome-system-tools lib14:19
mterry_right14:19
mterry_ok, didn't know that was going away14:19
seb128mterry_, using the gnome-settings-daemon polkit helper should be easy and better14:19
seb128mterry_, yeah, I assumed so, that's why I'm pointing it now ;-)14:20
mterry_cool, I think the plan from mpt is to not have the indicator set the timezone directly, but I'll pass along to klattimer too14:21
seb128mterry_, what would set the tz?14:21
mterry_seb128, the preference dialog that you can launch from the indicator14:22
mterry_seb128, which we should make sure does the new thing if we end up writing bunches of it14:22
seb128hum, seems part of the blame belongs to kenvandine and tedg there14:24
kenvandine?14:24
* kenvandine reads back14:24
kenvandineliboobs is obsolete?14:25
kenvandineugh14:25
seb128right, it's ted who added the depends on the lib14:25
seb128kenvandine, you will get some slapping for not describing your depends changes in the changelog14:25
seb128or in the control14:25
seb128it's mentioned nowehre you started using that lib14:26
seb128or I would have told you when it was added14:26
kenvandine:)14:26
seb128kenvandine, well in any case yes, please use the gnome-settings-daemon polkit helper14:26
kenvandinetedg, ^^14:26
seb128that's what GNOME is doing nowadays14:26
kenvandinethat should make the opensuse guys happier too14:27
tedgAh, fun.  Hopefully not too big a deal.14:27
kenvandinethey don14:28
seb128tedg, you can copy set-timezone.c from gcc314:28
kenvandine't have liboobs14:28
seb128gint     can_set_system_timezone (void);14:28
seb128void     set_system_time_async   (gint64         time,14:28
seb128void     set_system_timezone_async   (const gchar    *filename,14:28
seb128that's basically what is in set-timezone from gcc14:29
seb128with a get_ as well14:29
tedgseb128, gcc?  glib?14:29
seb128tedg, gnome-control-center14:29
tedgAh, okay.14:29
* tedg was trying to figure out why the compiler had timezone support14:29
seb128tedg, take the current git code it's in panels datetime14:29
jibelseb128, I confirm that the workaround fixes bug 719861 and that it also fix the nautilus crash.14:31
ubot2Launchpad bug 719861 in gdk-pixbuf "After installation icon theme default to gnome-icon-theme and cannot be changed" [High,Confirmed] https://launchpad.net/bugs/71986114:31
seb128jibel, right, I figured so for the nautilus crash14:31
seb128jibel, thanks14:31
seb128session restart brb14:32
bigonwill you compile empathy with geoclue support now that geoclue is in main?14:45
ftakenvandine, any update on the fast-respawn dance of indicator-datetime & geoclue-master?14:48
kenvandinefta, not that i know of, fta is it still happening to you?14:49
bcurtiswxafter installing indicator-weather shouldn't I see it on my top panel?14:49
kenvandinebcurtiswx, you need to run it14:49
Sweetsharkpitti: Ok, libreoffice_3.3.1~rc1-2ubuntu1~ppa1.dsc finished to build without a smoketest failure this time. I am just unsure, if that is plain luck ... and making ten tries to find out would take some time ...14:49
kenvandinebigon, not sure, we are easing into geoclue14:49
ftakenvandine, yep. on my x64 desktop at work. but not at home14:49
kenvandineinteresting14:49
kenvandinetedg, did you look at that at all yet?14:50
bcurtiswxkenvandine, "Another instance of this program is already running".  I don't see the numbers on the launcher, which makes me think there's some config file on my comp keeping unity from truly resetting after a computer reboot14:50
bcurtiswxbecause I _should_ see indicator-weather14:51
kenvandineno config file14:51
kenvandineunless indicator-weather does something like that itself14:51
kenvandinewhich i doubt14:51
bcurtiswxwhat could possibly cause me not to see the launcher numbers after a reboot ?14:52
kenvandinewell, is it running after a reboot?14:52
bigonkenvandine: ok14:52
kenvandineit would have to start itself with the session14:52
tedgkenvandine, No I haven't.14:53
bcurtiswxi just rebooted and indicator-weather in terminal says it's already running.. and on reboot the numbers for the launcher (after starting empathy) don't show :-\14:53
ftatedg, kenvandine: it's bug 71891114:59
ubot2fta: Error: Could not parse data returned by Launchpad: list index out of range (https://launchpad.net/bugs/718911)14:59
ftagrrr14:59
ftaoh, i don't use the network-manager on that desktop, that may be the reason15:00
kenvandinefta,  i was just noticing that15:03
kenvandinesucky way to fail though15:03
* kenvandine is looking at it15:04
ftakenvandine, thanks15:06
aquariushaving a weird dconf experience. dconf-editor says "dconf-editor: error while loading shared libraries: libgtk-3.0.so.0: cannot open shared object file: No such file or directory", but dconf-tools depends on libgtk3.0-0. Not sure what might have gone wrong so I can file a bug...15:08
ftais there a way to tell compiz that i don't want windows overlapping two workspaces?15:08
ftaaquarius, bug 71952815:09
ubot2Launchpad bug 719528 in d-conf "rebuild against sonamed gtk3" [Undecided,New] https://launchpad.net/bugs/71952815:09
aquariusfta, cor, that was quick. Thanks :)15:09
dobeyah, so you are15:09
seb128aquarius, gtk soname changed15:09
seb128aquarius, we will do rebuilds but the gtk3 binaries will change so I'm waiting for that to not have to rebuild things twice15:10
seb128aquarius, you can use "gsettings" on a command line instead as a workaround15:10
aquariusseb128, yeah, it's not a big problem :)15:11
aquariusbah, I was looking for a "don't use autohide" key for the unity launcher and there isn't one :)15:12
seb128aquarius, try ccsm, it's in compiz15:12
aquariusaha, it is, cheers seb128! although it doesn't do what I want anyway, so never mind :)15:13
seb128aquarius, what do you want?15:13
aquariusseb128, I want maximised windows to maximise to the space *other* than the launcher, like they do with the top panel. I'm sure it's being worked on, it just doesn't work yet :)15:14
bcurtiswxkenvandine, just a suggestion for a future gwibber.  Make it so I can see notifications for all messages for a specific protocol instead of right now where I'll have to see all facebook/twitter/identi.ca messages and I on'y want to see twitter/identi.ca15:15
seb128ups15:15
seb128not sure the launcher does that indeed, didrocks knows better about it though15:16
didrockshum? backloogging15:16
didrocksaquarius: you mean, you want the launcher not in autohide mode though?15:17
seb128didrocks, aquarius's question15:17
didrockslike, launcher always visible?15:17
didrocks(in that case, it's Hide launcher -> never)15:18
aquariusdidrocks, yep. Now that I can see progress and alerts for things *on* the launcher (xchat-indicator, U1, that sort of thing) I'm more inclined to look at the launcher itself. I can currently have the launcher show always, but maximised windows appear behind it if I do that, so it's not useful right now.15:18
didrocksaquarius: hum, maximized or fullscreen?15:19
didrocksaquarius: for maximize window, if you set the launcher to never hide, it sets the STRUT that the window manager respects15:19
aquariusdidrocks, maximized. The window manager doesn't seem to respect it for me; if I never-hide the launcher, maximized windows appear behind the launcher (both windows that were maximized before I set never-hide, and windows that i maximize after I set never-hide). I have multi-monitor, though, which might be confusing it.15:20
pittimterry_: what is https://launchpad.net/ubuntu/+spec/appdevs-desktop-n-quickly blocking on right now?15:22
didrocksaquarius: for those before you set never-hide, that's normal,15:22
didrocksaquarius: but maybe the mutlimonitor is confusing it, right15:22
aquariusdidrocks, grr! it's working now! how very annoying. So, ignore me for now and I'll try and reproduce it :)15:23
mterry_pitti, LP API additions15:23
didrocksaquarius: sure, do not hesitate to open a bug if you can get a reproducible test case15:23
pittimterry_: ah, thanks15:23
kenvandinefta, geoclue upstream has fixed that bug in git as well as made tons of changes in regard to network manager15:23
kenvandinenow to decide on taking a snapshot, convincing upstream to do a release, or fixing this specific crasher without all the other NM enhancements15:24
mterry_pitti, not clear it will happen in time for me to also add support to quickly.  So high chance of being postponed15:25
mterry_especially with FF so close15:25
kenvandinefta, fix uploaded :)15:38
ftakenvandine, excellent \o/ thanks15:39
kenvandineanytime!15:39
=== bjf[afk] is now known as bjf
kklimondamvo: are reviews from software-center going to be marked as "outdated" after some time, when the new version of reviewed application has been made available?16:08
mvokklimonda: yeah it already adds a little line about this16:08
=== SCone is now known as jmscone
jmsconeIs anyone around that's using Natty?16:24
jmsconeI have a semi-major bug I need to see if anyone else is experiencing16:28
devinhello16:31
devini need to talk to a dev16:31
devinhello?16:32
kenvandinedevin, best to just ask16:32
devinCould I please talk to a dev? Is anyone available?16:32
devinI have a gnome/ubuntu bug to report16:33
kenvandinepretty much everyone in this channel are devs16:33
devincan I talk to you?16:33
kenvandinesure16:33
devinI'd like to report a gnome bug involving the menus16:33
devinI have a laptop with sound and other action buttons on the front, as well as button with extra functions16:34
devinsuch as Fn+F2 turns off the wifi16:34
jmsconeIs anyone else experiencing an issue wherein "linux-generic" is not installed? I am in this installation from A2 and thus my computer isn't updating to the latest kernel16:34
devinthe bug I have noticed is if I'm using currently in ANY menu in ubuntu, and hit any of these function buttons, they do not work16:35
kenvandinejmscone, i haven't seen a problem with that16:35
devinif I open the application menu and hit, the increas eor decrease audio button, nothing happens16:35
jmsconekenvandine, Should I not report it then? Or see if I can get someone else to repro it?16:36
chrisccoulsondevin - that's a well known long standing issue16:36
devinok16:36
devinatleast I'm not crazy and thinking that shouldn't be the behavior16:36
chrisccoulsonthe menus have an active grab on the keyboard when they are open16:37
kenvandinejmscone, prehaps you had a dist-upgrade at a weird time?16:37
chrisccoulsondevin - there's a bug open on launchpad somewhere from years ago16:37
jmsconeI did a fresh install on a separate partition with the A2 ISO16:37
devincan you put a link? I'm not "savy" on how to find and report bugs16:37
kenvandinejmscone, not sure then...16:38
jmsconeAlright, I'll check to see if it can be reproduced and then go from there, thanks for the help kenvandine16:38
kenvandinejmscone, sorry i wasn't more help :)16:39
jmsconeIt's okay, any idea of where I should go for an Ubuntu One dashboard issue?16:39
devinchrisccoulson, could you submit a fresh hit on the bug report for me?   I'm a user, not a dev, got no idea how to go bug reports16:41
chrisccoulsondevin - sorry, i don't really have time to search for bug reports right now16:41
chrisccoulsondevin, https://launchpad.net/16:41
pittigood bye everyone! I'll be on a long weekend, back on Monday16:42
jmsconeOr about the fact that Banshee looses it's menu if you close it to the sound menu and then re-open it....16:43
chrisccoulsonjmscone, it's best just to report issues you're having to launchpad16:44
jmsconeAlright, I will the appmenu since I can do it consistently.16:44
jmsconeThank-you16:44
chrisccoulsonjmscone, i'd imagine that's already been reported tbh16:45
chrisccoulsonit's the same with empathy too16:45
jmsconeOK, nevermind, down to just U1 and the kernel thing. Thanks again16:46
chrisccoulsonjmscone, bug16:47
chrisccoulson71892616:47
chrisccoulsonbug 71892616:47
ubot2Launchpad bug 718926 in appmenu-gtk "Some apps don't integrate to appmenu after having their windows closed" [High,Triaged] https://launchpad.net/bugs/71892616:47
chrisccoulsonoops ;)16:47
jmscone:P16:49
jmsconeWhat should I file that kernel issue against?16:53
pittitedg, kenvandine: FYI, I'm currently fixing the GI annotations for dbusmenu17:02
pitti(kamstrup mentioned that in bug 709240)17:02
ubot2Launchpad bug 709240 in libunity "libunity support gobject-introspected languages" [High,Triaged] https://launchpad.net/bugs/70924017:02
kenvandinepitti, missing annotations?17:03
pittikenvandine: that, misformatted annotations, and bug in build system17:03
kenvandineok17:03
kenvandinethx17:03
tedgpitti, Cool, thanks!17:04
didrockspitti: nice! kamstrup will do the release tomorrow and I'll upload it then :)17:06
pittididrocks: I guess I won't be done by then17:07
pittididrocks: I'll take off tomorrow and Friday, and won't have much time any more today17:07
pittibut I'll get it ready by next Monday17:07
didrockspitti: oh ok, sure then, that can wait and being distro-patch if needed :)17:07
=== Artir_ is now known as Artir
dobeycan i get some sponsor love? https://code.launchpad.net/~dobey/ubuntu/natty/libubuntuone/release-0_3_11/+merge/5001917:35
micahgdidrocks: hi, got a minute?17:46
htorquehello everyone! which component is responsible for the window decoration in a classic session with compiz?17:46
seb128pitti, still there?17:46
didrocksmicahg: sure17:47
seb128htorque, yes17:47
micahgdidrocks: so, I was wondering about gjs in natty, if we don't have gnome-shell, is there any reason to keep it?  (it's staged in the GNOME3 PPA with the rest of the stack)17:48
htorqueseb128, yes what? ;-)17:48
seb128htorque, it's compiz17:48
seb128htorque, sorry I misread your question17:48
seb128it's compiz17:48
didrocksmicahg: because GNOME people asked for it, to be able to develop against ubuntu without adding a ppa. There was no real reason on the removal as well (just "not needed")17:48
htorqueseb128, ah! :) so a bugs go to compiz then, thanks!17:49
seb128htorque, you're welcome17:49
seb128micahg, the-board is using it as well for example17:49
micahgdidrocks: ah, it's for the GNOME devs, ok17:49
micahgseb128: is the board going in natty?17:49
seb128micahg, it's a way to use gi in javascript which people start doing17:49
seb128micahg, not sure17:50
seb128micahg, but still it seems we want the framework to be available because people start shipping code using it17:50
seb128micahg, it's likely users will want to play with gtk or gnome libs in javascripts, even if they don't use g-s17:51
seb128micahg, or the-board17:51
micahgseb128: ok, but it's hard to support security wise, let17:52
seb128micahg, do we care if it's in universe and not used by anything which users can run in the archive?17:52
micahgseb128: well, -security updates ideally shouldn't break things in universe17:52
seb128seems it's something our upstream and users really want and where maintainance should be easy enough17:53
micahgand either way, if we update xulrunner or switch back to mozjs and update that, if Mozilla breaks the compatibility with the update, that needs porting17:53
seb128since g-s is going to depends on it it's likely that upstream code and debian will be updated on xulrunner updates17:54
chrisccoulsontbh, it's quite likely we're going to get a separate libmozjs source package soon which won't be coupled to firefox releases17:54
chrisccoulsonthe current situation is too much of a pain ;)17:54
micahgchrisccoulson: we still need security support for those :)17:54
micahgand decoupling may or may not make it harder17:54
seb128micahg, well if we break gjs for a few when xulrunner get security updates it's not end of the world if nothing use it17:55
chrisccoulsonwell, the gnome guys are arguing that the only content gjs is exposed to is secure17:55
chrisccoulsonso, it doesn't need the same level of maintenance security-wise17:55
micahgchrisccoulson: if that's the case, then we can just lock it into the release version of xulrunner17:55
chrisccoulsonif we don't have a separate libmozjs source package that is decoupled from firefox releases, then we should just drop all of these things from the archive (as being unsupportable) IMO ;)17:56
chrisccoulsonpermanently :)17:56
chrisccoulsonthe JS engine is something that's likely to keep breaking frequently over the next few releases17:57
micahgchrisccoulson: even with mozjs, unless upstream makes separate releases, it seems fragile and prone to error17:57
chrisccoulsoni've seen the sort of things they're discussing for ff5.0 already, and that's going to happen next cycle according to the schedule ;)17:57
chrisccoulsonmicahg - the idea is that we can pick a JS version, and stick with it for a while until we're ready to do a transition17:58
chrisccoulsonrather than having to do a majot transition every 3-6 months17:58
chrisccoulson**major17:58
micahgchrisccoulson: we still needs security updates for it though, if they abandon the branch, it's still an issue as most of the CVEs are JS vulns17:58
micahgs/most/a lot/17:58
chrisccoulsonright, but that defeats the purpose of having a separate source package17:59
chrisccoulsonlike i said, if we can't do that, then i think we should just drop all of this stuff from the archive ;)17:59
micahgchrisccoulson: which is why I'm torn on the subject :)17:59
* micahg wishes seed could do the same stuff gjs does18:00
* dobey wishes people weren't trying to write local applications in javascript18:02
chrisccoulsonheh :)18:02
chrisccoulsonand talking of javascript, i'm still trying to get google-gadgets working with the latest mozjs18:03
chrisccoulsonit's taken a 70kB patch just to make it build18:03
chrisccoulsonand it still doesn't work18:03
chrisccoulsongrrrr18:03
chrisccoulsonthis is why these things are unsupportable ;)18:04
seb128kenvandine, do you think you could try to figure why gdk-pixbuf doesn't build?18:15
seb128it's something gir-ish18:15
seb128I've to run in 15 minutes, my upload just failed but I don't think I will have time to debug it before dinner18:16
rodrigo_hello?18:18
dobeyhi18:18
rodrigo_ok, it works now!18:18
rodrigo_hi dobey18:18
dobeyyour opensuse hostmask? :P18:18
rodrigo_dobey, no, my router18:19
rodrigo_it broke last night, and I've been the whole day waiting for a new one18:20
dobeyah18:21
seb128hey rodrigo_18:24
seb128rodrigo_, I sorted the g-s-d issue jibel was having today18:25
rodrigo_seb128, oh, cool, what was it?18:25
seb128rodrigo_, the nautilus crash is a side effect of it18:25
rodrigo_oh, cool :)18:25
seb128rodrigo_, https://bugs.launchpad.net/ubuntu/+source/gdk-pixbuf/+bug/719861 for details18:25
ubot2Ubuntu bug 719861 in gdk-pixbuf "After installation icon theme default to gnome-icon-theme and cannot be changed" [High,Fix released]18:25
seb128rodrigo_, basically the librsvg gdk-pixbuf loader was not registered because at the registration time libgl1 is not in the ldconfig path which breaks it18:26
seb128rodrigo_, so they don't have svg support, which means svg themes seem to not apply18:26
seb128rodrigo_, the nautilus crash is due to it as well, it shouldn't crash though so might still be something to work on but lower importance18:27
rodrigo_seb128, crashing because of the missing lib?18:27
seb128rodrigo_, no, it probably fails to do something18:27
Sarvattdidrocks: here's a very basic list of what needs to be done to downgrade X and not screw up the package manager royally on i386 at least http://sarvatt.com/downloads/downgrade.txt18:27
Sarvatt(for proprietary blob users)18:28
rodrigo_ok, will look at it, on a virtual machine, since my current desktop is mostly gtk3-based stuff18:28
seb128rodrigo_, well, remove the svg loader and try to run nautilus18:28
rodrigo_seb128, ok18:28
seb128rodrigo_, or just edit the cache in /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders to remove the svg loader18:28
seb128rodrigo_, you will get a crash with a stacktrace similar to the launchpad one18:28
didrocksSarvatt: oh nice, I'll redirect people to that one. I've done it by hand yesterday, just took 1h30 but worked well18:28
rodrigo_seb128, ok, added your comments to the nautilus bug, so that I don't forget (getting up-to-date with everything now that I have inet back)18:30
Sarvattdidrocks: sorry again for the trouble yesterday, even nvidia thought that blob was *supposed* to work on natty :D18:30
seb128rodrigo_, ok18:30
dobeyseb128: can you sponsor https://code.launchpad.net/~dobey/ubuntu/natty/libubuntuone/release-0_3_11/+merge/50019 pleae?18:30
seb128dobey, ok18:30
didrocksSarvatt: no worry, as long as I have been able to downgrade… ;-)18:31
rodrigo_dobey, I have ppu permissions for that package, if in the future you don't find seb128 (he's still better than me sponsoring things anyway :)18:31
SarvattI'm just hoping that doesn't mean another 1 month wait just so they can recompile it against the correct version, haven't heard anything back yet18:31
seb128rodrigo_, do you think your push to launchpad issues were due to the broken router?18:32
rodrigo_seb128, no, I don't think so18:33
dobeyrodrigo_: yeah, i just need to get around to applying for motu and more ppu :)18:33
rodrigo_dobey, yeah, better18:33
rodrigo_seb128, the router just stopped working at all last night, but before that, everything else was working great, except the push18:33
seb128rodrigo_, weird18:34
rodrigo_seb128, yeah, next time I need to push some stuff (probably tomorrow, as I have some 2.91 packages in progress), I'll try doing some debugging18:35
didrocksgood evening18:47
lamlexbryceh: is it possible to run a user run a specific apport hook and have it automatically attach to a bug report? like apport-collect but for a specific hook18:59
brycehlamlex, hmm, seems like that should be possible, although I don't know the syntax19:01
brycehlamlex, I know the hooks can be run independently (which I do frequently for testing), but they generate new bug reports19:01
brycehlamlex, apport-cli has a --update-report <num> option19:02
brycehlamlex, and it has a --package <pkg> option19:03
brycehpresumably using both those together should trigger (only) the respective hook, and attach to the given bug19:03
lamlexbryceh: rad thanks19:03
lamlexi will poke around19:04
lamlexi figured you might know before i spend a bunch of time trying to figure it out19:04
brycehcool, yeah lemme know what you find, I'm curious now myself :-)19:04
Sweetsharkhttps://launchpad.net/~libreoffice/+archive/ppa/+buildjob/2266942 <- and there was much rejoicing!19:12
pittiSweetshark: congrats!19:23
seb128pitti, unping btw19:25
seb128pitti, it was to know if you still have your gdk-pixbuf merge in a vcs ready to push locally but I merged, added my patch and uploaded since19:26
pittiseb128: apparently I don't19:26
pittisorry if I forgot to push19:26
seb128no worry19:26
seb128but now I need someone with gir clue to figure why it fails to build19:27
pittioutput?19:27
seb128the source didn't change so it's like due to the gir stack updates19:27
seb128pitti, http://launchpadlibrarian.net/64467165/buildlog_ubuntu-natty-i386.gdk-pixbuf_2.23.0-1ubuntu2_FAILEDTOBUILD.txt.gz19:27
pitti/usr/bin/ld: /build/buildd/gdk-pixbuf-2.23.0/gdk-pixbuf/tmp-introspectzTObRP/GdkPixbuf-2.0.o: undefined reference to symbol 'g_input_stream_get_type'19:28
pitti/usr/bin/ld: note: 'g_input_stream_get_type' is defined in DSO /usr/lib/libgio-2.0.so.0 so try adding it to the linker command line19:28
pittiseb128: it's not GIR, it's the linking; probably looks a bit weird due to parallel build19:28
pittioh, sorry, gir scanner link19:29
seb128no, I think it's due to the warning before it19:29
pittiwhy is gdk-pixbuf looking for gdk-pixbuf.pc?19:29
seb128dunno19:30
seb128it built before that's weird, I just changed a script, nothing to the code19:32
cyphermoxhuh, is there a way to get left+right click to emulate middle-click again?19:37
* pitti waves good night for real19:44
brycehcyphermox, yes19:44
bryceh/usr/share/X11/xorg.conf.d/ :19:44
brycehSection "InputClass"19:44
bryceh    Identifier "middle button emulation"19:44
bryceh    MatchIsPointer "on"19:44
bryceh    Option "Emulate3Buttons" "on"19:44
brycehEndSection19:44
brycehadd that to your xorg.conf19:45
cyphermoxah, thanks bryceh19:45
cyphermoxso this was turned off on purpose or something?19:45
kklimondayes19:45
brycehcyphermox, it's an upstream change - https://launchpad.net/bugs/71076219:45
ubot2Ubuntu bug 710762 in xserver-xorg-input-evdev "Middle mouse button no longer works" [Undecided,Won't fix]19:45
cyphermoxah, cool19:45
kklimondait's unfortunate, as unity relies on the middle-click19:45
mvoit seem s to be no longer work after resume, that used to be the case19:45
brycehyeah19:45
brycehwe're mulling over the pros and cons19:46
cyphermoxit's not so bad once I stopped being an idiot and used the scrolling wheel to click... but I order the ubuntu travel mouse and its wheel doesn't click ;)19:47
bryceh"ubuntu travel mouse"?  what is that?19:48
cyphermoxa tiny usb mouse: http://shop.canonical.com/product_info.php?products_id=64319:48
brycehmm, thanks for the link19:48
kklimondawow. it's tiny :)19:50
mvoSweetshark: hello, just a quick ping if you are aware of bug #71507520:06
ubot2Launchpad bug 715075 in openoffice.org "file overwrite error maverick->natty" [Undecided,New] https://launchpad.net/bugs/71507520:06
Sweetsharkmvo: have not been yet aware of it. is reaasigned to me.20:09
Sweetsharkmvo: there is a libreoffice-3.3.1~rc1-2ubuntu1~ppa1 building in the libreoffice ppa btw (amd64 is done, i386 is still building)20:11
mvoSweetshark: nice20:12
mvoSweetshark: thanks, its not a huge deal, by default we run the upgrade with --force-overwrite, but still worth fixing20:13
Sweetsharkivanka: hi!20:19
ivankaSweetshark: hi!20:19
=== ivanka is now known as ivanka-train
Sweetsharkivanka-train: Do you have a minute for talking about the human iconset for Libreoffice?20:20
ivanka-trainSweetshark: I am on the train so could cut out but apart from that, sure20:21
ivanka-trainSweetshark: what about it?20:21
SweetsharkI enabled the code upstream to handle the additional iconset. So all that need to be done to get the itemset on the system is dropping a images_human.zip at the right location in the filesystem.20:23
Sweetsharkpacking that zip is contains no further magic, so I would propose to make a simple package with just creates the zip from a set of icons. I would setup a bzr branch for it on launchpad and populate it with the (default) tango iconset. Icons could then simply be replaced/updated on that branch.20:27
SweetsharkThis would allow us to make modifications to the icon set without the need to juggle around with the huge and complex Libreoffice package, also it would allow fixes independant of Libreoffice builds.20:29
SweetsharkI have no idea where the human icons themselves are stored currently, somebody who does will have to put them in the bzr repository then. Does that sound ok for you?20:31
Sweetsharkivanka-train: Still there?20:35
ivanka-trainSweetshark: yup, everything just coming through. I suggest you find DanRabbit on irc tomorrow - he knows much more about the ins and outs than I do. In principle your suggestion sounds grand!20:37
Sweetsharkivanka-train: great, will do!20:38
Sweetsharkivanka-train: which timezone is DanRabbit in?20:39
ivanka-trainSweetshark: london this week but normally california20:40
Sweetsharkivanka-train: great, I am in Hamburg, Germany, so that will work out.20:40
ivanka-trainSweetshark: splendid!20:42
ricotzSweetshark, i think vish is maintaining the human icons21:00
ricotzSweetshark, look in #elementary21:01
vishSweetshark: the human icons for OOo are in a separate package  "openoffice.org-style-human"21:03
DanRabbitSweetshark: hey I'm here but I'll be right back :p21:07
Sweetsharkheh21:07
Sweetsharkvish: So is there any version control for the human icons?21:08
vishSweetshark: nope.. they are not updated from anywhere.. initially when Ubuntu used Human the packaged was named -human , then when we switched to humanity , someone from the community updated the human icons to humanity .21:09
vishthere was a bug somewhere for that21:09
vishs/packaged/package21:09
Sweetsharkk21:10
SweetsharkI would like to setup a bzr branch on launchpad for it.21:10
Sweetsharkfor example here: https://code.launchpad.net/~libreoffice21:11
Sweetsharkit would make it much easier to track changes21:11
vishhttps://code.launchpad.net/~10068660/openoffice.org-human-icons/tango+human21:11
vishthats the branch^21:11
Sweetsharkah, cool21:12
Sweetsharkso, is that human atop of tango?21:14
vishactually "humanity", the 'human' icons were replaced, but no one renamed the branch :)21:14
Sweetsharkaka tango icons as a base and some modified humanity icons ontop of it?21:15
Sweetsharkk21:15
vishyup..21:15
SweetsharkIs that stuff complete? Tango itself fallbacks on Galaxy(?) IIRC. Upstream icons are packed completely now (copying missing icon in from the fallback).21:17
SweetsharkIf not we would need to "fill up" the missing ones from a (newly generated) tango.21:18
Sweetshark(which itself now might include some galaxy)21:18
vishnot really sure.. but i tried to do that update (human -> humanity) but my brain turned to goo.. ;p  too many icons needed to be updated and the names were all messy21:19
vishSweetshark: but as you mention, not all the icons replace Galaxy21:21
vishlast time i checked, the copyright is also a bit mixed there.. each groups of icons get their own copyright holder21:22
Sweetsharkvish: so it would probably make sense to take a new tango set (which includes Galaxy fallbacks) and then copy the current repostate over it and see what changes remain.21:23
patrickmwAnyone here running Natty that uses Evolution for email?  Curious if anyone has had issues sending messages.  Either getting error referencing a lock in Outbox or referencing "Appending to local 'Sent' folder instead"21:23
vishSweetshark: hmm, actually the current one should be a complete set of icons.. just not complete set of similar style21:24
vishso if you use a new tango set and replace , you'd basically replace everything..21:25
=== ministry[seannig is now known as w0lfsp1d3r
vishSweetshark:  why not just clone the branch and use for LibO ?21:27
vish(not sure why you think that wont work..)21:27
vishthis is the main branch : https://code.launchpad.net/~openoffice.org-human-icons/openoffice.org-human-icons/tango+human21:27
vishSweetshark: basically why the "openoffice.org-style-human" package exists is to rebrand OOo to fit the Ubuntu theming21:30
vishso that the folders/arrows/etc all look the same as other windows21:30
Sweetsharkvish: what do you mean with "use for LibO"?21:32
vishSweetshark: well, if the icon names have not changed that package should work for LibreOffice(LibO)21:32
Sweetsharkvish: you mean putting the icons upsteam to the libreoffice repos?21:33
vishSweetshark: either that, or use it the sameway OOo was using the -human package21:34
Sweetsharkvish: That would mean to do a "clean" update of the icons one would have to do a full LO rebuild => Bad21:36
vishSweetshark: oh! right.. i just read the whole backlog.. so you want to package these icons as "humanity.zip" and use it that way?21:37
Sweetsharkvish: yes21:37
Sweetsharkand we could make icon updates idependant of LO builds.21:37
vishSweetshark: well, there is no easy way to do this; one has to manually check the icons and replace them :)21:38
vish there are like literally 1000+ icons there.. ;p21:38
Sweetsharkvish: why? because they are in a different sorting in the zip as opposed from the current repo structure?21:41
* Sweetshark is amazed that the libreoffice_3.3.1~rc1-2ubuntu1~ppa1 package actually seems to work ....21:43
vishSweetshark: yea, not sure what the new sorting order in the .zip is now.. so I'm not sure if it would work if icons are in different folders.. and there was no sane naming of the icons, it is literally not an easy task to check those icons21:43
vishSweetshark: ^thats from what i noticed with the OOo icons.. i havent tried to look at the LibO package ;)21:45
Sweetsharkvish: then I would do _one_ build with the humanity icon from the repo and get a totally zip file that is ordered (or mixed) totally different. Then you unpack that, put it that order in a repo (a new one would make sense, I guess) and continue to work directly on that.21:47
Sweetsharkargh - remove the first "totally" in that sentence21:48
vishSweetshark: no one is working on those icons.. :)  (or going to afaik) ,mainly cause there is no need there..  so if you package it once it should be good for a while..21:48
Sweetsharkwell, with no fallback in LO (thus requiring each iconset to be complete), there might be some work needed on them between releases. One could check that by comparing the unpacked images_tango.zip between releases though and do similiar changes for humanity.21:53
SweetsharkDanRabbit: Any comments from your side?21:54
SweetsharkDoes not seem so. ;)21:57
SweetsharkDanRabbit, vish: Thanks a lot, you helped me along quite a bit!21:57
vishnp.. :)21:57
DanRabbitSweetshark: don't thank me I didn't do anything :p21:57
DanRabbitsorry I went to have a shower, I thought vish had it sorted pretty well haha21:58
vishDanRabbit: pff, shower!  you always hated OOo and preferred Gnome Office ;p21:59
DanRabbitvish: yea that too21:59
dobeygnome office?22:00
DanRabbitdobey: I think it's an unofficial title, but Abiword + Gnumeric + Ease22:03
dobeywhat is ease?22:03
dobeyoh22:05
dobeylooks complicated22:06
rickspencer3crikey22:24
rickspencer3I accidentally the whole side pane in LO, and I cannot figure out how to get it to redock :(22:24
broderthe current state of sandybridge is that maverick supports the cpu and natty's kernel+X stack support the integrated gpu, right?22:24
RAOFbroder: Maverick supports 2D on the GPU, Natty supports 3D.22:30
broderah, cool22:30
broderand it is both kernel and X changes?22:30
Sweetsharkre after the usual nouveau reboot :(22:33

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