bilalakhtar | damn, everything becomes slow during weekends | 08:41 |
---|---|---|
=== bilalakhtar_ is now known as bilalakhtar | ||
=== bilalakhtar_ is now known as bilalakhtar | ||
ari-tczew | could someone take a look on bug 533432? | 15:00 |
ubot2 | Launchpad bug 533432 in kdegraphics (Ubuntu) "kolourpaint4 breaks GNOME widget style (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/533432 | 15:00 |
devildante | !weekend | ari-tczew | 15:01 |
ubot2 | ari-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 |
vish | devildante: 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 |
devildante | vish: meh, sorry :p | 15:11 |
devildante | vish: I just don't want someone to wait without knowing that all the important guys are here :p | 15:12 |
vish | devildante: ari-tczew is not someone new , so he knows ;) | 15:12 |
devildante | vish: oh, sorry for that | 15:12 |
devildante | sorry, ari-tczew ;) | 15:13 |
vish | np.. :) | 15:13 |
ari-tczew | devildante: no problem. anyway, I should wait for seb128 or pedro or robertancell | 15:17 |
kklimonda | ari-tczew: looks like gnome-settings-daemon crashes, do you have a stacktrace? | 15:47 |
ari-tczew | kklimonda: I can prepare | 15:48 |
ari-tczew | kklimonda: apport doesn't see this crash. can I prepare backtrace insteaD? | 15:55 |
kklimonda | ari-tczew: sure - only install gnome-settings-daemon-dbgsym first | 15:58 |
kklimonda | ari-tczew: but apport should catch it - do you have it enabled? | 15:59 |
kklimonda | and I can't reproduce it in vm.. heh.. | 15:59 |
ari-tczew | kklimonda: I'm not sure - how can I check it? | 16:00 |
kklimonda | ari-tczew: check if you have enabled=1 in /etc/default/apport | 16:00 |
ari-tczew | kklimonda: I have already enabled=1 | 17:08 |
ari-tczew | kklimonda: around? | 18:03 |
ari-tczew | how can I grab backtrace from gnome-settings-daemon? | 18:09 |
kklimonda | ari-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 |
and471 | vish, https://code.launchpad.net/~and471/ubuntu-mono/fix-605092/+merge/34023 :) | 18:23 |
vish | and471: whoops! i already included the icon in my local branch! | 18:26 |
and471 | vish, hehe oh well | 18:26 |
vish | and471: what happened to shotwell btw? | 18:26 |
and471 | vish, sizes for 32 and 48? | 18:26 |
and471 | vish, they shipped with the icons that I was able to finish | 18:27 |
and471 | vish, not all are done yet, so I need to write that on the bug report | 18:27 |
and471 | vish, bug me tomorrow | 18:27 |
vish | ah.. | 18:27 |
and471 | hey glatzor | 18:29 |
glatzor | hello and471 | 18:31 |
glatzor | how are you? | 18:31 |
and471 | glatzor, not bad, and yourself? | 18:31 |
glatzor | and471, tired :) | 18:31 |
and471 | glatzor, can I ask a question about aptdaemon, or should I leave it till tomorrow :) | 18:32 |
and471 | ? | 18:32 |
glatzor | and471, no problem. I am a part time programmer :) | 18:32 |
and471 | hehe | 18:32 |
and471 | glatzor, which property I need to monitor/signal I need to connect to when I use client.update_cache() | 18:32 |
and471 | so that I can tell | 18:33 |
and471 | when the repository it is downloading from changes | 18:33 |
and471 | (so changes from ppa x, to ppa y etc.) | 18:33 |
glatzor | progress-download-changed | 18:34 |
glatzor | and471, sorry the client documentation is really bad | 18:34 |
glatzor | and471, but I am working on it :) | 18:34 |
and471 | glatzor, no problem :) | 18:34 |
and471 | glatzor, is that in a new version of aptdaemon? | 18:35 |
and471 | unknown signal name: progress-download-changed | 18:35 |
glatzor | and471, puh. it should be in 0.3 | 18:35 |
and471 | glatzor, how do I tell which version I have? | 18:36 |
glatzor | and471, the NEWS files holds all the API changes. it was introduced in 0.32 | 18:36 |
and471 | glatzor, ah ok, I see that I have an update for aptdaemon, give me a sec | 18:37 |
and471 | - Add a progress-download-changed signal to AptTransaction which is emitted | 18:40 |
and471 | when a download progress information changed, see above. | 18:40 |
and471 | glatzor, yup ^ | 18:40 |
glatzor | and471, you don't need to unlock the package cache for aptdaemon to work | 18:43 |
and471 | glatzor, you mean apt_pkg.PkgSystemUnLock() | 18:44 |
and471 | ? | 18:44 |
glatzor | and471, because any application which is running as non-root cannot acquire or release the lock at all | 18:44 |
glatzor | right | 18:44 |
glatzor | you need root privileges. | 18:44 |
and471 | glatzor, that was something that I just copied over from UpdateManager | 18:44 |
and471 | glatzor, I didn't write it - i swear! | 18:44 |
and471 | :) | 18:44 |
glatzor | and471, no problem. | 18:44 |
* and471 loves how he doesn't need to put in his password for updating now! | 18:47 | |
and471 | glatzor, ok, so the signal works now | 18:47 |
and471 | glatzor, gotta go now, see ya tomorrow | 18:47 |
glatzor | see you! | 18:48 |
glatzor | thanks! | 18:48 |
ari-tczew | kklimonda: No stack. | 18:51 |
ari-tczew | but I have file in /var/crash and error message from ~/.xsession-errors | 18:51 |
ari-tczew | kklimonda: gnome-settings-daemon crashed with SIGSEGV in g_main_context_dispatch() | 18:59 |
kklimonda | ari-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 |
kklimonda | ari-tczew: if you have a file in /var/crash then it's great | 19:03 |
kklimonda | ari-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-tczew | kklimonda: exactly: |/usr/share/apport/apport %p %s %c | 19:04 |
ari-tczew | kklimonda: I clicked twice on this file and then apport has created new bug. | 19:04 |
ari-tczew | kklimonda: bug 626379 | 19:04 |
ubot2 | ari-tczew: Bug 626379 on http://launchpad.net/bugs/626379 is private | 19:04 |
kklimonda | ari-tczew: I'll look into it once apport retraces runs | 19:06 |
ari-tczew | kklimonda: http://launchpadlibrarian.net/54595255/Stacktrace.txt | 19:07 |
kklimonda | ari-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-tczew | kklimonda: exactly, like in my test case! | 19:10 |
ari-tczew | kklimonda: I subscribed you to apport's bug. | 19:10 |
ari-tczew | kklimonda: my first bug is bug 533432 | 19:10 |
ubot2 | Launchpad bug 533432 in kdegraphics (Ubuntu) "kolourpaint4 breaks GNOME widget style (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/533432 | 19:10 |
=== JanC_ is now known as JanC |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!