/srv/irclogs.ubuntu.com/2015/07/06/#ubuntu-gnome.txt

stiv2kdarkxst: hi01:25
darkxststiv2k, hi04:13
Noskcajdarkxst, Are there any plans to still fix bug 1386958 ?04:22
ubot5bug 1386958 in Lubuntu Software Center "GNOME Integration" [Wishlist,In progress] https://launchpad.net/bugs/138695804:22
darkxstNoskcaj, the bulk of it was done04:25
craysiiianyone else suffer from constant crashing of colord on 15.04?06:52
darkxstcraysiii, no, file a bug06:58
craysiiiokay i will. I have done the send a report a few times, next time ill just file it myself06:59
darkxstcraysiii, for stable release that goes to errors.ubuntu.com06:59
Noskcajcraysiii, i'm busy right now, but maybe check errors.ubuntu.com or bugs.launchpad.com/ubuntu/+source/colord to check06:59
Noskcajnvm, darkxst is here to help06:59
darkxstNoskcaj, not really, I'm a zombie today07:00
darkxstbig saturday night07:01
craysiiiokay 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 one07:03
darkxstcraysiii, reports on errors.u.c need special permissions to access send me the link07:05
craysiiioh okay07:05
craysiiihttps://errors.ubuntu.com/problem/8b9ed48be6c32a738c54fc1fc36cccf2058be60b07:05
craysiiii believe thats what it is07:06
Noskcajif there's a bug for it i can triage and unprivate it07:06
craysiiii need to confirm though, and it usually only happens once per boot cycle07:06
darkxstcraysiii, thats bug 135128607:06
ubot5bug 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/135128607:06
craysiiiinteresting error07:08
craysiiii wonder if s is null and thats why the assertion is failing07:08
darkxstcraysiii, s is not null07:10
darkxstit could be a dangling pointer though can't tell that from the stacktrace07:11
craysiiibeen a while since ive done or looked at c/++07:11
darkxstcraysiii, ideally you would fire it up in gdb and set a breakpoint on avahi_simple_poll_prepare07:13
darkxstand then poke into s, but if it only happens on boot that is a little tricky07:13
craysiiiwell for me, ot doesn't happen on boot, but only once per boot\07:13
craysiiiit happens randomly07:14
craysiiior what appears to be random07:14
darkxstattach gdb to the process, set breakpoint and wait!07:15
craysiiiill 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 :P07:16
darkxstcould be something specific only getting ~250 hits p/d07:18
darkxsthardware specific07:18
craysiiiwhat does p/d mean07:20
craysiiido you think it could have to do with the fact that im running at kind of a weird resolution? 2560x108007:23
darkxstper day07:23
darkxstno shouldnt be related to resolution, I wouldnt have though so anyway07:24
darkxstdo you have a scanner attached to your machine?07:24
craysiiinope07:24
craysiiiits a really new computer. Intel G3258 cpu. nvidia gtx 960.07:25
craysiiino peripherals attached except m/kb and speakers through audio jack07:27
darkxstcraysiii, its crashing in the Sane Kodak AIO backend07:27
craysiiio.O07:28
craysiiiill have to check mine then. i don't know why that would even be on my installation07:30
craysiiior why it would be invoked07:30
craysiiido you think that could happen if there is a networked printer on the LAN?07:30
darkxstcraysiii, yes07:31
craysiiii didn't think about that, there is one networked printer i believe07:31
craysiiithere is one on the network but its not added as an available printer on my machine07:32
craysiiithough ubuntu is able to find it07:32
craysiiiand its an epson printer07:33
darkxstcraysiii, does seem related to network, if you look at the trace07:49
darkxsthttps://launchpadlibrarian.net/181315332/Stacktrace.txt07:49
craysiiinet autodiscovery07:51
craysiiii wonder if i can turn that off07:52
darkxstyeh frames #6 - #8 are probably the interesting ones07:52
darkxstyou can possibly disable the kodakaio backend, but thats would just be a hacky workaround07:52
craysiiitruew07:53
craysiiineeds to fail gracefully07:54
craysiiilol07:54
craysiiior connect properly or whatever its supposed to do07:55
darkxstit could be confused, but I don't have time to look at the source code07:56
craysiiithanks for taking me this far07:57
craysiiiim going to attempt it in my freetime. always wanted to contribute. unless someone does first ha.07:58
darkxstseems like a corner case to me, so unlikely that will happen07:59
darkxstcraysiii, its really hard to fix bugs that can't be reproduced (except the rare occassion there is something08:09
darkxstglaring obvious wrong in the stacktrace)08:09
craysiiisomehow my computer reproduces it every day >.>08:09
darkxstIt could be triggered somehow by the network printer08:10
craysiiimaybe when its turned on08:11
craysiiior off08:11
darkxstI have a xerox network printer but apparently that does not trigger it08:11
stemidwhy 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
stemidand now after I changed my AD password at work pidgin won't work either. keeps asking for the password.09:50
stemidthis issue with exchange accounts in evolution goes back years09:51
darkxststemid, evo is mainly maintainted by the ubuntu desktop team12:36
varunwachaspati 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
varunwachaspatiHave a look at the link, any pointers will be appreciated, Thanks in Advance...19:53
Kurvivor19Hello! i need an advice. I have a game that is launched but command of type "cd /game/folder && ./game -par param"20:44
Kurvivor19it works fine from terminal20:44
Kurvivor19but when i create a launcher wich such command, it tells me that "an error occured during launch" every time20:45
muelliKurvivor19: several options.  One is to try Path=/game/folder20:46
muellithe other is to try Termin=true20:46
muellithen there is always the option of making your line to start the program a little script which you then execute instead.20:47

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