[Bug 10910]

2013-05-06 Thread Berend De Schouwer
In firefox 20.0, print to file defaults to letter.  If I change this to
A4, the PDF file on disk is still marked as size Letter.  So various PDF
readers assume it's Letter.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 10910]

2013-05-06 Thread Berend De Schouwer
in print-to-file I first have to select a different paper size (any
different paper size), then re-select A4, then I get A4 paper size in
the .pdf.  Otherwise I get letter.

printer_Print_to_File.print_paper_name=iso_a4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/10910

Title:
  Default page size for printing is letter

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/10910/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066844] Re: Bluetooth mouse fails to reconnect

2012-11-22 Thread Berend De Schouwer
suspend / resume reconnects the mouse.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066844

Title:
  Bluetooth mouse fails to reconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1066844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066844] Re: Bluetooth mouse fails to reconnect

2012-11-12 Thread Berend De Schouwer
hcidump of failed connection:

 ACL data: handle 13 flags 0x02 dlen 13
L2CAP(d): cid 0x0041 len 9 [psm 19]
  HIDP: Data: Input report

ad infinitum

hcidump of working connection:

 ACL data: handle 13 flags 0x02 dlen 13
L2CAP(d): cid 0x0041 len 9 [psm 0]

ad infinitum.

Dunno what [psm 19] vs. [psm 0] means.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066844

Title:
  Bluetooth mouse fails to reconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1066844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1076315] [NEW] Chromium print to file puts the pdf in the wrong directory

2012-11-08 Thread Berend De Schouwer
Public bug reported:

When printing, and choosing print to file, the .pdf is always
generated in the home directory, and not in the chosen directory.

Print to file lets one choose a directory, however, this is ignored.

This used to work correctly as recently as October.  I think this might have 
been broken by chromium-browser 22.0.1229.94~r1
61065-0ubuntu1 which came as an update on 17 October.  That matches the 
timestamps of the .pdf files in my home directory.

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1076315

Title:
  Chromium print to file puts the pdf in the wrong directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1076315/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071288] Re: No multiple monitors

2012-10-29 Thread Berend De Schouwer
I've found a probable cause.

xrandr won't enable LVDS1 unless VGA1 is off.  So I have to plug in
VGA1, and then run:

xrandr --output VGA1 --off
xrandr --output LVDS1 --mode 1366x768
xrandr --output VGA1 --auto
xrandr --output VGA1 --primary

I have to turn VGA1 off, then I can turn LVDS1 on, and then VGA1 on.

The xrandr error message is cannot find crtc for output LVDS1

A bit of googling shows that this happens to more people, with different
video cards, on all sorts of versions, with all sorts of Linux
distributions.

Possibly related, possibly off-topic:  I make VGA1 the primary display,
because if I don't I can't resize beyond a certain size even though VGA1
is 1920x1080.  This may be because VGA1's resolution is higher, and
windows are stuck on LVDS1's size.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071288

Title:
  No multiple monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1071288/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071288] Re: No multiple monitors

2012-10-26 Thread Berend De Schouwer
gdm: mirrors display.
kde: works (but KDE limits the resolution options to two or three for each 
screen)
xrandr: works
gnome classic: doesn't work
gnome shell: doesn't work

doesn't work means systemsettings-display notices both monitors, and
will let you set resolutions, etc. except LVDS1 never switches on.
systemsettings-display appears to think it is on.

The following xrandr commands work as expected:

xrandr --output LVDS1 --mode 1366x768
xrandr --output LVDS1 --below VGA1
xrandr --output LVDS1 --pos 554x1080

xrandr --right-of results in a corrupt display.  That's expected.  This
video card has a max width of 2048, so the main display (1920x1080) +
any display to the right causes corruption.

I'm also attaching /var/log/Xorg.0.log and xrandr -q (after enabling the
second display)


** Attachment added: /var/log/Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1071288/+attachment/3414143/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071288

Title:
  No multiple monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1071288/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071288] Re: No multiple monitors

2012-10-26 Thread Berend De Schouwer
xrandr -q output


** Attachment added: xrandr -q output
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1071288/+attachment/3414144/+files/xrandr.out

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071288

Title:
  No multiple monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1071288/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071288] Re: No multiple monitors

2012-10-26 Thread Berend De Schouwer
gnome classic appears to be based on gnome3 now.  systemsettings looks
identical to gnome-shell's.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071288

Title:
  No multiple monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1071288/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071288] Re: No multiple monitors

2012-10-26 Thread Berend De Schouwer
I just noticed LVDS1 is listed as 0mm by 0mm.  Dunno if that's correct,
but it certainly looks odd.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071288

Title:
  No multiple monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1071288/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066844] Re: Bluetooth mouse fails to reconnect

2012-10-25 Thread Berend De Schouwer
definitely reconnect when running hcidump.  doesn't reconnect otherwise.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066844

Title:
  Bluetooth mouse fails to reconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1066844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1071288] [NEW] No multiple monitors

2012-10-25 Thread Berend De Schouwer
Public bug reported:

Gnome-shell usually doesn't run on multiple monitors, even though it's
configured in SystemSettings - Displays

usually because once in a blue moon it does.  So the hardware supports
it.

xrandr lists:
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768   59.9 +
VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 
268mm
   1920x1080  60.0*+

(other resolutions cut from the output)

gdm starts on both monitors.  As soon as I log in, LVDS1 goes off.

I can enable the second monitor in SystemSettings-Displays, and even
click on keep configuration but it doesn't activate.

It's disabled in software somewhere.  I say that because the message
tray at the bottom is in a different location when both monitors are
active.  So there is a software detect-monitor-size that moves the
message tray, and it's almost always where it would be for single
monitors.

Worked fine in Gnome-Shell 3.0.0.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-shell 3.6.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu6
Architecture: i386
CheckboxSubmission: 4c35a9d722052b5a55114f98690e7808
CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
Date: Thu Oct 25 13:47:41 2012
DisplayManager: gdm
InstallationDate: Installed on 2010-02-06 (992 days ago)
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
MarkForUpload: True
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to quantal on 2012-10-10 (15 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal third-party-packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1071288

Title:
  No multiple monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1071288/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1070284] [NEW] Locale is set wrong

2012-10-23 Thread Berend De Schouwer
Public bug reported:

As of today, my locale changed for some unknown reason.  I assume a apt
upgrade, but I actually don't know.

