[Bug 1405108] [NEW] rubygems-integration does not see newer versions of a gem

2014-12-23 Thread Wybo Dekker
Public bug reported:

In Xubuntu 14.10, Ruby 2.1.2, when I install package ruby-colorize, I get 
colorize-0.6.0.
This version has bugs.
When I then install version 0.7.5 (the newest version) with:

$ gem install -r colorize

I have both version 0.6.0 and version 0.7.5 and I expect that the ruby
statement:

require 'colorize'

will load version 0.7.5
This is not true: version 0.6.0 is loaded.
I can solve that by uninstalling the ruby-colorize package, which should not be 
necessary.

I suspect (but am not sure) that the rubygems-integration package is the cause 
of this problem.

** Affects: rubygems-integration (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/1405108

Title:
  rubygems-integration does not see newer versions of a gem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rubygems-integration/+bug/1405108/+subscriptions

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


Re: [Bug 1292290] Re: Window manager keybindings don't work after reboot

2014-11-10 Thread Wybo Dekker
On 2014-11-10 20:06, Adarsh K wrote:
 super+m key is not working for any key bindings. The problem is not only
 with maximizing windows but it is identified for other keybindings also
 so please correct me if i am wrong Thaddaus

I think you should have a look at:
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml

This file defines several shortcuts twice. For example, in my version it 
contains two definitions that maximize the current window:

property name=lt;Altgt;F7 type=string value=maximize_window_key/
property name=lt;Altgt;F10 type=string value=maximize_window_key/

in that order. It is the second, Alt-F10, that works, but if I look in the 
xfce4-settings-manager, that tells me that Alt-F7 should maximize the window.

Of course, such definitions should occur only once.
The attached script looks for multiply defined shortcuts in
.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml.
When I run it on my own xfce4-keyboard-shortcuts.xml I get:

2 move_window_workspace_5_key
2 move_window_up_key
2 move_window_workspace_2_key
2 move_window_workspace_4_key
2 move_window_left_key
2 workspace_12_key
2 move_window_right_key
2 up_workspace_key
2 workspace_11_key
2 move_window_workspace_9_key
2 workspace_10_key
2 maximize_window_key
2 move_window_prev_workspace_key
2 move_window_workspace_8_key
2 move_window_workspace_1_key
2 move_window_next_workspace_key
2 move_window_workspace_3_key
2 move_window_workspace_6_key
2 move_window_workspace_7_key
19 doubles

When I remove the first occurrences of all these double definitions from the 
file it looks like my system has become sane: I don't succeed in generating new 
double definitions by redefining shortcuts in xfce4-settings-manager and 
everything works as expected. So it may well be that these double occurrences 
have been generated by older versions of xubuntu.
If this is true, then it may be wise to have xfce4-settings-manager to check 
for 
the occurrence of double definitions and let it remove those.

I suggest that you first clean up your own xfce4-keyboard-shortcuts.xml and see 
if that helps.

-- 
Wybo Dekker


** Attachment added: doubledefs.bash
   
https://bugs.launchpad.net/bugs/1292290/+attachment/4257732/+files/doubledefs.bash

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

Title:
  Window manager keybindings don't work after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-settings/+bug/1292290/+subscriptions

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


Re: [Bug 1292290] Re: Window manager keybindings don't work after reboot

2014-09-16 Thread Wybo Dekker
On 2014-09-16 11:10, Adarsh K wrote:
 I am working on this bug please send me the related information about
 this bug

This is what I wrote about this bug:

The problem here is that the original bindings (ctrl-F1 for workspace 1 et 
cetera) are not removed when you set an other binding. And the new binding is 
added /after/ the default binding. And, apparently, the first binding found 
gets 
active.
The solution, as long as this has not been repaired, is to edit 
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml and 
remove the original bindings.
Note that, whenever you make other changes, all original bindings will reappear!


-- 
Wybo

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

Title:
  Window manager keybindings don't work after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-settings/+bug/1292290/+subscriptions

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


[Bug 1312425] Re: digikam missing many libraries and other error messages

2014-07-13 Thread Wybo Dekker
Does expired also mean that nothing will be done with my suggestion to update 
the dependencies list with these libraries?:
libmediawiki1
libgpod4
libkvkontakte1
libqtgstreamer-0.10-0
libqtgstreamerutils-0.10-0

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

Title:
  digikam missing many libraries and other error messages

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

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


[Bug 1292290] Re: Window manager keybindings don't work after reboot

2014-06-08 Thread Wybo Dekker
The problem here is that the original bindings (ctrl-F1 for workspace 1 et 
cetera)  are not removed when you set an other binding. And the new binding is 
added /after/ the default binding. And, apparently, the first binding found 
gets active. 
The solution, as long as this has not been repaired, is to edit 
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml and 
remove the original bindings.
Note that, whenever you make other changes, all original bindings will reappear!

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

Title:
  Window manager keybindings don't work after reboot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1292290/+subscriptions

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


[Bug 1324451] [NEW] shortcut changes not persistent

2014-05-29 Thread Wybo Dekker
Public bug reported:

When I change the shortcut left_workspace_key from Ctrl-Alt-Left to Ctrl-Left 
that works fine. Same for right_workspace_key.
However, after reboot, the shortcut does not work anymore, although the 
graphical interface to the settings manager still says that the shortcut is 
Ctrl-Left.

Before changing the shortcuts, the config file contains:

property name=lt;Controlgt;lt;Altgt;Left type=string 
value=left_workspace_key/
property name=lt;Primarygt;lt;Altgt;Right type=string 
value=right_workspace_key/

(why Control for the first and Primary for the other??)

After changing, the original settings are still there:

property name=lt;Controlgt;lt;Altgt;Left type=string 
value=left_workspace_key/
property name=lt;Primarygt;lt;Altgt;Right type=string 
value=right_workspace_key/
property name=lt;Primarygt;Left type=string 
value=left_workspace_key/
property name=lt;Primarygt;Right type=string 
value=right_workspace_key/

A possible solution is to remove the original setting by editing the
config file. However, whenever any other shortcut is changed (not just
cleared), the removed settings are set back again.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xdg-utils 1.1.0~rc1-2ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
Uname: Linux 3.13.0-27-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu May 29 10:10:51 2014
InstallationDate: Installed on 2014-05-26 (2 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140416.2)
PackageArchitecture: all
SourcePackage: xdg-utils
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xdg-utils (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  shortcut changes not persistent

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1324451/+subscriptions

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


[Bug 1312425] Re: digikam missing many libraries and other error messages

2014-05-13 Thread Wybo Dekker
Package kipi-plugins /has/ automatically been installed.
And all recommended  packages for kipi-plugins are there, too. 
On the other hand, when I look (in synaptic) at the recommended packages for 
digikam, kipi-plugins is not among them.

I could remove all cannot load library messages by installing:
libmediawiki1
libgpod4
libkvkontakte1
libqtgstreamer-0.10-0
libqtgstreamerutils-0.10-0

So I think something is wrong with the dependencies defined for digikam
or its plugins.

The following, less alarming, messages still appear:

Object::connect: No such signal 
org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
Object::connect: No such signal 
org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in 
use, all queries will cease to work.
Object::connect: No such signal 
org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
Object::connect: No such signal 
org::freedesktop::UPower::DeviceAdded(QDBusObjectPath)
Object::connect: No such signal 
org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)
Object::connect: No such signal 
org::freedesktop::UPower::DeviceRemoved(QDBusObjectPath)

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

Title:
  digikam missing many libraries and other error messages

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

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


[Bug 1307009] LightdmLog.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: LightdmLog.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106250/+files/LightdmLog.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] Dependencies.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106245/+files/Dependencies.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] ProcEnviron.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106254/+files/ProcEnviron.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] DpkgLog.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: DpkgLog.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106246/+files/DpkgLog.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] ProcCpuinfo.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106253/+files/ProcCpuinfo.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] LightdmGreeterLog.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: LightdmGreeterLog.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106248/+files/LightdmGreeterLog.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] CurrentDmesg.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106244/+files/CurrentDmesg.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] BootLog.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: BootLog.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106243/+files/BootLog.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] LightdmGreeterLogOld.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: LightdmGreeterLogOld.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106249/+files/LightdmGreeterLogOld.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] XorgLog.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: XorgLog.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106259/+files/XorgLog.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] UdevDb.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1307009/+attachment/4106257/+files/UdevDb.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] UdevLog.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106258/+files/UdevLog.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] Lspci.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1307009/+attachment/4106251/+files/Lspci.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] Re: second screen gets disconnectded after suspend

2014-05-06 Thread Wybo Dekker
apport information

** Tags added: apport-collected ubuntu

** Description changed:

  After my PC having been suspended and waked up, my second screen appears to 
be disconnected, and as far as I can see, the only way to get out is a reboot.
  My first screen is VGA1, the second is HDMI1.
  Although second screen is black, and windows can not be moved to it, the 
mouse pointer can. My horizontal panel appears to be stretched over both 
display, with its right half being invisible. However, I /can/ use the 
unvisible Action Button in the right hand corner of the second screen, and 
reboot my PC from there! (The popup window with the action menu appears in the 
right hand corner of my first screen)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Apr 12 22:21:02 2014
  InstallationDate: Installed on 2014-03-26 (17 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
+ CompositorRunning: None
+ CurrentDesktop: XFCE
+ DistUpgraded: Fresh install
+ DistroCodename: trusty
+ DistroRelease: Ubuntu 14.04
+ DistroVariant: ubuntu
+ DkmsStatus:
+  virtualbox, 4.3.10, 3.13.0-23-generic, x86_64: installed
+  virtualbox, 4.3.10, 3.13.0-24-generic, x86_64: installed
+ ExtraDebuggingInterest: Yes
+ GraphicsCard:
+  Intel Corporation 4 Series Chipset Integrated Graphics Controller 
[8086:2e12] (rev 03) (prog-if 00 [VGA controller])
+Subsystem: Dell Device [1028:0420]
+Subsystem: Dell Device [1028:0420]
+ InstallationDate: Installed on 2014-03-26 (40 days ago)
+ InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
+ MachineType: Dell Inc. OptiPlex 780
+ Package: xorg 1:7.7+1ubuntu8
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=c6036a81-c078-41e5-9a69-a824ccf4900b ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
+ Tags:  trusty ubuntu
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev root sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 08/11/2010
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A05
+ dmi.board.name: 03NVJ6
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A01
+ dmi.chassis.type: 15
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd08/11/2010:svnDellInc.:pnOptiPlex780:pvr:rvnDellInc.:rn03NVJ6:rvrA01:cvnDellInc.:ct15:cvr:
+ dmi.product.name: OptiPlex 780
+ dmi.sys.vendor: Dell Inc.
+ version.compiz: compiz N/A
+ version.ia32-libs: ia32-libs N/A
+ version.libdrm2: libdrm2 2.4.52-1
+ version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
+ version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
+ version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
+ version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
+ xserver.bootTime: Tue May  6 10:37:17 2014
+ xserver.configfile: default
+ xserver.errors:
+  
+ xserver.logfile: /var/log/Xorg.0.log
+ xserver.outputs:
+  product id   53303 
+  vendor DEL
+ xserver.version: 2:1.15.1-0ubuntu2

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106242/+files/BootDmesg.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] LightdmDisplayLog.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: LightdmDisplayLog.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106247/+files/LightdmDisplayLog.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] ProcModules.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106256/+files/ProcModules.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] Lsusb.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1307009/+attachment/4106252/+files/Lsusb.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] XorgLogOld.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106260/+files/XorgLogOld.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] ProcInterrupts.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106255/+files/ProcInterrupts.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] xdpyinfo.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106262/+files/xdpyinfo.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] xserver.devices.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: xserver.devices.txt
   
