[Desktop-packages] [Bug 1857787] [NEW] Bluetooth cannot be turned on once turned off

2019-12-28 Thread Orestis Gorgas
Public bug reported:


Given that Bluetooth is disabled, 
And I want to enable the bluetooth,
When I open the Bluetooth tab in Settings
And I press the button,
Then the button background turns green but the handle does not move (State 1- 
Bug 1)

Being at State 1,
When I move to another tab,
And I come back to the "Bluetooth" tab
Then the Bluetooth is enabled and I can choose a bluetooth device.  (State 2)

Being at State 2,
When I disable the Bluetooth
And I start the process from the beginning
Then I cannot re-enable the Bluetooth


Ubuntu version: Ubuntu 19.10

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: gnome-bluetooth 3.34.0-1
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu8.2
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sun Dec 29 01:12:53 2019
InstallationDate: Installed on 2019-06-22 (189 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
SourcePackage: gnome-bluetooth
UpgradeStatus: Upgraded to eoan on 2019-11-01 (57 days ago)

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


** Tags: amd64 apport-bug eoan

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

Title:
  Bluetooth cannot be turned on once turned off

Status in gnome-bluetooth package in Ubuntu:
  New

Bug description:
  
  Given that Bluetooth is disabled, 
  And I want to enable the bluetooth,
  When I open the Bluetooth tab in Settings
  And I press the button,
  Then the button background turns green but the handle does not move (State 1- 
Bug 1)

  Being at State 1,
  When I move to another tab,
  And I come back to the "Bluetooth" tab
  Then the Bluetooth is enabled and I can choose a bluetooth device.  (State 2)

  Being at State 2,
  When I disable the Bluetooth
  And I start the process from the beginning
  Then I cannot re-enable the Bluetooth

  
  Ubuntu version: Ubuntu 19.10

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: gnome-bluetooth 3.34.0-1
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu8.2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec 29 01:12:53 2019
  InstallationDate: Installed on 2019-06-22 (189 days ago)
  InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
  SourcePackage: gnome-bluetooth
  UpgradeStatus: Upgraded to eoan on 2019-11-01 (57 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-bluetooth/+bug/1857787/+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 985065] Re: Can't use fr/oss keyboard layout by default

2013-10-06 Thread Orestis Gorgas
workaround : running ' setxkbmap -option grp:alt_shift_toggle no,ca' after 
login. where no, ca the languages you want to use. You can put the command at 
the end of   .bashrc  file. 
 
From 
:https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/995401

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

Title:
  Can't use fr/oss keyboard layout by default

Status in Release Notes for Ubuntu:
  Fix Released
Status in central project for keyboard configuration:
  Fix Released
Status in “xkeyboard-config” package in Ubuntu:
  Fix Released
Status in “xkeyboard-config” source package in Precise:
  Fix Released

Bug description:
  [Impact]
  The fr(oss) keyboard layout (and a couple others) fail to load, leaving the 
user with a US layout.

  [Development Fix]
  In the upstream bug tracker is a patch from Peter Hutterer which identifies a 
flaw in the ossmath map (which is included in keypad(oss), which is in turn 
pulled in by fr(oss)).  This patch has been included in Quantal.

  [Stable Fix]
  Same patch as in quantal is proposed here.

  [Test Case]
  1. Add the French (alternative) layout as first listed before US.
  2. Reboot
  3. After rebooting, the indicator menu shows French (alternative) selected.
  4. On a US keyboard, tap the 'm' key

  Broken Behavior: 'm' is printed, as per the US keymap
  Fixed Behavior: ',' is printed, as per the fr(oss) keymap

  [Regression Potential]
  The patch has not been committed to the upstream git tree; I usually like to 
see it taken upstream before we take it in ubuntu, but the patch itself seems 
to be good.  Still, I'm hoping we'll see upstream commit the patch before we 
roll this out to -updates.

  ossmath is included in a number of keymaps (although far from all), so
  the impact of a regression would be larger than just users of fr(oss).

  [Original Report]
  This is a break-out bug from bug 960096.  Also ref 
https://bugs.freedesktop.org/show_bug.cgi?id=47671

  When you have fr/oss French (alternative) layout as your first
  layout, you end up with us instead.

  If you enable libxklavier debugging output, you'll see the following
  in your logs:

  Unexpected by libxklavier X ERROR: 0x8351fb8, 163f0005, 2 [], X11
  request: 145, minor code: 9

  xkl_debug(200,
    Unexpected by libxklavier X ERROR: %p, 
    WINID_FORMAT , %d [%s], 
    X11 request: %d, minor code: %d\n, dpy,
    (unsigned long) evt-resourceid,
    (int) evt-error_code, buf,
    (int) evt-request_code, (int) evt-minor_code);

  That 2 in there is the X error code, which means _XkbErrMissingTypes
  for xkbfile extension. I assume 145 is the major op code that got
  assigned for the XKBFile extension. If so, 9 is the X_kbSetMap
  request. Which all fits with an error trying to set the new layout
  map.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xorg 1:7.6+12ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic-pae 3.2.14
  Uname: Linux 3.2.0-23-generic-pae i686
  .tmp.unity.support.test.0:

  ApportVersion: 2.0.1-0ubuntu4
  Architecture: i386
  CheckboxSubmission: 9a284f3f6b4f7829abbe27ad9573a709
  CheckboxSystem: 3935143777c965daaa64b51f0134f712
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Wed Apr 18 12:31:05 2012
  DistUpgraded: 2011-11-05 19:49:52,977 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus: virtualbox, 4.1.12, 3.2.0-23-generic-pae, i686: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 18) (prog-if 00 [VGA controller])
     Subsystem: CLEVO/KAPOK Computer Device [1558:3100]
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110422)
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  MachineType: System76, Inc. Lemur UltraThin
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic-pae 
root=UUID=0e585e80-16f1-404c-80cc-7d9805fcc3b0 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to precise on 2011-11-05 (164 days ago)
  dmi.bios.date: 11/11/2010
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: CALPELLACRB.86C..X.00
  dmi.board.asset.tag: 

[Desktop-packages] [Bug 995401] Re: Ubuntu 12.04: keyboard layout does not change languages

2012-06-13 Thread Orestis Gorgas
you can add the following command at the end  your .bashrc file in your
home directory.

setxkbmap -option grp:alt_shift_toggle us,gr

where you can change us,gr with any languages you want. You can shift
lanugages with alt-shift.

There is no need to run the command with root privileges (sudo).

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

Title:
  Ubuntu 12.04: keyboard layout does not change languages

Status in GNOME Control Center:
  New
Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Probably this problem is reported but the ubuntu-bug system cannot
  trace it.

  I have upgraded to 12.04 from 11.10 which was a clean install. My
  keyboard language-settings (in the login screen as well) were
  norwegian and greek. However when I installed the 12.04 version my
  keyboard-layout was changed to english but the keyboard layout manager
  was showing norwegian.

  On the keyboard-layout settings I put the english(US) layout and I
  removed greek and norwegian. Typed a bit and then put norwegian and
  greek and I removed the english (US) again and chose the Alt-Shift
  combination for changing layouts.  What I get is an unchangable
  english(US) layout.

  Important note: My keyboard is US-keyboard. I mean the hardware.

  P.S. The ubuntu-bug system has a serious bug. When I was looking about
  the bug on Google I could find the launchpad relevant subject. I
  wanted to use the ubuntu-bug system in order to report my system's
  details. Then I could not find the subject again through the launchpad
  search engine and I was forced to report it as a new problem

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May  6 11:20:53 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to precise on 2012-05-05 (0 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/995401/+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 995401] Re: Ubuntu 12.04: keyboard layout does not change languages

2012-06-13 Thread Orestis Gorgas
@seb128:
I think the bug is the same with the bug you are reffering to. I have tried two 
configurations so far:

1) Upgrade from Ubuntu 11.10 where I had two keyboard layouts norwegian (no) 
and greek (gr) and I could add and remove any language.
After the upgrade the US layout was added to the two previous ones and was set 
as default.  The layouts could *not* be changed either with a keybord 
combination or through the option on the top panel. In order to set the 
norwegian as default I had to remove the us and the no layout and add again the 
no. 

2) I did a clean install with Ubuntu 12.04 and I chose during the
installation as default layout the norwegian. Therefore the *only*
layout was the norwegian one and it is actually the norwegian one and
not the US. However I still have the problem that if I add more layouts
through the settings, I cannot select one of the other options either
with a keyboard sortcut or though the top panel.

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

Title:
  Ubuntu 12.04: keyboard layout does not change languages

Status in GNOME Control Center:
  New
Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Probably this problem is reported but the ubuntu-bug system cannot
  trace it.

  I have upgraded to 12.04 from 11.10 which was a clean install. My
  keyboard language-settings (in the login screen as well) were
  norwegian and greek. However when I installed the 12.04 version my
  keyboard-layout was changed to english but the keyboard layout manager
  was showing norwegian.

  On the keyboard-layout settings I put the english(US) layout and I
  removed greek and norwegian. Typed a bit and then put norwegian and
  greek and I removed the english (US) again and chose the Alt-Shift
  combination for changing layouts.  What I get is an unchangable
  english(US) layout.

  Important note: My keyboard is US-keyboard. I mean the hardware.

  P.S. The ubuntu-bug system has a serious bug. When I was looking about
  the bug on Google I could find the launchpad relevant subject. I
  wanted to use the ubuntu-bug system in order to report my system's
  details. Then I could not find the subject again through the launchpad
  search engine and I was forced to report it as a new problem

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May  6 11:20:53 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to precise on 2012-05-05 (0 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/995401/+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 995401] Re: Ubuntu 12.04: keyboard layout does not change languages

2012-05-08 Thread Orestis Gorgas
The whole keyboard layout is quite buggy. Now if I remove norwegian and
keep only the greek lanugage and then put the norwegian  back in  it
works but the indicator on the top shows always the wrong language
(norwegian for greek and greek for norwegian).

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

Title:
  Ubuntu 12.04: keyboard layout does not change languages

Status in “gnome-control-center” package in Ubuntu:
  Confirmed

Bug description:
  Probably this problem is reported but the ubuntu-bug system cannot
  trace it.

  I have upgraded to 12.04 from 11.10 which was a clean install. My
  keyboard language-settings (in the login screen as well) were
  norwegian and greek. However when I installed the 12.04 version my
  keyboard-layout was changed to english but the keyboard layout manager
  was showing norwegian.

  On the keyboard-layout settings I put the english(US) layout and I
  removed greek and norwegian. Typed a bit and then put norwegian and
  greek and I removed the english (US) again and chose the Alt-Shift
  combination for changing layouts.  What I get is an unchangable
  english(US) layout.

  Important note: My keyboard is US-keyboard. I mean the hardware.

  P.S. The ubuntu-bug system has a serious bug. When I was looking about
  the bug on Google I could find the launchpad relevant subject. I
  wanted to use the ubuntu-bug system in order to report my system's
  details. Then I could not find the subject again through the launchpad
  search engine and I was forced to report it as a new problem

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May  6 11:20:53 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to precise on 2012-05-05 (0 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/995401/+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 995401] [NEW] Ubuntu 12.04: keyboard layout does not change languages

2012-05-06 Thread Orestis Gorgas
Public bug reported:

Probably this problem is reported but the ubuntu-bug system cannot trace
it.

I have upgraded to 12.04 from 11.10 which was a clean install. My
keyboard language-settings (in the login screen as well) were norwegian
and greek. However when I installed the 12.04 version my keyboard-layout
was changed to english but the keyboard layout manager was showing
norwegian.

On the keyboard-layout settings I put the english(US) layout and I
removed greek and norwegian. Typed a bit and then put norwegian and
greek and I removed the english (US) again and chose the Alt-Shift
combination for changing layouts.  What I get is an unchangable
english(US) layout.

Important note: My keyboard is US-keyboard. I mean the hardware.

P.S. The ubuntu-bug system has a serious bug. When I was looking about
the bug on Google I could find the launchpad relevant subject. I wanted
to use the ubuntu-bug system in order to report my system's details.
Then I could not find the subject again through the launchpad search
engine and I was forced to report it as a new problem

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Sun May  6 11:20:53 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to precise on 2012-05-05 (0 days ago)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

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


** Tags: amd64 apport-bug precise

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

Title:
  Ubuntu 12.04: keyboard layout does not change languages

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  Probably this problem is reported but the ubuntu-bug system cannot
  trace it.

  I have upgraded to 12.04 from 11.10 which was a clean install. My
  keyboard language-settings (in the login screen as well) were
  norwegian and greek. However when I installed the 12.04 version my
  keyboard-layout was changed to english but the keyboard layout manager
  was showing norwegian.

  On the keyboard-layout settings I put the english(US) layout and I
  removed greek and norwegian. Typed a bit and then put norwegian and
  greek and I removed the english (US) again and chose the Alt-Shift
  combination for changing layouts.  What I get is an unchangable
  english(US) layout.

  Important note: My keyboard is US-keyboard. I mean the hardware.

  P.S. The ubuntu-bug system has a serious bug. When I was looking about
  the bug on Google I could find the launchpad relevant subject. I
  wanted to use the ubuntu-bug system in order to report my system's
  details. Then I could not find the subject again through the launchpad
  search engine and I was forced to report it as a new problem

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May  6 11:20:53 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to precise on 2012-05-05 (0 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/995401/+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 995401] Re: Ubuntu 12.04: keyboard layout does not change languages

2012-05-06 Thread Orestis Gorgas
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/995401

Title:
  Ubuntu 12.04: keyboard layout does not change languages

Status in “gnome-control-center” package in Ubuntu:
  New

Bug description:
  Probably this problem is reported but the ubuntu-bug system cannot
  trace it.

  I have upgraded to 12.04 from 11.10 which was a clean install. My
  keyboard language-settings (in the login screen as well) were
  norwegian and greek. However when I installed the 12.04 version my
  keyboard-layout was changed to english but the keyboard layout manager
  was showing norwegian.

  On the keyboard-layout settings I put the english(US) layout and I
  removed greek and norwegian. Typed a bit and then put norwegian and
  greek and I removed the english (US) again and chose the Alt-Shift
  combination for changing layouts.  What I get is an unchangable
  english(US) layout.

  Important note: My keyboard is US-keyboard. I mean the hardware.

  P.S. The ubuntu-bug system has a serious bug. When I was looking about
  the bug on Google I could find the launchpad relevant subject. I
  wanted to use the ubuntu-bug system in order to report my system's
  details. Then I could not find the subject again through the launchpad
  search engine and I was forced to report it as a new problem

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Sun May  6 11:20:53 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  SourcePackage: gnome-control-center
  UpgradeStatus: Upgraded to precise on 2012-05-05 (0 days ago)
  usr_lib_gnome-control-center:
   activity-log-manager-control-center 0.9.4-0ubuntu3
   gnome-bluetooth 3.2.2-0ubuntu5
   indicator-datetime  0.3.94-0ubuntu2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/995401/+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 782131] Re: firefox crashes when trying to delete history

2011-11-29 Thread Orestis Gorgas
** Description changed:

  Binary package hint: firefox
  
  Ubuntu 11.04 firefox 4. I open firefox press ctrl+shift+delete the
  window appears I choose time range to cleae: everything i press ok and
  it crashes.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri May 13 12:52:59 2011
  FirefoxPackages:
-  firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
-  flashplugin-installer N/A
-  adobe-flashplugin N/A
-  icedtea-plugin N/A
+  firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
+  flashplugin-installer N/A
+  adobe-flashplugin N/A
+  icedtea-plugin N/A
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: firefox (Ubuntu)
   Status: New = Invalid

-- 
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/782131

Title:
  firefox crashes when trying to delete history

Status in “firefox” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: firefox

  Ubuntu 11.04 firefox 4. I open firefox press ctrl+shift+delete the
  window appears I choose time range to cleae: everything i press ok
  and it crashes.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
  ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
  Uname: Linux 2.6.38-9-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri May 13 12:52:59 2011
  FirefoxPackages:
   firefox 4.0.1+build1+nobinonly-0ubuntu0.11.04.2
   flashplugin-installer N/A
   adobe-flashplugin N/A
   icedtea-plugin N/A
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/782131/+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