It used to be English South Africa (en_ZA), now it's Afrikaans South
Africa (af_ZA)  While I understand Afrikaans, and I have 29 locales
installed, I don't understand why it was changed.  I also don't know
where to change it back.

I've tried to dpkg reconfigure locales, and checked /etc/default/locale.

/etc/default/locale is set to en_ZA.UTF-8
$LANG is af_ZA.UTF-8 on login
$LC_* is en_US.UTF-8 (which is wrong for en_ZA)
/etc/environment contains no LANG, LC_, etc.

locale:

LANG=af_ZA.UTF-8
LANGUAGE=af:en_US:en
LC_CTYPE=af_ZA.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_COLLATE=af_ZA.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=af_ZA.UTF-8
LC_PAPER=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_ALL=

I expect the environment variables of new logins to match
/etc/default/locale.  That file is owned by root, readable by everyone,
and unmodified in almost 3 years.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: locales 2.13+git20120306-3
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu3
Architecture: i386
CheckboxSubmission: 4c35a9d722052b5a55114f98690e7808
CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
Date: Tue Oct 23 12:22:39 2012
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
PackageArchitecture: all
SourcePackage: langpack-locales
UpgradeStatus: Upgraded to quantal on 2012-10-10 (13 days ago)

** Affects: langpack-locales (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070284

Title:
  Locale is set wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/langpack-locales/+bug/1070284/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066844] Re: Bluetooth mouse fails to reconnect

2012-10-22 Thread Berend De Schouwer
The mouse reconnects when I run hcidump.  Why would running hcidump
suddenly reconnect it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066844

Title:
  Bluetooth mouse fails to reconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1066844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1066844] [NEW] Bluetooth mouse fails to reconnect

2012-10-15 Thread Berend De Schouwer
Public bug reported:

My Belkin bluetooth mouse works fine until I disable and enable
bluetooth.  After that, it's reported as connected, but no longer moves
the mouse cursor.

I sometimes have to disable and enable bluetooth to bounce the wireless
network connectivity to reconnect to the wireless network.  Toggling
wireless on / off also toggles bluetooth on / off.

I've tried powering the mouse on and off, and re-connecting.  It's
reported as connected, but doesn't move the mouse cursor.

This did work in 12.04; it doesn't in 12.10 beta.

bluetooth 4.101-0ubuntu6

** Affects: bluez (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1066844

Title:
  Bluetooth mouse fails to reconnect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1066844/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 989921] Re: package colord 0.1.16-2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-10-11 Thread Berend De Schouwer
Still happens with 12.04 - 12.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/989921

Title:
  package colord 0.1.16-2 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/989921/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 308898] Re: mouse cursor theme oxygen changes over window border

2012-05-31 Thread Berend De Schouwer
To fix the resize problem in 12.04:

cd /usr/share/icons/oxy-your-colour/icons/

sudo ln -s n-resize top_side
sudo ln -s s-resize bottom_side
sudo ln -s e-resize right_side
sudo ln -s w-resize left_side
sudo ln -s size_bdiag bottom_left_corner
sudo ln -s size_bdiag top_right_corner
sudo ln -s size_fdiag top_left_corner
sudo ln -s size_fdiag bottom_right_corner

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/308898

Title:
  mouse cursor theme oxygen changes over window border

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/oxygencursors/+bug/308898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 946232] Re: [Meta-bug] Missing speaker and/or internal mic port

2012-05-23 Thread Berend De Schouwer
My internal microphone is missing.  It works with the workaround (remove
require-any from the config file)

Sony Vaio VPC-W115XG (atom netbook)

Alsa-info attached.

** Attachment added: Alsa-info for sony vpc-w115xg
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/946232/+attachment/3159235/+files/alsa-info.txt.T0hefAog4S

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/946232

Title:
  [Meta-bug] Missing speaker and/or internal mic port

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/946232/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 991741] [NEW] Analog microphone no longer detected

2012-04-30 Thread Berend De Schouwer
Public bug reported:

My built-in microphone works, but the analog input port doesn't.  It's
not detected.  There is no analog input in the drop-down list under
input in the settings.

There is a drop-down for headphones vs. speakers.

This used to work fine in 11.10.

Filed under pulseaudio, but it might be a driver issue.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: pulseaudio 1:1.1-0ubuntu15
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC262 Analog [ALC262 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  berend.deschouwer   2465 F pulseaudio
  berend.deschouwer   2484 F bria
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf044 irq 42'
   Mixer name   : 'Realtek ALC262'
   Components   : 'HDA:10ec0262,104d4000,00100302'
   Controls  : 17
   Simple ctrls  : 9
CheckboxSubmission: 4c35a9d722052b5a55114f98690e7808
CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
Date: Mon Apr 30 09:49:37 2012
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to precise on 2012-04-25 (4 days ago)
dmi.bios.date: 07/07/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: R0170E1
dmi.board.asset.tag: N/A
dmi.board.name: VAIO
dmi.board.vendor: Sony Corporation
dmi.board.version: N/A
dmi.chassis.asset.tag: N/A
dmi.chassis.type: 10
dmi.chassis.vendor: Sony Corporation
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrR0170E1:bd07/07/2009:svnSonyCorporation:pnVPCW115XG:pvrC103HJ0B:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
dmi.product.name: VPCW115XG
dmi.product.version: C103HJ0B
dmi.sys.vendor: Sony Corporation

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991741

Title:
  Analog microphone no longer detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/991741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 991741] Re: Analog microphone no longer detected

2012-04-30 Thread Berend De Schouwer
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991741

Title:
  Analog microphone no longer detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/991741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 911649] Re: Wrong maximum resolution for multiple monitors (Intel 945GME)

2012-04-30 Thread Berend De Schouwer
I've upgraded to Precise.

xrandr still reports max as 4096x4096, which I think the hardware
doesn't do.

The below might need a separate bug report:

system settings no longer crashes, but doesn't enable both displays.  No
matter what I do LVDS1 is black.  However, system settings thinks LVDS1
is on.  I've tried different resolutions and mirror/not-mirror.

Unity login screen is mirrored on both displays.  Text (/dev/tty1) is
mirror on both displays.  Gnome-shell is only on VGA1.

xrandr --output LVDS1 --above/below [blah] doesn't enable LVDS1 either.
It doesn't report an error either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/911649

Title:
  Wrong maximum resolution for multiple monitors (Intel 945GME)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/911649/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 991741] Re: Analog microphone no longer detected

