[Bug 53901] ntp-server
Public bug reported: A server-install should install ntp-server asdefault and not ntpdate which mainly is for laptops and synchronizes the time only at startup. ** Affects: Ubuntu Importance: Untriaged Status: Unconfirmed -- ntp-server https://launchpad.net/bugs/53901 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2066241] Re: onboard virtual keyboard not install correctly on ubuntu 24.04
This program is especially necessary for disabled people and the problem has not been solved yet ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066241 Title: onboard virtual keyboard not install correctly on ubuntu 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/2066241/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)
This program is especially necessary for disabled people and unfortunately the problem has not been solved yet ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063041 Title: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/2063041/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)
gnome original visual keyboard does not have function key and not working on all programs , for arch there is a patch so I checked on virtual machine arch with gnome classic desktop and onboard worked but for debian distribution , ubuntu 24.04 doesn't work . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063041 Title: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/2063041/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2063041] Re: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04)
Hello Chris , Thank you . It partly works on xorg but "suggestion" don't work yet . -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2063041 Title: crashes immediately on pressing a key with python3.12 (Ubuntu Noble 24.04) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/2063041/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2066241] [NEW] onboard virtual keyboard not install correctly on ubuntu 24.04
Public bug reported: Description:Ubuntu 24.04 LTS Release:24.04 onboard: Installed: 1.4.1-5ubuntu6 Candidate: 1.4.1-5ubuntu6 Version table: *** 1.4.1-5ubuntu6 500 500 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages 100 /var/lib/dpkg/status Setting up onboard (1.4.1-5ubuntu6) ... /usr/lib/python3/dist-packages/Onboard/Appearance.py:924: SyntaxWarning: invalid escape sequence '\w' _key_ids_pattern = re.compile('[\w-]+(?:[.][\w-]+)?', re.UNICODE) /usr/lib/python3/dist-packages/Onboard/Appearance.py:1066: SyntaxWarning: invali d escape sequence '\w' key_ids = [x for x in re.findall('\w+(?:[.][\w-]+)?', text) if x] /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:98: SyntaxWarning: inv alid escape sequence '\(' self._layout_regex = re.compile("([^\(]+) (?: \( ([^\)]*) \) )?", /usr/lib/python3/dist-packages/Onboard/LayoutLoaderSVG.py:447: SyntaxWarning: 's tr' object is not callable; perhaps you missed a comma? raise Exceptions.LayoutFileError("Unrecognized modifier %s in" \ /usr/lib/python3/dist-packages/Onboard/SpellChecker.py:324: SyntaxWarning: inval id escape sequence '\s' SPLITWORDS = re.compile("[^-_\s]+", re.UNICODE|re.DOTALL) /usr/lib/python3/dist-packages/Onboard/TextDomain.py:144: SyntaxWarning: invalid escape sequence '\s' strings = re.split('(\s+)', context) /usr/lib/python3/dist-packages/Onboard/TextDomain.py:161: SyntaxWarning: invalid escape sequence '\s' """ /usr/lib/python3/dist-packages/Onboard/TextDomain.py:291: SyntaxWarning: invalid escape sequence '\s' _growth_sections_pattern = re.compile("[^\s?#@]+", re.DOTALL) /usr/lib/python3/dist-packages/Onboard/TextDomain.py:447: SyntaxWarning: invalid escape sequence '\[' "^In \[[0-9]*\]: ", # ipython /usr/lib/python3/dist-packages/Onboard/TextDomain.py:450: SyntaxWarning: invalid escape sequence '\?' "^\?",# vi reverse search /usr/lib/python3/dist-packages/Onboard/TextDomain.py:451: SyntaxWarning: invalid escape sequence '\$' "\$ ",# generic prompt /usr/lib/python3/dist-packages/Onboard/TextDomain.py:459: SyntaxWarning: invalid escape sequence '\(' "^\(.*\)`.*': ", # bash incremental search /usr/lib/python3/dist-packages/Onboard/TextDomain.py:739: SyntaxWarning: invalid escape sequence '\w' _url_pattern = re.compile("([\w-]+)|(\W+)", re.UNICODE) /usr/lib/python3/dist-packages/Onboard/WordSuggestions.py:1253: SyntaxWarning: i nvalid escape sequence '\S' _section_begin_pattern = re.compile("\S*\s*$") /usr/lib/python3/dist-packages/Onboard/WordSuggestions.py:1254: SyntaxWarning: i nvalid escape sequence '\S' _section_end_pattern = re.compile("\S*(?=\s*)") /usr/lib/python3/dist-packages/Onboard/pypredict/lm_wrapper.py:302: SyntaxWarnin g: invalid escape sequence '\s' """ .*? /usr/lib/python3/dist-packages/Onboard/pypredict/lm_wrapper.py:368: SyntaxWarnin g: invalid escape sequence '\s' tokenize_pattern = """ /usr/lib/python3/dist-packages/Onboard/pypredict/lm_wrapper.py:467: SyntaxWarnin g: invalid escape sequence '\w' if not re.match(""" /usr/lib/python3/dist-packages/Onboard/pypredict/lm_wrapper.py:504: SyntaxWarnin g: invalid escape sequence '\d' result = re.search("ngram (\d+)=\d+", line) /usr/lib/python3/dist-packages/Onboard/pypredict/lm_wrapper.py:624: SyntaxWarnin g: invalid escape sequence '\w' target_word = re.search("^([\w]|[-'])*", prefix_to_end, re.UNICODE).group() /usr/lib/python3/dist-packages/Onboard/utils.py:151: SyntaxWarning: invalid esca pe sequence '\d' """ /usr/lib/python3/dist-packages/Onboard/utils.py:220: SyntaxWarning: invalid esca pe sequence '\s' pattern = re.compile('>\n\s+([^<>\s].*?)\n\s+\g<1>https://bugs.launchpad.net/bugs/2066241 Title: onboard virtual keyboard not install correctly on ubuntu 24.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/2066241/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1427998] [NEW] (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error.
Public bug reported: $ cheese (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 178 error_code 2 request_code 131 minor_code 47) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the GDK_SYNCHRONIZE environment variable to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: cheese 3.4.1-0ubuntu2 ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5 Uname: Linux 3.8.0-29-generic i686 ApportVersion: 2.0.1-0ubuntu17.4 Architecture: i386 Date: Tue Mar 3 22:41:54 2015 InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 (20130820.1) MachineType: innotek GmbH VirtualBox MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash RelatedPackageVersions: cheese3.4.1-0ubuntu2 cheese-common 3.4.1-0ubuntu2 SourcePackage: cheese 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 lsusb: Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub ** Affects: cheese (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 precise running-unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427998 Title: (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1427998/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1427998] Re: (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error.
Hi, My servers are all Ubuntu 12.04 and it's very difficult for me to switch to 14.04. Can you find a solution for the bug I reported for Ubuntu 12.04? Thanks. On Tue, Mar 3, 2015 at 11:10 PM, Cristian Aravena Romero wrote: > Rostam Dinyari: > > You test Ubuntu 14.04.x LTS or Ubuntu 14.10, Ubuntu 12.04.x is very old > for Desktop. > > -> http://www.ubuntu.com/download/desktop > > Thanks for you report. > ~Cristian > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1427998 > > Title: > (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X > Window System error. > > Status in cheese package in Ubuntu: > New > > Bug description: > $ cheese > > (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window > System error. > This probably reflects a bug in the program. > The error was 'BadValue (integer parameter out of range for operation)'. > (Details: serial 178 error_code 2 request_code 131 minor_code 47) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the GDK_SYNCHRONIZE environment > variable to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() > function.) > > ProblemType: Bug > DistroRelease: Ubuntu 12.04 > Package: cheese 3.4.1-0ubuntu2 > ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5 > Uname: Linux 3.8.0-29-generic i686 > ApportVersion: 2.0.1-0ubuntu17.4 > Architecture: i386 > Date: Tue Mar 3 22:41:54 2015 > InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 > (20130820.1) > MachineType: innotek GmbH VirtualBox > MarkForUpload: True > ProcEnviron: >TERM=xterm >PATH=(custom, no user) >LANG=en_US.UTF-8 >SHELL=/bin/bash > RelatedPackageVersions: >cheese3.4.1-0ubuntu2 >cheese-common 3.4.1-0ubuntu2 > SourcePackage: cheese > 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 > lsusb: >Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet >Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1427998/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427998 Title: (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1427998/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1427998] Re: (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error.
Cristian, Problem persists with Ubuntu 14.10. It did NOT solve the problem. Rostam On Tue, Mar 3, 2015 at 11:42 PM, Rostam Dinyari wrote: > Hi, > > My servers are all Ubuntu 12.04 and it's very difficult for me to switch > to 14.04. Can you find a solution for the bug I reported for Ubuntu 12.04? > > Thanks. > > On Tue, Mar 3, 2015 at 11:10 PM, Cristian Aravena Romero < > carav...@gmail.com> wrote: > >> Rostam Dinyari: >> >> You test Ubuntu 14.04.x LTS or Ubuntu 14.10, Ubuntu 12.04.x is very old >> for Desktop. >> >> -> http://www.ubuntu.com/download/desktop >> >> Thanks for you report. >> ~Cristian >> >> -- >> You received this bug notification because you are subscribed to the bug >> report. >> https://bugs.launchpad.net/bugs/1427998 >> >> Title: >> (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X >> Window System error. >> >> Status in cheese package in Ubuntu: >> New >> >> Bug description: >> $ cheese >> >> (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X >> Window System error. >> This probably reflects a bug in the program. >> The error was 'BadValue (integer parameter out of range for operation)'. >> (Details: serial 178 error_code 2 request_code 131 minor_code 47) >> (Note to programmers: normally, X errors are reported asynchronously; >> that is, you will receive the error a while after causing it. >> To debug your program, run it with the GDK_SYNCHRONIZE environment >> variable to change this behavior. You can then get a meaningful >> backtrace from your debugger if you break on the gdk_x_error() >> function.) >> >> ProblemType: Bug >> DistroRelease: Ubuntu 12.04 >> Package: cheese 3.4.1-0ubuntu2 >> ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5 >> Uname: Linux 3.8.0-29-generic i686 >> ApportVersion: 2.0.1-0ubuntu17.4 >> Architecture: i386 >> Date: Tue Mar 3 22:41:54 2015 >> InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 >> (20130820.1) >> MachineType: innotek GmbH VirtualBox >> MarkForUpload: True >> ProcEnviron: >>TERM=xterm >>PATH=(custom, no user) >>LANG=en_US.UTF-8 >>SHELL=/bin/bash >> RelatedPackageVersions: >>cheese3.4.1-0ubuntu2 >>cheese-common 3.4.1-0ubuntu2 >> SourcePackage: cheese >> 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 >> lsusb: >>Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet >>Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub >> >> To manage notifications about this bug go to: >> >> https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1427998/+subscriptions >> > > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427998 Title: (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1427998/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1427998] Re: (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error.
cheese does NOT work. There is a bug: (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 178 error_code 2 request_code 131 minor_code 47) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the GDK_SYNCHRONIZE environment variable to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) On Wed, Mar 4, 2015 at 2:52 AM, Cristian Aravena Romero wrote: > Rostam, > > Work cheese? or not work cheese? > > ~Cristian > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1427998 > > Title: > (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X > Window System error. > > Status in cheese package in Ubuntu: > New > > Bug description: > $ cheese > > (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window > System error. > This probably reflects a bug in the program. > The error was 'BadValue (integer parameter out of range for operation)'. > (Details: serial 178 error_code 2 request_code 131 minor_code 47) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the GDK_SYNCHRONIZE environment > variable to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() > function.) > > ProblemType: Bug > DistroRelease: Ubuntu 12.04 > Package: cheese 3.4.1-0ubuntu2 > ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5 > Uname: Linux 3.8.0-29-generic i686 > ApportVersion: 2.0.1-0ubuntu17.4 > Architecture: i386 > Date: Tue Mar 3 22:41:54 2015 > InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 > (20130820.1) > MachineType: innotek GmbH VirtualBox > MarkForUpload: True > ProcEnviron: >TERM=xterm >PATH=(custom, no user) >LANG=en_US.UTF-8 >SHELL=/bin/bash > RelatedPackageVersions: >cheese3.4.1-0ubuntu2 >cheese-common 3.4.1-0ubuntu2 > SourcePackage: cheese > 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 > lsusb: >Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet >Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1427998/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1427998 Title: (cheese:6205): Gdk-WARNING **: The program 'cheese' received an X Window System error. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1427998/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1428343] [NEW] Cheese doesn't start
Public bug reported: Hi, cheese does not start and gives me this error (cheese:4243): Gdk-WARNING **: The program 'cheese' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 178 error_code 2 request_code 131 minor_code 47) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the GDK_SYNCHRONIZE environment variable to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) What should I do? Thanks. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: cheese 3.4.1-0ubuntu2 ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5 Uname: Linux 3.8.0-29-generic i686 ApportVersion: 2.0.1-0ubuntu17.4 Architecture: i386 Date: Wed Mar 4 13:43:27 2015 InstallationMedia: Ubuntu 12.04.3 LTS "Precise Pangolin" - Release i386 (20130820.1) MachineType: innotek GmbH VirtualBox MarkForUpload: True ProcEnviron: TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash RelatedPackageVersions: cheese3.4.1-0ubuntu2 cheese-common 3.4.1-0ubuntu2 SourcePackage: cheese 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 lsusb: Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub ** Affects: cheese (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 precise running-unity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1428343 Title: Cheese doesn't start To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1428343/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs