Re: [Bug 1621719] Re: Black screen when resuming laptop from sleep

2016-11-09 Thread Chiron
No one at Elementary seems to care. They classified it as an "Ubuntu" bug except I dont have this problem with Ubuntu of any flavor, or any other distribution I've tried. On Nov 9, 2016 9:42 PM, "Cody" wrote: > I have the same problem, I believe. I am running Loki on a Toshiba > Satelite L755-s5

[Bug 1621719] Re: Black screen when resuming laptop from sleep

2016-10-22 Thread Chiron
Evidently the bug I filed is a duplicate of this (1634242), also with T420s laptops. But I don't even have to put them machines to sleep or even wait. All I have to do is lock the laptop and it crashes. FYI, I don't get this with Ubuntu, Ubuntu Gnome, or any other derivatives. I tried a newer kern

RE: [Bug 645034] Re: gwibber crashed with CancelledError in __init__()

2010-09-25 Thread Laure Chiron
*** This bug is a duplicate of bug 542761 *** https://bugs.launchpad.net/bugs/542761 Hi ! I don't have any informations anymore about this bug, sorry. My problem is resolved, Ubuntu is in function on my netbook. Thanks a lot ! Regards. -Message d'origine- De : boun...@canonical.com [

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-17 Thread Chiron
Thanks. For the cairo bug, would the solution then be to move version 1.6.3 of libcairo-ruby into 8.10 since it seems to fix the earlier test case? -- [BUG] object allocation during garbage collection phase https://bugs.launchpad.net/bugs/293464 You received this bug notification because you are

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-14 Thread Chiron
Right, so its not a cairo bug at all, the problem I found with the 1.5.1 version seems to be a coincidence. It seems to be a glade bug? I removed a child from an eventbox in a gtk::dialogue, and then destroyed the dialogue. Test case, including 2 glade files, follows: <-> NG_PATH = "NewGa

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-14 Thread Chiron
I appear to have been mistaken about 1.6.3 not working. It *sort of* works. By that, I mean that the test case that I provided you with now works. My programme still doesn't, though. I'm working on extracting a piece of the programme for use as another test case for you. -- [BUG] object allocat

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-14 Thread Chiron
installing libcairo-ruby1.8_1.6.3-1_i386.deb for sid from packages.debian.org didn't fix the problem -- [BUG] object allocation during garbage collection phase https://bugs.launchpad.net/bugs/293464 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-14 Thread Chiron
That doesn't crash in irb until I ^C the loop and type in 'exit' Running this as a script with ruby does make it crash, though: <-> require 'cairo' require 'stringio' i = 0; 1000.times do output = StringIO.new surface = Cairo::PDFSurface.new(output, 100, 100) context = Cairo::Context.

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-14 Thread Chiron
I should add that in the test case that I have provided, there is a lower bound (85 for me) below which the test case does not cause an error. -- [BUG] object allocation during garbage collection phase https://bugs.launchpad.net/bugs/293464 You received this bug notification because you are a mem

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-14 Thread Chiron
libcairo-ruby1.8 version is 1.5.1-1+lenny1 -- [BUG] object allocation during garbage collection phase https://bugs.launchpad.net/bugs/293464 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-08 Thread Chiron
Intrepid, up to data, with backports. I'm fairly certain its in cairo somewhere - I've narrowed the issue down to a ruby class extending a Gtk::Drawable, using cairo to draw with it. The drawing is fairly intensive, so it draws to an ImageSurface before drawing that to the control's surface, in ca

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2009-03-07 Thread Chiron
I am still having this issue in ruby programmes that do not pull in libxml, so I think that it is in at least one other ruby library. I suspect that it is in cairo or glade, since those are the two libraries that are being used at the time of the crash. Should this bug be reopened, or a new one cre

[Bug 339339] [NEW] viewport switcher catches events in odd places

2009-03-07 Thread Chiron
Public bug reported: I have set the Viewport Switcher's 'Move Next' and 'Move Prev' mouse triggers to Button 5 and Button 4. When I scroll with the mouse over the desktop, it switches viewports. Unfortunately, there are some other places the mouse can be that will cause the viewport switcher to ca

[Bug 176459] Re: gtk-window-decorator uses incorrect font-hinting settings

2009-02-02 Thread Chiron
This is not an issue for me anymore. -- gtk-window-decorator uses incorrect font-hinting settings https://bugs.launchpad.net/bugs/176459 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubunt

[Bug 317222] Re: Celestron USB microscope not supported

2009-01-26 Thread Chiron
I am in a similar situation. The vendor seemed to indicate that Windows and Mac OS were the only options. I have attached the logs that you have requested. ** Attachment added: "Log files requested" http://launchpadlibrarian.net/21659799/logs.tar.gz -- Celestron USB microscope not supported