2012-04-30 Thread Berend De Schouwer
OK, the microphone works.

Potentially internal and external are working, resulting in some wonky
background noise.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991741

Title:
  Analog microphone no longer detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/991741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 991741] Re: Analog microphone no longer detected

2012-04-30 Thread Berend De Schouwer
OK, please change this bug.

External microphone works perfectly, but is labelled built-in microphone
Built in microphone doesn't work at all.

I was confused.  The external mic is labelled wrong.

The built-in microphone used to work pre-Precise, but it was useless
(horrible background noise)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/991741

Title:
  Analog microphone no longer detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/991741/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 290672] Re: roaming issues with iwl3945 in hardy

2012-04-10 Thread Berend De Schouwer
I no longer have the wireless network card, nor the WAPs that forced the
problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/290672

Title:
  roaming issues with iwl3945 in hardy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/290672/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 896503] Re: package colord 0.1.12-1ubuntu2 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2012-03-01 Thread Berend De Schouwer
The problem is

addgroup --quiet --system scanner

That line exits with code 1, and the postinstall script has a 'set -e'
which means abort on any error.

If you already have the group 'scanner' (previous colord, or other
scanning software) colord will fail to install or upgrade.  Add a '||
true'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/896503

Title:
  package colord 0.1.12-1ubuntu2 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/colord/+bug/896503/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 911649] [NEW] Wrong maximum resolution for multiple monitors (Intel 945GME)

2012-01-04 Thread Berend De Schouwer
Public bug reported:

My netbook (Sony Vaio VPCW 115xg)  has an intel 945GME video card
controller.

The built-in LVDS1 is 1366x768.  The add-on VGA1 is 1920x1080.  xrandr
reports the maximum resolution of screen0 as 409x4096.  I'm pretty sure
that any horizontal resolution above 2048 causes screen corruption.
Tried under KDE and Gnome3.

The display properties settings dialog allows setting the two screens
horizontally (total res 3300 or so), which results in massive screen
corruption (machine hasn't crashed; console works)

xrandr reports (vertically stacked screens):
 Screen 0: minimum 320 x 200, current 1920 x 1848, maximum 4096 x 4096
LVDS1 connected 1366x768+554+1080 (normal left inverted right x axis y axis) 
0mm x 0mm
   1366x768   59.9*+
   1360x768   59.8 60.0
   1024x768   60.0
   800x60060.3 56.2
   640x48059.9
VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 
268mm
   1920x1080  60.0*+
   1680x1050  60.0
   1280x1024  75.0 60.0
   1280x960   60.0
   1152x864   75.0
   1024x768   75.1 60.0
   832x62474.6
   800x60075.0 60.3 56.2
   640x48075.0 60.0
   720x40070.1

I wonder if maximum horizontal shouldn't be 2048x instead of 4096x on
this particular hardware?

I've reported this under xserver-xorg-video-intel, but it might be an
Intel kernel driver bug.  Stock kernel, opensource driver.

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  My netbook (Sony Vaio VPCW 115xg)  has an intel 945GME video card
  controller.
  
  The built-in LVDS1 is 1366x768.  The add-on VGA1 is 1920x1080.  xrandr
  reports the maximum resolution of screen0 as 409x4096.  I'm pretty sure
  that any horizontal resolution above 2048 causes screen corruption.
  Tried under KDE and Gnome3.
  
  The display properties settings dialog allows setting the two screens
- horizontally (total res 3600 or so), which results in massive screen
+ horizontally (total res 3300 or so), which results in massive screen
  corruption (machine hasn't crashed; console works)
  
  xrandr reports (vertically stacked screens):
-  Screen 0: minimum 320 x 200, current 1920 x 1848, maximum 4096 x 4096
+  Screen 0: minimum 320 x 200, current 1920 x 1848, maximum 4096 x 4096
  LVDS1 connected 1366x768+554+1080 (normal left inverted right x axis y axis) 
0mm x 0mm
-1366x768   59.9*+
-1360x768   59.8 60.0  
-1024x768   60.0  
-800x60060.3 56.2  
-640x48059.9  
+    1366x768   59.9*+
+    1360x768   59.8 60.0
+    1024x768   60.0
+    800x60060.3 56.2
+    640x48059.9
  VGA1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm 
x 268mm
-1920x1080  60.0*+
-1680x1050  60.0  
-1280x1024  75.0 60.0  
-1280x960   60.0  
-1152x864   75.0  
-1024x768   75.1 60.0  
-832x62474.6  
-800x60075.0 60.3 56.2  
-640x48075.0 60.0  
-720x40070.1  
+    1920x1080  60.0*+
+    1680x1050  60.0
+    1280x1024  75.0 60.0
+    1280x960   60.0
+    1152x864   75.0
+    1024x768   75.1 60.0
+    832x62474.6
+    800x60075.0 60.3 56.2
+    640x48075.0 60.0
+    720x40070.1
  
  I wonder if maximum horizontal shouldn't be 2048x instead of 4096x on
  this particular hardware?
  
  I've reported this under xserver-xorg-video-intel, but it might be an
  Intel kernel driver bug.  Stock kernel, opensource driver.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/911649

Title:
  Wrong maximum resolution for multiple monitors (Intel 945GME)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/911649/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 24061] Re: GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG 40976EAF437D05B5)

2011-10-21 Thread Berend De Schouwer
This happens to me if update-mangager starts before I've had a change to
type the proxy password (pretty much every day in the office)

It would be nice if apt would wipe the BADSIGs on a restart, so that I
can get a fresh list after typing the proxy password without manually
removing files in /var/lib/apt/lists/.  I'm going to have to cron it
otherwise.  Why does it not overwrite BADSIGs with new ones?

Alternatively I'm going to have to get update-manager to wait a bit
until 10 minutes after login to start downloading.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/24061

Title:
  GPG error with apt-get/aptitude/update-manager behind proxy (BADSIG
  40976EAF437D05B5)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/24061/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 879384] [NEW] Toggle wireless off makes it impossible to toggle back on

2011-10-21 Thread Berend De Schouwer
Public bug reported:

Toggling wireless off (to disconnect) makes it impossible to later
toggle back on.

I have to run rfkill unblock all before I can toggle wireless back on.
Then it comes back.

This is for Gnome3.2, which doesn't allow you to disconnect from a
wireless network: you have to toggle the entire wireless stack off to
disconnect.

