[Desktop-packages] [Bug 1620980] Re: After updating Chromium its GUI is absurdly large (DPI settings ignored?)

2016-09-07 Thread UBUCATZ
For a quick fix: 
add --force-device-scale-factor=1 to your chromium starter script.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1620980

Title:
  After updating Chromium its GUI is absurdly large (DPI settings
  ignored?)

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Today I updated Chromium. After that update the browser gui is
  absurdly large, like on a 800x600 screen - it seems like it ignores
  DPI settings now. I have DPI set to 144 in my xfce desktop.

  How to change that behavior?

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1620980] [NEW] After updating Chromium its GUI is absurdly large (DPI settings ignored?)

2016-09-07 Thread UBUCATZ
Public bug reported:

Today I updated Chromium. After that update the browser gui is absurdly
large, like on a 800x600 screen - it seems like it ignores DPI settings
now. I have DPI set to 144 in my xfce desktop.

How to change that behavior?

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

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1620980

Title:
  After updating Chromium its GUI is absurdly large (DPI settings
  ignored?)

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Today I updated Chromium. After that update the browser gui is
  absurdly large, like on a 800x600 screen - it seems like it ignores
  DPI settings now. I have DPI set to 144 in my xfce desktop.

  How to change that behavior?

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2015-08-31 Thread UBUCATZ
This problem still exists in trusty.

after suspend / resume an external excrypted harddrive automaint fails
with this error.

How to solve this totally annoying behaviour?

Also I would like to know: how can I make the automount mechanism forget
the password?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

Status in udisks:
  Fix Released
Status in cryptsetup package in Ubuntu:
  Confirmed
Status in gnome-disk-utility package in Ubuntu:
  Invalid
Status in udisks package in Ubuntu:
  Fix Released
Status in cryptsetup source package in Lucid:
  Won't Fix
Status in gnome-disk-utility source package in Lucid:
  Invalid
Status in udisks source package in Lucid:
  Won't Fix
Status in cryptsetup source package in Maverick:
  Won't Fix
Status in gnome-disk-utility source package in Maverick:
  Invalid
Status in udisks source package in Maverick:
  Fix Released
Status in cryptsetup package in Debian:
  Fix Released
Status in udisks package in Fedora:
  Unknown

Bug description:
  Binary package hint: cryptsetup

  When creating an encrypted drive in Palimsest (Disk Utility), the
  application does not lock the disk when finished creating the
  encrypted partition. Failing to lock the drive manually without
  ejecting will give the appearance that the disk is no longer usable
  giving this error. Bringing the key to another computer works because
  the drive is not unlocked (luks mapper point is not already present)
  on that system.

  Steps to reproduce:
  1) Go into palimsest (disk utility) and create an encrypted partition on an 
external disk.
  2) Quit Palimsest
  3) Pull the USB stick
  4) Intert the USB stick

  Result:
  GNOME displays a dialog for the password. Once submitted, the following error 
comes up:
  Error unlocking device: cryptsetup exited with exit code 239: Command failed: 
Device already exists

  This is due to the mapping being Opened when the disk is created, but
  never closed, which creates a conflict.

  Workaround:
  Do the following to resolve the conflict of the existing device i /dev/mapper.
  $ ls -al /dev/mapper
  (Identify the mount point for your drive, "sudo blkid" may help)
  $ sudo cryptsetup luksClose devkit-disks-luks-uuid--uid1000

  What is expected:
  Palimsest (Disk Utility) is expected to  "cryptsetup luksClose" the mapped 
device when finished creating the encrypted partition.

  ProblemType: Bug
  Architecture: i386
  CheckboxSubmission: 19ba8f45e3d3d7bf348103cee5a0eeaa
  CheckboxSystem: 099634613a96bc3665b92c4a813055e8
  Date: Tue Nov 17 15:37:09 2009
  DistroRelease: Ubuntu 9.10
  Package: cryptsetup 2:1.0.6+20090405.svn49-1ubuntu7
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
  SourcePackage: cryptsetup
  Uname: Linux 2.6.31-12-generic i686

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 484429] Re: Plugging in a LUKS device causes the following error: Error unlocking device: cryptsetup exited with exit code 239: Command failed: Device already exists

2015-08-31 Thread UBUCATZ
BTW this error seems to be triggered by the password input mechanism -
when I save the luks password "forever", volume management will always
remount that enrypted device without trouble after resume.

The two other options ("forget immediately" and "forget when log out")
lead to the described problem with cryptsetup failing with a "device
already exists".

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-disk-utility in Ubuntu.
https://bugs.launchpad.net/bugs/484429

