/srv/irclogs.ubuntu.com/2008/11/20/#ubuntu-desktop.txt

efrem_hello06:38
efrem_I can't login anymore... how do I disable compiz?06:39
=== xclaesse is now known as Zdra
seb128mvo: hey10:34
seb128mvo: could update-manager call apt in a C locale so the installation bug log would be in english?10:35
seb128mvo: or would that have sideeffect on some strings displayed to the user somewhere in the gui?10:35
mvoseb128: that would have the side-effect that all prompts (debconf etc) will be english too10:40
seb128bah10:40
seb128did I already say that I hate those update bugs?10:40
seb128bug #300064 bug #29875810:40
ubottuLaunchpad bug 300064 in gedit "package gedit 2.24.1-0ubuntu1 failed to install/upgrade: sub-processo post-installation script retornou estado de saĆ­da de erro 245" [Undecided,New] https://launchpad.net/bugs/30006410:40
ubottuLaunchpad bug 298758 in gedit "package gedit 2.24.0-0ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 139" [Undecided,New] https://launchpad.net/bugs/29875810:40
seb128new example of random upgrade cracks on the wrong component and having not enough informations to be useful10:41
mvoseb128: I asked the dpkg guys about it if we could have a log hanlder that gives english output but it never went anywhere10:41
mvoyes10:41
mvomultiple times10:41
mvohm, 245? 139->segfault10:41
seb128will you be angry if I switch those to user questions rather than bug?10:41
fta2seb128, i'm done with cairo.10:41
seb128mvo: I expect those are gconf registration or scrollkeeper update issues10:41
fta2seb128, it's in my ppa since  yesterday, looks fine to me and noone complained so far. looks good10:42
seb128fta2: ah, good, could you open a sponsoring bug? I'll sponsor the upload after the jaunty cd today10:42
seb128fta2: ok, ppa is fine no need to open a bug10:42
fta2seb128, ok10:42
seb128you can open one but don't bother if you are busy10:42
mvoseb128: no, go ahead. I personally thing they are bugs (or incidents) and sometimes have pretty servere consequences for the user. so it would be good to have better means to collect them and figuring out what is happening. but we don't have this currently :/10:42
mvoI wonder why apport does not pick up the crashes though (if its exit status 139)10:43
seb128mvo: 139 is a crash for sure?10:43
seb128mvo: apport doesn't run on stable10:43
seb128not by default10:43
seb128mvo_: re, got my comment?10:46
seb128<seb128> mvo: 139 is a crash for sure?10:47
seb128 mvo: apport doesn't run on stable10:47
seb128 not by default10:47
mvo_sorry, network hates me10:47
mvo_seb128: exit code 128+signal 1110:47
mvo_ pretty sure (not 100% but pretty sure)10:47
seb128ok10:47
seb128and what is 145 then?10:47
seb128ups10:47
seb12824510:47
mvo_hm, not sure, give me a sec10:48
mvo_>>> print os.WIFSIGNALED(245)10:50
mvo_True10:50
mvo_>>> print os.WTERMSIG(245)10:50
mvo_11710:50
mvo_^--- that does not look right10:50
seb128mvo_: I guess we can't get a sh -x log by default either?10:50
mvo_I was wondering about that10:50
seb128or something which tell you what line is crashing?10:50
mvo_I think it would be a good idea10:51
mvo_maybe we can start some initiative on it?10:51
seb128having the command which is crashing or the buggy line would really be useful10:51
mvo_we could of course just add it to our own scripts ;)10:51
mvo_agreed, I find that most friustrating too10:51
mvo_I see there are errors (sometimes bad ones) but there is not enough information what to do about them10:51
seb128that's what I hate about those bugs, in desktop packages cases they are often whatever standard command which didn't work but we have no information on which one and the users will not get the bug again usully10:52
seb128those bugs are clearly useful in lot of buggy packages cases10:52
seb128ie, conflicts, buggy code, etc10:52
mvo_>>> print os.WCOREDUMP(245)10:52
mvo_True10:52
seb128but desktop packages just call the gtk, scrollkeeper, etc updates10:52
seb128mvo_: what does that true mean exactly?10:53
mvo_uds topic?10:53
seb128mvo_: good idea yes10:53
seb128I'm wondering how easy it would be to detect what is crashing10:54
mvo_maybe something like "if it looks like a crash, try to collect a crashfile that roughly mathes the timestamp10:54
seb128apport does know about crashes, it could include in the bug summary whatever crashes happened during the installation timeframe10:54
mvo_if it crashes, offer the user to re-run the script that crashed with sh -x (*hard*)10:54
seb128and not working in most case10:54
mvo_that could in theory make everything worse, but in practise I think it will not10:54
seb128like those scrollkeeper-update bugs10:54
mvo_you think the second run will just work?10:55
seb128they happen often but not enough to get anything useful if you run it again10:55
seb128I never managed to get one of the crash when I tried to valgrind the command10:55
pittiseb128: is it possible to build evo against the external libical? (bug 299465)10:55
ubottuLaunchpad bug 299465 in libical "libical main inclusion review" [Undecided,New] https://launchpad.net/bugs/29946510:55
seb128and I did try quite a lot10:55
mvo_yeah, I tried as well (in the auto-ugpraer) without results10:55
* mvo_ goes back to weep over the compiz / g-s-s mess10:57
seb128pitti: that's only code changes ;-) I don't know if they modify libical and how much though and how much they rely on the current version though10:57
seb128mvo_: good luck and sorry for bothering you about those upgrade bugs again ;-)10:57
mvo_no problem10:57
mvo_I think its a serious problem10:57
mvo_I just don't have a good solution10:58
pittiseb128: no idea, just asking if there's a configure test for it, and a --with-external-ical or so; I haven't checked if evo bundles it ATM10:58
seb128pitti: no there isn't10:58
seb128pitti: they have a copy and no option to use something else10:58
pittibah10:58
seb128pitti: http://bugzilla.gnome.org/show_bug.cgi?id=54120911:03
ubottuGnome bug 541209 in libical "Merge libical changes upstream and make it as a external dependency for GNOME modules" [Major,Assigned]11:03
pittiseb128: :) thanks11:05
seb128pitti: they suggested it as something to do for GNOME 2.26, ie jaunty on the bug11:06
=== pedro__ is now known as pedro_
seb128but that has not been worked yet I think11:06
pedro_pitti: hi!, i'm verifying bug 287689, photos are imported into the import dialog but i'm getting a message saying that the contents of the folders cannot be displayed, however they are, do you get the same there?11:15
ubottuLaunchpad bug 287689 in gthumb "gthumb --import-photos doesn't work in intrepid without intervention" [Undecided,Fix committed] https://launchpad.net/bugs/28768911:15
pedro_salut seb12811:16
pittihey pedro_11:16
pittipedro_: no, I don't; does the target folder actually exists?11:16
pittipedro_: maybe it was your selection the last time you used gthumb, and now it got moved/removed?11:16
pedro_yup target is my ~/11:16
pedro_mm let me try to delete the old preferences11:16
pittihm, that *should* exist :)11:17
seb128pedro_: hello!12:27
seb128mvo_: could you have a look to bug #30027112:53
ubottuLaunchpad bug 300271 in ubuntu "Setting the network proxy doesn't change the synaptic proxy settings (gnome-network-preferences)" [Undecided,New] https://launchpad.net/bugs/30027112:53
mvo_seb128: looking13:09
seb128mvo_: thanks13:09
emberhey13:09
tedgseb128, pitti: So I talked to Richard about DevKit-power and GPM.  He's kinda thinking that he would like to have them linked for 2.26.15:15
pittitedg: ah, so gpm will fully move away from hal to dk-power?15:16
tedgIt seems like that in general is a good thing, but I'm a little worried about how we should go with packages in Jaunty.15:16
tedgShould we start with that enabled and then change it if it doesn't make it?15:16
pittiwell, eventually we'll need to package DK and DK-power anyway15:16
seb128dunno about those, I've read nothing on the topic yet15:16
pittiI'm more worried about how long we have to run both in parallel, which wastes disk space, memory, etc.15:16
pittiDK itself should be fairly small15:17
seb128but I tend to not trust the redhat guys to be on schedule for rewrites15:17
tedgWell, if you tell GPM to do "dkp mode" it #ifdefs out half the codebase.15:17
pittiit's more or less just a d-bus interface to udev, so that doesn't worry me too much15:17
seb128they screwed several of those in the recent cycles15:17
tedgWell, this one is different.  Basically it's moving a bunch of the GPM code into a lower system level.15:17
pittiI hope that DK-power is compatible with hal-info15:17
seb128the lower system being stable yet?15:18
tedgAll of the logging and the intelligence in mapping out the batteries will be in the lower level.15:18
seb128does the current version bring anything over what we are using?15:18
tedgOh, stable is probably a strong word...15:18
tedg:)15:18
seb128you are the one working on those but no need to hurry if the switch doesn't bring anything useful15:18
tedgThe big advantage of going this route is that power management becomes less "user based" and more "system based."  So you can have power handled properly for things like GDM.15:19
tedgOkay, so I'm going to see if I can get everything connected in my PPA and see if there is any "my computer will catch on fire" regressions.  Otherwise, I think it probably makes sense to atleast try dkp for the alphas.15:20
seb128that's your call15:20
seb128there is enough to do so there is no need to hurry testing things not ready yet15:21
seb128but if you think that will be ready to be used in jaunty good to have early testing15:21
pittitedg: fun to see PM being something inherently system specific in the old days, then throwing polkit, hal, and dbus at it to  make it user centric, and now back :-P15:22
tedgpitti: The more things change, the more they stay the same :)15:22
pittitedg: in the end we'll decide anyway that nothing beats an 80x25 text VT15:23
* tedg thinks pitti is stuck in the past. He's on a VT100!15:24
tedg:)15:24
pittihey, 80x25 was a great advancement over the 40x25 I got used to on my C6415:24
tedgI wish I could double my screen resolution with every upgrade...15:25
dobeyi don't, but a 4x increase would be nice15:29
tedgI'm willing to upgrade twice ;)15:30
dobeyheh15:30
dobeyi prefer maintaining aspect :)15:30
tedgWhat you don't want to support non-square pixels in the icon spec?  That's no fun.15:31
dobeyno15:32
tedg{theme name}/{size}/{pixel aspect ratio}/{category}/{icon}15:34
dobeybut i don't want to go from 1600x1024 to 3200x1024 for my display resolution15:34
tedgYou have to add another level just because someone could actually use 32x16 icons somewhere else :)15:34
dobeypeople do use 32x16 icons :(15:35
tedgHeh, I honestly haven't seen that.  And no, that isn't a challenge to show me.  I'd prefer not to know. :)15:36
mvo_tedg: do you have good gnome-screensaver upstream contact? it would be kind of nice to get feedback on https://bugzilla.gnome.org/show_bug.cgi?id=56156715:43
ubottuError: Could not parse XML returned by Gnome: timed out (http://bugzilla.gnome.org/xml.cgi?id=561567)15:43
tedgmvo_: I seem to be having the same problems as ubottu_ ...15:45
mvo_https://bugs.edge.launchpad.net/ubuntu/+source/compiz-fusion-plugins-main/+bug/24708815:45
ubottuLaunchpad bug 247088 in compiz-fusion-plugins-main "expo allows bypass of screensaver" [High,Confirmed]15:45
seb128mvo_: you can try to ping him on #gnome-hackers when he's around15:45
seb128doesn't seem to be the case right now15:46
atrawog#ubuntu17:57
FMKhi20:10
FMKis anyone here?20:11
anthonyHi, I asked a while back about anti-tremor stuff, and supposedly mousetweaks was going to do that. Does anyone know the current status?21:55

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