$ sudo rfkill list all
0: sony-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: sony-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
4: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Toggling it back on should soft-unblock if toggling it off soft-blocks.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879384

Title:
  Toggle wireless off makes it impossible to toggle back on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/879384/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 879384] Re: Toggle wireless off makes it impossible to toggle back on

2011-10-21 Thread Berend De Schouwer
Has a known workaround: rfkill unblock all

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879384

Title:
  Toggle wireless off makes it impossible to toggle back on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/879384/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 879384] Re: Toggle wireless off makes it impossible to toggle back on

2011-10-21 Thread Berend De Schouwer
I've found a bunch of other bugs that say that the wireless is blocked
on reboot.  That's not the problem here.  Wireless works on reboot.  It
just stops working (from the GUI) if you ever disconnect from a wireless
network; and you can't get it working again afterwards.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/879384

Title:
  Toggle wireless off makes it impossible to toggle back on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/879384/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760579] Re: Evolution-mapi cannot read inbox

2011-08-05 Thread Berend De Schouwer
Probable related upstream bug:
https://bugzilla.gnome.org/show_bug.cgi?id=339028

Yes, it's for IMAP and IMAP+, not MAPI, but it's all against the same
server ???

** Bug watch added: GNOME Bug Tracker #339028
   https://bugzilla.gnome.org/show_bug.cgi?id=339028

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760579

Title:
  Evolution-mapi cannot read inbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/760579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760579] Re: Evolution-mapi cannot read inbox

2011-06-29 Thread Berend De Schouwer
Same problem with evolution-mapi_3.0.2-0ubuntu1 (Oneiric)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760579

Title:
  Evolution-mapi cannot read inbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/760579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760579] Re: Evolution-mapi cannot read inbox

2011-06-29 Thread Berend De Schouwer
I don't get it if my Inbox is completely empty :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760579

Title:
  Evolution-mapi cannot read inbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/760579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 767095] Re: 1 pixel icons in notification-area-applet for qt softwares (e.g. Skype)

2011-05-23 Thread Berend De Schouwer
Problem gone with Gnome3

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767095

Title:
  1 pixel icons in notification-area-applet for qt softwares (e.g.
  Skype)

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 776143] Re: skype icon isn't visible in panel

2011-05-05 Thread Berend De Schouwer
*** This bug is a duplicate of bug 767095 ***
https://bugs.launchpad.net/bugs/767095

** This bug is no longer a duplicate of bug 775717
   Skype icon is not displayed in notification applet
** This bug has been marked a duplicate of bug 767095
   1 pixel icons in notification-area-applet for qt softwares
 * You can subscribe to bug 767095 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/767095/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776143

Title:
  skype icon isn't visible in panel

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775717] Re: Skype icon is not displayed in notification applet

2011-05-05 Thread Berend De Schouwer
*** This bug is a duplicate of bug 767095 ***
https://bugs.launchpad.net/bugs/767095

** This bug has been marked a duplicate of bug 767095
   1 pixel icons in notification-area-applet for qt softwares
 * You can subscribe to bug 767095 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/767095/+subscribe

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775717

Title:
  Skype icon is not displayed in notification applet

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775717] Re: Skype icon is not displayed in notification applet

2011-05-04 Thread Berend De Schouwer
I'm using gnome2; not unity.  For me, it appears in the Notification
Area applet of the panel.  The 1px icon is grey on grey.  The Skype
style is Desktop Settings, and it's configured to start minimised in
the system tray.

There are still a few apps that appear there instead of the Indicator
Applet

Skype version is beta 2.2.0.25, which comes from skype
2.2.0.25-1maverick1, which comes from the Ubuntu Partners repository.
No later package seems to be available.

32-bit OS.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775717

Title:
  Skype icon is not displayed in notification applet

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 775717] Re: Skype icon is not displayed in notification applet

2011-05-03 Thread Berend De Schouwer
Running N instances of Skype causes N-1 icons in the panel to appear.
Skype can get confused with multiple instances using the same login,
though.

The first Skype icon appears to exist as a 1 pixel wide icon.  It's very
hard to right-click on the icon, but it does exist.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775717

Title:
  Skype icon is not displayed in notification applet

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 767085] Re: Package dante-client is broken on natty beta

2011-04-26 Thread Berend De Schouwer
I can build from source, but then socksify gives:

ERROR: ld.so: object '/lib/libdl.so.2' from LD_PRELOAD cannot be
preloaded: ignored.

That no longer exists.

I then run 
ln -sf /lib/i386-linux-gnu/libdl.so.2 /lib/libdl.so.2

and then get:
symbolfunction(): compiletime configuration error?  Failed to open libc.so: 
/usr/lib/i386-linux-gnu/libc.so: invalid ELF header

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767085

Title:
  Package dante-client is broken on natty beta

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 767085] Re: Package dante-client is broken on natty beta

2011-04-26 Thread Berend De Schouwer
Sorry, source: apt-get -b source dante-client.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767085

Title:
  Package dante-client is broken on natty beta

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 767085] Re: Package dante-client is broken on natty beta

2011-04-26 Thread Berend De Schouwer
An additional ln -sf /lib/i386-linux-gnu/libc.so.6 /lib/libc.so fixes
that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/767085

Title:
  Package dante-client is broken on natty beta

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760579] Re: Evolution-mapi cannot read inbox

2011-04-14 Thread Berend De Schouwer
I can move messages from other folders to the inbox.  Then I can no
longer view that message (Inbox appears empty.)

Sometimes clicking on Inbox doesn't bring up an error, but the mail
folder is still empty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760579

Title:
  Evolution-mapi cannot read inbox

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 760579] [NEW] Evolution-mapi cannot read inbox

2011-04-14 Thread Berend De Schouwer
Public bug reported:

Binary package hint: evolution-mapi

Evolution-mapi cannot read my inbox, although it can read every other
mailbox, and it can send mail, and view the calendar.  It doesn't crash.

The warning displayed is
Error while Refreshing folder
Fetching items failed: OpenMessage: MAPI error  (0xf9bf) occurred

No errors on stderr.

(0.32.2-0ubuntu1; Natty)

** Affects: evolution-mapi (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/760579

Title:
  Evolution-mapi cannot read inbox

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661321] Re: Opening /dev/ttyUSB0 hangs, pl2303.ko module

2010-11-13 Thread Berend De Schouwer
Same problem with a cp210x module -- except the workaround doesn't work

Used to work in 10.04

