[Bug 348850] [NEW] syntax error in vzmigrate script (line 382)

2009-03-26 Thread Guido Nickels
&& $? != 0 ]; then This is not working because test doesn't accept "&&". Fix: if [ $? != 20 -a $? != 21 -a $? != 0 ]; then or: if [ $? != 20 ] && [ $? != 21 ] && [ $? != 0 ]; then As this seems to break online migration completely, I consider it

[Bug 207473] Re: Screen brightness double level changes

2009-04-10 Thread Guido Conaldi
Unfortunately I can confirm that on my xps m1330 with intel x3100 and jaunty 64bit up-to-date the problem still occurs. The behaviour has changed, however: before Jaunty the levels I could cycle through where always 4. Now it varies, sometimes 4, sometimes 5, others 6. As usual, stopping g-p-m ma

[Bug 400666] Re: Local screen is corrupted after a remote access

2009-08-10 Thread Guido Costa
** Changed in: vino (Ubuntu) Status: New => Fix Released -- Local screen is corrupted after a remote access https://bugs.launchpad.net/bugs/400666 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 400664] Re: Vino closes and restart automatically when "Preferences" option is open

2009-08-10 Thread Guido Costa
** Changed in: vino (Ubuntu) Status: New => Fix Released -- Vino closes and restart automatically when "Preferences" option is open https://bugs.launchpad.net/bugs/400664 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-

[Bug 399829] Re: [i945GM] (Needs kernel 2.6.31-5) display corruption when moving desktop windows

2009-08-03 Thread Guido Costa
No fix in kernel 2.6.31-5. Still waiting... -- [i945GM] (Needs kernel 2.6.31-5) display corruption when moving desktop windows https://bugs.launchpad.net/bugs/399829 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 409587] Re: hal_lpadmin crashed with ImportError in ()

2009-08-05 Thread Guido Roeskens
*** This bug is a duplicate of bug 403605 *** https://bugs.launchpad.net/bugs/403605 Old Bugs are 177567 144586 https://bugs.launchpad.net/ubuntu/+source/hal-cups-utils/+bug/144586 https://bugs.launchpad.net/ubuntu/+source/hal-cups-utils/+bug/177567 (Intrepid regression?) -- hal_lpadmin c

[Bug 264974] Re: Window Picker Applet in Ubuntu Netbook Remix doesn't work with vertical panel (on side)

2009-07-17 Thread Guido Günther
We also have this issue reported in Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536868 ** Bug watch added: Debian Bug tracker #536868 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536868 ** Also affects: window-picker-applet (Debian) via http://bugs.debian.org/cgi-bin/bugrep

[Bug 400664] Re: Vino crashes and restart automatically when "Preferences" option is open

2009-07-17 Thread Guido Costa
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/29188444/Dependencies.txt ** Tags added: karmic -- Vino crashes and restart automatically when "Preferences" option is open https://bugs.launchpad.net/bugs/400664 You received this bug notification because you are a member

[Bug 400664] [NEW] Vino crashes and restart automatically when "Preferences" option is open

2009-07-17 Thread Guido Costa
Public bug reported: Binary package hint: vino I'm testing using Ubuntu karmic 9.10. The package with the bug is vino 2.26.2-1ubuntu1. I want to get into preferences but when i'm there vino crashes and restart automatically. It doesn't happen in Jaunty. ProblemType: Bug Architecture: i386 Dat

[Bug 400666] [NEW] Local screen is corrupted after a remote access

2009-07-17 Thread Guido Costa
Public bug reported: Binary package hint: vino I'm testing Ubuntu Karmic Koala 9.10. The package with the bug is vino 2.26.2-1ubuntu1. I access to my home computer at work using UltraVNC-Vino, when I return home I can see my screen totally corrupted (strange resolution/colors/frequency). Restart

[Bug 400666] Re: Local screen is corrupted after a remote access

2009-07-17 Thread Guido Costa
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/29188948/Dependencies.txt ** Tags added: karmic -- Local screen is corrupted after a remote access https://bugs.launchpad.net/bugs/400666 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 400666] Re: Local screen is corrupted after a remote access

2009-07-17 Thread Guido Costa
** Description changed: Binary package hint: vino I'm testing Ubuntu Karmic Koala 9.10. The package with the bug is vino 2.26.2-1ubuntu1. I access to my home computer at work using UltraVNC-Vino, when I return home I can see my screen totally corrupted (strange resolution/colors/

[Bug 400664] Re: Vino crashes and restart automatically when "Preferences" option is open

