[00:08] i seem to have found a bug with wide character support in C programs. against which package should i report it? [00:29] can you describe the bug? [00:34] penguin42: yes. printf("%lc", 0x2701); does not print the unicode character "Upper blade scissors" like it is supposed to :) [00:35] at least my interpretation of man 3 printf leads me to believe that should work [00:35] hmm - that could be broken in so many places! [00:35] yeah [00:35] it's not my terminal, python outputs utf8 just fine [00:36] if you run that program and pype it through od -tx1 does the hex look correct? [00:36] no [00:36] because it outputs absolutely nothing [00:36] however i wrote my own utf8 encoder, and that outputs the symbol correctly [00:36] see: http://ideone.com/oQoCA [00:36] nothing? That's curious [00:36] yeah that's what #glibc just told me too [00:37] well, printf is in libc, so I'd file it against that [00:42] #glibc figured it out... i need to setlocale(LC_ALL, ""); to get the locale from the environment [00:44] ok, I wonder what it was trying to do without the locale [00:48] without a locale it just bails out as soon as it sees %lc [00:48] so eg printf("-- %lc --", foo); and you'll get "-- " as output [00:49] nice of it to let you know ! [00:49] yeah it was a little bit unhelpful [05:36] hello. i'm not sure if this is the right channel or not so i'll just go ahead and ask the question. i'm experiencing an issue with vim and sql on lucid but this page says release fixed --> https://bugs.launchpad.net/ubuntu/+source/vim/+bug/584797 [05:37] Launchpad bug 584797 in vim (Debian) (and 1 other project) "vim loses left/right cursor keys in insert mode when editing SQL (affects: 4) (heat: 25)" [Unknown,Fix released] [05:38] Terminus: it's been fixed in natty [05:38] !sru | Terminus [05:38] Terminus: Stable Release Update information is at http://wiki.ubuntu.com/StableReleaseUpdates [05:38] Terminus: you have to follow the stable release update procedure if there's a simple patch that can be backported [05:39] micahg: i see. so i assume it's still in updates-testing? [05:40] or is it a "won't fix" bug? i'm not terribly familiar with the SRU. [05:41] Terminus: no, it's in the development release, we generally only backport patches for high impact issues [05:42] Terminus: it does seem like an annoying bug, but I'm not on the SRU team, so I'm not sure if it qualifies [05:43] Terminus: you could try asking if it's worthwhile in #ubuntu-devel in a couple hours [05:47] micahg: i see. i thought usability would be in the "high impact" issue category, and as long as there's no regression with other packages, it would be ok. [05:47] micahg: anyway, thanks! [05:47] btw, why in a couple of hours? is that the time canonical people report for work? =) [05:48] Terminus: well, normally people are around by now, but I don't see them, so I figure give them time to get settled Mon Morning instead of jumping on them first thing :) [05:50] micahg: hehe. forgot it's monday. thanks again! =) [05:51] Terminus: well, almost Tuesday for some folks :), but Monday for most of the people in these channels [05:52] yeah, it's 2pm here. =) [05:52] almost 1AM for me [05:53] micahg: seriously? are you right next to the date line or something? [05:54] Terminus: no, midwest US [06:00] micahg: ah... thought it was almost tuesday for you. =) === ogra is now known as Guest42034 === Guest42034 is now known as ogra_ === seb128_ is now known as seb128 === bcurtiswx is now known as Guest95906 === Fabio___ is now known as fabio- [14:59] patrickmw: we only added one symlink for your wireless bug right? [14:59] patrickmw: see bug 728746 [14:59] Launchpad bug 728746 in linux-firmware (Ubuntu) "broadcom 80211 firmware needs symlinks (affects: 2) (heat: 499)" [Undecided,Confirmed] https://launchpad.net/bugs/728746 === zyga is now known as zyga-ill [15:27] bdmurray: yes, we tried that [15:30] patrickmw: okay, I thought we had only made 1 of the symlinks mentioned there [15:31] * patrickmw is looking up the bug [15:31] bdmurray: I will try both symlinks now [15:38] bdmurray: I'm having trouble booting into Unity. The last time I updated caused Unity not to start properly. Problem is, the account is set to automatically login, so I don't get the option to select Classic mode [15:38] I can get into tty, but I'm having trouble finding where gdmsetup sets the automatic login properties [15:41] seb128: How can one switch between the classic desktop and unity at a command line prompt? [15:42] bdmurray: you can't [15:42] where what do you mean? from a running session? [15:42] or when starting the session? [15:43] seb128: see patrickmw's question above. Unity isn't working out well for him and he has chosen auto login [15:44] oh [15:44] edit .dmrc in your user dir [15:44] the Session= line [15:44] set it to classic-gnome [15:45] classic-gnome or gnome-classic? mine has gnome-classic [15:45] seb128, thank you. I've been trying to find that all weekend [15:46] patrickmw, otherwise you can edit /etc/gdm/custom.conf to disable autologin [15:47] I always just alt-sysrq-k myself back to gdm [15:47] * jcastro 's way is totally hammer [15:47] bdmurray: could be gnome-classic, I'm under an unity session now so I can't check [15:48] the .desktop is gnome-classic.desktop, the session classic-gnome.session [15:48] yeah for consistency === yofel_ is now known as yofel [18:12] jibel, marjo: bug 734989 - still gathering info [18:12] Launchpad bug 734989 in software-center (Ubuntu) "software-center crashed with SIGSEGV in __cxa_allocate_exception() - Crash on startup (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/734989 [18:12] patrickmw: ack [18:13] patrickmw, the master is bug 259219 [18:13] Launchpad bug 259219 in software-center (Ubuntu Natty) (and 3 other projects) "Broken TLS support in libGL.so AKA: software-center crashed with SIGSEGV in __cxa_allocate_exception() (affects: 392) (dups: 126) (heat: 1734)" [High,Triaged] https://launchpad.net/bugs/259219 [18:14] patrickmw, the workaround is documented in the description [18:15] jibel: ty [18:31] 127 duplicates already ^^ [18:40] Please set Bug #734269 to Wishlist [18:40] Launchpad bug 734269 in ubuntuone-control-panel (Ubuntu) "clicking "Edit my account" shouldn't require logging in again (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/734269 [19:43] geoffmcc, is already one ;) [19:43] one/done/ [19:47] Hi [19:47] what is the name of the package that handles file associations in Gnome ? [19:49] kamusin: yea i sent out an email cause it seemed kinda quiet in here and it didnt get done to yet, wasnt rushing it- just being thorough [19:49] thanks [19:58] strycore: There seem to be many; xdg-utils seems to be one of them and bug 670128 is about some issues with it choosing the wrong thing [19:58] Launchpad bug 670128 in xdg-utils (Fedora) (and 4 other projects) "gnome-open uses firefox while it's not the preferred browser (affects: 22) (dups: 6) (heat: 138)" [Unknown,Unknown] https://launchpad.net/bugs/670128 [19:58] * penguin42 disappears [20:13] thanks [20:13] even if you're not here anymore :p [20:14] anyway i'm thinking about reopening bug 667071 [20:14] Launchpad bug 667071 in ubuntu "Folders opened by wrong application (affects: 34) (dups: 28) (heat: 269)" [Low,Won't fix] https://launchpad.net/bugs/667071 [20:14] Marking this as "Won't fix" is wrong in every possible way [20:15] First I'm going to check on my Win7 and MacOSX what are their behaviors concerning this [20:39] strycore: why? [20:39] it isn't a bug [20:41] yes it is [20:41] an a quite severe one [20:42] Ok, so I've checked Snow Leopard, Win7 and KDE [20:42] Gnome is the the worst regarding this issue [21:03] strycore: how so? if the user set it to do that, then it isn't a bug [21:04] granted, it is probably a dumb user interface to have the box checked by default, but it isn't a bug that you get what you asked for [21:05] psusi, i'm almost finished commenting on the bug, it's more detailled there [21:05] psusi, software should be forgiving [21:06] you can't just go "haha you asked for it" [21:07] strycore: how do you propose that ( other than changing the default state of the checkbox ) [21:08] one second, i'm almost finished on the bug report :) [21:08] k... I'm heading home... will read it when I get there [22:07] What happened to https://wiki.ubuntu.com/Bugs/Tags ? [22:10] bdmurray, hggdh : any idea why Tags was deleted? [22:11] charlie-tca: nope [22:12] Page is completely gone [22:12] charlie-tca, nope [22:12] What is this? [22:12] [DIFF] linex 06:58 Info rashed alhazimi page was renamed from Bugs/Tags [22:13] check https://wiki.ubuntu.com/linex [22:14] charlie-tca: are you going to rename it back? [22:14] yes [22:14] interesting, I did not receive an email with this change [22:15] I think I did but wasn't paying enough attention [22:15] bdmurray: nope, it seems I am not allowed [22:15] I never got the email, and I am subscribed for them [22:16] bdmurray: can you rename it back to Tags? [22:16] charlie-tca: I received other wiki changes but not this... [22:16] [Ubuntu Wiki] Update of "https:/wiki.ubuntu.com/Bugs/Tags" by charlie-tca [22:17] I don't where it went, but it did not rename it [22:17] oh, okay really fixing now [22:18] both /linex and /Tags not present [22:18] charlie-tca: you just need Bugs/Tags in the new name [22:18] charlie-tca: not the domain name [22:18] bug/tags is back [22:18] Welcome back https://wiki.ubuntu.com/Bugs/Tags [22:19] bdmurray: thank you === ogra_ is now known as ogra