-- 
Opening /dev/ttyUSB0 hangs, pl2303.ko module
https://bugs.launchpad.net/bugs/661321
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661321] Re: Opening /dev/ttyUSB0 hangs, pl2303.ko module

2010-11-13 Thread Berend De Schouwer
May or may not be related to
http://forum.nginx.org/read.php?30,135400,135554

Certainly, the device I'm connecting to doesn't set DCD.  The app I'm
trying is closed-source, though, so I've asked those guys to change it
to test.

-- 
Opening /dev/ttyUSB0 hangs, pl2303.ko module
https://bugs.launchpad.net/bugs/661321
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661321] Re: Opening /dev/ttyUSB0 hangs, pl2303.ko module

2010-11-13 Thread Berend De Schouwer
You can check for DCD with statserial /dev/ttyUSB0

-- 
Opening /dev/ttyUSB0 hangs, pl2303.ko module
https://bugs.launchpad.net/bugs/661321
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648693] Re: Mutter infinite duplicates in gnome session

2010-09-27 Thread Berend De Schouwer
The bug is likely in whichever app runs the infinite loop.

-- 
Mutter infinite duplicates in gnome session
https://bugs.launchpad.net/bugs/648693
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 648693] [NEW] Mutter infinite duplicates in gnome session

2010-09-27 Thread Berend De Schouwer
Public bug reported:

Binary package hint: mutter

This may be a bug in gnome-session or unity rather than mutter.

When gnome-session is set to remember startup applications, it remembers
mutter.  When you log out, and in, two mutters start: one as part of the
netbook session, and one as part of the remembered startup applications.

One of the mutter processes dies with:

Window manager warning: Screen 0 on display :0.0 already has a window 
manager; try using the --replace option to replace the current window manager.
** (mutter:4187): DEBUG: OpenGL renderer string: Mesa DRI Intel(R) 945GME GEM 
20100330 DEVELOPMENT x86/MMX/SSE2

However, it then re-runs itself.  It gets stuck in an infinite loop,
where a second mutter process always tries to run.

Apart from the CPU load, this also causes lots of gconfd-2 writes to
disk.

The only way to stop it is to configure gnome-session not to remember
applications, and to find ~/.config *session* | xargs rm

** Affects: mutter (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Mutter infinite duplicates in gnome session
https://bugs.launchpad.net/bugs/648693
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638053] Re: Unity displays an empty left bar

2010-09-22 Thread Berend De Schouwer
My session was still running netbook-launcher, which did nothing (no
longer exists?).  When I added /usr/bin/unity to my startup applications
I get a grey background.

-- 
Unity displays an empty left bar
https://bugs.launchpad.net/bugs/638053
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638053] Re: Unity displays an empty left bar

2010-09-22 Thread Berend De Schouwer
A dist-upgrade and a reboot later, and it works... shrug

-- 
Unity displays an empty left bar
https://bugs.launchpad.net/bugs/638053
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362970] Re: package flashplugin-installer 10.0.22.87ubuntu2 failed to install/upgrade over proxy

2010-09-14 Thread Berend De Schouwer
Still a problem with 10.1.82.76ubuntu2

apt-get upgrade is now trying forever to download a file it cannot reach
because it's not using the proxy.

-- 
package flashplugin-installer 10.0.22.87ubuntu2 failed to install/upgrade over 
proxy
https://bugs.launchpad.net/bugs/362970
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638053] Re: Unity displays an empty left bar

2010-09-14 Thread Berend De Schouwer

** Attachment added: Output when running from the command line.
   
https://bugs.launchpad.net/bugs/638053/+attachment/1583026/+files/unity-output

-- 
Unity displays an empty left bar
https://bugs.launchpad.net/bugs/638053
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638053] [NEW] Unity displays an empty left bar

2010-09-14 Thread Berend De Schouwer
Public bug reported:

Binary package hint: unity

Running unity just displays an empty dark grey left bar on the screen,
about the width of icons.

There are no icons.  Clicking anywhere on the bar does absolutely
nothing (in case it's screen corruption)

I was keen to try it out in Maverick Beta, since I'm running on a
netbook.

** Affects: unity (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Unity displays an empty left bar
https://bugs.launchpad.net/bugs/638053
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638053] Re: Unity displays an empty left bar

2010-09-14 Thread Berend De Schouwer
screenshot

Nothing responds to mouse clicks.


** Attachment added: Screenshot
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/638053/+attachment/1583038/+files/sessiontype1.png

-- 
Unity displays an empty left bar
https://bugs.launchpad.net/bugs/638053
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 638053] Re: Unity displays an empty left bar

2010-09-14 Thread Berend De Schouwer
Via terminal.

Upgrade - Maverick got rid of netbook-launcher, so I had no desktop --
just a Gnome panel.

The screenshot is from unity -p.

-- 
Unity displays an empty left bar
https://bugs.launchpad.net/bugs/638053
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597963] Re: Laptop lid reports incorrectly

2010-07-28 Thread Berend De Schouwer
Agreed, it's a BIOS bug.  It affected a lot of netbooks, but it seems
that some manufacturers came to the party and fixed the BIOS.  Not this
one.

Where is it fixed wine-style?  upower or kernel?

Or where can I hack it so it always reports open, or lid-doesn't-exist?
At least that would sync better with the other software (ie. gnome-
power-manager)

-- 
Laptop lid reports incorrectly
https://bugs.launchpad.net/bugs/597963
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 91230] Re: keyboard+mouse unusable, low speed USB device reset continiously

2010-07-27 Thread Berend De Schouwer
See also kernel bug 9448 here:
https://bugzilla.kernel.org/show_bug.cgi?id=9448

and launchpad bug 124406 (related; multiple causes)

** Bug watch added: Linux Kernel Bug Tracker #9448
   http://bugzilla.kernel.org/show_bug.cgi?id=9448

-- 
keyboard+mouse unusable, low speed USB device reset continiously
https://bugs.launchpad.net/bugs/91230
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372647] Re: Clock and Weather applet don't show any weather info

2010-07-15 Thread Berend De Schouwer
Removed and added.  It's still a problem.

-- 
Clock and Weather applet don't show any weather info
https://bugs.launchpad.net/bugs/372647
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 181065] Re: Unable to unlock the screensaver

2010-07-08 Thread Berend De Schouwer
Stopped for me in Lucid.

-- 
Unable to unlock the screensaver
https://bugs.launchpad.net/bugs/181065
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 594488] Re: package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade over proxy

