/srv/irclogs.ubuntu.com/2010/08/29/#ubuntu-desktop.txt

bilalakhtardamn, everything becomes slow during weekends08:41
=== bilalakhtar_ is now known as bilalakhtar
=== bilalakhtar_ is now known as bilalakhtar
ari-tczewcould someone take a look on bug 533432?15:00
ubot2Launchpad bug 533432 in kdegraphics (Ubuntu) "kolourpaint4 breaks GNOME widget style (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/53343215:00
devildante!weekend | ari-tczew15:01
ubot2ari-tczew: It's a weekend. Often on weekends the paid developers and a lot of the community may not be around to answer your question. Please be patient, wait longer than you normally would or try again during the working week.15:01
vishdevildante: hmm , you do know that you are over-using that factoid, right?   usually the factoid is used when someone keeps repeatedly asking the same question on a weekend. and not just for asking a question ;)15:11
devildantevish: meh, sorry :p15:11
devildantevish: I just don't want someone to wait without knowing that all the important guys are here :p15:12
vishdevildante: ari-tczew is not someone new , so he knows  ;)15:12
devildantevish: oh, sorry for that15:12
devildantesorry, ari-tczew ;)15:13
vishnp.. :)15:13
ari-tczewdevildante: no problem. anyway, I should wait for seb128 or pedro or robertancell15:17
kklimondaari-tczew: looks like gnome-settings-daemon crashes, do you have a stacktrace?15:47
ari-tczewkklimonda: I can prepare15:48
ari-tczewkklimonda: apport doesn't see this crash. can I prepare backtrace insteaD?15:55
kklimondaari-tczew: sure - only install gnome-settings-daemon-dbgsym first15:58
kklimondaari-tczew: but apport should catch it - do you have it enabled?15:59
kklimondaand I can't reproduce it in vm.. heh..15:59
ari-tczewkklimonda: I'm not sure - how can I check it?16:00
kklimondaari-tczew: check if you have enabled=1 in /etc/default/apport16:00
ari-tczewkklimonda: I have already enabled=117:08
ari-tczewkklimonda: around?18:03
ari-tczewhow can I grab backtrace from gnome-settings-daemon?18:09
kklimondaari-tczew: kill it and then restart inside debugger, set logging (set logging on) and run it (run) - after it crashes dump a backtrace (bt) and full backtrace (bt full) - you will get a file named gdb.txt in the current directory. pieces in () are gdb commands.18:12
and471vish, https://code.launchpad.net/~and471/ubuntu-mono/fix-605092/+merge/34023 :)18:23
vishand471: whoops! i already included the icon in my local branch!18:26
and471vish, hehe oh well18:26
vishand471: what happened to shotwell btw?18:26
and471vish, sizes for 32 and 48?18:26
and471vish, they shipped with the icons that I was able to finish18:27
and471vish, not all are done yet, so I need to write that on the bug report18:27
and471vish, bug me tomorrow18:27
vishah..18:27
and471hey glatzor18:29
glatzorhello and47118:31
glatzorhow are you?18:31
and471glatzor, not bad, and yourself?18:31
glatzorand471, tired :)18:31
and471glatzor, can I ask a question about aptdaemon, or should I leave it till tomorrow :)18:32
and471?18:32
glatzorand471, no problem. I am a part time programmer :)18:32
and471hehe18:32
and471glatzor, which property I need to monitor/signal I need to connect to when I use client.update_cache()18:32
and471so that I can tell18:33
and471when the repository it is downloading from changes18:33
and471(so changes from ppa x, to ppa y etc.)18:33
glatzorprogress-download-changed18:34
glatzorand471, sorry the client documentation is really bad18:34
glatzorand471, but I am working on it :)18:34
and471glatzor, no problem :)18:34
and471glatzor, is that in a new version of aptdaemon?18:35
and471unknown signal name: progress-download-changed18:35
glatzorand471, puh. it should be in 0.318:35
and471glatzor, how do I tell which version I have?18:36
glatzorand471, the NEWS files holds all the API changes. it was introduced in 0.3218:36
and471glatzor, ah ok, I see that I have an update for aptdaemon, give me a sec18:37
and471- Add a progress-download-changed signal to AptTransaction which is emitted18:40
and471   when a download progress information changed, see above.18:40
and471glatzor, yup ^18:40
glatzorand471, you don't need to unlock the package cache for aptdaemon to work18:43
and471glatzor, you mean apt_pkg.PkgSystemUnLock()18:44
and471?18:44
glatzorand471, because any application which is running as non-root cannot acquire or release the lock at all18:44
glatzorright18:44
glatzoryou need root privileges.18:44
and471glatzor, that was something that I just copied over from UpdateManager18:44
and471glatzor, I didn't write it - i swear!18:44
and471:)18:44
glatzorand471, no problem.18:44
* and471 loves how he doesn't need to put in his password for updating now!18:47
and471glatzor, ok, so the signal works now18:47
and471glatzor, gotta go now, see ya tomorrow18:47
glatzorsee you!18:48
glatzorthanks!18:48
ari-tczewkklimonda: No stack.18:51
ari-tczewbut I have file in /var/crash and error message from ~/.xsession-errors18:51
ari-tczewkklimonda: gnome-settings-daemon crashed with SIGSEGV in g_main_context_dispatch()18:59
kklimondaari-tczew: it should be catched by apport - do you have "|/usr/share/apport/apport %p %s %c" in /proc/sys/kernel/core_pattern ?19:02
kklimondaari-tczew: if you have a file in /var/crash then it's great19:03
kklimondaari-tczew: is it from this crash? can you compare timestamps? if so can you upload it to LP using apport-cli /var/crash/filename.crash ?19:03
ari-tczewkklimonda: exactly: |/usr/share/apport/apport %p %s %c19:04
ari-tczewkklimonda: I clicked twice on this file and then apport has created new bug.19:04
ari-tczewkklimonda: bug 62637919:04
ubot2ari-tczew: Bug 626379 on http://launchpad.net/bugs/626379 is private19:04
kklimondaari-tczew: I'll look into it once apport retraces runs19:06
ari-tczewkklimonda: http://launchpadlibrarian.net/54595255/Stacktrace.txt19:07
kklimondaari-tczew: without retrace it's hardly useful - I see in which file did it occur (and it's indeed related to clipboard) but that's it :)19:08
ari-tczewkklimonda: exactly, like in my test case!19:10
ari-tczewkklimonda: I subscribed you to apport's bug.19:10
ari-tczewkklimonda: my first bug is bug 53343219:10
ubot2Launchpad bug 533432 in kdegraphics (Ubuntu) "kolourpaint4 breaks GNOME widget style (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/53343219:10
=== JanC_ is now known as JanC

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