[Bug 292496] Re: Epiphany does not appear in Preferred Applications dialogue for Web Browser

2008-11-04 Thread Chiron
I've determined what was causing the issue. I installed epiphany-gecko directly, and didn't bother to install the epiphany-browser package since it is described as a dummy package, but once I installed that package, the Preferred Applications dialogue showed Epiphany properly. Should epiphany-geck

[Bug 293464] Re: [BUG] object allocation during garbage collection phase

2008-11-04 Thread Chiron
Thanks Niklas, so if what was suggested here ( http://www.ruby- forum.com/topic/161876 )is true, then it sounds like an issue with new GC API changes and old versions of various libraries. -- [BUG] object allocation during garbage collection phase https://bugs.launchpad.net/bugs/293464 You receiv

[Bug 292496] Re: Epiphany does not appear in Preferred Applications dialogue for Web Browser

2008-11-03 Thread Chiron
What exactly do you mean by repeatable? Certainly each time I open up 'Preferred Applications', Epiphany is not listed in the Web Browsers combobox. I can't say for sure if this same error would occur were I to reinstall Intrepid, since I'd like to avoid doing that. The steps that I took that brou

[Bug 293464] [NEW] [BUG] object allocation during garbage collection phase

2008-11-03 Thread Chiron
Public bug reported: Binary package hint: ruby1.8 This error occurs within a GTK application, so this might be the cause of the error ( as suggested here: http://www.ruby-forum.com/topic/168922 ), but the error locations provided do not seem to line up with any GTK interaction, so I am hesitant t

[Bug 292496] [NEW] Epiphany does not appear in Preferred Applications dialogue for Web Browser

2008-11-01 Thread Chiron
Public bug reported: Binary package hint: epiphany-browser I'm not 100% percent sure that this is the correct place to file this bug, since I'm not sure how 'Preferred Applications' goes about determining which applications get listed - maybe the .desktop file? After installing Epiphany (Just in

[Bug 284739] [NEW] xdg-open not updated when new Nautilus 'Open With' option selected

2008-10-16 Thread Chiron
Public bug reported: I think that this is either a bug in nautilus or in xdg-utils, but I'm not sure which one. When I make a new selection for file associations in Nautilus' file properties dialogue, the xdg-open command does not get updated to use the same application. This problem manifests f

[Bug 66623] Re: warning: GRClosure invoking callback: already destroyed

2008-07-25 Thread Chiron
"Edgy has reached its end of life and this particular bug task is being set to Won't Fix." It has been nominated for versions after Edgy as well, and this bug as persisted for years - can we hope to see it accepted and fixed for those newer versions? >From what I understand, its a relatively simp

[Bug 66623] Re: warning: GRClosure invoking callback: already destroyed

2008-07-12 Thread Chiron
@Ian It has puzzled me, too. Perhaps the maintainer missed the part where the callbacks break, and thinks that the only trouble is that it is printing out the warning? It's not as if use of Glade for GTK UIs is uncommon, lots of projects use Glade for the creation of smaller or static portions of

[Bug 241823] [NEW] [needs-packaging] ROXML - Ruby Object to XML Mapping Library

2008-06-20 Thread Chiron
Public bug reported: I appologise in advance if this is in the wrong category - I looked for information about how to request packages, but couldn't find anything. Would it be possible to include this package in the Ubuntu repositories in the future? "ROXML is a Ruby library designed to make it

RE: [Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-04-03 Thread Chiron
I will try this and post the results back tonight. -Original Message- From: "Colin King" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: 4/3/2008 10:45 AM Subject: [Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325 Hi Chiron, M

Re: [Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-04-01 Thread Chiron
Wait, that didn't sound right. It's keep the hardware and lose software, or keep software and lose hardware. Yeah, that sounds better. On Tue, 2008-04-01 at 16:03 +0000, Chiron wrote: > The particular two boxes I have been working with were purchased new > quite a while ago.

Re: [Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-04-01 Thread Chiron
The particular two boxes I have been working with were purchased new quite a while ago. I just recently purchased one off of ebay though. :) I like these boxes, quite quick and powerful for dirt cheap. I want to get more, but it seems I'm facing a hard choice. Move away from ubuntu and keep powerfu

[Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-03-17 Thread Chiron
Please find attached an image of the boot messages. I apologize for the delay, but had to arrange to take the server down. Also, I get this exact error message with both alpha-5 and alpha-6 of the amd64 server disc. Chiron ** Attachment added: "cameraphone picture of monitor with boot

Re: [Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-03-06 Thread Chiron
Chiron wrote: > Leann Ogasawara wrote: > >> Hi Chiron, >> >> Would it be possible for you to take a digital photo of the kernel panic >> you are seeing and attach it to this bug report? It will be helpful to >> the kernel team when debugging to see the e

Re: [Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-03-03 Thread Chiron
Leann Ogasawara wrote: > Hi Chiron, > > Would it be possible for you to take a digital photo of the kernel panic > you are seeing and attach it to this bug report? It will be helpful to > the kernel team when debugging to see the entire information from the > kernel panic. Than

[Bug 195495] Re: Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-02-25 Thread Chiron
Basic server config, Dual Opteron 2xx series CPU's, 2GB ram, cdrom, 120GB hard disk. Feisty loads fine, Gutsy fails in similar manner. -- Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325 https://bugs.launchpad.net/bugs/195495 You received this bug notification because you are

[Bug 195495] [NEW] Hardy AMD64 Alpha 5 server and desktop won't boot on IBM eServer 325

2008-02-25 Thread Chiron
Public bug reported: When you hit enter at the boot splash screen to either run from LiveCD with desktop or to install with server version, kernel panics and fails at the third line from stdout. Output is as follows: PANIC: Early Exception rip 805e5131 error 0 cr2 69d8 I get this message

[Bug 66623] Re: warning: GRClosure invoking callback: already destroyed

2008-02-01 Thread Chiron
Is there any word as to the status of this bugfix in Hardy? I don't mean to nag or harass, but this bug is quite important to me. I'm writing a piece of software that runs into this issue intermittently and unpredictably. Unfortunately, in this case, applying the patch myself isn't sufficient, sinc

[Bug 66623] Re: warning: GRClosure invoking callback: already destroyed

2008-01-01 Thread Chiron
I'm running into the same problem intermittently on Hardy Alpha 2 $ ruby -r gtk2 -e 'p Gtk::VERSION' [2, 12, 3] $ ruby --version ruby 1.8.6 (2007-09-24 patchlevel 111) [i486-linux] $ uname -r 2.6.24-2-generic As with the previous comment for Gutsy, Andy Owen's patch seems to solve the problem. -

[Bug 176459] gtk-window-decorator uses incorrect font-hinting settings

2007-12-14 Thread Chiron
Public bug reported: When the computer first loads, the window-decorator (gtk-window- decorator) displays title with what looks like medium or full font- hinting, despite the fact that I have font-hinting turned off. When I run `gtk-window-decorator --replace` it then uses the correct hinting sett

[Bug 122671] Re: Beagle deskbar does not display all files

2007-06-27 Thread Chiron
I've attached a screenshot to demonstrate ** Attachment added: "Screenshot.png" http://launchpadlibrarian.net/8219240/Screenshot.png -- Beagle deskbar does not display all files https://bugs.launchpad.net/bugs/122671 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 122671] Beagle deskbar does not display all files

2007-06-27 Thread Chiron
Public bug reported: Binary package hint: deskbar-applet Beagle-live isn't displaying all of the files that simply searching in beagle's GUI does. In fact, the beagle-search deskbar plug-in barely displays any files at all most of the time. ** Affects: deskbar-applet (Ubuntu) Importance: Un

[Bug 108095] Re: Feisty Desktop CD and Display Resolution

2007-04-22 Thread Chiron
I have rerun the live session and attached the files from it. vesa drivers worked properly, the nv driver is the one with the issue. ** Attachment added: "Files from live session" http://librarian.launchpad.net/7387208/LiveCD%20files.tar.gz -- Feisty Desktop CD and Display Resolution https:/

[Bug 108095] Re: Feisty Desktop CD and Display Resolution

2007-04-21 Thread Chiron
Post install, the same problem occurred. I've attached the backup of the original xorg.conf, as well as two Xorg.0 log files. I futzed around with the xserver a bit before getting it to work, so theres quite a bit of output there. ** Attachment added: "archive of requested files" http://librar

[Bug 108095] Re: Feisty Desktop CD and Display Resolution

2007-04-20 Thread Chiron
As a follow-up to my bug report, this seems to be a regression from edgy, which (IIRC) used the vesa driver by default. I suspect that Feisty used the 'nv' driver instead. The /etc/X11/xorg.conf file actually listed higher resolutions than 800x600 (including some rather odd ones), but the gnome-di

[Bug 108095] Feisty Desktop CD and Display Resolution

2007-04-20 Thread Chiron
Public bug reported: Binary package hint: casper While booting Ubuntu 7.04 with a Gigabye GA-M55plus-S3G motherboard with integrated NVIDIA GeForce 6100 graphics, the maximum resolution available is 800x600. This wouldn't be a serious problem were it not for the fact that the install wizard doesn