https://bugs.launchpad.net/bugs/1307009/+attachment/4106263/+files/xserver.devices.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] Xrandr.txt

2014-05-06 Thread Wybo Dekker
apport information

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/1307009/+attachment/4106261/+files/Xrandr.txt

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1306905] Re: Action Plugin always ask for confirmation

2014-05-06 Thread Wybo Dekker
works fine now, thanks!

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

Title:
  Action Plugin always ask for confirmation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1306905/+subscriptions

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


[Bug 1301297] Re: whisker suspend does not suspend but logout

2014-05-06 Thread Wybo Dekker
Same here: clean install on another machine, all buttons log out. 
Status is incomplete, but it's unclear what needs to be done?

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

Title:
  whisker suspend does not suspend but logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1301297/+subscriptions

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


[Bug 1306898] Re: xfce4-settings-manager: session and startup: search field inactive

2014-05-06 Thread Wybo Dekker
So what is the function of that search field? 
Why is it not removed, or hidden?

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

Title:
  xfce4-settings-manager: session and startup: search field inactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1306898/+subscriptions

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


[Bug 1316036] [NEW] cron package does not install MTA

2014-05-05 Thread Wybo Dekker
Public bug reported:

I just did a fresh install of trusty and deliberately made a failing
entry in the crontab:

* * * * * mkdir /qwer/qwer

In /var/syslog, this results in:


May  4 16:04:01 dekker CRON[2395]: (root) CMD (mkdir /qwer/qwer)
May  4 16:04:01 dekker CRON[2394]: (CRON) info (No MTA installed, discarding 
output)

When I look in the documentation (https://help.ubuntu.com/14.04
/installation-guide/amd64/ch08s05.html), it says:

   For this reason the packages exim4 and mutt will be installed by
   default (provided you did not unselect the “standard” task during
   the installation). exim4 is a combination MTA/MDA that is relatively
   small but very flexible. By default it will be configured to only
   handle e-mail local to the system itself and e-mails addressed to
   the system administrator (root account) will be delivered to the
   regular user account created during the installation.