Title:
  Plugging in a LUKS device causes the following error: Error unlocking
  device: cryptsetup exited with exit code 239: Command failed: Device
  already exists

Status in udisks:
  Fix Released
Status in cryptsetup package in Ubuntu:
  Confirmed
Status in gnome-disk-utility package in Ubuntu:
  Invalid
Status in udisks package in Ubuntu:
  Fix Released
Status in cryptsetup source package in Lucid:
  Won't Fix
Status in gnome-disk-utility source package in Lucid:
  Invalid
Status in udisks source package in Lucid:
  Won't Fix
Status in cryptsetup source package in Maverick:
  Won't Fix
Status in gnome-disk-utility source package in Maverick:
  Invalid
Status in udisks source package in Maverick:
  Fix Released
Status in cryptsetup package in Debian:
  Fix Released
Status in udisks package in Fedora:
  Unknown

Bug description:
  Binary package hint: cryptsetup

  When creating an encrypted drive in Palimsest (Disk Utility), the
  application does not lock the disk when finished creating the
  encrypted partition. Failing to lock the drive manually without
  ejecting will give the appearance that the disk is no longer usable
  giving this error. Bringing the key to another computer works because
  the drive is not unlocked (luks mapper point is not already present)
  on that system.

  Steps to reproduce:
  1) Go into palimsest (disk utility) and create an encrypted partition on an 
external disk.
  2) Quit Palimsest
  3) Pull the USB stick
  4) Intert the USB stick

  Result:
  GNOME displays a dialog for the password. Once submitted, the following error 
comes up:
  Error unlocking device: cryptsetup exited with exit code 239: Command failed: 
Device already exists

  This is due to the mapping being Opened when the disk is created, but
  never closed, which creates a conflict.

  Workaround:
  Do the following to resolve the conflict of the existing device i /dev/mapper.
  $ ls -al /dev/mapper
  (Identify the mount point for your drive, "sudo blkid" may help)
  $ sudo cryptsetup luksClose devkit-disks-luks-uuid--uid1000

  What is expected:
  Palimsest (Disk Utility) is expected to  "cryptsetup luksClose" the mapped 
device when finished creating the encrypted partition.

  ProblemType: Bug
  Architecture: i386
  CheckboxSubmission: 19ba8f45e3d3d7bf348103cee5a0eeaa
  CheckboxSystem: 099634613a96bc3665b92c4a813055e8
  Date: Tue Nov 17 15:37:09 2009
  DistroRelease: Ubuntu 9.10
  Package: cryptsetup 2:1.0.6+20090405.svn49-1ubuntu7
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-12.41-generic
  SourcePackage: cryptsetup
  Uname: Linux 2.6.31-12-generic i686

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 91389] Re: Please add support for more than one VPN simultaneously

2015-06-02 Thread UBUCATZ
Premier Ubuntu Annoyances Bug, selected for Global Linux Annoyances
Report 2016.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/91389

Title:
  Please add support for more than one VPN simultaneously

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1

affects /ubuntu/network-manager

  I often need to use more than one VPN at the same time (each using a
  different address range though). It'd be nice if network-manager would
  support that situation.
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.6 (GNU/Linux)
  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

  iQCVAwUBRfQLkQy0JeEGD2blAQItkgP/SWjDb/mIMltNpsr6CyY7tQ290sszSPQV
  FSmEir+njA+Eq52nnoqwowAImJeiF2g3VAcHLcfsoaBjcPhqN8o4iT5LoAEtKLeA
  +UE+qoY0zerSkn8tCgJa1U/Zaa80lROpU3pLSCKfbFPisnzybCxjGzkmwLyKRQT/
  KcJBSkHDeZY=
  =PKgd
  -END PGP SIGNATURE-

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1284558] [NEW] SEGFAULT at start: GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

2014-02-25 Thread UBUCATZ
Public bug reported:

This is for 14.04. Since the last glibc update a few days ago I can not
start firefox anymore. I get this error:

(process:3489): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(firefox:3489): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(firefox:3489): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(firefox:3489): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(firefox:3489): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
Segmentation fault (core dumped)

The same goes for thunderbird, but i will post a new bugreport for that.

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


** Tags: 14.04

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1284558

Title:
  SEGFAULT at start: GLib-CRITICAL **: g_slice_set_config: assertion
  'sys_page_size == 0' failed

Status in “firefox” package in Ubuntu:
  New