2009-07-17 Thread Guido Costa
** Description changed: Binary package hint: vino I'm testing using Ubuntu karmic 9.10. The package with the bug is vino 2.26.2-1ubuntu1. I want to get into preferences but when i'm there vino crashes and restart automatically. + + GPU: i945 + Driver: xserver-xorg-video-intel 2:2.7.99.

Re: [Bug 400664] Re: Vino crashes and restart automatically when "Preferences" option is open

2009-07-17 Thread Guido Costa
Thanks Sebastien! I'm using Gnome and i know that i can submit bugs with the crash information, but in this bug there's no .crash file in /var/crash, neither an apport window pops up. it's pretty weird. How can i proceed to submit it? Thanks again! Guido On Fri, Jul 17, 2

[Bug 400664] Re: Vino closes and restart automatically when "Preferences" option is open

2009-07-17 Thread Guido Costa
** Summary changed: - Vino crashes and restart automatically when "Preferences" option is open + Vino closes and restart automatically when "Preferences" option is open ** Description changed: Binary package hint: vino I'm testing using Ubuntu karmic 9.10. The package with the bug is vino

[Bug 400664] Re: Vino closes and restart automatically when "Preferences" option is open

2009-07-17 Thread Guido Costa
** Changed in: vino (Ubuntu) Status: Invalid => New -- Vino closes and restart automatically when "Preferences" option is open https://bugs.launchpad.net/bugs/400664 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 399629] [NEW] init script check for sysfs prevents hald to work correctly in openvz on hardy

2009-07-15 Thread Guido Nickels
, /sys/devices) are in place. Maybe that sysfs check can be changed to look for one of these instead? One could ask why to use hald in openvz environment at all, but this problem breaks support for canonical's landscape-client on openvz as it depends on running hald. Regards, Guido ** Affects

[Bug 399996] [NEW] [i945] Screen flickers while using 1440x900 resolution

2009-07-15 Thread Guido Costa
*** This bug is a duplicate of bug 399829 *** https://bugs.launchpad.net/bugs/399829 Public bug reported: Binary package hint: xserver-xorg-video-intel I'm testing Ubuntu 9.10 (karmic-koala) After upgrading from Jaunty, the screen starts flickering when i open new applications or scroll th

[Bug 399996] Re: [i945] Screen flickers while using 1440x900 resolution

2009-07-15 Thread Guido Costa
*** This bug is a duplicate of bug 399829 *** https://bugs.launchpad.net/bugs/399829 ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/29093193/BootDmesg.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/29093194/CurrentDmesg.txt ** Attachment

[Bug 399829] Re: [i945GM] display corruption when moving desktop windows

2009-07-15 Thread Guido Costa
Hi! I have the same problem. I've submitted a new bug #36, already mark as duplicate ;) -- [i945GM] display corruption when moving desktop windows https://bugs.launchpad.net/bugs/399829 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 399829] Re: [i945GM] display corruption when moving desktop windows