Still, mutt and exim4 appear not to be installed, although I did not
exclude or remove any packages.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: cron 3.0pl1-124ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: XFCE
Date: Mon May  5 09:52:04 2014
InstallationDate: Installed on 2014-03-26 (39 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: cron
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  cron package does not install MTA

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

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

[Bug 1312425] [NEW] digikam missing many libraries and other error messages

2014-04-24 Thread Wybo Dekker
Public bug reported:

When I run digikam, I get lots of errors, see the attached file.
Some are possibly there because I use gnome instead of kde?
The many missing libraries are apparently absent in xubuntu-14.04

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: digikam 4:3.5.0-0ubuntu10
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Apr 24 22:34:04 2014
InstallationDate: Installed on 2014-03-26 (29 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: digikam
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 trusty

** Attachment added: digikamerrors
   
https://bugs.launchpad.net/bugs/1312425/+attachment/4095816/+files/digikamerrors

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

Title:
  digikam missing many libraries and other error messages

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

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


[Bug 1306898] [NEW] xfce4-settings-manager: session and startup: search field inactive

2014-04-12 Thread Wybo Dekker
Public bug reported:

in the xfce4-settings-manager, the session and startup-tool has  search field 
in the top rigth corner. It does not work. Nothing can be entered there. It is 
greyed out. When I checked the other tools, I found the same in:
Appearance
Preferred Applications
Desktop
Notifications
Panel
Display
Keyboard
Mouse and Touchpad
Power Manager
Accessibility
That is: all tools that have a button ←All Settings

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xfce4-settings 4.11.2-1ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Apr 12 10:18:30 2014
InstallationDate: Installed on 2014-03-26 (16 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: xfce4-settings
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfce4-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  xfce4-settings-manager: session and startup: search field inactive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1306898/+subscriptions

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

[Bug 1306905] [NEW] action buttons always ask for confirmation

2014-04-12 Thread Wybo Dekker
Public bug reported:

Since today's daily update, the action button confirmation can't be set
off (by unchecking in the configuration)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xfce4-panel 4.11.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Apr 12 11:22:46 2014
InstallationDate: Installed on 2014-03-26 (16 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: xfce4-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfce4-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  action buttons always ask for confirmation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1306905/+subscriptions

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


[Bug 1306908] [NEW] indicator plugin: bluetooth always visible

2014-04-12 Thread Wybo Dekker
Public bug reported:

In the indicator plugin, the bluetooth icon is alway visible, even if
checked hidden.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xfce4-panel 4.11.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Apr 12 11:27:17 2014
InstallationDate: Installed on 2014-03-26 (16 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: xfce4-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfce4-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  indicator plugin: bluetooth always visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1306908/+subscriptions

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


[Bug 1306917] [NEW] light-locker: screen always locked

2014-04-12 Thread Wybo Dekker
Public bug reported:

light-locker always locks my screen, even if I set Automatically lock
the session to Never

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: light-locker-settings 1.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Apr 12 12:13:42 2014
InstallationDate: Installed on 2014-03-26 (16 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
PackageArchitecture: all
SourcePackage: light-locker-settings
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: light-locker-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  light-locker: screen always locked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-locker-settings/+bug/1306917/+subscriptions

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


[Bug 1307009] [NEW] second screen gets disconnectded after suspend

2014-04-12 Thread Wybo Dekker
Public bug reported:

After my PC having been suspended and waked up, my second screen appears to be 
disconnected, and as far as I can see, the only way to get out is a reboot. 
My first screen is VGA1, the second is HDMI1

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Apr 12 22:21:02 2014
InstallationDate: Installed on 2014-03-26 (17 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1307009] Re: second screen gets disconnectded after suspend

2014-04-12 Thread Wybo Dekker
** Description changed:

- After my PC having been suspended and waked up, my second screen appears to 
be disconnected, and as far as I can see, the only way to get out is a reboot. 
- My first screen is VGA1, the second is HDMI1
+ After my PC having been suspended and waked up, my second screen appears to 
be disconnected, and as far as I can see, the only way to get out is a reboot.
+ My first screen is VGA1, the second is HDMI1.
+ Although second screen is black, and windows can not be moved to it, the 
mouse pointer can. My horizontal panel appears to be stretched over both 
display, with its right half being invisible. However, I /can/ use the 
unvisible Action Button in the right hand corner of the second screen, and 
reboot my PC from there!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Apr 12 22:21:02 2014
  InstallationDate: Installed on 2014-03-26 (17 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  After my PC having been suspended and waked up, my second screen appears to 
be disconnected, and as far as I can see, the only way to get out is a reboot.
  My first screen is VGA1, the second is HDMI1.
- Although second screen is black, and windows can not be moved to it, the 
mouse pointer can. My horizontal panel appears to be stretched over both 
display, with its right half being invisible. However, I /can/ use the 
unvisible Action Button in the right hand corner of the second screen, and 
reboot my PC from there!
+ Although second screen is black, and windows can not be moved to it, the 
mouse pointer can. My horizontal panel appears to be stretched over both 
display, with its right half being invisible. However, I /can/ use the 
unvisible Action Button in the right hand corner of the second screen, and 
reboot my PC from there! (The popup window with the action menu appears in the 
right hand corner of my first screen)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Sat Apr 12 22:21:02 2014
  InstallationDate: Installed on 2014-03-26 (17 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  second screen gets disconnectded after suspend

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

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


[Bug 1306463] Re: restart panel message not clear

2014-04-12 Thread Wybo Dekker
** Description changed:

- The configuration window says:
+ The configuration window for the Indicator Plugin says:
  Please restart the panel for visibility changes to take effect.
- It took me a long time to find out how to restart the panel; I simply logged 
out and in again. 
+ It took me a long time to find out how to restart the panel; I simply logged 
out and in again.
  
  Why not make the message:
  Run xfce4-panel -r for visibility changes to take effect.
  Or even better: provide a button for that.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xfce4-panel 4.11.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
  Uname: Linux 3.13.0-23-generic x86_64
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Fri Apr 11 10:32:14 2014
  InstallationDate: Installed on 2014-03-26 (15 days ago)
  InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
  SourcePackage: xfce4-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  restart panel message not clear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1306463/+subscriptions

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


[Bug 1306463] [NEW] restart panel message not clear

2014-04-11 Thread Wybo Dekker
Public bug reported:

The configuration window says:
Please restart the panel for visibility changes to take effect.
It took me a long time to find out how to restart the panel; I simply logged 
out and in again. 

Why not make the message:
Run xfce4-panel -r for visibility changes to take effect.
Or even better: provide a button for that.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xfce4-panel 4.11.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-23.45-generic 3.13.8
Uname: Linux 3.13.0-23-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Apr 11 10:32:14 2014
InstallationDate: Installed on 2014-03-26 (15 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: xfce4-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfce4-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  restart panel message not clear

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1306463/+subscriptions

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


[Bug 1244929] Re: ibus/bus file needs to be owned by both root and user

2014-04-03 Thread Wybo Dekker
Maybe a better advice would be to run synaptic  with

  sudo -i synaptic

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

Title:
  ibus/bus file needs to be owned by both root and user

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

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


[Bug 1301280] [NEW] gnome-language-selector: dragging a language does not work

2014-04-02 Thread Wybo Dekker
Public bug reported:

In 14.04, daily update, when I try to drag a language I get this message
(but only on the first try):

/usr/lib/python3/dist-packages/LanguageSelector/LanguageSelector.py:81: 
UserWarning: No language saved for user 'root'.
  warnings.warn(No language saved for user '%s'. % os.getenv('USER'))

and the drag is unsuccessful. It works fine in 12.04.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: language-selector-gnome 0.126
ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
Uname: Linux 3.13.0-20-generic x86_64
ApportVersion: 2.14-0ubuntu1
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Apr  2 11:36:06 2014
InstallationDate: Installed on 2014-03-26 (6 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
PackageArchitecture: all
SourcePackage: language-selector
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: language-selector (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  gnome-language-selector: dragging a language does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1301280/+subscriptions

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


[Bug 1301297] [NEW] whisker suspend does not suspend but logout

2014-04-02 Thread Wybo Dekker
Public bug reported:

In 14.04 daily update, the whisker menu has a logout/suspend/hibernate/shutdown 
button.
All options of that button result in logout. The suspend and shutdown options 
do not suspend or shutdown, but instead simply log out (the hibernate option is 
grayed out and does not work, why?)

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xfce4-whiskermenu-plugin 1.3.2-1
ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
Uname: Linux 3.13.0-20-generic x86_64
ApportVersion: 2.14-0ubuntu1
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Apr  2 12:09:35 2014
InstallationDate: Installed on 2014-03-26 (6 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: xfce4-whiskermenu-plugin
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfce4-whiskermenu-plugin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  whisker suspend does not suspend but logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-whiskermenu-plugin/+bug/1301297/+subscriptions

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


[Bug 1301299] [NEW] ubuntu-bug generates warning and error

2014-04-02 Thread Wybo Dekker
Public bug reported:

In 14.04, daily update, ubuntu-bug works, but generates a warning and an
error:

$ ubuntu-bug apport

** (apport-gtk:5077): WARNING **: Couldn't connect to accessibility bus:
Failed to connect to socket /tmp/dbus-SSzqbRiGrU: Connection refused

(process:5508): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size 
== 0' failed
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File /usr/lib/python3.4/shutil.py, line 452, in rmtree
orig_st = os.lstat(path)
FileNotFoundError: [Errno 2] No such file or directory: 
'/tmp/launchpadlib.cache.9iubzcxz'

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: apport 2.14-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-20.42-generic 3.13.7
Uname: Linux 3.13.0-20-generic x86_64
ApportVersion: 2.14-0ubuntu1
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Apr  2 12:21:15 2014
InstallationDate: Installed on 2014-03-26 (6 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
PackageArchitecture: all
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  ubuntu-bug generates warning and error

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

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


[Bug 1301297] Re: whisker suspend does not suspend but logout

2014-04-02 Thread Wybo Dekker
** Attachment added: startxfce4.log
   
https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1301297/+attachment/4060467/+files/startxfce4.log

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

Title:
  whisker suspend does not suspend but logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1301297/+subscriptions

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


[Bug 1301297] Re: whisker suspend does not suspend but logout

2014-04-02 Thread Wybo Dekker
** Attachment added: dbus.log
   
https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1301297/+attachment/4060469/+files/dbus.log

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

Title:
  whisker suspend does not suspend but logout

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/1301297/+subscriptions

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


[Bug 1299637] [NEW] bug in window manager shortkey setting

2014-03-29 Thread Wybo Dekker
Public bug reported:

When I change the shortkeys for moving through
workspaces from the default:
 Ctrl+Alt+Left/Right/Up/Down
to:  Ctrl+Left/Right/Up/Down
that works fine. However, after logging out and in again, only Ctrl+Left
works, the others are turned back to the default settings.
Still, the configuration file, xfce4-keyboard-shortcuts.xml, shows no
changes: the behavior does not match the configuration file anymore.

The problem seems to be that some of the original settings:

 property name=lt;Controlgt;lt;Altgt;Left type=string
value=left_workspace_key/
  property name=lt;Primarygt;lt;Altgt;Right type=string
value=right_workspace_key/

are not removed from the conf-file: I could solve the problem by editing
those out.

Solution(?):
The problem is probably in the code under the Reset to
Defaults-button; these are the 8 codelines that it generates (where 4
codelines should be sufficient):

 property name=lt;Controlgt;lt;Altgt;Up type=string
value=up_workspace_key/
  property name=lt;Controlgt;lt;Altgt;Down type=string
value=down_workspace_key/
  property name=lt;Primarygt;lt;Altgt;Left type=string
value=left_workspace_key/
  property name=lt;Primarygt;lt;Altgt;Down type=string
value=down_workspace_key/
  property name=lt;Primarygt;lt;Altgt;Up type=string
value=up_workspace_key/
  property name=lt;Controlgt;lt;Altgt;Left type=string
value=left_workspace_key/
  property name=lt;Primarygt;lt;Altgt;Right type=string
value=right_workspace_key/
  property name=lt;Controlgt;lt;Altgt;Right type=string
value=right_workspace_key/

Finally, the attached script lists the entries in
xfce4-keyboard-shortcuts.xml and, in first three lines, shows an anomaly
in the file, caused by two missing backslashes. Filter the output
through sort -k2 and it shows many entries that occur twice: one
starting with Control, the other starting with Primary.
Hope this helps...

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xfce4-settings 4.11.2-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-19.40-generic 3.13.6
Uname: Linux 3.13.0-19-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: XFCE
Date: Sun Mar 30 00:45:55 2014
InstallationDate: Installed on 2014-03-26 (3 days ago)
InstallationMedia: Xubuntu 14.04 LTS Trusty Tahr - Beta amd64 (20140325.1)
SourcePackage: xfce4-settings
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xfce4-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

** Attachment added: shortkeys
   https://bugs.launchpad.net/bugs/1299637/+attachment/4052204/+files/shortkeys

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

Title:
  bug in window manager shortkey setting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1299637/+subscriptions

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


[Bug 1005668] [NEW] can't install xviewg:i386 in xubuntu-12.04 64-bit

2012-05-28 Thread Wybo Dekker
Public bug reported:

synaptic tells me that the xviewg:i386 package is broken.

** Affects: xview (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/1005668

Title:
  can't install xviewg:i386 in xubuntu-12.04 64-bit

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

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


[Bug 852730] Re: Window decorations disappear after using desktop switcher

2011-10-30 Thread Wybo Dekker
Same here: 
1. disabled Unity Plugin in compiz setting (first time I changed something 
there)
2. enabled it again
3. I was told that it would be incompatible with Left Flip
4. I confirmed disabling Left Flip
5. icons gone

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

Title:
  Window decorations disappear after using desktop switcher

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

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


[Bug 685515] [NEW] ubuntu-10.10-netbook-i386 install fails on MSI U135DX

2010-12-05 Thread Wybo Dekker
Public bug reported:

Binary package hint: ubiquity

Have a new MSI U135DX netbook. 
Tried to install aside of Win7, however, during the resize, there was an error 
message, and I lost Win7.
Then I tried installing ubuntu-10.04-netbook-i386, ubuntu-10.10-netbook-i386, 
ubuntu-10.10-desktop-i386, 
apparently successful every time, but every system got very slow at times and 
finally could not be restarted.
The situation now is that any install crashes halfway. My last trial, reported 
here, I started with noquiet nosplash
and saw this on my screen:
phy0 - rtr800pci_mcu_status: Error - MCU request failed, no response from 
hardware speach-dispatcher disabled; edit /etc/default/speech-dispatcher
Re-tried after setting RUN=yes, but install crashed again.

** Affects: ubiquity (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/685515

Title:
  ubuntu-10.10-netbook-i386 install fails on MSI U135DX

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


[Bug 685515] Re: ubuntu-10.10-netbook-i386 install fails on MSI U135DX

2010-12-05 Thread Wybo Dekker

** Attachment added: varlog.zip
   https://bugs.launchpad.net/bugs/685515/+attachment/1756354/+files/varlog.zip

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

Title:
  ubuntu-10.10-netbook-i386 install fails on MSI U135DX

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


[Bug 685515] Re: ubuntu-10.10-netbook-i386 install fails on MSI U135DX

2010-12-05 Thread Wybo Dekker

** Attachment added: partman
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/685515/+attachment/1756355/+files/partman

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

Title:
  ubuntu-10.10-netbook-i386 install fails on MSI U135DX

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


[Bug 685515] Re: ubuntu-10.10-netbook-i386 install fails on MSI U135DX

2010-12-05 Thread Wybo Dekker

** Attachment added: syslog
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/685515/+attachment/1756356/+files/syslog

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

Title:
  ubuntu-10.10-netbook-i386 install fails on MSI U135DX

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


[Bug 685515] Re: ubuntu-10.10-netbook-i386 install fails on MSI U135DX

2010-12-05 Thread Wybo Dekker

** Attachment added: lspci
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/685515/+attachment/1756357/+files/lspci

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

Title:
  ubuntu-10.10-netbook-i386 install fails on MSI U135DX

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


[Bug 577640] Re: X Server error on login with twinview conf

2010-05-13 Thread Wybo Dekker
I have the same pop-up with twinview 1920x1080 + 1280x1024 monitors,
NVIDIA Quadro 290 with 195.36.24 driver, on Lucid

Everything works fine, /except/ for Thunderbird3, which freezes 10 or 20
times a day

-- 
X Server error on login with twinview conf
https://bugs.launchpad.net/bugs/577640
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 526683] [NEW] package ifupdown is marked upgradable, but can't be upgraded or unmarked

2010-02-23 Thread Wybo Dekker
Public bug reported:

Binary package hint: synaptic

ubuntu 9.10
synaptic 0.62.7ubuntu6

package ifupdown is marked to be upgradable from installed version 
0.6.8ubuntu21 to 0.6.8ubuntu21.1
if I mark for upgrade and apply, I get an error message:

E: /var/cache/apt/archives/ifupdown_0.6.8ubuntu21.1_i386.deb: trying to
overwrite '/etc/init.d/networking', which is also in package netbase 0

if I mark for removal, I'm told that ubuntu-minimal will have to be removed, 
too. 
Looking there I am told that: it is recommended that it not be removed.

ProblemType: Bug
Architecture: i386
Date: Tue Feb 23 22:01:45 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: synaptic 0.62.7ubuntu6
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.57-generic-pae
SourcePackage: synaptic
Uname: Linux 2.6.31-20-generic-pae i686

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


** Tags: apport-bug i386

-- 
package ifupdown is marked upgradable, but can't be upgraded or unmarked
https://bugs.launchpad.net/bugs/526683
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 526683] Re: package ifupdown is marked upgradable, but can't be upgraded or unmarked

2010-02-23 Thread Wybo Dekker

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/39668340/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/39668341/ProcStatus.txt

-- 
package ifupdown is marked upgradable, but can't be upgraded or unmarked
https://bugs.launchpad.net/bugs/526683
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 526088] [NEW] package wine (not installed) failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2010-02-22 Thread Wybo Dekker
Public bug reported:

Binary package hint: wine

Ubuntu 9.10
wine-1.0.1-0ubuntu8

ProblemType: Package
Architecture: i386
Date: Mon Feb 22 23:23:15 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: wine (not installed)
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: wine
Title: package wine (not installed) failed to install/upgrade: subprocess 
dpkg-deb --fsys-tarfile returned error exit status 2
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-package i386

-- 
package wine (not installed) failed to install/upgrade: subprocess dpkg-deb 
--fsys-tarfile returned error exit status 2
https://bugs.launchpad.net/bugs/526088
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 526088] Re: package wine (not installed) failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2010-02-22 Thread Wybo Dekker

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/39563837/AptOrdering.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/39563842/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/39563843/DpkgTerminalLog.gz

-- 
package wine (not installed) failed to install/upgrade: subprocess dpkg-deb 
--fsys-tarfile returned error exit status 2
https://bugs.launchpad.net/bugs/526088
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 526093] [NEW] package libqtcore4 (not installed) failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2010-02-22 Thread Wybo Dekker
Public bug reported:

Binary package hint: libqtcore4

ubuntu 9.10
4.5.3really4.5.2-0ubuntu1

ProblemType: Package
Architecture: i386
Date: Mon Feb 22 23:23:19 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: libqtcore4 (not installed)
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: qt4-x11
Title: package libqtcore4 (not installed) failed to install/upgrade: subprocess 
dpkg-deb --fsys-tarfile returned error exit status 2
Uname: Linux 2.6.31-17-generic i686

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package libqtcore4 (not installed) failed to install/upgrade: subprocess 
dpkg-deb --fsys-tarfile returned error exit status 2
https://bugs.launchpad.net/bugs/526093
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 526093] Re: package libqtcore4 (not installed) failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2010-02-22 Thread Wybo Dekker

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/39563987/AptOrdering.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/39563988/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/39563989/DpkgTerminalLog.gz

-- 
package libqtcore4 (not installed) failed to install/upgrade: subprocess 
dpkg-deb --fsys-tarfile returned error exit status 2
https://bugs.launchpad.net/bugs/526093
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in ubuntu.

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


[Bug 526095] [NEW] package openjdk-6-jre-lib (not installed) failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2010-02-22 Thread Wybo Dekker
Public bug reported:

ubuntu 9.10
6.b16-1.6.1-3ubuntu1

ProblemType: Package
Architecture: i386
Date: Mon Feb 22 23:21:37 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess dpkg-deb --fsys-tarfile returned error exit status 2
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: openjdk-6-jre-lib (not installed)
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: openjdk-6
Title: package openjdk-6-jre-lib (not installed) failed to install/upgrade: 
subprocess dpkg-deb --fsys-tarfile returned error exit status 2
Uname: Linux 2.6.31-17-generic i686

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package openjdk-6-jre-lib (not installed) failed to install/upgrade: subprocess 
dpkg-deb --fsys-tarfile returned error exit status 2
https://bugs.launchpad.net/bugs/526095
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 526095] Re: package openjdk-6-jre-lib (not installed) failed to install/upgrade: subprocess dpkg-deb --fsys-tarfile returned error exit status 2

2010-02-22 Thread Wybo Dekker

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/39564037/AptOrdering.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/39564043/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/39564046/DpkgTerminalLog.gz

-- 
package openjdk-6-jre-lib (not installed) failed to install/upgrade: subprocess 
dpkg-deb --fsys-tarfile returned error exit status 2
https://bugs.launchpad.net/bugs/526095
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 408262] [NEW] rgb.txt missing in /etc/X11

2009-08-03 Thread Wybo Dekker
Public bug reported:

Binary package hint: yelp

xcolorsel and probably other programs need /etc/X11/rgb.txt, which is
missing

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/yelp
NonfreeKernelModules: nvidia
Package: yelp 2.25.1-0ubuntu5
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.28-14-generic x86_64

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


** Tags: amd64 apport-bug

-- 
rgb.txt missing in /etc/X11
https://bugs.launchpad.net/bugs/408262
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 408262] Re: rgb.txt missing in /etc/X11

2009-08-03 Thread Wybo Dekker

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/29819301/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/29819302/ProcStatus.txt

-- 
rgb.txt missing in /etc/X11
https://bugs.launchpad.net/bugs/408262
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 405709] [NEW] space behind email address generates wrong to-address

2009-07-28 Thread Wybo Dekker
Public bug reported:

Binary package hint: thunderbird

when an email address in the address book has a space at the end, and
you select it to generate a new mail message, the part before the @ of
the to-address will be enclosed in ; so for example:

 `t...@site.com '

generates

`test@site.com'

So email addresses should be stripped, or a warning or error should be
generated, either when they are used, or, better, when they are saved
into the address book.

ProblemType: Bug
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: mozilla-thunderbird None [modified: 
/var/lib/dpkg/info/mozilla-thunderbird.list]
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: thunderbird
Uname: Linux 2.6.28-14-generic x86_64
UnreportableReason: This is not a genuine Ubuntu package

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


** Tags: amd64 apport-bug

-- 
space behind email address generates wrong to-address
https://bugs.launchpad.net/bugs/405709
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 385720] [NEW] scanimage does not find Epson Perfection V350 scanner

2009-06-10 Thread Wybo Dekker
Public bug reported:

sane-find-scanner finds my Epson Perfection V350 Photo scanner:

found USB scanner (vendor=0x04b8 [EPSON], product=0x012f [EPSON Scanner]) at 
libusb:001:006
found USB scanner (vendor=0x0c45, product=0x60af) at libusb:001:005

but scanimage -L does not:

No scanners were identified

When I switch to SuSE-11.1 (dual boot) the scanner works fine.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: libsane-extras 1.0.19.11ubuntu2
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: sane-backends-extras
Uname: Linux 2.6.28-13-generic i686

** Affects: sane-backends-extras (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
scanimage does not find Epson Perfection V350 scanner
https://bugs.launchpad.net/bugs/385720
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 385720] Re: scanimage does not find Epson Perfection V350 scanner

2009-06-10 Thread Wybo Dekker

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

-- 
scanimage does not find Epson Perfection V350 scanner
https://bugs.launchpad.net/bugs/385720
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