[01:25] darkxst: hi [04:13] stiv2k, hi [04:22] darkxst, Are there any plans to still fix bug 1386958 ? [04:22] bug 1386958 in Lubuntu Software Center "GNOME Integration" [Wishlist,In progress] https://launchpad.net/bugs/1386958 [04:25] Noskcaj, the bulk of it was done [06:52] anyone else suffer from constant crashing of colord on 15.04? [06:58] craysiii, no, file a bug [06:59] okay i will. I have done the send a report a few times, next time ill just file it myself [06:59] craysiii, for stable release that goes to errors.ubuntu.com [06:59] craysiii, i'm busy right now, but maybe check errors.ubuntu.com or bugs.launchpad.com/ubuntu/+source/colord to check [06:59] nvm, darkxst is here to help [07:00] Noskcaj, not really, I'm a zombie today [07:01] big saturday night [07:03] okay so i made an account for ubuntu one so i could access what appears to be the same error that I am getting (#5 on errors.ubuntu.com) but now when i try to view the report i get an OpenID error saying my account doesn't have a nickname. I go to the page where I registered to change my nickname but there is no option to add/edit one [07:05] craysiii, reports on errors.u.c need special permissions to access send me the link [07:05] oh okay [07:05] https://errors.ubuntu.com/problem/8b9ed48be6c32a738c54fc1fc36cccf2058be60b [07:06] i believe thats what it is [07:06] if there's a bug for it i can triage and unprivate it [07:06] i need to confirm though, and it usually only happens once per boot cycle [07:06] craysiii, thats bug 1351286 [07:06] bug 1351286 in sane-backends (Ubuntu) "colord-sane assert failure: colord-sane: simple-watch.c:454: avahi_simple_poll_prepare: Assertion `s->state == STATE_INIT || s->state == STATE_DISPATCHED || s->state == STATE_FAILURE' failed." [Medium,Confirmed] https://launchpad.net/bugs/1351286 [07:08] interesting error [07:08] i wonder if s is null and thats why the assertion is failing [07:10] craysiii, s is not null [07:11] it could be a dangling pointer though can't tell that from the stacktrace [07:11] been a while since ive done or looked at c/++ [07:13] craysiii, ideally you would fire it up in gdb and set a breakpoint on avahi_simple_poll_prepare [07:13] and then poke into s, but if it only happens on boot that is a little tricky [07:13] well for me, ot doesn't happen on boot, but only once per boot\ [07:14] it happens randomly [07:14] or what appears to be random [07:15] attach gdb to the process, set breakpoint and wait! [07:16] ill try to debug it later this week. i'm starting a fullstack web dev course on bloc.io tomorrow. trying to focus on 1 thing at a time :P [07:18] could be something specific only getting ~250 hits p/d [07:18] hardware specific [07:20] what does p/d mean [07:23] do you think it could have to do with the fact that im running at kind of a weird resolution? 2560x1080 [07:23] per day [07:24] no shouldnt be related to resolution, I wouldnt have though so anyway [07:24] do you have a scanner attached to your machine? [07:24] nope [07:25] its a really new computer. Intel G3258 cpu. nvidia gtx 960. [07:27] no peripherals attached except m/kb and speakers through audio jack [07:27] craysiii, its crashing in the Sane Kodak AIO backend [07:28] o.O [07:30] ill have to check mine then. i don't know why that would even be on my installation [07:30] or why it would be invoked [07:30] do you think that could happen if there is a networked printer on the LAN? [07:31] craysiii, yes [07:31] i didn't think about that, there is one networked printer i believe [07:32] there is one on the network but its not added as an available printer on my machine [07:32] though ubuntu is able to find it [07:33] and its an epson printer [07:49] craysiii, does seem related to network, if you look at the trace [07:49] https://launchpadlibrarian.net/181315332/Stacktrace.txt [07:51] net autodiscovery [07:52] i wonder if i can turn that off [07:52] yeh frames #6 - #8 are probably the interesting ones [07:52] you can possibly disable the kodakaio backend, but thats would just be a hacky workaround [07:53] truew [07:54] needs to fail gracefully [07:54] lol [07:55] or connect properly or whatever its supposed to do [07:56] it could be confused, but I don't have time to look at the source code [07:57] thanks for taking me this far [07:58] im going to attempt it in my freetime. always wanted to contribute. unless someone does first ha. [07:59] seems like a corner case to me, so unlikely that will happen [08:09] craysiii, its really hard to fix bugs that can't be reproduced (except the rare occassion there is something [08:09] glaring obvious wrong in the stacktrace) [08:09] somehow my computer reproduces it every day >.> [08:10] It could be triggered somehow by the network printer [08:11] maybe when its turned on [08:11] or off [08:11] I have a xerox network printer but apparently that does not trigger it [09:50] why is the gnome keyring so bad at handling my passwords? Evolution-ews struggles constantly to remember my password, keeps asking me to authenticate and I've found several bugs reported and solved for similar issues online. [09:50] and now after I changed my AD password at work pidgin won't work either. keeps asking for the password. [09:51] this issue with exchange accounts in evolution goes back years [12:36] stemid, evo is mainly maintainted by the ubuntu desktop team [19:53] Hello, I am using Ubuntu 15.04, all of my GNOME applications aren't working properly, example- screenshots makes the screen go white and freezes, Tried to reinstall - http://paste.ubuntu.com/11832491/ [19:53] Have a look at the link, any pointers will be appreciated, Thanks in Advance... [20:44] Hello! i need an advice. I have a game that is launched but command of type "cd /game/folder && ./game -par param" [20:44] it works fine from terminal [20:45] but when i create a launcher wich such command, it tells me that "an error occured during launch" every time [20:46] Kurvivor19: several options. One is to try Path=/game/folder [20:46] the other is to try Termin=true [20:47] then there is always the option of making your line to start the program a little script which you then execute instead.