2009-07-15 Thread Guido Costa
It's not a big deal ;) In your terminal type ubuntu-bug -p xserver-xorg-video-intel and it's done! I was talking with Sarvatt (https://launchpad.net/~sarvatt) on IRC, he's member of the Ubuntu-X team and told me that this is a known bug in the latest kernel release and it will be fixed on 2.6.31-

[Bug 32957] Re: missing manpage for qarecord

2009-08-20 Thread Guido Scholz
Hi all, as qarecord 0.1.0 will be released soon, this bug has been fixed in the current cvs repository: http://sourceforge.net/projects/alsamodular Regards Guido -- missing manpage for qarecord https://bugs.launchpad.net/bugs/32957 You received this bug notification because you are a member

[Bug 405339] Re: Having vino-preferences open causes vino-server to crash every few seconds.

2009-07-29 Thread Guido Costa
*** This bug is a duplicate of bug 400664 *** https://bugs.launchpad.net/bugs/400664 Hi Arvid! I marked your bug as duplicate of #400664 (it's the one i submitted time ago). Maybe it's usefulll and we can keep track of comentaries and further fixes. ** This bug has been marked a duplicate of

[Bug 379215] Re: Brightness notification uses old notification style [karmic regression]

2009-07-30 Thread Guido Conaldi
I experience the bug since latest updates. -- Brightness notification uses old notification style [karmic regression] https://bugs.launchpad.net/bugs/379215 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubu

[Bug 44435] Re: Fails to boot when /boot/grub/default is not found

2006-06-20 Thread Guido Nickels
since version 0.9.6 grub expects the file /boot/grub/default to exist if savedefault option is used. The update-grub command does not auto-create the file if it is missing but always adds option "savedefault" to the default boot entry. I'm wondering how many people did never have a "default" file a

[Bug 34515] Re: Dapper Flight 5 kernel panic on boot

2006-08-23 Thread Guido Nickels
Ok, the kernel itself works for me with edgy live cd (means it doesn't panic). However, the current edgy live snapshot throws a lot of chdir errors and finally init ends with "no more processes left in this runlevel" (booting init=/bin/bash didn't work either), so I couldn't get the dmesg. Will tr

[Bug 66760] palette indexes in eft-theme.c should not be prefixed with 0x

2006-10-18 Thread Guido Loupias
Public bug reported: Binary package hint: usplash-dev As the palette indexes in the usplash_theme struct are short integers from 0 to 255 you should NOT prefix them with 0x. This might cause confusion among readers and I don't see why it would be necessary anyway. ** Affects: usplash (Ubuntu)

[Bug 67829] [edgy] anjuta 2.0.2 is a total bug

2006-10-23 Thread Guido Loupias
Public bug reported: Binary package hint: anjuta Before anybody gets mad. Please read this forum topic: http://ubuntuforums.org/showthread.php?t=277806 I'll summarize: Anjuta 2.0.2 is ALPHA software and not ready for production. It is NOT a stable release (the official site states this). Is it

[Bug 67829] Re: [edgy] anjuta 2.0.2 is a total bug

2006-10-23 Thread Guido Loupias
** Description changed: Binary package hint: anjuta Before anybody gets mad. Please read this forum topic: http://ubuntuforums.org/showthread.php?t=277806 - I'll summarize: Anjuta 2.0.2 is ALPHA software and not ready - for production. It is NOT a stable release (the official site stat

[Bug 65104] EDGY DESKTOP HWDETECT: loading of usb-storage module takes forever

2006-10-10 Thread Guido Loupias
Public bug reported: This bug has been produced on my system with both Xubuntu 6.10 Beta and Ubuntu 6.10 Beta. When installing with the livecd installer, at the hardware detection step, the loading of the usb-storage module takes forever (i.e. it does not seem to be loading). I can still continue

[Bug 65104] Re: EDGY DESKTOP HWDETECT: loading of usb-storage module takes forever

2006-10-10 Thread Guido Loupias
No, but I will try it again with irqpoll and let you know. -- EDGY DESKTOP HWDETECT: loading of usb-storage module takes forever https://launchpad.net/bugs/65104 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 65104] Re: EDGY DESKTOP HWDETECT: loading of usb-storage module takes forever

2006-10-10 Thread Guido Loupias
I've tried it now. It worked again after booting with irqpoll. Sorry to post it as a bug. Thanks Fabio. :) -- EDGY DESKTOP HWDETECT: loading of usb-storage module takes forever https://launchpad.net/bugs/65104 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mai

[Bug 148130] Re: Elisa crashes on gutsy with intel gm965

2007-10-05 Thread Guido Conaldi
Fair enough, compiled pigment from svn today and tried elisa from svn. It works. (Also elisa 0.3.1 seems to work with pigment from svn). The only thing I notice are some glitches when in windowed mode, see screenshot. ** Attachment added: "Elisa glitches when in windowed mode" http://launchp

[Bug 132833] Re: login background color is hardcoded

2007-10-06 Thread Guido Conaldi
The fix proposed by eTM in comment #11 is already working perfectly for me, so I patched the Default file that comes with gdm 2.20.0ubuntu3 using his file. ** Attachment added: "Default.patch" http://launchpadlibrarian.net/9842505/Default.patch -- login background color is hardcoded https

[Bug 63763] Re: Standard theme sometimes truncates text

2007-10-06 Thread Guido Conaldi
I see something similar in gutsy every time I unmount my Sandisk usb stick: the text is truncated, as in screenshot. ** Attachment added: "truncated notification text in gutsy" http://launchpadlibrarian.net/9848242/truncated%20notification%20text.png -- Standard theme sometimes truncates text

[Bug 22876] Re: There is no way to control which sound device or mixer the keyboard shortcuts use

2007-10-10 Thread Guido Conaldi
Since the last updates I'm experiencing a similar issue on my dell xps m1330 (Intel HDA audio with a Sigmetal STAC9228 codec): the multimedia volume keys control the surround channel, which has no effect. It used to control the Front channel. -- There is no way to control which sound device or mi

[Bug 148130] Elisa crashes on gutsy with intel gm965

2007-10-02 Thread Guido Conaldi
Public bug reported: Binary package hint: elisa Running gutsy x86_64 up-to date on a dell xps m1330 with intel gm965 When lauching elisa the program produce this error: do_wait: drmWaitVBlank returned -1, IRQs don't seem to be working correctly. Try running with LIBGL_THROTTLE_REFRESH and LIBL_

[Bug 148130] Re: Elisa crashes on gutsy with intel gm965

2007-10-02 Thread Guido Conaldi
I checked out pigment and elisa from trunk and tried this: ~/pigment$ ./misc/pgm-uninstalled ~/elisa$ python elisa.py I got: WARN MainThread interface_controllerOct 03 01:49:49 An error occured causing frontend 'frontend1' creation to fail (elisa/core/interface_controller.py:90

[Bug 145064] Re: evince cannot open files when embedded with mozplugger in Gutsy

2007-10-02 Thread Guido Conaldi
I'm having the same issue with mozplugger and epiphany on gutsy x86_64. When clicking on a link to a .pdf file, epiphany's window either freezes saying "loading..." or the .pdf is loaded in a broken window that cannot be resized. -- evince cannot open files when embedded with mozplugger in Gutsy

[Bug 136783] Re: not using whole widescreen

2007-09-25 Thread Guido Conaldi
It's still there for me as well. Tested on Gutsy x86_64 with intel GM965 reconfiguring xorg.conf from scratch. -- not using whole widescreen https://bugs.launchpad.net/bugs/136783 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 116540] new python 2.5 compatible version available

2007-05-23 Thread Guido Loupias
Public bug reported: Binary package hint: blender Blender 2.44 now has a version for python 2.5. http://www.blender.org/download/get-blender/ ** Affects: blender (Ubuntu) Importance: Undecided Status: Unconfirmed -- new python 2.5 compatible version available https://bugs.launch

[Bug 116540] Re: new python 2.5 compatible version available

2007-05-23 Thread Guido Loupias
Ah, I'm sorry! The infobot on IRC told me 2.43 was still in gutsy. Must be the lag. ;) -- new python 2.5 compatible version available https://bugs.launchpad.net/bugs/116540 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu

[Bug 209243] Re: gedit opens two instances of the same file

2008-04-17 Thread Guido Conaldi
Just an update: the issue still occurs with hardy up-to-date. With many window border themes, gedit will open the same files multiple times. -- gedit opens two instances of the same file https://bugs.launchpad.net/bugs/209243 You received this bug notification because you are a member of Ubuntu B

[Bug 218908] Re: XML-Error in xulrunner

2008-04-17 Thread Guido Zockoll
Same here. But i have also regular http sites (with SSL) with this error. XML-Verarbeitungsfehler: Fehler beim Verarbeiten einer Referenz auf eine externe Entität Adresse: jar:file:///usr/lib/xulrunner-1.9b5/chrome/toolkit.jar!/content/global/netError.xhtml Zeile Nr. 10, Spalte 3: %netErrorDTD;

[Bug 218931] Re: liferea can't open epiphany browser when click on a news

2008-04-19 Thread Guido Conaldi
I can confirm the same issue on my hardy 64bit up-to-date. ** Changed in: liferea (Ubuntu) Status: New => Confirmed -- liferea can't open epiphany browser when click on a news https://bugs.launchpad.net/bugs/218931 You received this bug notification because you are a member of Ubuntu Bugs

[Bug 207257] Re: Noise from speakers when unplugging ac adapter

2008-04-30 Thread Guido Conaldi
This is not a bug, it's a function: Use sound to notify of an error. I'm sorry for the wrong report, I just would have never thought that unlplugging my laptop could be considered an error. ** Changed in: ubuntu Status: New => Invalid -- Noise from speakers when unplugging ac adapter htt

[Bug 192684] Re: metacity color doesn't change (after you change the gtk2 engine) until you logout and log back in

2008-05-01 Thread Guido Mureddu
I'm having this problem as well. The metacity color is updated only if I switch to a different metacity theme, and then select again the one I wanted to use. -- metacity color doesn't change (after you change the gtk2 engine) until you logout and log back in https://bugs.launchpad.net/bugs/1926

[Bug 225322] [NEW] News Feeds Subscription menu item never grayed out

2008-05-01 Thread Guido Conaldi
Public bug reported: Binary package hint: epiphany-browser In Hardy 64bit the News Feeds Subscription menu item is always clickable and if used on a page that has no feeds it returns nothing on the screen. ** Affects: epiphany-browser (Ubuntu) Importance: Undecided Status: New --

[Bug 225325] [NEW] Epiphany with compiz does not draw correctly borders of popup windows

2008-05-01 Thread Guido Conaldi
Public bug reported: In Hardy 64bit when using compiz, all popup windows opened with epiphany lack left and right borders. With metacity borders are drawn correcly. To reproduce, for example try to open this music video using the standalone screen option on the lower right corner of the player: h

[Bug 225325] Re: Epiphany with compiz does not draw correctly borders of popup windows

2008-05-01 Thread Guido Conaldi
** Changed in: epiphany-browser (Ubuntu) Sourcepackagename: None => epiphany-browser -- Epiphany with compiz does not draw correctly borders of popup windows https://bugs.launchpad.net/bugs/225325 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 225325] Re: Epiphany with compiz does not draw correctly borders of popup windows

2008-05-02 Thread Guido Conaldi
Just to better clarify: the problem arises when a javascript:popUp or similar command is executed by the browser. -- Epiphany with compiz does not draw correctly borders of popup windows https://bugs.launchpad.net/bugs/225325 You received this bug notification because you are a member of Ubuntu B

[Bug 107974] Re: Evolution will not remember exchange password

2008-05-02 Thread Guido Conaldi
On my hardy 64bit evolution still asks for my exchange password every time I launch it or I go through the calendar -- Evolution will not remember exchange password https://bugs.launchpad.net/bugs/107974 You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 110073] Re: Evolution-exchange uses 100% CPU

2008-04-28 Thread Guido Conaldi
I can confirm the issue on my ubuntu 8.04 64bit. The same happens also if you are only adding a calendar event on your local calendar, as long as you have an exchange account configured. -- Evolution-exchange uses 100% CPU https://bugs.launchpad.net/bugs/110073 You received this bug notification

[Bug 203861] Re: gnome-power-manager brightness doesn't work

2008-04-13 Thread Guido Conaldi
Just an update: none of the latest updates has solved the issue. Basically, on my dell xps m1330 hardy brightness control is unusable. -- gnome-power-manager brightness doesn't work https://bugs.launchpad.net/bugs/203861 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 137759] Brightness applet cannot connect to g-p-m after first log off

2007-09-06 Thread Guido Conaldi
Public bug reported: Binary package hint: gnome-power-manager I'm using Gutsy i386, but I've always had this problem on my sony vaio vgn-s1xp. Controlling brightness is in general a problem with sony, and I know there are several bug reports related to this, but I haven't found anything on this

[Bug 137760] Re: Network Manager applet cannot show Connection Information window

2007-09-06 Thread Guido Conaldi
I'm sorry, obviously it is not related to g-p-m, but to network manager applet. -- Network Manager applet cannot show Connection Information window https://bugs.launchpad.net/bugs/137760 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubunt

[Bug 137760] Network Manager applet cannot show Connection Information window

2007-09-06 Thread Guido Conaldi
Public bug reported: Binary package hint: gnome-power-manager I'm using Gutsy i386, but I've noticed this error also in previous versions. To reproduce open Connection Information from nm-applet and destroy the window using the close window button in the top-left corner (the close button inside

[Bug 12637] Re: LCD Brightness on Laptop Always Set Very Low at Boot

2007-09-06 Thread Guido Conaldi
The same issue came back with Gutsy i386 up-to-date on my vaio s1xp after having been fixed in final Fiesty. -- LCD Brightness on Laptop Always Set Very Low at Boot https://bugs.launchpad.net/bugs/12637 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 127574] thunar segfaults when selecting targa image

2007-07-22 Thread Guido Loupias
Public bug reported: Binary package hint: thunar Selecting with the mouse or navigating to a Targa image with the keyboard segfaults Thunar. Using version 0.8.0-0ubuntu6 on Xubuntu 7.04. ** Affects: thunar (Ubuntu) Importance: Undecided Status: New ** Tags: segfault thunar ** D

[Bug 128513] version 4.2.2 available

2007-07-26 Thread Guido Loupias
Public bug reported: Allegro 4.2.2 was released not too long ago. http://allegro.cc/files/ ** Affects: allegro4.2 (Ubuntu) Importance: Undecided Status: New -- version 4.2.2 available https://bugs.launchpad.net/bugs/128513 You received this bug notification because you are a memb

[Bug 128513] Re: version 4.2.2 available

2007-07-26 Thread Guido Loupias
** Description changed: - Allegro 4.2.2 was released not too long ago. - - http://allegro.cc/files/ + Allegro 4.2.2 was recently released, request to upgrade. + http://allegro.cc/files ** Tags added: upgrade ** Bug watch added: Debian Bug tracker #434755 http://bugs.debian.org/cgi-bin/bugrep

[Bug 138277] Re: Gnome settings daemon doesn't work

2007-09-17 Thread Guido Conaldi
Today, after the latest updates on my gutsy i686 gnome-settings-daemon stopped working. I get the same message as in the screenshot. Calling g-s-d from the command line I get: [EMAIL PROTECTED]:~$ gnome-settings-daemon The program 'gnome-settings-daemon' received an X Window System error. This

[Bug 132833] Re: login background color is hardcoded

2007-09-17 Thread Guido Conaldi
The regression stil occurs on my gutsty up-to-date and the last comment upstream is from june. Here: http://bugzilla.gnome.org/show_bug.cgi?id=438939#c12 a reversion is suggested to fix the problem, could some expert look if that can be done without causing incompatibilities? thanks -- login b

[Bug 105325] Re: Borderless notification balloons

2007-08-27 Thread Guido Conaldi
Yes, I do. I cannot reproduce it anymore with power manager's notifications, but at least rhythmbox's ones still lack one black border sometimes (usually the bottom one). I'm going to upgrade to Gutsy very soon, and I will report whether the glitch still happens. Let me know is there is more

[Bug 135293] daap does not share covers

2007-08-28 Thread Guido Conaldi
Public bug reported: Binary package hint: rhythmbox I'm sharing music through DAAP between two machines both running Rhythmbox 0.11.2. Neither covers in /cover folder, nor in cover.* format are seen by the machine accessing the shared music. ** Affects: rhythmbox (Ubuntu) Importance: Undec

[Bug 90708] Re: In Fiesty Sony Vaio Brigthness Fn keys stopped working

2007-08-28 Thread Guido Conaldi
Just updated to Gusty tribe 5 with latest updates. Brigthness Fn keys on my vaio stopped working again (and power manager cannot get my panel brightness either). Basicallyt, at the moment I cannot control brightness on gutsy -- In Fiesty Sony Vaio Brigthness Fn keys stopped working https://bugs

[Bug 90708] Re: In Fiesty Sony Vaio Brigthness Fn keys stopped working

2007-08-28 Thread Guido Conaldi
It seems that the function keys trigger /etc/acpi/sonybright.sh which requires /proc/acpi/sony/brightness in order to get the brightness level, but /proc/acpi/sony/brightness is missing in Gutsy at the moment -- In Fiesty Sony Vaio Brigthness Fn keys stopped working https://bugs.launchpad.net/bug

[Bug 90708] Re: In Fiesty Sony Vaio Brigthness Fn keys stopped working

2007-08-28 Thread Guido Conaldi
I tried, but also /sys/class/backlight/ is empty in my up-to-date gutsy. -- In Fiesty Sony Vaio Brigthness Fn keys stopped working https://bugs.launchpad.net/bugs/90708 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bug

[Bug 90708] Re: In Fiesty Sony Vaio Brigthness Fn keys stopped working

2007-08-29 Thread Guido Conaldi
First of all, thanks for the hints, nickm. Loading sony_laptop and modifying /etc/acpi/sonybright.sh do make the brightness keys work again. However, sony_laptop is not loaded at boot even though I added it to /etc/modules. It seems to work only when modprobed manually. Any idea? -- In Fiesty

[Bug 126494] Re: wired network shown as disabled after boot

2007-08-29 Thread Guido Conaldi
I'm using Gutsy up-to-date (network-manager 0.6.5-0ubuntu9) and I have the exact same problem. ** Attachment added: "lspci.txt" http://launchpadlibrarian.net/9043133/lspci.txt -- wired network shown as disabled after boot https://bugs.launchpad.net/bugs/126494 You received this bug notificati

[Bug 126494] Re: wired network shown as disabled after boot

2007-08-29 Thread Guido Conaldi
** Attachment added: "dmesg.txt" http://launchpadlibrarian.net/9043145/dmesg.txt -- wired network shown as disabled after boot https://bugs.launchpad.net/bugs/126494 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bu

[Bug 126494] Re: wired network shown as disabled after boot

2007-08-29 Thread Guido Conaldi
** Attachment added: "ethtool.txt" http://launchpadlibrarian.net/9043146/ethtool.txt -- wired network shown as disabled after boot https://bugs.launchpad.net/bugs/126494 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubunt

[Bug 126494] Re: wired network shown as disabled after boot

2007-08-29 Thread Guido Conaldi
** Attachment added: "daemon.log" http://launchpadlibrarian.net/9043469/daemon.log -- wired network shown as disabled after boot https://bugs.launchpad.net/bugs/126494 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-

[Bug 126494] Re: wired network shown as disabled after boot

2007-08-29 Thread Guido Conaldi
** Attachment added: "interfaces" http://launchpadlibrarian.net/9043960/interfaces -- wired network shown as disabled after boot https://bugs.launchpad.net/bugs/126494 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-

[Bug 131394] Re: suspends on AC loss with lid open

2007-08-30 Thread Guido Conaldi
I have the same issue on my vaio vgn-s1xp running current gusty i686 since the last g-p-m update. After resuiming from suspend the screen is dimmed like g-p-m is set to do when on batteries. -- suspends on AC loss with lid open https://bugs.launchpad.net/bugs/131394 You received this bug notifi

[Bug 89983] Re: Feisty reports suspend failed after resuming from suspend

2007-08-30 Thread Guido Conaldi
I have the same issue on my vaio vgn-s1xp running current gusty i686 since the last g-p-m update. -- Feisty reports suspend failed after resuming from suspend https://bugs.launchpad.net/bugs/89983 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 126494] Re: regression: wired network shown as disabled after boot

2007-08-31 Thread Guido Conaldi
Actually, Alexander, I have no idea! I noticed the problem, and tried to fix it, even coping the files over from another machine in which they work fine and writing them (both blacklist and modules appear to be malformed) from scratch with nano, but to no avail. It seems to read characters that

[Bug 126494] Re: regression: wired network shown as disabled after boot

2007-08-31 Thread Guido Conaldi
Actually, Alexander, I have no idea! I noticed the problem, and tried to fix it, even coping the files over from another machine in which they work fine and writing them (both blacklist and modules appear to be malformed) from scratch with nano, but to no avail. It seems to read characters that

[Bug 126494] Re: regression: wired network shown as disabled after boot

2007-08-31 Thread Guido Conaldi
real install -- regression: wired network shown as disabled after boot https://bugs.launchpad.net/bugs/126494 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.u

[Bug 105325] Borderless notification balloons

2007-04-10 Thread Guido Conaldi
Public bug reported: Binary package hint: notification-daemon I'm using Feisty beta, but I had the same issue in Edgy. Especially using the Standard theme, the balloons sometimes lack one or more borders. With Rythmbox's notifications it happens almost regularly. Attached a screenshot to clarify

[Bug 105325] Re: Borderless notification balloons

2007-04-10 Thread Guido Conaldi
** Attachment added: "borderless notification" http://librarian.launchpad.net/7248102/Screenshot.png ** Description changed: Binary package hint: notification-daemon I'm using Feisty beta, but I had the same issue in Edgy. Especially using the Standard theme, the balloons sometimes l

[Bug 105234] Re: Netowrk manager says disconnected but is connected and working

2007-04-11 Thread Guido Conaldi
** Attachment added: "my daemon.log" http://librarian.launchpad.net/7282114/daemon.log -- Netowrk manager says disconnected but is connected and working https://bugs.launchpad.net/bugs/105234 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact

[Bug 105234] Re: Netowrk manager says disconnected but is connected and working

2007-04-11 Thread Guido Conaldi
Can confirm on my Feisty 32bit up-to-date. It started misbehaving yesterday. ** Attachment added: "my lspci" http://librarian.launchpad.net/7282111/lspci -- Netowrk manager says disconnected but is connected and working https://bugs.launchpad.net/bugs/105234 You received this bug notification

[Bug 96084] Re: boot - /bin/sh: can't access tty; job control turned off

2007-04-11 Thread Guido Scalise
I have almost the exact same HW configuration as Mark (Core 2 Duo E6400, Gigabyte GA-965P-DS3 (Intel 965P Chipset), 2Gb RAM, nVidia 7300 GT, JMicron controller enabled with 250 Gb SATA drive on AHCI mode, IDE DVD-ROM and DVD-RW attached to the motherboard's only IDE port. I've tried to start t

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Guido Conaldi
I have just installed gdm 2.18.2-0ubuntu2 on my vaio s1xp, but the logout menu still appears twice. -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- u

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Guido Conaldi
yes, Oliver. I restarted before trying. I'm using Feisty 32bit up-to- date. -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 96084] Re: boot - /bin/sh: can't access tty; job control turned off

2007-04-12 Thread Guido Scalise
Mark: the problem here is that I have my HDD (with a Windows partition) connected in the JMicron controller (as the ICH8 doesn't provide NCQ nor AHCI mode -ICH8R does-), and both DVD drives are on the JMicron IDE port as well, and I don't want to end messing up my Windows installation. -- boot -

[Bug 81227] Re: Logout screen appears twice [Feisty]

2007-04-12 Thread Guido Conaldi
Here is my lshal. ** Attachment added: "lshal -m" http://librarian.launchpad.net/7300020/lshal%20-m -- Logout screen appears twice [Feisty] https://bugs.launchpad.net/bugs/81227 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 188925] [NEW] Upgrade of glibc causes root filesystem not to be mounted ro on shutdown

2008-02-04 Thread Guido Berhoerster
Public bug reported: After upgrading the glibc packages the root filesystem cannot be mounted ro by /etc/init.d/umountroot during the following shutdown/reboot, resulting in a "mount: / is busy" Error (see also attached screenshot). This is very BAD and may cause data loss. I have tested this on

[Bug 188925] Re: Upgrade of glibc causes root filesystem not to be mounted ro on shutdown

2008-02-04 Thread Guido Berhoerster
I made a small init script in order to see if there are any unusual processess with open filehandles blocking the remount, however I couldn't spot anything on first sight. I used the following script: lsof #!/bin/sh lsof | tee /root/lsof.out sync; sync lsof and made it run just

[Bug 188925] Re: Upgrade of glibc causes root filesystem not to be mounted ro on shutdown

2008-02-04 Thread Guido Berhoerster
** Attachment added: "screenshot of mount failing to mount / ro" http://launchpadlibrarian.net/11752649/umountroot-output.png -- Upgrade of glibc causes root filesystem not to be mounted ro on shutdown https://bugs.launchpad.net/bugs/188925 You received this bug notification because you are a

[Bug 145064] Re: evince cannot open files when embedded with mozplugger in Gutsy

2008-01-26 Thread Guido Conaldi
Thank you geschoss, using mozplugger 1.10.1 on my gutsy amd64 and .pdf are loaded correcly in epyphany. It would be great to have mozplugger updated in hardy. -- evince cannot open files when embedded with mozplugger in Gutsy https://bugs.launchpad.net/bugs/145064 You received this bug notificat

[Bug 34802] Re: unable to increase brightness once it's been decreased to its minimum

2007-09-21 Thread Guido Conaldi
As today 09-21-2007, on my dell xps m1330 gutsy i386 still shows the same behaviour jkibble described. In Gutsy Tribe 5 live brightness seems to work correctly. -- unable to increase brightness once it's been decreased to its minimum https://bugs.launchpad.net/bugs/34802 You received this bug n

[Bug 132833] Re: login background color is hardcoded

2007-09-22 Thread Guido Conaldi
I tried to apply your solution Jurgen, but the color I set appears just for a second and afterwards it falls back to the hardcoded color. Here is my /etc/gdm/PreSession/Default ** Attachment added: "Default" http://launchpadlibrarian.net/9465171/Default -- login background color is hardcoded

[Bug 132833] Re: login background color is hardcoded

2007-09-24 Thread Guido Conaldi
It actually works, thanks Jürgen. I hope the fix will be noticed upstream. -- login background color is hardcoded https://bugs.launchpad.net/bugs/132833 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list u

[Bug 105325] Re: Borderless notification balloons

2007-09-24 Thread Guido Conaldi
Just wanted to add that I've been using gutsy for a while now and I've never noticed missing borders. -- Borderless notification balloons https://bugs.launchpad.net/bugs/105325 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ub

[Bug 131526] Re: [gutsy] OpenOffice crashes/hangs with some Gtk themes (e.g. Crux)

2007-11-25 Thread Guido Cauli
Greetings. I also can report this bug using non-Human GTK2 themes. The complete tracing is into the attachment. I will try the gtkrc workaround proposed here. Thank you all. ** Attachment added: "oo_error.log" http://launchpadlibrarian.net/10550451/oo_error.log -- [gutsy] OpenOffice cra

[Bug 154230] Re: [Gutsy] The slider of the volume applet is sometimes unusable

2007-12-04 Thread Guido Conaldi
I can confirm the issue on my gutsy 64bit. ** Changed in: compiz (Ubuntu) Status: New => Confirmed -- [Gutsy] The slider of the volume applet is sometimes unusable https://bugs.launchpad.net/bugs/154230 You received this bug notification because you are a member of Ubuntu Bugs, which is t

[Bug 163678] Unplugging AC power when screen is dimmed interferes with brightness settings

2007-11-18 Thread Guido Conaldi
Public bug reported: Binary package hint: gnome-power-manager In gutsy x86_64 on my dell xps m1330 unplugging the ac power when the screen is dimmed because the laptop is idle ruins the power management brightness options. To reproduce: select dim screen when idle both in ac and battery panel, s

[Bug 201192] Re: External "helper" program not launched for known MIME types

2008-04-01 Thread Guido Conaldi
The lastest update of mozplugger seems to have fixed the issue on my machine. Thanks! -- External "helper" program not launched for known MIME types https://bugs.launchpad.net/bugs/201192 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -

<    1   2   3   4   5   6   7   8   9   >