2010-07-08 Thread Berend De Schouwer
*** This bug is a duplicate of bug 362970 ***
https://bugs.launchpad.net/bugs/362970

When you sudo, it deletes http_proxy

You can:
1. sudo sh
2. export http_proxy=
3. dpkg/apt

-- 
package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade 
over proxy
https://bugs.launchpad.net/bugs/594488
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 594488] Re: package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade over proxy

2010-07-08 Thread Berend De Schouwer
*** This bug is a duplicate of bug 362970 ***
https://bugs.launchpad.net/bugs/362970

This also means that if you have flash, and it's upgraded, the upgrade
will fail and you no longer have flash.

-- 
package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade 
over proxy
https://bugs.launchpad.net/bugs/594488
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 594488] Re: package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade over proxy

2010-07-08 Thread Berend De Schouwer
*** This bug is a duplicate of bug 362970 ***
https://bugs.launchpad.net/bugs/362970

Possible duplicate of 362970

** This bug has been marked a duplicate of bug 362970
   package flashplugin-installer 10.0.22.87ubuntu2 failed to install/upgrade 
over proxy

-- 
package flashplugin-installer 10.1.53.64ubuntu0.10.04.1 cannot install/upgrade 
over proxy
https://bugs.launchpad.net/bugs/594488
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362970] Re: package flashplugin-installer 10.0.22.87ubuntu2 failed to install/upgrade over proxy

2010-07-08 Thread Berend De Schouwer
This bug means that flash upgrades fail (but are marked successful) so
valid, installed but old flash packages are removed, resulting in no
flash.

-- 
package flashplugin-installer 10.0.22.87ubuntu2 failed to install/upgrade over 
proxy
https://bugs.launchpad.net/bugs/362970
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565971] Re: I cannot mount my ipod shuffle. It shows up with the systemadministrationdisk utility; but it doesn't have any mountable partitions. (It actually does)

2010-07-06 Thread Berend De Schouwer
Removing gpod-common worked for me the first time, but now it's not
working.

-- 
I cannot mount my ipod shuffle.  It shows up with the 
systemadministrationdisk utility; but it doesn't have any mountable 
partitions.  (It actually does)
https://bugs.launchpad.net/bugs/565971
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597963] Re: Laptop lid reports incorrectly

2010-06-27 Thread Berend De Schouwer
Haha, no I can't load Slackware 2 (Linux 1.2.13) cos I don't have a
floppy drive anymore :)

I've never had a laptop with working suspend.  This one is the first
where suspend works -- except it works too often :)  This one has always
been Ubuntu.

I don't suppose there's a way to figure out what the BIOS says?

-- 
Laptop lid reports incorrectly
https://bugs.launchpad.net/bugs/597963
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597963] Re: Laptop lid reports incorrectly

2010-06-25 Thread Berend De Schouwer
I've never actually booted a single version of Windows on this netbook.
I've got a valid XP somewhere...

(moved from DOS to OS/2 to Slackware 2 to ...)

-- 
Laptop lid reports incorrectly
https://bugs.launchpad.net/bugs/597963
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597963] Re: Laptop lid reports incorrectly

2010-06-24 Thread Berend De Schouwer
This may or may not be a BIOS bug.

I'd still like to be able to disable acpi/lid/LID, since this is
extremely annoying with rolling blackouts.

-- 
Laptop lid reports incorrectly
https://bugs.launchpad.net/bugs/597963
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597963] [NEW] Laptop lid reports incorrectly

2010-06-23 Thread Berend De Schouwer
Public bug reported:

Binary package hint: upower

On a Sony Vaio W (vpcw115xg) netbook the laptop lid is always reported
as closed.  /proc/acpi/button/lid/LID/state always has state: closed,
regardless of the actual state.

BIOS version r0170e1

This interrupts proper gnome-power-manager operations, since that can be
configured [ blank screen | suspend | hibernate ] -- causing the netbook
to suspend at inopportune moments.

upower -d attached (lid-is-present: yes; lid-is-closed: yes)  One of the
two must go.

This is a follow-up of # 481312

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: upower 0.9.1-1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
CheckboxSubmission: 4c35a9d722052b5a55114f98690e7808
CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
Date: Thu Jun 24 07:32:36 2010
InstallationMedia: Ubuntu-Netbook-Remix 9.10 Karmic Koala - Release i386 
(20091028.4)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_ZA.utf8
 SHELL=/bin/bash
SourcePackage: upower

** Affects: upower (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid ubuntu-une

-- 
Laptop lid reports incorrectly
https://bugs.launchpad.net/bugs/597963
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597963] Re: Laptop lid reports incorrectly

2010-06-23 Thread Berend De Schouwer

** Attachment added: upower -d
   http://launchpadlibrarian.net/50833733/upowerd.log

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/50833502/Dependencies.txt

-- 
Laptop lid reports incorrectly
https://bugs.launchpad.net/bugs/597963
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-23 Thread Berend De Schouwer
I've reported # 597963 for upower.

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-21 Thread Berend De Schouwer
I'm adding a new gpm.log.

It triggers lid_battery set to suspend (The lid has been closed, and the
ac adapter removed (and gconf is okay).)

So if I've got this right I need to file a feature request with the
upower package to please ignore broken lids.

** Attachment added: gnome-power-manager log
   http://launchpadlibrarian.net/50670571/gpm2.log

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-21 Thread Berend De Schouwer
gpm-manager in gpm_manager_client_changed_cb() sometimes checks for
on_battery, and sometimes checks for on_battery  lid_is_closed.

This patch makes it consistent (always check for on_battery 
lid_is_closed)

Again: untested, sorry

If this works, I'd like to get a little help with logging the feature
request correctly to upower (or kernel acpi) assuming it's a bios bug.

** Patch added: gpm-manager.diff
   http://launchpadlibrarian.net/50675716/gpm-manager.diff

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-21 Thread Berend De Schouwer
Noticed it's marked as affecting upower already.

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-20 Thread Berend De Schouwer
I tried the wrong version numbered one. (bad timing, download, dpkg -i),
and now I had the exact opposite happen:

The first time, nothing happens (not even popups saying charging)

The second time, and all subsequent times: suspend.

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-18 Thread Berend De Schouwer
OK, attached.

I'd guess lid_state is an uninitialised variable.  I can't get the
source from behind the proxy.

Line: action: /apps/gnome-power-manager/buttons/lid_ac set to suspend
(The lid has been closed on ac power.)

** Attachment added: gpm.log
   http://launchpadlibrarian.net/50529661/gpm.log

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-18 Thread Berend De Schouwer
gpm-button.c/gpm_button_client_changed_cb() compares

if (button-priv-lid_is_closed == lid_is_closed)
return;

gpm-button.c/gpm_button_class_init() adds struct GpmButtonPrivate but I
can't find an equivalent of

/* coldplug so we are in the correct state at startup */
g_object_get (manager-priv-client,
  on-battery, manager-priv-on_battery,
  NULL);

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-18 Thread Berend De Schouwer
You can try the following patch.

I can't apt-get -b source right now, so I can't test.

** Patch added: Potential fix
   http://launchpadlibrarian.net/50530902/lidinit.diff

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-17 Thread Berend De Schouwer
This is all for Lucid:

The lid is always closed.  /proc/acpi/button/lid/LID/state is always closed.  
upower -d | grep lid always looks like: 
  lid-is-closed:   yes
  lid-is-present:   yes

I find that very interesting.


If I set g-p-m to blank screen (choices [ blank | suspend | hibernate | 
shutdown ]) it blanks the screen.


I then ran upower -d in an infinite loop, and ran diff on the results.  Here's 
the results:

chunk.315 -- just before plugin
chunk.316 -- at plugin

chunk.diff -- the whole diff.

chunk.0 was empty.  chunk.325 was also empty (during suspend)

The stuff that changes:
state: discharging - charging
on-battery: yes - no
energy rate
percentage
time to empty / time to full

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-17 Thread Berend De Schouwer

** Attachment added: before a/c
   http://launchpadlibrarian.net/50488366/chunk.315

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-17 Thread Berend De Schouwer

** Attachment added: after a/c
   http://launchpadlibrarian.net/50488381/chunk.316

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-17 Thread Berend De Schouwer

** Patch added: history
   http://launchpadlibrarian.net/50488408/chunk.diff

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-16 Thread Berend De Schouwer
Here's a dbus log.

If I run interface='org.freedesktop.PowerManagement' I get nothing.  So
I've attached my entire dbus log with the Jabber usernames sanitised.

It only seems to happen the first time I connect A/C.  Probably because
afterwards it thinks the lid is closed.

** Attachment added: Empty DBUS power manager log
   http://launchpadlibrarian.net/50430411/dbus.powermanagement.log

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-16 Thread Berend De Schouwer
Full dbus log

** Attachment added: Full log
   http://launchpadlibrarian.net/50430482/sanitised.log

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-16 Thread Berend De Schouwer
If I kill gnome-power-manager it does not happen.

Without gnome-power-manager:
1. boot without a/c
2. login
3. plug in a/c
4. screen stays dim, does not suspend. No popups.

with gnome-power-manager
1. boot without a/c
2. login
3. plug in a/c
4. screen goes bright
4a. popup (battery charging; will take X minutes) (sometimes too slow)
5. suspends (takes a minute)
6. type on keyboard
7. un-suspends
8. screen is locked by screensaver

Further a/c connect/disconnect:
* no suspend.
* popups about battery charging working as expected.
* The screen does not dim.

The desktop knows the cable is unplugged, because I get popups, but it
doesn't take any action.  When battery power gets very low it shuts
down.

The suspends are immediate.  This is annoying when you've got powercuts
or accidentally trip the cable.

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-06-16 Thread Berend De Schouwer
Once the A/C disconnect/reconnect has cycled, I can kill and restart
gnome-power-manager, and the laptop does not suspend.

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 372647] Re: Clock and Weather applet don't show any weather info

2010-06-10 Thread Berend De Schouwer
Still a problem for me in lucid.

-- 
Clock and Weather applet don't show any weather info
https://bugs.launchpad.net/bugs/372647
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396485] Re: No way to kill maximus

2010-05-31 Thread Berend De Schouwer
I have the same problem:
- maximus starts, even though it's not in startup.
- cannot get rid of it.

This appears to be due to a Ubuntu upgrade, that saved it in the
session,

-- 
No way to kill maximus
https://bugs.launchpad.net/bugs/396485
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 578917] Re: install and remove buttons do not work

2010-05-30 Thread Berend De Schouwer
Me too(tm)
myspell en_ZA

-- 
install and remove buttons do not work
https://bugs.launchpad.net/bugs/578917
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 460708] Re: suspends automatically when unplugged from AC power

2010-05-08 Thread Berend De Schouwer
*** This bug is a duplicate of bug 545738 ***
https://bugs.launchpad.net/bugs/545738

The duplicate marker is obviously wrong.  This has nothing to do with
dpkg error messages.

-- 
suspends automatically when unplugged from AC power
https://bugs.launchpad.net/bugs/460708
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-05-08 Thread Berend De Schouwer
/proc/acpi/button/lid/LID/state reports closed when it should report
open

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565981] Re: [KMS] gem objects not deallocated

2010-04-23 Thread Berend De Schouwer
Works for me(tm)

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME
Express Integrated Graphics Controller (rev 03)

Also fixes netbook-launcher startup

-- 
[KMS] gem objects not deallocated
https://bugs.launchpad.net/bugs/565981
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 554737] Re: Graphical bootstrap hangs on fsck

2010-04-09 Thread Berend De Schouwer
Same issue.  GDM starts, but you can't see the login screen (presumably
because plymouth hides gdm)

Killing '/bin/plymouth quit --retain-splash' shows the gdm login screen.

Plymouth's fsck screen never goes past seventy-something percent, even
though fsck has quit.  I presume that's why it doesn't quit.

Undecided: fsck quits fine or crashes.

Boot.log contains fsck lines and two startup messages.  I'm a little bit
surprised to see the other two messages.


** Attachment added: boot.log
   http://launchpadlibrarian.net/43517993/boot.log

-- 
Graphical bootstrap hangs on fsck
https://bugs.launchpad.net/bugs/554737
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 493146] Re: power on/power off results in laptop going into Suspend moder

2010-03-16 Thread Berend De Schouwer
Possible duplicate of # 481312 ???

-- 
power on/power off results in laptop going into Suspend moder
https://bugs.launchpad.net/bugs/493146
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 481312] Re: Laptop suspends when I connect/disconnect AC

2010-03-16 Thread Berend De Schouwer
Happens on a Sony Vaio W.

The following Ubuntu Wiki says it's easily fixed, but it doesn't say how...
https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Sony VAIO W

Apport connect seems to hang (proxy issue?) so I'll attach .txt files
manually...

** Attachment added: gnome-power-bugreport.txt
   http://launchpadlibrarian.net/40998473/gnome-power-bugreport.txt

-- 
Laptop suspends when I connect/disconnect AC
https://bugs.launchpad.net/bugs/481312
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 502514] Re: [karmic] evolution does not display some emails

2010-03-16 Thread Berend De Schouwer
Happens to me too (using evolution-mapi).  Further up in the headers is
Content-Transfer-Encoding: quoted-printable, which MS uses to change =
to =3d

It also seems to sometimes change Charset=blah to charset=3dblah

It may or may not matter that Content-Transer-Encoding is never directly
above the line Content-Type.  Messages sent by evolution-mapi appear to
be set to Content-Transfer-Encoding: binary.

-- 
[karmic] evolution does not display some emails
https://bugs.launchpad.net/bugs/502514
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 502514] Re: [karmic] evolution does not display some emails

2010-03-16 Thread Berend De Schouwer
I tried sending a mail manually (telnet port 25), and it looks like
Exchange adds that stuff even when it wasn't included in the original
message:

220 blah Microsoft ESMTP MAIL Service ready at Tue, 16 Mar 2010 13:35:15 +0200
HELO swbr1435n
250 blah Hello [1.2.3.4]
MAIL FROM: berend.deschou...@ucs-software.co.za
250 2.1.0 Sender OK
RCPT TO: berend.deschou...@ucs-software.co.za
250 2.1.5 Recipient OK
DATA
354 Start mail input; end with CRLF.CRLF
Subject: Halo
How are ye?
.
250 2.6.0 9b96107d-cdae-4abe-bef1-6955f3db5...@blah Queued mail for delivery

and this was the resultant source:

Received: from swbr1435n (1.2.3.4) by blah (1.2.3.5) with Microsoft SMTP Server 
id 8.2.176.0; Tue, 16 Mar 2010
 13:35:56 +0200
MIME-Version: 1.0
Message-ID: 9b96107d-cdae-4abe-bef1-6955f3db5...@blah
To: Undisclosed recipients:;
Return-Path: berend.deschou...@ucs-software.co.za
Date: Tue, 16 Mar 2010 13:35:56 +0200
Subject: Halo
Reply-To: berend.deschou...@ucs-software.co.za 
berend.deschou...@ucs-software.co.za
From: berend.deschou...@ucs-software.co.za 
berend.deschou...@ucs-software.co.za
Content-Type: multipart/related; type=multipart/alternative; 
boundary==-9iDtfFpdh/HxJE+OAVzF


--=-9iDtfFpdh/HxJE+OAVzF
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=CP20127


--=-9iDtfFpdh/HxJE+OAVzF--

-- 
[karmic] evolution does not display some emails
https://bugs.launchpad.net/bugs/502514
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 502514] Re: [karmic] evolution does not display some emails

2010-03-16 Thread Berend De Schouwer
That means Exchange (or MAPI???) is adding Content-Type stuff if it's
missing.  It auto-adds MIME stuff.  Notice that the content of my e-mail
went missing.

If I add the content-type headers in my port 25 tests, the mail is not
modified, and it comes straight through.

This may have something to do with an auto-add-disclaimer

-- 
[karmic] evolution does not display some emails
https://bugs.launchpad.net/bugs/502514
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 502514] Re: [karmic] evolution does not display some emails

2010-03-16 Thread Berend De Schouwer
If I do the exact same test, but I add a content-transfer-encoding:
quoted-printable header, exchange mangles the = to =3d, and Evolution
chokes:

MAIL FROM: berend.deschou...@ucs-software.co.za
250 2.1.0 Sender OK
RCPT TO: berend.deschou...@ucs-software.co.za
250 2.1.5 Recipient OK
DATA
354 Start mail input; end with CRLF.CRLF
To: berend.deschou...@ucs-software.co.za
Subject: Halo
Content-Transfer-Encoding: quoted-printable
Content-Type: multipart/related; type=multipart/alternative; 
boundary==-Ycv5DObyrAsDvgKCTd3z


--=-Ycv5DObyrAsDvgKCTd3z
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8

Help


--=-Ycv5DObyrAsDvgKCTd3z--
.
250 2.6.0 d945cb15-7793-47f6-b12e-e1d9cc46a...@blaht Queued mail for delivery


becomes


Received: from swbr1435n (1.2.3.4) by blah
 (1.2.3.5) with Microsoft SMTP Server id 8.2.176.0; Tue, 16 Mar 2010
 13:48:02 +0200
To: berend.deschou...@ucs-software.co.za
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Message-ID: d945cb15-7793-47f6-b12e-e1d9cc46a...@blah
Return-Path: berend.deschou...@ucs-software.co.za
Date: Tue, 16 Mar 2010 13:48:02 +0200
Subject: Halo
Reply-To: berend.deschou...@ucs-software.co.za 
berend.deschou...@ucs-software.co.za
From: berend.deschou...@ucs-software.co.za 
berend.deschou...@ucs-software.co.za
Content-Type: multipart/related; type=multipart/alternative; 
boundary==-8tE5bLFlCpEGOjUa9N84


--=3D-8tE5bLFlCpEGOjUa9N84
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=3DUTF-8

Help

=00
--=3D-8tE5bLFlCpEGOjUa9N84--

--=-8tE5bLFlCpEGOjUa9N84--

-- 
[karmic] evolution does not display some emails
https://bugs.launchpad.net/bugs/502514
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 502514] Re: [karmic] evolution does not display some emails

2010-03-16 Thread Berend De Schouwer
What do the MIME specs say about transfer encoding the binary lines?
That will tell you if the server or the client is wrong.  Regardless,
can we fix evolution or evolution-mapi to cater for this?

-- 
[karmic] evolution does not display some emails
https://bugs.launchpad.net/bugs/502514
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 502514] Re: [karmic] evolution does not display some emails

2010-03-16 Thread Berend De Schouwer
I noticed Exchange conveniently completely altered the boundary lines
from Ycv5DObyrAsDvgKCTd3z to 8tE5bLFlCpEGOjUa9N84 -- not just replacing
= with =3D.

-- 
[karmic] evolution does not display some emails
https://bugs.launchpad.net/bugs/502514
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://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >