[Bug 178979] spell-check not functioning in evolution, but shows itself that it is instaled in adept.

2007-12-27 Thread Robbie
: evolution-2.10 --sm-config-prefix /evolution-2.10-8Miwpw/ --sm-client-id 101be1a61b713a00011978095800052930017 --screen 0 ProcCwd: /home/robbie ProcEnviron: LANGUAGE=en_CA:en PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games LANG=en_CA.UTF-8 SHELL=/bin/bash

[Bug 178979] Re: spell-check not functioning in evolution, but shows itself that it is instaled in adept.

2007-12-27 Thread Robbie
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/11077826/Dependencies.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/11077827/ProcMaps.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/11077828/ProcStatus.txt -- spell-

[Bug 102368] Re: desktop effects remove top bar on all my windows and make windows unmovable

2007-04-05 Thread Robbie
Same problem here, NVIDIA 6600 GT. No title bar when desktop effects are enabled. -- desktop effects remove top bar on all my windows and make windows unmovable https://bugs.launchpad.net/bugs/102368 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug con

[Bug 588774] [NEW] Vertical Maximize system preference does not toggle (no compiz)

2010-06-02 Thread robbie
Public bug reported: Binary package hint: gnome-control-center setting double-click to maximize vertically on a system without compiz (on lucid 10.04) does maximize the window. double-clicking again sometimes does not unmaximize the window -- this state will remain until you unmaximize the window

[Bug 554693] Re: gcm-apply crashed with SIGSEGV in free()

2010-06-02 Thread robbie
I also have this problem (I'm on 10.04 powerpc64-smp arch). -- gcm-apply crashed with SIGSEGV in free() https://bugs.launchpad.net/bugs/554693 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

[Bug 586087] Re: Luid: floating point operations seems not to match specification

2010-06-03 Thread robbie
this bug has two parts really. one part is external to ruby, the other is internal to it. the external part is a problem with the kernel not conforming to ieee 754 floating point standards the register has a smaller significand than is expressed in the standard. It should have 16 significant

[Bug 522538] Re: gwibber-service crashed with error in connect()

2010-05-26 Thread robbie
kitallis tells me he has the same problem as https://bugs.edge.launchpad.net/gwibber/+bug/523964 - which is marked as duplicate of this problem. I had him run python -d gwibber and he gets this ewrror log http://pastie.org/private/bzlwxgrvth1mx6r2mzdkqg -- there's a connection refuse error that

[Bug 586087] [NEW] Luid: floating point operations seems not to match specification

2010-05-26 Thread robbie
Public bug reported: Binary package hint: ruby1.9.1 according to http://ruby-doc.org/core/classes/Float.html and many other sources, floats are handled with the underlying architecture's floating point operations. bash$ gcc -o fp fp.c && ./fp && ruby -e 'puts "\nfp.c\n··\n"' && cat fp.c &&

[Bug 586087] Re: Luid: floating point operations seems not to match specification

2010-05-26 Thread robbie
oops, typo crept into that C code .. here's the correction: 8.40e+00 8.40568434e+00 fp.c ·· #include #include int main(){ double cien = 100.0; double frac = 91.6; printf("%e\n", cien - frac); printf("%.20e\n", cien - frac); return 0;

[Bug 586087] Re: Luid: floating point operations seems not to match specification

2010-05-27 Thread robbie
reading about the ansi standard, typically doubles only support 15 significant digits. The error occurs at the 16th digit (in the C code): 8.40e+00 8.4056843418860808014869689941406250e+00 8.4056843418860808014869689941406250e+00 sizeof doubles 8 sizeof long dou

[Bug 586087] Re: Luid: floating point operations seems not to match specification

2010-05-27 Thread robbie
IEEE754 says doubles are supposed to provide 16 significant digits: Correctly rounded results can be obtained by converting to decimal and back again to the binary format using: 5 decimal digits for binary16 9 decimal digits for binary32 17 decimal digits for binary64 36 decimal digits for binary

[Bug 566540] Re: m28xx_alsa: disagrees about version of symbol snd_pcm_new

2010-05-28 Thread robbie
I just walked through something very like this today -- your videodev / v4l and your device driver are out of synch. do this: sudo rm -rf /lib/modules/`uname -r`/empia sudo mv /lib/modules/`uname -r`/kernel/drivers/media Código/media_backup sudo apt-get --reinstall install linux-image-2.6.32-21-p

[Bug 566540] Re: m28xx_alsa: disagrees about version of symbol snd_pcm_new

2010-05-28 Thread robbie
obviously changing the image to the appropriate one for your architecture! -- m28xx_alsa: disagrees about version of symbol snd_pcm_new https://bugs.launchpad.net/bugs/566540 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 489353] Re: em28xx-new should be added to repository

2010-05-28 Thread robbie
@Brat Figg what does upstream mean? The em28xx-new driver set is so old I find references to it on ubuntu forums from 2007 -- em28xx-new should be added to repository https://bugs.launchpad.net/bugs/489353 You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 489353] Re: em28xx-new should be added to repository

2010-05-28 Thread robbie
here's a patch that *appears* to apply the whole em28xx-new to the v4l standard em28xx drivers: http://lists-archives.org/video4linux/24859-adding-empia-base-driver.html not sure how to build that to be honest .. I tried patching it in the source and making but it skipped the directory it creates

[Bug 489353] Re: em28xx-new should be added to repository

2010-05-28 Thread robbie
there's a whole set of patches that could be applied from that guy: http://marc.info/?a=114109916300029&r=1&w=2 -- em28xx-new should be added to repository https://bugs.launchpad.net/bugs/489353 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 586087] Re: Luid: floating point operations seems not to match specification

2010-05-29 Thread robbie
I just noticed that lib6-ppc64 is -not- installed by default on the powerpc64-smp architecture. I may be missing some library. -- Luid: floating point operations seems not to match specification https://bugs.launchpad.net/bugs/586087 You received this bug notification because you are a member of

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2021-07-25 Thread Robbie
Just tested on Arch Linux and GX701GX-XB78 and tried all combinations of model/layout...no dice. This version DOES work for me https://gitlab.com/Thraen/gx735_touchpad_numpad but I have to stop and restart it every time I reboot. Perhaps you could merge some of his methods into yours Mohamed? Yo

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-02-20 Thread Robbie
I've never written drivers before but if someone wants to work on this with me, I'd love to help out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810183 Title: numpad on touchpad doesn't work in

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2019-10-01 Thread Robbie
Wanted to drop in that I have an asus ROG zephyrus and no touchpad functionality for me either. Anything I can do to help? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810183 Title: numpad on touc

[Bug 1886138] [NEW] cant get animations to work

2020-07-02 Thread robbie
Public bug reported: animations wont work ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: gnome-shell 3.36.3-1ubuntu1~20.04.2 ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44 Uname: Linux 5.4.0-40-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.3 Architecture: amd64 CasperMD5CheckRes

[Bug 1320674] [NEW] Trying to View in New Window causes Geeqie to freeze

2014-05-18 Thread Robbie
Public bug reported: Version 1:1.1-8 on Ubuntu 14.04 and 1:1.1-7 on Ubuntu 13.10 When selecting View in New Window, Geeqie freezes and can not be closed without killing the process. The program never actually crashes. ** Affects: geeqie (Ubuntu) Importance: Undecided Status: New

[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-11-16 Thread robbie
thank you Drew :) I can report that xpdf-reader does work. -- glib-compile-schemas fails if override files refer to non-installed schemas https://bugs.launchpad.net/bugs/621507 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b

[Bug 472294] Re: [Dell Inc. Dell XPS420] suspend/resume failure [non-free: fglrx]

2014-09-26 Thread Robbie
I have also not been able to suspend my Dell XPS 420. This has been happening for many years (probably since 2010). On 14.04 suspend will appear to work in that the power light starts blinking. However, the computer can not be woken up from suspend, and I must hold down the power button in order

[Bug 1058540] Re: compiz crashes soon after startup

2012-10-27 Thread robbie
Im having this same problem and have apport enabled -- how can I locate the crash logs that have already been submitted by my computer? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058540 Title: c

[Bug 1072361] Re: Windows Live not saving authorisation

2012-10-28 Thread robbie
on #ubuntu it was suggested to run "sudo chown -R $USER:$USER $HOME" however this has not helped -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072361 Title: Windows Live not saving authorisation T

[Bug 1072361] [NEW] Windows Live not saving authorisation

2012-10-28 Thread robbie
Public bug reported: each time I authenticate Windows Live, it fails to change state (the message "Windows Live account requires authorisation returns after a short pause, never actually connecting) in the logs I see: Oct 28 10:14:29 Brahma signond[3255]: signonsessioncore.cpp 528 processStoreOp

[Bug 1072361] Re: Windows Live not saving authorisation

2012-10-28 Thread robbie
oops! please close -- on reboot it seems to now work -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1072361 Title: Windows Live not saving authorisation To manage notifications about this bug go to:

[Bug 1070455] Re: Wireless disconnects repeatedly.

2012-10-28 Thread robbie
Im also having this problem, and have disabled ipv6 and forced a static route and removed isc-dhcp-client. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070455 Title: Wireless disconnects repeatedl

[Bug 1029416] Re: google talk has stopped accepting logins from empathy

2012-07-26 Thread robbie
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1029416 Title: google talk has stopped accepting logins from empathy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+so

[Bug 1029416] [NEW] google talk has stopped accepting logins from empathy

2012-07-26 Thread robbie
Public bug reported: google talk works from the web but not from empathy. login fail / not accepting password. system redials every few seconds automatically notifying me that a password is required, but there is one in the field - I have since readded the password, to no avail. Removing the pass

[Bug 1029416] Re: google talk has stopped accepting logins from empathy

2012-07-26 Thread robbie
ps> google talk has always worked. only today it stopped -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1029416 Title: google talk has stopped accepting logins from empathy To manage notifications a

[Bug 1074936] [NEW] package update-notifier-common failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-11-04 Thread Robbie
Public bug reported: Automatic Bug Report ProblemType: Package DistroRelease: Ubuntu 12.10 Package: update-notifier-common ApportVersion: 2.6.1-0ubuntu6 Architecture: i386 Date: Sat Oct 27 17:23:38 2012 ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit

[Bug 952493] [NEW] cd and dvd drives not reconized

2012-03-11 Thread robbie
Public bug reported: cd drive not detected. dvd drive not detected. cannot play vcd error messag e:[-An error occurred-Could not open location; you might not have permission to ] -,DVD drive not detected at all, action taken 1. tried opening disc and tried plying the file , message : can

[Bug 952493] Re: cd and dvd drives not reconized

2012-03-11 Thread robbie
** Package changed: ubuntu => nautilus (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/952493 Title: cd and dvd drives not reconized To manage notifications about this bug go to: https://bug

[Bug 630960] Re: evince doesn't start anymore

2010-09-25 Thread robbie
*** This bug is a duplicate of bug 621507 *** https://bugs.launchpad.net/bugs/621507 I have this bug. the following steps have not resolved the issue (suggested from the other evince 10.10 bug report): sudo apt-get install --reinstall evince sudo apt-get install --reinstall empathy sudo apt-g

[Bug 647824] [NEW] after installing nouveau-firmware, keyboard doesnt work in X

2010-09-25 Thread robbie
Public bug reported: Binary package hint: nouveau-firmware the behavior is actually rather intricate. if I replug in the keyboard at the login screen, I can log in. but once the session starts the same trick wont get it to work. at all times the number pad itself works, as does the caps lock, and

[Bug 623516] Re: empathy crashed because depend on package telepathy-logger

2010-09-26 Thread robbie
I have this problem on maverick 10.10 and with telepathy-logger installed -- empathy crashed because depend on package telepathy-logger https://bugs.launchpad.net/bugs/623516 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 647824] Re: after installing nouveau-firmware, keyboard doesnt work in X

2010-09-27 Thread robbie
I have reinstalled the entire xserver-xorg* subsystem and ubuntu- desktop, and continued to play with nouveau until now I have nouveau working (had to install the 2.6.35 kernel and some mesa-gli, and create an xorg.conf file). The keyboard works in all environments except gnome after unplugging and

[Bug 586087] Re: Luid: floating point operations seems not to match specification

2011-03-27 Thread robbie
I gotta admit it went unanswered for so long I just stopped paying attention. In fact I dont have ubuntu on my primary machine anymore, just my father's here. :P I'm afraid I can't offer my old G5 to further debug the problem either. Please don't request they close my launchpad account though, I s

[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-11-15 Thread robbie
I get this error as well. installed the dbg because I am getting many errors like this and particularly not having evince is driving me nuts :D Log appears equally lacking: GNU gdb (GDB) 7.2-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[Bug 621507] Re: glib-compile-schemas fails if override files refer to non-installed schemas

2010-11-15 Thread robbie
its been more than a month with the current release version of the OS housing this bug .. any head up on how long before ubuntu supports reading pdfs again? -- glib-compile-schemas fails if override files refer to non-installed schemas https://bugs.launchpad.net/bugs/621507 You received this bug

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-03-23 Thread Robbie
While not an actual driver...I found this utility on reddit...It's a python script that checks for the mode, and if you're in the num pad mode, it evaluates position of tap and sends numpad presses. Works for me! https://gitlab.com/Thraen/gx735_touchpad_numpad/ -- You received this bug notifica

[Bug 1810183] Re: numpad on touchpad doesn't work in ASUS Zenbook 14

2020-03-24 Thread Robbie
My reply seems to have been removed, but this worked for me. https://gitlab.com/Thraen/gx735_touchpad_numpad -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1810183 Title: numpad on touchpad doesn't w

[Bug 297119] Re: Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen

2008-11-12 Thread Robbie G
** Attachment added: "Xorg-ATI.tar.gz" http://launchpadlibrarian.net/19588589/Xorg-ATI.tar.gz -- Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen https://bugs.launchpad.net/bugs/297119 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 274290] Re: Intrepid daily, X Server hangs on ATI Radeon 9200 SE RV280

2008-11-12 Thread Robbie G
Bryce, Thanks for your efforts. As suggested I've logged my issue as a separate bug. If anyone has my issue or needs to track it, it's logged as follows: Title: Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen Location: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/297119 Cheers, R

[Bug 297119] [NEW] Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen

2008-11-12 Thread Robbie G
Public bug reported: Binary package hint: xserver-xorg Hi, I have upgraded to intrepid and experienced a blank screen at X startup. All was fine under hardy. In retrospect I should have tried the live CD first - the same thing happens with the intrepid live CD i.e. screen goes blank at X startup

[Bug 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-18 Thread Robbie G
Hi, my first test with only tesseract (i.e. no gocr or ocrad) installed results in the following: 1) Tesseract cannot be used as there is no ability to rip srt subtitles. 2) 3 profiles "disappear" from the list of profiles - these are ones that use SRT text as the subtitle decoder. A profile conf

[Bug 93849] Re: AMR audio support missing in ffmpeg

2008-11-20 Thread Robbie Williamson
Response for dotancohen with respect to the questionnaire: >From looking at the 3GPP questionnaire and their website, 3GPP does not have the rights to licensing the code itself, simply the rights to providing access and redistribution right for the specs: "According to the Article 3.2.2 of the

[Bug 287893] Re: Ericsson F3507g WWAN Card doesn't work with NetworkManager

2008-12-03 Thread Robbie Williamson
I just rebuilt an Intrepid i386 server kernel with the patch and uploaded to: http://people.ubuntu.com/~robbiew if someone wants to try it out. I have been using it, and so far so good. If you want to compare speeds between a ppp connection and the mb0, I suggest going to: http://text.dslr

[Bug 287893] Re: Ericsson F3507g WWAN Card doesn't work with NetworkManager

2008-12-04 Thread Robbie Williamson
I cannot say whether or not the mbm kernel patch will go into Jaunty, as I don't have a say in kernel matters. I suspect that it would first need to be accepted upstream for us to consider. However, I think if NM was fixed, we really don't need the mbm stuff. I've compared speeds between the mb

[Bug 287893] Re: Ericsson F3507g WWAN Card doesn't work with NetworkManager

2008-12-04 Thread Robbie Williamson
I think Alexander meant to put the modemmanager archive link in his most recent posting...instead of network-manager twice. :) https://launchpad.net/~modemmanager/+archive -- Ericsson F3507g WWAN Card doesn't work with NetworkManager https://bugs.launchpad.net/bugs/287893 You received this bug n

[Bug 301392] [NEW] panels freeze after a few hours

2008-11-23 Thread Robbie Clemons
Public bug reported: On AMD64 Ubuntu 8.10 both panels get frozen during standard use and from that point on they do not change, including the clock. The bottom panel will then not display new applications nor will it remove closed applications. ** Affects: ubuntu Importance: Undecided

[Bug 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-14 Thread Robbie G
I am on intrepid now too and tesseract is not being used however in my case gocr is being selected. This is odd because ocrad is installed which, if I read things correctly, is different to the rule Launchpad Janitor details 21/10/08 namely: "Set Depends for ocr to tesseract | ocrad | gocr . (LP:

[Bug 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-14 Thread Robbie G
Hi Julien, 1) With tesseract, gocr & ocrad installed (my config), gocr is used. [EMAIL PROTECTED]:~$ dpkg --get-selections | grep tesseract tesseract-ocr install tesseract-ocr-deu install tesseract-ocr-eng

[Bug 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-14 Thread Robbie G
WIth ocrad and tesseract installed, ocrad is used. [EMAIL PROTECTED]:~$ dpkg --get-selections | grep tesseract tesseract-ocr install tesseract-ocr-deu install tesseract-ocr-eng install [EMAIL PROTECTED]:~

[Bug 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-14 Thread Robbie G
Hi Julien, The final test is with only tesseract installed and it OGMrip seems not to get round to doing any OCR at all. I quote the lines of the log file for reference. To the untrained eye it seems to launch straight into the audio decoding: mplayer -nolirc -nocache -noframedrop -mc 0 -vc null

[Bug 247826] Re: 0.12.0-1 Subtitles. ocrad used instead of tesseract

2008-11-27 Thread Robbie G
Thanks Julien, great work - we got there in the end! The following *correct* behaviour is now seen with OGMrip 0.12.2-0.0ubuntu2~ppa5: With my last setup i.e. only tesseract installed: tesseract is used and... With gocr, ocrad & tesseract installed: tesseract is used With only gocr & ocrad inst

[Bug 297119] Re: Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen

2009-05-13 Thread Robbie G
Bingo Bongo ! Jaunty "production" Live CD from 12th May 2009 comes up fine with no monitor/display issues. Sorry I'm not is a position to test the install/upgrade just yet as I'm rather busy with other jobs around the house. -- Intrepid Upgrade+Live CD: Radeon RV280 9200 Blank Screen https://bu

[Bug 376032] [NEW] [needs-packaging] Deluge

2009-05-13 Thread Robbie Clemons
Public bug reported: Deluge is a powerful easy to use bittorrent client written in Python. Version 1.1.7 is out and should replace 1.1.6. Website: http://www.deluge-torrent.org/ License: GPL ** Affects: ubuntu Importance: Undecided Status: New ** Tags: deluge -- [needs-packagin

[Bug 209532] Re: Accessibility keyboard settings get lost

2009-05-13 Thread Robbie Clemons
I believe this bug has been fixed in GNOME 2.26.1 -- Accessibility keyboard settings get lost https://bugs.launchpad.net/bugs/209532 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.ubuntu.co

[Bug 90371] Re: [apport] BloGTK.py crashed with NoOptionError in get()

2009-01-30 Thread Robbie Coleman
and now approaching 2 years -- [apport] BloGTK.py crashed with NoOptionError in get() https://bugs.launchpad.net/bugs/90371 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.ubuntu.com https:/

[Bug 214370] Re: Logout/Shutdown Sound Not Working

2009-06-18 Thread Robbie Williamson
** Changed in: pulseaudio (Ubuntu) Assignee: Canonical Foundations Team (canonical-foundations) => Canonical Desktop Team (canonical-desktop-team) ** Changed in: gnome-session (Ubuntu) Assignee: Canonical Foundations Team (canonical-foundations) => Canonical Desktop Team (canonical-des

[Bug 377697] Re: update manager should warn about laptop running on battery when installing big updates

2009-06-22 Thread Robbie Williamson
** Changed in: update-manager (Ubuntu) Assignee: (unassigned) => Canonical Foundations Team (canonical-foundations) ** Changed in: update-manager (Ubuntu) Status: New => Triaged -- update manager should warn about laptop running on battery when installing big updates https://bugs.l

[Bug 384890]

2009-06-23 Thread Robbie Williamson
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28244016/Dependencies.txt -- power button not bringing up shutdown dialog [karmic] https://bugs.launchpad.net/bugs/384890 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 384890] apport-collect data

2009-06-23 Thread Robbie Williamson
Architecture: i386 DistroRelease: Ubuntu 9.10 Package: gnome-power-manager 2.27.1-0ubuntu3 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.30-9.10-generic Uname: Linux 2.6.30-9-generic i686 UserGroups: adm admin cdrom d

[Bug 384890]

2009-06-23 Thread Robbie Williamson
** Attachment added: "GConfNonDefault.txt" http://launchpadlibrarian.net/28244029/GConfNonDefault.txt -- power button not bringing up shutdown dialog [karmic] https://bugs.launchpad.net/bugs/384890 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 384890]

2009-06-23 Thread Robbie Williamson
** Attachment added: "DevkitPower.txt" http://launchpadlibrarian.net/28244018/DevkitPower.txt -- power button not bringing up shutdown dialog [karmic] https://bugs.launchpad.net/bugs/384890 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 384890] Re: power button not bringing up shutdown dialog [karmic]

2009-06-23 Thread Robbie Williamson
I'm seeing this bug after moving from Alpha1 to Alpha2 on my Thinkpad X301. ** Also affects: gnome-power-manager (Ubuntu Karmic) Importance: High Assignee: Martin Pitt (pitti) Status: In Progress -- power button not bringing up shutdown dialog [karmic] https://bugs.launchpad.net/b

[Bug 387042] Re: gwibber don't display messages

2009-06-23 Thread Robbie Williamson
I also encountered this bug after upgrading from Alpha 1 to Alpha 2. I'm running 32bit x86. ** Also affects: pywebkitgtk (Ubuntu) Importance: Undecided Status: New ** Changed in: pywebkitgtk (Ubuntu) Importance: Undecided => High ** Changed in: pywebkitgtk (Ubuntu) Status: Ne

[Bug 387042] apport-collect data

2009-06-24 Thread Robbie Williamson
Architecture: i386 DistroRelease: Ubuntu 9.10 Package: pywebkitgtk (not installed) ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.30-9.10-generic Uname: Linux 2.6.30-9-generic i686 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

[Bug 387042]

2009-06-24 Thread Robbie Williamson
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28281342/Dependencies.txt -- gwibber doesn't display messages https://bugs.launchpad.net/bugs/387042 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bug

[Bug 387042] apport-collect data

2009-06-24 Thread Robbie Williamson
Architecture: i386 DistroRelease: Ubuntu 9.10 Package: python-webkit 1.0.2-1ubuntu2 PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash PATH=(custom, user) LANG=en_US.UTF-8 ProcVersionSignature: Ubuntu 2.6.30-9.10-generic Uname: Linux 2.6.30-9-generic i686 UserGroups: adm admin cdrom dialout

[Bug 358831] Re: [ARM] Pulse Audio eating up to much CPU

2009-06-03 Thread Robbie Williamson
** Changed in: pulseaudio (Ubuntu) Assignee: Canonical Foundations Team (canonical-foundations) => Canonical Desktop Team (canonical-desktop-team) -- [ARM] Pulse Audio eating up to much CPU https://bugs.launchpad.net/bugs/358831 You received this bug notification because you are a member of

[Bug 386268] Re: autofs5 segfaults in Jaunty x86_64

2009-06-15 Thread Robbie Williamson
** Changed in: autofs5 (Ubuntu) Importance: Undecided => High -- autofs5 segfaults in Jaunty x86_64 https://bugs.launchpad.net/bugs/386268 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.u

[Bug 386268] Re: autofs5 segfaults in Jaunty x86_64

2009-06-15 Thread Robbie Williamson
Need some clarification of the present situation. Are we, or the customer, aware of a current upstream fix for this issue? If so, could someone provide a pointer to this? -- autofs5 segfaults in Jaunty x86_64 https://bugs.launchpad.net/bugs/386268 You received this bug notification because you a

[Bug 201391] Re: Headset volume control doesn't change headset volume

2009-06-29 Thread Robbie Williamson
** Changed in: linux (Ubuntu) Assignee: Canonical Foundations Team (canonical-foundations) => Canonical Desktop Team (canonical-desktop-team) -- Headset volume control doesn't change headset volume https://bugs.launchpad.net/bugs/201391 You received this bug notification because you are a m

[Bug 377697] Re: update manager should warn about laptop running on battery when installing big updates

2009-06-29 Thread Robbie Williamson
** Changed in: update-manager (Ubuntu) Assignee: Canonical Foundations Team (canonical-foundations) => Michael Vogt (mvo) -- update manager should warn about laptop running on battery when installing big updates https://bugs.launchpad.net/bugs/377697 You received this bug notification beca

[Bug 393659] [NEW] nautilus crashes viewing circular symlinks

2009-06-29 Thread Robbie Cooper
Public bug reported: Binary package hint: nautilus I was able to reproduce this bug using the following script: mkdir dir ln -s "`pwd`"/dir/link2 link1 ln -s "`pwd`"/link1 dir/link2 nautilus dir Then refresh nautilus a couple times or move back and forth between another directory and this one.

[Bug 393659] Re: nautilus crashes viewing circular symlinks

2009-06-29 Thread Robbie Cooper
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28531599/Dependencies.txt -- nautilus crashes viewing circular symlinks https://bugs.launchpad.net/bugs/393659 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 393204] apport-collect data

2009-07-01 Thread Robbie Williamson
Architecture: i386 DistroRelease: Ubuntu 9.10 ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 Uname: Linux 2.6.31-1-generic i686 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare -- package screen-profiles 2.17-0ubuntu1 failed to install/upgrade: subprocess post-installation script

[Bug 394526] [NEW] Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev

2009-07-01 Thread Robbie Williamson
Public bug reported: After upgrading to the latest Karmic Alpha 2 packages, my Thinkpad x301 boots VERY slowly (I initially thought it was hung). Graphical boot does not work at all. If I reboot into the previous kernel (.30-10), all is good. ProblemType: KernelOops Annotation: Your system migh

[Bug 394526] Re: Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev

2009-07-01 Thread Robbie Williamson
** Attachment added: "BootDmesg.gz" http://launchpadlibrarian.net/28611949/BootDmesg.gz ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/28611950/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28611951/Dependencies.txt ** Att

[Bug 394526] Re: Kernel oops (2) during boot with .31-1 kernel: acpi_get_pci_dev

2009-07-01 Thread Robbie Williamson
I saved the dmesg output from the .31-1 boot session and attached here. ** Attachment added: "dmesg output during .31 session" http://launchpadlibrarian.net/28611992/dmesg.out ** Description changed: After upgrading to the latest Karmic Alpha 2 packages, my Thinkpad x301 boots VERY slowly

[Bug 392709] Re: [karmic] linux-image 2.6.31-1.13 crashes on boot

2009-07-01 Thread Robbie Williamson
** Also affects: linux (Ubuntu Karmic) Importance: Undecided Status: Confirmed -- [karmic] linux-image 2.6.31-1.13 crashes on boot https://bugs.launchpad.net/bugs/392709 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubunt

[Bug 395545] [NEW] [Acer Aspire X1200] suspend/resume failure [non-free: nvidia]

2009-07-04 Thread Robbie Williamson
Public bug reported: . ProblemType: KernelOops Annotation: This occured during a previous suspend and prevented it from resuming properly. Architecture: amd64 Date: Sat Jul 4 10:56:44 2009 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume Hib

[Bug 395545] Re: [Acer Aspire X1200] suspend/resume failure [non-free: nvidia]

2009-07-04 Thread Robbie Williamson
** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/28688181/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/28688182/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28688183/Dependencies.txt ** A

[Bug 396149] apport-collect data

2009-07-06 Thread Robbie Williamson
*** This bug is a duplicate of bug 396134 *** https://bugs.launchpad.net/bugs/396134 Architecture: amd64 DistroRelease: Ubuntu 9.10 NonfreeKernelModules: nvidia Package: unattended-upgrades 0.50ubuntu1 PackageArchitecture: all ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 ProcVersionSignatur

[Bug 396149]

2009-07-06 Thread Robbie Williamson
*** This bug is a duplicate of bug 396134 *** https://bugs.launchpad.net/bugs/396134 ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/28736797/Dependencies.txt -- unattended-upgrade-shutdown crashed with SyntaxError in unknown() https://bugs.launchpad.net/bugs/39614

[Bug 370066] Re: LSB 4.0 support

2009-05-04 Thread Robbie Williamson
** Changed in: lsb (Ubuntu) Status: New => Triaged ** Changed in: lsb (Ubuntu) Milestone: None => jaunty-updates ** Changed in: lsb (Ubuntu) Assignee: (unassigned) => Ubuntu Foundations Team (ubuntu-foundations) ** Also affects: lsb (Ubuntu Hardy) Importance: Undecided

[Bug 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
Reverting revision 611 fixes it for me. With 611 I get errors about "head: not found". If I remove the "head -n1" from revision 611, I get the 'mount' error in the attached casper.log file. ** Attachment added: "casper.log" http://launchpadlibrarian.net/25691839/casper.log -- casper USB medi

[Bug 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
error starts at line 3928 -- casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt https://bugs.launchpad.net/bugs/363038 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing lis

[Bug 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
Attaching /proc/mounts, as it seems odd that /dev/sdb1 is mounted twice...over /cdrom and /casper-rw-backing ** Attachment added: "/proc/mounts" http://launchpadlibrarian.net/25691961/mounts -- casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt https

[Bug 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
Correctly applied revision 618 by slangasek, and problem resolved for me. -- casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt https://bugs.launchpad.net/bugs/363038 You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 363038] Re: casper USB media fails to boot: USB storage device not detected, drops to (initramfs) prompt

2009-04-17 Thread Robbie Williamson
FWIW, I noticed I was down-level on about 100 packages, including initramfs-tools and kernel. I updated, rebooted, recreated the bootable USB key, applied revision 618, and still did not experience the problem seen observed by Pete. -- casper USB media fails to boot: USB storage device not detec

Re: [Bug 363038] Re: casper USB media fails to boot: USB storage devicenot detected, drops to (initramfs) prompt

2009-04-18 Thread Robbie Williamson
Unsubscribe --Original Message-- From: xourov Sender: boun...@canonical.com To: rob...@ubuntu.com ReplyTo: Bug 363038 Subject: [Bug 363038] Re: casper USB media fails to boot: USB storage devicenot detected, drops to (initramfs) prompt Sent: Apr 18, 2009 9:39 AM I had a similar problem wi

[Bug 347831] Re: I need to set up my logitech dinovo edge bluetooth keyboard on each restart

2009-04-20 Thread Robbie Williamson
*** This bug is a duplicate of bug 318465 *** https://bugs.launchpad.net/bugs/318465 ** This bug has been marked a duplicate of bug 318465 Logitech MX5000 doesn't connect via bluetooth under ubuntu -- I need to set up my logitech dinovo edge bluetooth keyboard on each restart https://bugs

[Bug 356518] Re: HP ML110 fails to boot with grub after server install via PXE / serial console

2009-04-20 Thread Robbie Williamson
** Changed in: grub (Ubuntu) Importance: High => Medium ** Changed in: grub (Ubuntu) Status: New => Triaged -- HP ML110 fails to boot with grub after server install via PXE / serial console https://bugs.launchpad.net/bugs/356518 You received this bug notification because you are a memb

[Bug 349314] apport-collect data

2009-04-21 Thread Robbie Williamson
Architecture: i386 Dependencies: DistroRelease: Ubuntu 9.04 Package: linux None [modified: /var/lib/dpkg/info/linux.list] PackageArchitecture: i386 ProcEnviron: SHELL=/bin/bash LANG=en_US.UTF-8 Tags: ubuntu-unr ubuntu-unr Uname: Linux 2.6.28-11-generic i686 UserGroups: adm admin cdrom dialout

[Bug 360719] Re: Constant white noise from speaker (jaunty)

2009-04-21 Thread Robbie Williamson
** Changed in: ubuntu Assignee: Ubuntu Foundations Team (ubuntu-foundations) => Luke Yelavich (themuso) -- Constant white noise from speaker (jaunty) https://bugs.launchpad.net/bugs/360719 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

  1   2   3   4   5   6   7   8   9   10   >