Bug description:
  This is for 14.04. Since the last glibc update a few days ago I can
  not start firefox anymore. I get this error:

  (process:3489): GLib-CRITICAL **: g_slice_set_config: assertion
  'sys_page_size == 0' failed

  (firefox:3489): GLib-GObject-WARNING **: Attempt to add property
  GnomeProgram::sm-connect after class was initialised

  (firefox:3489): GLib-GObject-WARNING **: Attempt to add property
  GnomeProgram::show-crash-dialog after class was initialised

  (firefox:3489): GLib-GObject-WARNING **: Attempt to add property
  GnomeProgram::display after class was initialised

  (firefox:3489): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
  Segmentation fault (core dumped)

  The same goes for thunderbird, but i will post a new bugreport for
  that.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1160569] Re: [regression] GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed

2014-02-25 Thread UBUCATZ
This problem still exists on Ubuntu 14.04 alpha since the glibc update a
few days ago (somewhere mid february 2014).

(process:3503): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(thunderbird:3503): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(thunderbird:3503): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(thunderbird:3503): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(thunderbird:3503): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
Segmentation fault (core dumped)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “apport” package in Ubuntu:
  Confirmed
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Have a look at the screen-shot for more details.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: firefox 19.0.2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
  Uname: Linux 3.8.0-14-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  BuildID: 20130308124351
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Tue Mar 26 21:48:57 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-03-26 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64+mac (20130326)
  IpRoute:
   default via 10.0.1.1 dev eth0  proto static
   10.0.1.0/24 dev eth0  proto kernel  scope link  src 10.0.1.16  metric 1
   169.254.0.0/16 dev eth0  scope link  metric 1000
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MarkForUpload: True
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Videos) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Videos 3.6.3) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=19.0.2/20130308124351
  RelatedPackageVersions:
   totem-mozilla 3.6.3-0ubuntu4
   rhythmbox-mozilla 2.98-0ubuntu3
  RfKill:

  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1160569]

2014-02-25 Thread UBUCATZ
This problem still exists on the upcoming Ubuntu 14.04

ubucatz@ubuntu:~$ firefox

(process:3489): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(firefox:3489): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(firefox:3489): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(firefox:3489): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(firefox:3489): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
Segmentation fault (core dumped)

ubucatz@ubuntu:~$ thunderbird

(process:3503): GLib-CRITICAL **: g_slice_set_config: assertion
'sys_page_size == 0' failed

(thunderbird:3503): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::sm-connect after class was initialised

(thunderbird:3503): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::show-crash-dialog after class was initialised

(thunderbird:3503): GLib-GObject-WARNING **: Attempt to add property
GnomeProgram::display after class was initialised

(thunderbird:3503): GLib-GObject-WARNING **: Attempt to add property 
GnomeProgram::default-icon after class was initialised
Segmentation fault (core dumped)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1160569

Title:
  [regression] GLib-CRITICAL **: g_slice_set_config: assertion
  `sys_page_size == 0' failed

Status in The Mozilla Firefox Browser:
  Confirmed
Status in “apport” package in Ubuntu:
  Confirmed
Status in “firefox” package in Ubuntu:
  Triaged
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  Have a look at the screen-shot for more details.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: firefox 19.0.2+build1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-14.24-generic 3.8.4
  Uname: Linux 3.8.0-14-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.2-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
  BuildID: 20130308124351
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Channel: Unavailable
  Date: Tue Mar 26 21:48:57 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-03-26 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64+mac (20130326)
  IpRoute:
   default via 10.0.1.1 dev eth0  proto static
   10.0.1.0/24 dev eth0  proto kernel  scope link  src 10.0.1.16  metric 1
   169.254.0.0/16 dev eth0  scope link  metric 1000
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MarkForUpload: True
  Plugins:
   Windows Media Player Plug-in 10 (compatible; Videos) - 
/usr/lib/mozilla/plugins/libtotem-gmp-plugin.so (totem-mozilla)
   VLC Multimedia Plugin (compatible Videos 3.6.3) - 
/usr/lib/mozilla/plugins/libtotem-cone-plugin.so (totem-mozilla)
   DivX® Web Player - /usr/lib/mozilla/plugins/libtotem-mully-plugin.so 
(totem-mozilla)
   QuickTime Plug-in 7.6.6 - 
/usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so (totem-mozilla)
   iTunes Application Detector - 
/usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so 
(rhythmbox-mozilla)
  PrefSources: prefs.js
  Profiles: Profile0 (Default) - LastVersion=19.0.2/20130308124351
  RelatedPackageVersions:
   totem-mozilla 3.6.3-0ubuntu4
   rhythmbox-mozilla 2.98-0ubuntu3
  RfKill:

  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp