[Desktop-packages] [Bug 931811] Re: Trash window too wide

2012-02-14 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = New

** Changed in: nautilus
   Importance: Unknown = Low

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

Title:
  Trash window too wide

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  New

Bug description:
  I deleted a file and opened the trash by clicking on the trash-icon.
  it opens in nautilus as it should but the window is too wide, maybe
  because the buttons are too long? (See screenshot1)

  There is also a GNOME-bug-report:
  https://bugzilla.gnome.org/show_bug.cgi?id=650058 but it hasnt been
  touched in 6 months so I thought I open one here. Maybe it helps.

  It is even worse if I am using the 2-panel-window (F3). See
  screenshot2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/931811/+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 923242] Re: Cannot restore rhythmbox from notification area in gnome-shell after closing window

2012-02-14 Thread Bug Watch Updater
** Changed in: rhythmbox
   Importance: Unknown = Medium

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

Title:
  Cannot restore rhythmbox from notification area in gnome-shell after
  closing window

Status in The Rhythmbox Music Management Application:
  Unknown
Status in “rhythmbox” package in Ubuntu:
  Confirmed

Bug description:
  I'm running Ubuntu 11.10 with gnome-shell.  When I close the rhythmbox
  window, it is still accessible through the notification area (or
  systray, whatever it's called) in the lower-right corner as expected.
  I can still pause and skip to the next or previous track.  However, I
  can't restore the window, whether by right-clicking and selecting
  Open or by left-clicking and clicking on the info box.  I have to
  restart rhythmbox from the Activities menu (it doesn't restart
  playback, just shows the currently running instance).  If I minimize
  instead of closing the window, then restoration works through either
  of the notification area methods.

To manage notifications about this bug go to:
https://bugs.launchpad.net/rhythmbox/+bug/923242/+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 874739] Re: The location bars can't be used on the right side of a splitted view

2012-02-14 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Confirmed = Fix Released

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

Title:
  The location bars can't be used on the right side of a splitted view

Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  When working with extra panel a click on location bar of unfocused  panel 
doesn't change the focus to that panel as occurred on gnome 2.3X.
  It is boring, making necessary a click on the panel content before to change 
the folder on location bar.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/874739/+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 931915] [NEW] more ip addresses on single card

2012-02-14 Thread svecpetr
Public bug reported:

when you need to listen your computer on more ip (static) addresses

you must do that

sudo apt-get purge network-manager network-manager-gnome
gksu gedit /etc/network/interfaces and change contento to:

auto lo 
iface lo inet loopback 

auto eth0 
iface eth0 inet static 
address 192.168.2.5 
netmask 255.255.255.0 
broadcast 192.168.2.255 
gateway 192.168.2.1 

auto eth0:1 
iface eth0:1 inet static 
address 192.168.2.6 
netmask 255.255.255.0 
broadcast 192.168.2.255 
gateway 192.168.2.1 

sudo /etc/init.d/networking restart
ifconfig

 (that's works on ubuntu 11.04 and previos versions)
but at ubuntu 11.10 and 12.04 it works with error

at every boot computer writtes Waiting 60 second to network settings

and after 2 minutes computer boots well (with both IP addresses)

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager (not installed)
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Tue Feb 14 09:07:39 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  more ip addresses on single card

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  when you need to listen your computer on more ip (static) addresses

  you must do that

  sudo apt-get purge network-manager network-manager-gnome
  gksu gedit /etc/network/interfaces and change contento to:

  auto lo 
  iface lo inet loopback 

  auto eth0 
  iface eth0 inet static 
address 192.168.2.5 
netmask 255.255.255.0 
broadcast 192.168.2.255 
gateway 192.168.2.1 

  auto eth0:1 
  iface eth0:1 inet static 
address 192.168.2.6 
netmask 255.255.255.0 
broadcast 192.168.2.255 
gateway 192.168.2.1 

  sudo /etc/init.d/networking restart
  ifconfig

   (that's works on ubuntu 11.04 and previos versions)
  but at ubuntu 11.10 and 12.04 it works with error

  at every boot computer writtes Waiting 60 second to network settings

  and after 2 minutes computer boots well (with both IP addresses)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Feb 14 09:07:39 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/931915/+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 931915] Re: more ip addresses on single card

2012-02-14 Thread svecpetr
-- 
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/931915

Title:
  more ip addresses on single card

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  when you need to listen your computer on more ip (static) addresses

  you must do that

  sudo apt-get purge network-manager network-manager-gnome
  gksu gedit /etc/network/interfaces and change contento to:

  auto lo 
  iface lo inet loopback 

  auto eth0 
  iface eth0 inet static 
address 192.168.2.5 
netmask 255.255.255.0 
broadcast 192.168.2.255 
gateway 192.168.2.1 

  auto eth0:1 
  iface eth0:1 inet static 
address 192.168.2.6 
netmask 255.255.255.0 
broadcast 192.168.2.255 
gateway 192.168.2.1 

  sudo /etc/init.d/networking restart
  ifconfig

   (that's works on ubuntu 11.04 and previos versions)
  but at ubuntu 11.10 and 12.04 it works with error

  at every boot computer writtes Waiting 60 second to network settings

  and after 2 minutes computer boots well (with both IP addresses)

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: network-manager (not installed)
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Tue Feb 14 09:07:39 2012
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/931915/+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 226819] Re: Find does not find for me. Gives 0 results for all searches.

2012-02-14 Thread Bug Watch Updater
** Changed in: evince
   Status: Unknown = New

** Changed in: evince
   Importance: Unknown = Wishlist

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

Title:
  Find does not find for me. Gives 0 results for all searches.

Status in Evince document viewer:
  New
Status in “evince” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: evince

  The find bar appears when I press ctrl+f, but when I type in a word it
  gives 0 results even though the word is in the pdf.

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/226819/+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 931923] Re: nm-applet crashed with SIGABRT in raise()

2012-02-14 Thread Apport retracing service
*** This bug is a duplicate of bug 908380 ***
https://bugs.launchpad.net/bugs/908380

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #908380, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/931923/+attachment/2737739/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737741/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737750/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737751/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737752/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737753/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931923/+attachment/2737754/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 908380
   nm-applet crashed with SIGABRT in g_assertion_message()

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  nm-applet crashed with SIGABRT in raise()

Status in “network-manager-applet” package in Ubuntu:
  New

Bug description:
  ever crashes when selecting a ssid

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: network-manager-gnome 0.9.2.0+git.20120126t000800.5151959-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  CrashCounter: 1
  Date: Tue Feb 14 09:23:46 2012
  ExecutablePath: /usr/bin/nm-applet
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  IpRoute:
   default via 192.168.178.1 dev eth1  proto static 
   169.254.0.0/16 dev eth1  scope link  metric 1000 
   192.168.178.0/24 dev eth1  proto kernel  scope link  src 192.168.178.26  
metric 2
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcCmdline: nm-applet
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Signal: 6
  SourcePackage: network-manager-applet
  StacktraceTop:
   raise () from /lib/i386-linux-gnu/libc.so.6
   abort () from /lib/i386-linux-gnu/libc.so.6
   g_assertion_message () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/i386-linux-gnu/libglib-2.0.so.0
   nm_utils_security_valid () from /usr/lib/libnm-util.so.2
  Title: nm-applet crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to precise on 2012-02-05 (8 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare vboxusers
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth1   802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.3.0connected   enabled   enabled 
enabledenabled disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-applet/+bug/931923/+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 822063] Re: Nautilus two pane view, unfocused pane can't be accessed by mouse click

2012-02-14 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Invalid

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

Title:
  Nautilus two pane view, unfocused pane can't be accessed by mouse
  click

Status in Nautilus:
  Invalid
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  Nautilus with enabled location bar (Ctrl+L), two pane view (F3) and side pane 
with tree view.
  The unfocused location bar doesn't allow to be clicked on in order to change 
focus of panes or to edit for example the path.
  This is possible in Natty.
  Acknowledged that switching panes can also be done by F6, the mouse option 
should remain available as an obvious access-tool, the shortcut isn't 
documented prominently.

  Use case.
  If the two panes are full with folders and files, there is no empty area to 
click on.
  The remaining choices to switch between the two panes are then only shortcuts 
or location bar.
  Question #166541

  Expected.
  Allow unfocused location bar to be accessible again with mouse click.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.1.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
  Uname: Linux 3.0.0-7-generic x86_64
  Architecture: amd64
  Date: Sat Aug  6 21:09:30 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110423)
  ProcEnviron:
   LANG=C
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-08-01 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/822063/+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 682788] Re: Global menu is not ergonomical on large screens

2012-02-14 Thread TomasHnyk
Jack: that is bug 783240 . I hope someone has a look at it.

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

Title:
  Global menu is not ergonomical on large screens

Status in Ayatana Design:
  Fix Committed
Status in Compiz Core:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress
Status in Baltix GNU/Linux:
  Confirmed

Bug description:
  Global menu in general (not only in Unity) is very unergonomic on
  large screens (see the attached screenshot) because if you have a
  small window somewhere near the low right corner you have to move the
  cursor all the way up to to panel to reach the menu. I understand why
  the global menu was used for the netbook edition (it saves space and
  most windows are maximized), but since Unity is intended to be for the
  desktop edition there should be an option to switch to the traditional
  position of the app menu. It would be welcomed by many desktop users.

  A commonly suggested solution is:
   [ ] Global Menu on
   [ ] Global Menu off
   [ ] Global Menu only for maximized windows
  The default is usually suggested as either the first (on) or last (on only 
for maximized windows).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/682788/+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 893483] Re: emphaty connects to msn but does not show onlineoffline accounts

2012-02-14 Thread Nicolas Schirrer
I seem to be having the same issue, with empathy 3.3.5, for a week now : msn 
account connects properly but I don't see any connected contacts and I don't 
appear online. 
Please find attached the debug menu for empathy. 

** Attachment added: mission-control-14-02-12_09-43-31.log
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/893483/+attachment/2737816/+files/mission-control-14-02-12_09-43-31.log

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

Title:
  emphaty connects to msn but does not show onlineoffline accounts

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  i have facebook and gmail accounts as well and i can see online people
  except msn ones

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Nov 22 10:29:39 2011
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha i386 (20110721)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors:
   (jupiter:1745): Gdk-CRITICAL **: 
IA__gdk_window_thaw_toplevel_updates_libgtk_only: assertion 
`private-update_and_descendants_freeze_count  0' failed
   (empathy-accounts:2532): Gtk-WARNING **: Overriding tab label for notebook

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/893483/+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 847001] Re: Adjusting display brightness is very slow on Dell E5410 with Natty.

2012-02-14 Thread Sparhawk
I have this too, with Ubuntu 11.10 on a Dell XPS 17 L702X. I'm running 
Bumblebee for the graphics driver.
What is *very* odd is that the brightness keys are very slow if I use the 
internal keyboard, but they work immediately if I use my external keyboard (a 
wired Apple aluminium keyboard).

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

Title:
  Adjusting display brightness is very slow on Dell E5410 with Natty.

Status in “gnome-power-manager” package in Ubuntu:
  Confirmed

Bug description:
  Changing the brightness via FN key combination or via the brightness applet 
is very slow.
  the CPUs don't seem to go to 100%, but the adjustment process seems 
relatively slow.
  The mouse cursor is also sluggish.
  Reinstalled the OS twice, but not because of this issue and the problem seems 
to persist.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: gnome-power-manager 2.32.0-2ubuntu2.1
  ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  Architecture: amd64
  Date: Sun Sep 11 15:29:02 2011
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GnomeSessionSuspendInhibited: No
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
  MachineType: Dell Inc. Latitude E5410
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic 
root=UUID=0dfaacc9-c19d-425b-963d-dabb87ae18bc ro quiet splash vt.handoff=7
  SourcePackage: gnome-power-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/28/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 05C67D
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd01/28/2011:svnDellInc.:pnLatitudeE5410:pvr0001:rvnDellInc.:rn05C67D:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E5410
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/847001/+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 924857] Re: I try to see the list of msn contacts, apparently connected but not shown.

2012-02-14 Thread Nicolas Schirrer
Probably a duplicate of bug #893483

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

Title:
  I try to see the list of msn contacts, apparently connected but not
  shown.

Status in “empathy” package in Ubuntu:
  Incomplete

Bug description:
  On January 31, 2012 Empathy worked perfectly, but today February 1,
  shows that it connects but does not show the contact list msn, or
  yahoo. Thank you very much for your attention.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Wed Feb  1 07:21:25 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  SourcePackage: empathy
  UpgradeStatus: No upgrade log present (probably fresh install)
  XsessionErrors: (gwibber-service:2759): libindicate-WARNING **: Menu being 
changed when the indicator is visible.  Listeners will NOT be notified of this 
change.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/924857/+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 929028] Re: gnome-terminal window stops repainting

2012-02-14 Thread Rick Spencer
this sounds xorgish to me, assigning to desktop team to see if they can
take a look

** Changed in: gnome-terminal (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  gnome-terminal window stops repainting

Status in “gnome-terminal” package in Ubuntu:
  New

Bug description:
  I don't have a reliable test case for this.

  I spend the majority of my time in a gnome-terminal SSH'ing into a VM.
  I run byobu on the VM and switch between Screen windows very
  frequently. Often, I'll switch Screen windows and the gnome-terminal
  window will not repaint. A few seconds later, part of the byobu status
  bar will repaint such that the top two or three pixels of the
  highlighted window name will become apparent. Sometimes I have to
  switch back and forth several times to get the gnome-terminal window
  to repaint.

  On other occasions, just the leftmost part of the window fails to
  repaint - the area seems to correspond with the part of the screen
  where the Unity Launcher would appear.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.2.1-2ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3
  Uname: Linux 3.2.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CheckboxSubmission: dd3689fa6394f60ec14dbe98d0bab891
  CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
  Date: Wed Feb  8 18:09:20 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to precise on 2012-01-13 (26 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/929028/+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 931802] Re: /usr/bin/rsvg disappeared

2012-02-14 Thread Robert Roth
** Changed in: librsvg (Ubuntu)
   Status: New = Confirmed

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

Title:
  /usr/bin/rsvg disappeared

Status in “librsvg” package in Ubuntu:
  Confirmed

Bug description:
  Recently /usr/bin/rsvg got dropped from librsvg2-bin. It breaks at
  least one package, auto-multiple-choice, which build-depends on
  librsvg2-bin and uses rsvg during build.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/931802/+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 929403] Re: Wireless login ignores its stored password

2012-02-14 Thread Rick Spencer
** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  Wireless login ignores its stored password

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  On the Precise beta, every time I log in, the wireless login prompt
  appears, asking me to log into our password-protected wifi network.

  This is similar to what you get when you lose wifi signal, *except*
  that now the password entry box is empty, not pre-filled with the
  stored password.

  This could be related to warnings I've been getting from e.g. apt-get
  about not having a keyring socket to connect to.  I would reproduce
  the exact message, except I don't seem to be getting it now.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/929403/+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 908508]

2012-02-14 Thread Landry-openbsd
Created attachment 596748
Use YARR interpreter instead of PCRE on platforms where YARR JIT is not 
supported (m-c patch)

Same patch, updated. Build results in a few hours (if anything else
didn't broke on exotic archs..) in
http://buildbot.rhaalovely.net/builders/mozilla-central-macppc/builds/54

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  Fix Released

Bug description:
  Debian has the fix, so I'll add it to the branch and it should work
  with the next upload.

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

2012-02-14 Thread Landry-openbsd
Created attachment 596771
Use YARR interpreter instead of PCRE on platforms where YARR JIT is not 
supported (m-c patch)

Grr mishmashed patch.. here's a correct one that at least should build js/.
Results in 
http://buildbot.rhaalovely.net/builders/mozilla-central-macppc/builds/55

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  Fix Released

Bug description:
  Debian has the fix, so I'll add it to the branch and it should work
  with the next upload.

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

2012-02-14 Thread Landry-openbsd
Comment on attachment 594798
Use YARR interpreter instead of PCRE on platforms where YARR JIT is not 
supported (m-c patch)

Doesn't apply anymore since landing of bug #724748, since code was
shuffled a bit. I'll try to come up with a new patch. Sigh. Can someone
care a bit about that issue so that we get something commited, instead
of chasing a moving target ?

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

Title:
  Firefox/Thunderbird 10 FTBFS on powerpc in js/src/yarr/pcre

Status in The Mozilla Firefox Browser:
  In Progress
Status in “firefox” package in Ubuntu:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  Fix Released

Bug description:
  Debian has the fix, so I'll add it to the branch and it should work
  with the next upload.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/908508/+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 927454] Re: banshee claims to be installing mp3 related packages, never does.

2012-02-14 Thread Rick Spencer
Banshee is no longer the default player, and I presume that there are
workarounds to this, such as installing codecs from the software center.
In the meantime, assigning the dektop team in case RAOF or someone wants
to take a look.

** Changed in: banshee (Ubuntu)
   Importance: Undecided = Medium

** Changed in: banshee (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  banshee claims to be installing mp3 related packages, never does.

Status in “banshee” package in Ubuntu:
  New

Bug description:
  fresh install of 11.10; upgraded to precise.
  Go to play mp3 encoded stream;
  pop up you need to install some mp3 related packages
  that starts and silently exits, no packages installed.

  Click on the UbuntuOne section in banshee
  get a you need mp3 stuff message
  OK, please do that
  again, nothing happens.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/927454/+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 929028] Re: gnome-terminal window stops repainting

2012-02-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-terminal (Ubuntu)
   Status: New = Confirmed

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

Title:
  gnome-terminal window stops repainting

Status in “gnome-terminal” package in Ubuntu:
  Confirmed

Bug description:
  I don't have a reliable test case for this.

  I spend the majority of my time in a gnome-terminal SSH'ing into a VM.
  I run byobu on the VM and switch between Screen windows very
  frequently. Often, I'll switch Screen windows and the gnome-terminal
  window will not repaint. A few seconds later, part of the byobu status
  bar will repaint such that the top two or three pixels of the
  highlighted window name will become apparent. Sometimes I have to
  switch back and forth several times to get the gnome-terminal window
  to repaint.

  On other occasions, just the leftmost part of the window fails to
  repaint - the area seems to correspond with the part of the screen
  where the Unity Launcher would appear.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-terminal 3.2.1-2ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3
  Uname: Linux 3.2.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CheckboxSubmission: dd3689fa6394f60ec14dbe98d0bab891
  CheckboxSystem: b633b4f40868d491c2ae5b50030ce6f3
  Date: Wed Feb  8 18:09:20 2012
  EcryptfsInUse: Yes
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.1)
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to precise on 2012-01-13 (26 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/929028/+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 927475] Re: Bold Arabic characters are displayed as hollow rectangles

2012-02-14 Thread Christopher M. Penalver
** Tags added: i386 oneiric regression-update

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

Title:
  Bold Arabic characters are displayed as hollow rectangles

Status in “libreoffice” package in Ubuntu:
  Fix Released

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2)  apt-cache policy libreoffice-writer
  libreoffice-writer:
    Installed: 1:3.4.4-0ubuntu1
    Candidate: 1:3.4.4-0ubuntu1
    Version table:
   *** 1:3.4.4-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  3) What is expected to happen in LibreOffice Writer via the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/927475/+attachment/2719337/+files
  /bold-arabic.odt  lowriter -nologo bold-arabic.odt

  is the bold Arabic characters are displayed properly.

  What happens instead is they are shown as hollow rectangles. This
  occurs in Writer, Calc, as well as Impress.

  Original Reporter Comments: Bold Arabic characters are displayed
  correctly in Ubuntu 10.10, openoffice.org 1:3.2.1-7ubuntu1.1. I am not
  sure what the situation is in Ubuntu 11.04.

  STABLE UPDATE JUSTIFICATION

  [Impact] This is a significant bug as it makes working with any ODF
  document containing bold Arabic text impossible in LibreOffice.
  Obviously, bold text is fairly common in documents in general.

  [Development Fix] Christopher M. Penalver indicates this bug is fixed
  in LibreOffice under Precise Pangolin (libreoffice-writer
  1:3.5.0~beta2-2ubuntu4).

  [Stable Fix] A stable update if feasible.

  [Test Case] cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/927475/+attachment/2719337/+files
  /bold-arabic.odt  lowriter -nologo bold-arabic.odt

  [Regression Potential] Not being much involved in LibreOffice
  development, I find myself unable to discuss the potential for
  regression with an SRU to fix this bug. I apologize for the
  incompleteness.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/927475/+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 844799] Re: you're using it right now has Ascii apostrophe

2012-02-14 Thread Launchpad Bug Tracker
** Branch linked: lp:software-center

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

Title:
  you're using it right now has Ascii apostrophe

Status in “software-center” package in Ubuntu:
  In Progress

Bug description:
  software-center trunk r2275

  1. Go to http://apt.ubuntu.com/p/software-center

  What you see: Installed (you're using it right now)
  What you should see: Installed (you’re using it right now)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/844799/+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 737697] Re: Ensure compatiblity with launchpadlib 1.9.7

2012-02-14 Thread Launchpad Bug Tracker
** Branch linked: lp:software-center

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

Title:
  Ensure compatiblity with launchpadlib 1.9.7

Status in “software-center” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: software-center

  This bug is to track any changes that need to be made to this package
  to make it compatible with launchpadlib 1.9.7, the version of
  launchpadlib currently in Natty. Forgive the formal tone; I'm filing a
  lot of these bugs at once.

  In late February, I performed an audit of this project's code and
  spoke on IRC with the project maintainer, so this should not be a huge
  surprise. If Natty already contains a compatible version of your
  package, just mark this bug Fix Released.

  If you have any questions, feel free to respond in this bug. For a
  guide to the changes in Natty's launchpadlib, see this mailing list
  message:

  https://lists.launchpad.net/launchpad-users/msg06239.html

  My audit turned up serious problems in the part of software-center
  that uses launchpadlib, but in IRC conversation mvo said that this was
  not a serious issue because that part of the application is hidden by
  default due to the lack of a good UI. The good news is that with the
  new version of launchpadlib, you should no longer need your own UI for
  getting a user's Launchpad credentials. It should be fairly
  straightforward to fix software-center so that the bits of the code
  that use launchpad can be enabled by default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/737697/+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 484855] Re: Can't open files on WebDAV share

2012-02-14 Thread Mario Moder
This bug still exists in Ubuntu 11.10 (LibreOffice 3.4.4) and I can
reproduce it reliably with the authors original description.

My guess: It is a LibreOffice - GVFS/GIO integration bug but where
should it be reported? Gnome? Ubuntu? LibreOffice? OpenOffice??

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

Title:
  Can't open files on WebDAV share

Status in The OpenOffice.org Suite:
  New
Status in “libreoffice” package in Ubuntu:
  Incomplete
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  I have a home server running Ubuntu 8.04 (Hardy) that shares a folder
  using WebDAV. I can navigate the folder using Nautilus on a client
  laptop running 9.10 (Karmic) and open any file by double-clicking on
  them, except for OpenOffice files, in which case I get an error
  message (see attached screenshot). I also tried from the File - Open
  menu item in OO.o with identical results: same error message.

  Steps to reproduce #1 - via Nautilus
  - Create a shared directory on a server, share it through WebDAV
  - Connect to the shared directory using a client machine and add that share 
to the Nautilus bookmarks
  - Open the shared drive through Nautilus
  - Navigate to a directory
  - Double-click on a non-OO.o file (e.g. a PDF or JPG file)
  - The file opens normally
  - Double click on an OO.o file (e.g. a .ods OpenOffice Calc or .odt 
OpenOffice Writer file)

  Steps to reproduce #2 - via File - Open
  - Create a shared directory on a server, share it through WebDAV
  - Connect to the shared directory using a client machine and add that share 
to the Nautilus bookmarks
  - Start OpenOffice
  - Select File - Open
  - Navigate to a directory
  - Select an OO.o file to open (e.g. a .ods OpenOffice Calc or .odt OpenOffice 
Writer file)

  Expected behaviour
  - The selected OO.o file opens in the relevant OO.o application

  Actual behaviour
  - An error dialogue with the message: General input/output error while 
accessing /home/user/.gvfs/WebDAV on host/file.ods (see attached screenshot)

  ProblemType: Bug
  Architecture: i386
  Date: Wed Nov 18 15:38:39 2009
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: openoffice.org-core 1:3.1.1-5ubuntu1
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: openoffice.org
  Uname: Linux 2.6.31-14-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/484855/+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 931952] Re: gnome-control-center crashed with SIGSEGV in gtk_tree_model_get_valist()

2012-02-14 Thread Apport retracing service
*** This bug is a duplicate of bug 930133 ***
https://bugs.launchpad.net/bugs/930133

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #930133, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/931952/+attachment/2737932/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931952/+attachment/2737934/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931952/+attachment/2737936/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931952/+attachment/2737937/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931952/+attachment/2737938/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931952/+attachment/2737939/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931952/+attachment/2737940/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 930133

** Visibility changed to: Public

** Tags removed: need-i386-retrace

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

Title:
  gnome-control-center crashed with SIGSEGV in
  gtk_tree_model_get_valist()

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

Bug description:
  Tried to launch the sound menu and got this. The sound menu doesn't
  start since the last update that, as I read somewhere, changed it.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.2.2-2ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic-pae 3.2.5
  Uname: Linux 3.2.0-15-generic-pae i686
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  CrashCounter: 1
  Date: Tue Feb 14 07:15:14 2012
  DuplicateOf: https://bugs.launchpad.net/bugs/930133
  ExecutablePath: /usr/bin/gnome-control-center
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120204)
  ProcCmdline: gnome-control-center sound-nua
  SegvAnalysis:
   Segfault happened at: 0xb74d051c gtk_tree_model_get_valist+332:mov
0x18(%eax),%ebp
   PC (0xb74d051c) ok
   source 0x18(%eax) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %ebp ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-control-center
  StacktraceTop:
   gtk_tree_model_get_valist () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   gtk_tree_model_get () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/control-center-1/panels/libsoundnua.so
   g_cclosure_marshal_VOID(unsigned int0_t) () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
   g_closure_invoke () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
  Title: gnome-control-center crashed with SIGSEGV in 
gtk_tree_model_get_valist()
  UpgradeStatus: Upgraded to precise on 2012-02-13 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  usr_lib_gnome-control-center:
   deja-dup   21.2-0ubuntu4
   gnome-bluetooth3.2.2-0ubuntu1
   indicator-datetime 0.3.1-0ubuntu5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/931952/+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 927475] Re: Bold Arabic characters are displayed as hollow rectangles

2012-02-14 Thread Christopher M. Penalver
** Tags added: testcase

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

Title:
  Bold Arabic characters are displayed as hollow rectangles

Status in “libreoffice” package in Ubuntu:
  Fix Released

Bug description:
  1) lsb_release -rd
  Description:  Ubuntu 11.10
  Release:  11.10

  2)  apt-cache policy libreoffice-writer
  libreoffice-writer:
    Installed: 1:3.4.4-0ubuntu1
    Candidate: 1:3.4.4-0ubuntu1
    Version table:
   *** 1:3.4.4-0ubuntu1 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1:3.4.3-3ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages

  3) What is expected to happen in LibreOffice Writer via the Terminal:

  cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/927475/+attachment/2719337/+files
  /bold-arabic.odt  lowriter -nologo bold-arabic.odt

  is the bold Arabic characters are displayed properly.

  What happens instead is they are shown as hollow rectangles. This
  occurs in Writer, Calc, as well as Impress.

  Original Reporter Comments: Bold Arabic characters are displayed
  correctly in Ubuntu 10.10, openoffice.org 1:3.2.1-7ubuntu1.1. I am not
  sure what the situation is in Ubuntu 11.04.

  STABLE UPDATE JUSTIFICATION

  [Impact] This is a significant bug as it makes working with any ODF
  document containing bold Arabic text impossible in LibreOffice.
  Obviously, bold text is fairly common in documents in general.

  [Development Fix] Christopher M. Penalver indicates this bug is fixed
  in LibreOffice under Precise Pangolin (libreoffice-writer
  1:3.5.0~beta2-2ubuntu4).

  [Stable Fix] A stable update if feasible.

  [Test Case] cd ~/Desktop  wget
  
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/927475/+attachment/2719337/+files
  /bold-arabic.odt  lowriter -nologo bold-arabic.odt

  [Regression Potential] Not being much involved in LibreOffice
  development, I find myself unable to discuss the potential for
  regression with an SRU to fix this bug. I apologize for the
  incompleteness.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/927475/+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 893851] Re: Brightness adjustment gauge in gnome-control-center screen not responding to brightness hot-keys

2012-02-14 Thread Anthony Wong
Filed at https://bugzilla.gnome.org/show_bug.cgi?id=670043

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

** Changed in: oem-priority
   Status: Incomplete = Confirmed

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

Title:
  Brightness adjustment gauge in gnome-control-center screen not
  responding to brightness hot-keys

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

Bug description:
  For systems equipped with hot keys to adjust screen brightness, the
  brightness gauge in gnome-control-center screen is not responding to
  brightness hot-key actions.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/893851/+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 931963] Re: File upload dialog does not fit netbook screen when Unity's Accessibility font size is set to Large

2012-02-14 Thread Silas S. Brown
** Attachment added: Screenshot of file dialog not fitting on screen
   
https://bugs.launchpad.net/bugs/931963/+attachment/2738001/+files/screenshot1.png

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

Title:
  File upload dialog does not fit netbook screen when Unity's
  Accessibility font size is set to Large

Status in “firefox” package in Ubuntu:
  New

Bug description:
  See attached screenshots.  The first screenshot is a full-screen grab
  of an eeePC netbook running Firefox when I pressed Upload a file in
  this bug tracker and typed scr (the first three letters of a file I
  have called screenshot).  As you can see the relevant part of the
  dialog is off-screen.  However this can be worked around by zooming
  the dialog window (dragging its titlebar to the top of the screen) as
  shown in the second screenshot.  Perhaps the dialog should be zoomed
  by default in these circumstances?  or ideally the layout code could
  be adapted so that it copes with reduced screen space?

  I'm not sure if this should be reported against Firefox or against a
  library that it uses to display the dialog.  Could somebody please
  reassign this to the correct package if it's not Firefox?  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 10.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ssb22  1259 F pulseaudio
  BuildID: 20120129141551
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 43'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,10438337,00100101'
 Controls  : 20
 Simple ctrls  : 12
  Channel: release
  Date: Tue Feb 14 08:55:19 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.102  metric 
1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=10.0/20120129141551
  RfKill:
   0: eeepc-wlan: Wireless LAN
Soft blocked: yes
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1006
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 900
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1006:bd03/03/2009:svnASUSTeKComputerINC.:pn900:pvr0501:rvnASUSTeKComputerINC.:rn900:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
  dmi.product.name: 900
  dmi.product.version: 0501
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931963/+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 931811] Re: Trash window too wide

2012-02-14 Thread Sebastien Bacher
The screenshot 1 seems to be fine, but yes the width is limited by
labels and your locale is quite verbose

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

** Changed in: nautilus (Ubuntu)
   Status: New = Triaged

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

Title:
  Trash window too wide

Status in Nautilus:
  New
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  I deleted a file and opened the trash by clicking on the trash-icon.
  it opens in nautilus as it should but the window is too wide, maybe
  because the buttons are too long? (See screenshot1)

  There is also a GNOME-bug-report:
  https://bugzilla.gnome.org/show_bug.cgi?id=650058 but it hasnt been
  touched in 6 months so I thought I open one here. Maybe it helps.

  It is even worse if I am using the 2-panel-window (F3). See
  screenshot2.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/931811/+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 931760] Re: telepathy-idle crashed with SIGSEGV in g_simple_async_result_complete()

2012-02-14 Thread Apport retracing service
*** This bug is a duplicate of bug 905816 ***
https://bugs.launchpad.net/bugs/905816

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #905816, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/931760/+attachment/2737239/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931760/+attachment/2737241/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931760/+attachment/2737243/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931760/+attachment/2737244/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931760/+attachment/2737245/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931760/+attachment/2737246/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931760/+attachment/2737247/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of private bug 905816

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  telepathy-idle crashed with SIGSEGV in
  g_simple_async_result_complete()

Status in “telepathy-idle” package in Ubuntu:
  New

Bug description:
  Had Empathy connected, but wasn't doing anything with it when it
  crashed.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: telepathy-idle 0.1.11-2
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Feb 14 09:20:56 2012
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/telepathy/telepathy-idle
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120209)
  ProcCmdline: /usr/lib/telepathy/telepathy-idle
  SegvAnalysis:
   Segfault happened at: 0x40a088:  mov0x8(%rax),%rcx
   PC (0x0040a088) ok
   source 0x8(%rax) (0x0008) not located in a known VMA region (needed 
readable region)!
   destination %rcx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: telepathy-idle
  StacktraceTop:
   ?? ()
   g_simple_async_result_complete () from 
/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
   g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  Title: telepathy-idle crashed with SIGSEGV in g_simple_async_result_complete()
  UpgradeStatus: Upgraded to precise on 2012-02-13 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo www-data

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-idle/+bug/931760/+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 931718] Re: gnome-settings-daemon crashed with SIGSEGV in g_closure_invoke()

2012-02-14 Thread Apport retracing service
*** This bug is a duplicate of bug 918421 ***
https://bugs.launchpad.net/bugs/918421

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #918421, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/931718/+attachment/2737007/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/931718/+attachment/2737009/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/931718/+attachment/2737011/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/931718/+attachment/2737012/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/931718/+attachment/2737013/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/931718/+attachment/2737014/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931718/+attachment/2737015/+files/ThreadStacktrace.txt

** Visibility changed to: Public

** This bug has been marked a duplicate of bug 918421
   gnome-settings-daemon crashed with SIGSEGV in idle_set_mode()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in g_closure_invoke()

Status in “gnome-settings-daemon” package in Ubuntu:
  New

Bug description:
  Newest updates, got this crash while working

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gnome-settings-daemon 3.2.2-0ubuntu16
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  Date: Mon Feb 13 22:25:58 2012
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110901)
  ProcCmdline: /usr/lib/gnome-settings-daemon/gnome-settings-daemon
  SegvAnalysis:
   Segfault happened at: 0x7f1444dca977:mov0x8(%rax),%rcx
   PC (0x7f1444dca977) ok
   source 0x8(%rax) (0x0008) not located in a known VMA region (needed 
readable region)!
   destination %rcx ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gnome-settings-daemon
  StacktraceTop:
   ?? () from /usr/lib/gnome-settings-daemon-3.0/libpower.so
   ?? () from /usr/lib/gnome-settings-daemon-3.0/libpower.so
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-settings-daemon crashed with SIGSEGV in g_closure_invoke()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/931718/+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 931802] Re: /usr/bin/rsvg disappeared

2012-02-14 Thread Sebastien Bacher
see bug #929573 as well

we will have a test rebuild for beta, I think we should fix the buggy
cases we find and see what sources have an issue at the rebuild

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

Title:
  /usr/bin/rsvg disappeared

Status in “librsvg” package in Ubuntu:
  Confirmed

Bug description:
  Recently /usr/bin/rsvg got dropped from librsvg2-bin. It breaks at
  least one package, auto-multiple-choice, which build-depends on
  librsvg2-bin and uses rsvg during build.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/931802/+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 931545] ThreadStacktrace.txt

2012-02-14 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/931545/+attachment/2738076/+files/ThreadStacktrace.txt

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

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

Title:
  nautilus crashed with SIGSEGV

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  Renamed a picture, and closed nautilus.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.3.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 13 18:10:32 2012
  Disassembly: = 0x7f5c1550dc73:   Cannot access memory at address 
0x7f5c1550dc73
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120212)
  ProcCmdline: nautilus -n
  ProcEnviron:
   PATH=(custom, no user)
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f5c1550dc73:Cannot access memory at address 
0x7f5c1550dc73
   PC (0x7f5c1550dc73) ok
   SP (0x7fff1889dcf0) ok
   Reason could not be automatically determined.
  Signal: 11
  SourcePackage: nautilus
  Stacktrace:
   #0  0x7f5c1550dc73 in ?? ()
   No symbol table info available.
   Cannot access memory at address 0x7fff1889dcf0
  StacktraceTop: ?? ()
  Title: nautilus crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/931545/+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 931545] Crash report cannot be processed

2012-02-14 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate a useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

fontconfig version 2.8.0-3ubuntu4 required, but 2.8.0-3ubuntu5 is available
libfontconfig1 version 2.8.0-3ubuntu4 required, but 2.8.0-3ubuntu5 is available
fontconfig-config version 2.8.0-3ubuntu4 required, but 2.8.0-3ubuntu5 is 
available
netbase version 4.46ubuntu1 required, but 4.47ubuntu1 is available
package libedataserver1.2-15 does not exist, ignoring
package libebook1.2-12 does not exist, ignoring


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: CoreDump.gz
   https://bugs.launchpad.net/bugs/931545/+attachment/2736341/+files/CoreDump.gz

** Tags removed: need-amd64-retrace

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

Title:
  nautilus crashed with SIGSEGV

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  Renamed a picture, and closed nautilus.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.3.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 13 18:10:32 2012
  Disassembly: = 0x7f5c1550dc73:   Cannot access memory at address 
0x7f5c1550dc73
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120212)
  ProcCmdline: nautilus -n
  ProcEnviron:
   PATH=(custom, no user)
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f5c1550dc73:Cannot access memory at address 
0x7f5c1550dc73
   PC (0x7f5c1550dc73) ok
   SP (0x7fff1889dcf0) ok
   Reason could not be automatically determined.
  Signal: 11
  SourcePackage: nautilus
  Stacktrace:
   #0  0x7f5c1550dc73 in ?? ()
   No symbol table info available.
   Cannot access memory at address 0x7fff1889dcf0
  StacktraceTop: ?? ()
  Title: nautilus crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/931545/+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 931245] Re: Finish the implementation of the locally integrated menubars

2012-02-14 Thread Tom rooze.sen
Unity , Gnome shell 3   I dont like that.
I like cinnamon of Xfce.

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

Title:
  Finish the implementation of the locally integrated menubars

Status in Compiz Core:
  In Progress
Status in Light Themes:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress

Bug description:
  Finish the implementation of the locally integrated menubars:

  Metacity: lp:~smspillaz/metacity/metacity.lim
  Unity: lp:~3v1n0/unity/lim-panel
  Compiz: lp:~smspillaz/compiz-core/compiz-core.lim
  Light-themes: lp:~smspillaz/light-themes/light-themes.lim and 
lp:~3v1n0/light-themes/lim-backdrop

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931245/+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 874739] Re: The location bars can't be used on the right side of a splitted view

2012-02-14 Thread Sebastien Bacher
The bug got fixed in
http://git.gnome.org/browse/nautilus/commit/?id=01382c267728e2dd00cc8b48cd6024dbae183345
and the fix will be in the next update

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  The location bars can't be used on the right side of a splitted view

Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Committed

Bug description:
  When working with extra panel a click on location bar of unfocused  panel 
doesn't change the focus to that panel as occurred on gnome 2.3X.
  It is boring, making necessary a click on the panel content before to change 
the folder on location bar.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/874739/+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 484855] Re: Can't open files on WebDAV share

2012-02-14 Thread Christopher M. Penalver
Marking New based on comment #14.

** Changed in: libreoffice (Ubuntu)
   Status: Incomplete = New

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

Title:
  Can't open files on WebDAV share

Status in The OpenOffice.org Suite:
  New
Status in “libreoffice” package in Ubuntu:
  New
Status in “openoffice.org” package in Ubuntu:
  Won't Fix

Bug description:
  Binary package hint: openoffice.org

  I have a home server running Ubuntu 8.04 (Hardy) that shares a folder
  using WebDAV. I can navigate the folder using Nautilus on a client
  laptop running 9.10 (Karmic) and open any file by double-clicking on
  them, except for OpenOffice files, in which case I get an error
  message (see attached screenshot). I also tried from the File - Open
  menu item in OO.o with identical results: same error message.

  Steps to reproduce #1 - via Nautilus
  - Create a shared directory on a server, share it through WebDAV
  - Connect to the shared directory using a client machine and add that share 
to the Nautilus bookmarks
  - Open the shared drive through Nautilus
  - Navigate to a directory
  - Double-click on a non-OO.o file (e.g. a PDF or JPG file)
  - The file opens normally
  - Double click on an OO.o file (e.g. a .ods OpenOffice Calc or .odt 
OpenOffice Writer file)

  Steps to reproduce #2 - via File - Open
  - Create a shared directory on a server, share it through WebDAV
  - Connect to the shared directory using a client machine and add that share 
to the Nautilus bookmarks
  - Start OpenOffice
  - Select File - Open
  - Navigate to a directory
  - Select an OO.o file to open (e.g. a .ods OpenOffice Calc or .odt OpenOffice 
Writer file)

  Expected behaviour
  - The selected OO.o file opens in the relevant OO.o application

  Actual behaviour
  - An error dialogue with the message: General input/output error while 
accessing /home/user/.gvfs/WebDAV on host/file.ods (see attached screenshot)

  ProblemType: Bug
  Architecture: i386
  Date: Wed Nov 18 15:38:39 2009
  DistroRelease: Ubuntu 9.10
  InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
  Package: openoffice.org-core 1:3.1.1-5ubuntu1
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
  SourcePackage: openoffice.org
  Uname: Linux 2.6.31-14-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/484855/+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 931969] [NEW] Downloads icons don't appear

2012-02-14 Thread Antoine Apollis
Public bug reported:

Since the last Firefox update (10), the icons in the download window
don't appear. I didn't make any changes on the default theme (both on
Firefox and on Gnome), so I think it's a Firefox's bug.

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

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

Title:
  Downloads icons don't appear

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Since the last Firefox update (10), the icons in the download window
  don't appear. I didn't make any changes on the default theme (both on
  Firefox and on Gnome), so I think it's a Firefox's bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931969/+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 931969] Re: Downloads icons don't appear

2012-02-14 Thread Antoine Apollis
** Attachment added: capture.png
   https://bugs.launchpad.net/bugs/931969/+attachment/2738081/+files/capture.png

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

Title:
  Downloads icons don't appear

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Since the last Firefox update (10), the icons in the download window
  don't appear. I didn't make any changes on the default theme (both on
  Firefox and on Gnome), so I think it's a Firefox's bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931969/+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 905619] Re: Latest version of gwibber doesn't offer a clear means of filtering

2012-02-14 Thread ADFH
Q1. Yes - the old version allowed creation of separate streams.. The new
version does not appear to support this stream concept.

Q2. 3.2.1

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

Title:
  Latest version of gwibber doesn't offer a clear means of filtering

Status in “gwibber” package in Ubuntu:
  Incomplete

Bug description:
  This'd definitely be a wishlist item.

  The old version of gwibber, pre 11.10, had a clear way of filtering
  which accounts you wanted to see at any one time. The new version, it
  gets very confusing when one has three twitter accounts and two
  facebook accounts. Also, the scrolling is very clunky with things
  compressing then re-expanding with each line scrolled, making it very
  hard to follow.

  Is it possible in the new version to filter one's streams based on
  account and not hashtag filtering? Is there still a UI for this?

  ... or is this more Gnome/Unity 'welding on the training wheels'?

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gwibber 3.2.1-0ubuntu1.3
  ProcVersionSignature: Ubuntu 3.0.0-15.24-generic 3.0.13
  Uname: Linux 3.0.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Sat Dec 17 16:11:02 2011
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Release Candidate amd64 
(20100419.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  SourcePackage: gwibber
  UpgradeStatus: Upgraded to oneiric on 2011-10-31 (46 days ago)

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

2012-02-14 Thread Apport retracing service
Stacktrace:
 #0  0x7f5c1550dc73 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0x7fff1889dcf0
StacktraceTop: ?? ()

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

Title:
  nautilus crashed with SIGSEGV

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  Renamed a picture, and closed nautilus.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: nautilus 1:3.3.5-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Mon Feb 13 18:10:32 2012
  Disassembly: = 0x7f5c1550dc73:   Cannot access memory at address 
0x7f5c1550dc73
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha amd64 
(20120212)
  ProcCmdline: nautilus -n
  ProcEnviron:
   PATH=(custom, no user)
   LANG=hu_HU.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f5c1550dc73:Cannot access memory at address 
0x7f5c1550dc73
   PC (0x7f5c1550dc73) ok
   SP (0x7fff1889dcf0) ok
   Reason could not be automatically determined.
  Signal: 11
  SourcePackage: nautilus
  Stacktrace:
   #0  0x7f5c1550dc73 in ?? ()
   No symbol table info available.
   Cannot access memory at address 0x7fff1889dcf0
  StacktraceTop: ?? ()
  Title: nautilus crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/931545/+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 931963] [NEW] File upload dialog does not fit netbook screen when Unity's Accessibility font size is set to Large

2012-02-14 Thread Silas S. Brown
Public bug reported:

See attached screenshots.  The first screenshot is a full-screen grab of
an eeePC netbook running Firefox when I pressed Upload a file in this
bug tracker and typed scr (the first three letters of a file I have
called screenshot).  As you can see the relevant part of the dialog is
off-screen.  However this can be worked around by zooming the dialog
window (dragging its titlebar to the top of the screen) as shown in the
second screenshot.  Perhaps the dialog should be zoomed by default in
these circumstances?  or ideally the layout code could be adapted so
that it copes with reduced screen space?

I'm not sure if this should be reported against Firefox or against a
library that it uses to display the dialog.  Could somebody please
reassign this to the correct package if it's not Firefox?  Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 10.0+build1-0ubuntu0.11.10.1
ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
Uname: Linux 3.0.0-15-generic i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
ApportVersion: 1.23-0ubuntu4
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  ssb22  1259 F pulseaudio
BuildID: 20120129141551
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 43'
   Mixer name   : 'Realtek ALC662 rev1'
   Components   : 'HDA:10ec0662,10438337,00100101'
   Controls  : 20
   Simple ctrls  : 12
Channel: release
Date: Tue Feb 14 08:55:19 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
IpRoute:
 default via 192.168.0.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.102  metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=10.0/20120129141551
RfKill:
 0: eeepc-wlan: Wireless LAN
Soft blocked: yes
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/03/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1006
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 900
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: x.xx
dmi.chassis.asset.tag: 0x
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTek Computer INC.
dmi.chassis.version: x.x
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1006:bd03/03/2009:svnASUSTeKComputerINC.:pn900:pvr0501:rvnASUSTeKComputerINC.:rn900:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
dmi.product.name: 900
dmi.product.version: 0501
dmi.sys.vendor: ASUSTeK Computer INC.

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  File upload dialog does not fit netbook screen when Unity's
  Accessibility font size is set to Large

Status in “firefox” package in Ubuntu:
  New

Bug description:
  See attached screenshots.  The first screenshot is a full-screen grab
  of an eeePC netbook running Firefox when I pressed Upload a file in
  this bug tracker and typed scr (the first three letters of a file I
  have called screenshot).  As you can see the relevant part of the
  dialog is off-screen.  However this can be worked around by zooming
  the dialog window (dragging its titlebar to the top of the screen) as
  shown in the second screenshot.  Perhaps the dialog should be zoomed
  by default in these circumstances?  or ideally the layout code could
  be adapted so that it copes with reduced screen space?

  I'm not sure if this should be reported against Firefox or against a
  library that it uses to display the dialog.  Could somebody please
  reassign this to the correct package if it's not Firefox?  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 10.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware 

[Desktop-packages] [Bug 931963] Re: File upload dialog does not fit netbook screen when Unity's Accessibility font size is set to Large

2012-02-14 Thread Silas S. Brown
** Attachment added: Screenshot of workaround: zoom the file dialog
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931963/+attachment/2738021/+files/screenshot2.png

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

Title:
  File upload dialog does not fit netbook screen when Unity's
  Accessibility font size is set to Large

Status in “firefox” package in Ubuntu:
  New

Bug description:
  See attached screenshots.  The first screenshot is a full-screen grab
  of an eeePC netbook running Firefox when I pressed Upload a file in
  this bug tracker and typed scr (the first three letters of a file I
  have called screenshot).  As you can see the relevant part of the
  dialog is off-screen.  However this can be worked around by zooming
  the dialog window (dragging its titlebar to the top of the screen) as
  shown in the second screenshot.  Perhaps the dialog should be zoomed
  by default in these circumstances?  or ideally the layout code could
  be adapted so that it copes with reduced screen space?

  I'm not sure if this should be reported against Firefox or against a
  library that it uses to display the dialog.  Could somebody please
  reassign this to the correct package if it's not Firefox?  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 10.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ssb22  1259 F pulseaudio
  BuildID: 20120129141551
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf7eb8000 irq 43'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,10438337,00100101'
 Controls  : 20
 Simple ctrls  : 12
  Channel: release
  Date: Tue Feb 14 08:55:19 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default via 192.168.0.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.102  metric 
1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=10.0/20120129141551
  RfKill:
   0: eeepc-wlan: Wireless LAN
Soft blocked: yes
Hard blocked: no
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/03/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 1006
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: 900
  dmi.board.vendor: ASUSTeK Computer INC.
  dmi.board.version: x.xx
  dmi.chassis.asset.tag: 0x
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTek Computer INC.
  dmi.chassis.version: x.x
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1006:bd03/03/2009:svnASUSTeKComputerINC.:pn900:pvr0501:rvnASUSTeKComputerINC.:rn900:rvrx.xx:cvnASUSTekComputerINC.:ct10:cvrx.x:
  dmi.product.name: 900
  dmi.product.version: 0501
  dmi.sys.vendor: ASUSTeK Computer INC.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931963/+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 931972] [NEW] Lightdm not using per user's wallpaper anymore and reverted back to the default ubuntu one

2012-02-14 Thread zzecool
Public bug reported:

After the latest precise updates lightdm not using the user's wallpaper
anymore and reverted back to the default ubuntu one for every user
including the Guest.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: lightdm 1.1.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
Uname: Linux 3.2.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
Date: Tue Feb 14 12:08:06 2012
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: lightdm
UpgradeStatus: Upgraded to precise on 2012-02-02 (11 days ago)

** Affects: lightdm (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 lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/931972

Title:
  Lightdm not using per user's wallpaper  anymore and reverted back to
  the default ubuntu one

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  After the latest precise updates lightdm not using the user's
  wallpaper anymore and reverted back to the default ubuntu one for
  every user including the Guest.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.1.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Feb 14 12:08:06 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to precise on 2012-02-02 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/931972/+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 931972] Re: Lightdm not using per user wallpaper anymore and reverted back to the default ubuntu one

2012-02-14 Thread zzecool
** Description changed:

- After the latest precise updates lightdm not using the user wallpaper
+ After the latest precise updates lightdm not using the user's wallpaper
  anymore and reverted back to the default ubuntu one for every user
  including the Guest.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.1.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Feb 14 12:08:06 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to precise on 2012-02-02 (11 days ago)

** Summary changed:

- Lightdm not using per user wallpaper  anymore and reverted back to the 
default ubuntu one
+ Lightdm not using per user's wallpaper  anymore and reverted back to the 
default ubuntu one

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

Title:
  Lightdm not using per user's wallpaper  anymore and reverted back to
  the default ubuntu one

Status in “lightdm” package in Ubuntu:
  New

Bug description:
  After the latest precise updates lightdm not using the user's
  wallpaper anymore and reverted back to the default ubuntu one for
  every user including the Guest.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.1.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Feb 14 12:08:06 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to precise on 2012-02-02 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/931972/+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 822063] Re: Nautilus two pane view, unfocused pane can't be accessed by mouse click

2012-02-14 Thread Bug Watch Updater
** Changed in: nautilus
   Status: Unknown = Fix Released

** Changed in: nautilus
   Importance: Unknown = Medium

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

Title:
  Nautilus two pane view, unfocused pane can't be accessed by mouse
  click

Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  Nautilus with enabled location bar (Ctrl+L), two pane view (F3) and side pane 
with tree view.
  The unfocused location bar doesn't allow to be clicked on in order to change 
focus of panes or to edit for example the path.
  This is possible in Natty.
  Acknowledged that switching panes can also be done by F6, the mouse option 
should remain available as an obvious access-tool, the shortcut isn't 
documented prominently.

  Use case.
  If the two panes are full with folders and files, there is no empty area to 
click on.
  The remaining choices to switch between the two panes are then only shortcuts 
or location bar.
  Question #166541

  Expected.
  Allow unfocused location bar to be accessible again with mouse click.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.1.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
  Uname: Linux 3.0.0-7-generic x86_64
  Architecture: amd64
  Date: Sat Aug  6 21:09:30 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110423)
  ProcEnviron:
   LANG=C
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-08-01 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/822063/+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 931974] Re: gconf-editor crashed with SIGABRT in raise()

2012-02-14 Thread Vincent Ladeuil
** Visibility changed to: Public

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

Title:
  gconf-editor crashed with SIGABRT in raise()

Status in “gconf-editor” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  - launch gconf-editor
  - find 'unity'
  - select a search result with options in it
  - select an option
  - select a search result

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gconf-editor 3.0.1-1
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  NonfreeKernelModules: wl nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  CheckboxSubmission: 34f5a9de644359b1b8e0705e7e99fd74
  CheckboxSystem: 7e42599bda39ea7ff8b528272b6ef52b
  Date: Tue Feb 14 10:55:28 2012
  ExecutablePath: /usr/bin/gconf-editor
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcCmdline: gconf-editor
  Signal: 6
  SourcePackage: gconf-editor
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/libgconf-2.so.4
  Title: gconf-editor crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to precise on 2012-02-13 (1 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare wireshark

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf-editor/+bug/931974/+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 749461] Re: Monitor preferences app causes Unity launcher to hide

2012-02-14 Thread Stewart Wilson
Please see the design specification (section System Settings-Display
Preferences-Identify Displays) for display identification going forwards
(not targeted for Precise):

https://docs.google.com/a/canonical.com/document/d/1aHvJ-iIw-
59bXTYBmIhQqEx0za2h9jpFE_RhZ2VOvJc/edit#bookmark=id.gjv3vtkzyy5m

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

Title:
  Monitor preferences app causes Unity launcher to hide

Status in Ayatana Design:
  Fix Released
Status in Unity:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  Fix Released

Bug description:
  Monitor preferences app causes the side bar to hide when opened,
  because of the small box on the top left corner. Maybe the small box
  should be moved somewhere else ? Do we need that small box ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/749461/+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 880703] Re: Accepting calendar invitations fails with Unable to send item to calendar 'calendar-name'. No such interface `org.gnome.evolution.dataserver.Calendar' on object

2012-02-14 Thread Eike Suthau
Same problem here on Ubuntu 11.10 32 Bit using Evolution 3.2.2, what
information can I contribute to help solve the issue?

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

Title:
  Accepting calendar invitations fails with Unable to send item to
  calendar 'calendar-name'.  No such interface
  `org.gnome.evolution.dataserver.Calendar' on object at path
  /org/gnome/evolution/dataserver/Calendar/12376/19

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  When clicking Accept button on incoming calendar invitation the
  first click does nothing. Second click on the Accept button gives an
  error message Unable to send item to calendar 'calendar-name'.  No
  such interface `org.gnome.evolution.dataserver.Calendar' on object at
  path /org/gnome/evolution/dataserver/Calendar/12376/19.

  An interesting finding is that before accepting calendar invitation
  the e-calendar-factory process was running with PID 12376:

  uomjarv@L343:~$ ps -aef | grep evolution
  tuomjarv  2314 1  0 Oct21 ?00:00:13 
/usr/lib/evolution/e-addressbook-factory
  tuomjarv  2421  1856  0 Oct21 ?00:00:13 
/usr/lib/evolution/3.2/evolution-alarm-notify
  tuomjarv  2596 1  2 Oct21 ?01:59:30 evolution
  tuomjarv 12376 1  0 10:54 ?00:00:00 
/usr/lib/evolution/e-calendar-factory
  tuomjarv 12441 11483  0 10:56 pts/100:00:00 grep --color=auto evolution

  After clicking the accept button the e-calendar-factory process seems
  to be running with PID 12446:

  tuomjarv@L343:~$ ps -aef | grep evolution
  tuomjarv  2314 1  0 Oct21 ?00:00:13 
/usr/lib/evolution/e-addressbook-factory
  tuomjarv  2421  1856  0 Oct21 ?00:00:13 
/usr/lib/evolution/3.2/evolution-alarm-notify
  tuomjarv  2596 1  2 Oct21 ?01:59:31 evolution
  tuomjarv 12446 1  0 10:56 ?00:00:00 
/usr/lib/evolution/e-calendar-factory
  tuomjarv 12451 11483  0 10:56 pts/100:00:00 grep --color=auto evolution

  Perhaps e-calendar-factory crashes when adding calendar entry to the
  calendar?

  The calendar in question is a google calendar.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 24 10:48:06 2011
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (5 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/880703/+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 931637] Re: Firefox 10.0.1 crashes when trying to enter a command on the Web Console

2012-02-14 Thread Shrenik
I don't think this is only triggered by firebug. Clicking on Firebug's
DOM tab is a sure crasher.

Even with firebug disabled, for e.g. other addons such as Awesome
Screeshot from Diigo. Take a screenshot - click Done - Close Tab and
the browser crashes.

Everytime I am closing the browser, it crashes and notifies to submit a
bug report:

Here are some that have been uploaded already -

http://crash-stats.mozilla.com/report/index/bp-6ff8f906-cb26-4864-82ed-31db72120213
http://crash-stats.mozilla.com/report/index/bp-5a9ac084-5c83-42e9-9295-923132120213

Am moving to official build till we see some solution to this as FF is
unsuable on Ubuntu as of now.

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

Title:
  Firefox 10.0.1 crashes when trying to enter a command on the Web
  Console

Status in “firefox” package in Ubuntu:
  Confirmed

Bug description:
  Bug first appeared last week after updating to Firefox 10 using
  Synaptic. Original symptom was crashing Firefox when navigating a site
  I'm developing (which logs a lot to console in development
  environment). Further discovery indicated that I could crash Firefox
  by clicking on the DOM tab in Firebug. At that point, I re-installed
  Firefox, created a new profile, re-installed Firebug and could still
  reproduce the crash. I created a new user on my system, repeated the
  prior steps, same result. After some searching, I found these
  discussions:

  
http://groups.google.com/group/firebug/browse_thread/thread/bfb5a8b038ef2328/65171984c28775a1?show_docid=65171984c28775a1#

  https://bugzilla.mozilla.org/show_bug.cgi?id=725619

  At which point, I tried simply opening the Web Console and typing
  print, which would crash the browser before finishing typing the
  command, even with a clean install and no plug-ins.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 10.0.1+build1-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
  Uname: Linux 2.6.32-38-generic x86_64
  NonfreeKernelModules: nvidia
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bjorn219882 F pulseaudio
  BuildID: 20120209215013
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xf262 irq 17'
 Mixer name : 'Conexant ID 5069'
 Components : 'HDA:14f15069,17aa218b,00100302'
 Controls  : 6
 Simple ctrls  : 4
  Card1.Amixer.info:
   Card hw:1 'NVidia'/'HDA NVidia at 0xcdefc000 irq 16'
 Mixer name : 'Nvidia ID a'
 Components : 'HDA:10de000a,10de0101,00100100'
 Controls  : 0
 Simple ctrls  : 0
  Card1.Amixer.values:
   
  Card29.Amixer.info:
   Card hw:29 'ThinkPadEC'/'ThinkPad Console Audio Control at EC reg 0x30, fw 
6MHT39WW-1.14'
 Mixer name : 'ThinkPad EC 6MHT39WW-1.14'
 Components : ''
 Controls  : 1
 Simple ctrls  : 1
  Card29.Amixer.values:
   Simple mixer control 'Console',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  Channel: release
  Date: Mon Feb 13 13:31:40 2012
  EtcFirefoxSyspref: Cannot parse /etc/firefox/syspref.js - [Errno 2] No such 
file or directory: '/etc/firefox/syspref.js'
  ForcedLayersAccel: False
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
  IpRoute:
   192.168.100.0/24 dev eth0  proto kernel  scope link  src 192.168.100.38 
   default via 192.168.100.254 dev eth0
  Plugins: Shockwave Flash - Lib=libflashplayer.so, 
Location=/usr/lib/firefox-addons/plugins
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=10.0.1/20120209215013 (Running)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  dmi.bios.date: 07/14/2010
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 6NET64WW (1.27 )
  dmi.board.name: 4318CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr6NET64WW(1.27):bd07/14/2010:svnLENOVO:pn4318CTO:pvrThinkPadW510:rvnLENOVO:rn4318CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 4318CTO
  dmi.product.version: ThinkPad W510
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:

[Desktop-packages] [Bug 931986] [NEW] Firefox crashes upon using any addon after upgrade to 10.0 and thereafter 10.0.1

2012-02-14 Thread Shrenik
Public bug reported:

Symptoms absolutely similar to that of reported herein -
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931637

Yet created this bug to report further details that I found using
ubuntu-bug and firefox-dbg to assist in quick resolution.

If found similar to the one referred above then this may be marked as
duplicate.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: firefox 10.0.1+build1-0ubuntu0.10.04.1
ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
Uname: Linux 2.6.32-38-generic x86_64
AddonCompatCheckDisabled: False
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: cannot access /dev/snd/: No such file or directory
AplayDevices: aplay: device_list:223: no soundcards found...
Architecture: amd64
ArecordDevices: arecord: device_list:223: no soundcards found...
BuildID: 20120209215013
Channel: release
Date: Tue Feb 14 15:56:48 2012
EtcFirefoxSyspref: Cannot parse /etc/firefox/syspref.js - [Errno 2] No such 
file or directory: '/etc/firefox/syspref.js'
ForcedLayersAccel: False
IncompatibleExtensions:
 FireDiff - ID=fired...@johnjbarton.com, Version=1.1.4, minVersion=3.6, 
maxVersion=7.*, Location=app-profile, Type=extension, Active=Yes
 Firefinder for Firebug - ID=firefin...@robertnyman.com, Version=1.04, 
minVersion=3.5, maxVersion=6.*, Location=app-profile, Type=extension, Active=Yes
 selectbug - ID=select...@getfirebug.com, Version=0.1a2, minVersion=1.9.0.*, 
maxVersion=2.0.0.*, Location=app-profile, Type=extension, Active=Yes
 Awesome screenshot: Capture and Annotate - 
ID=jid0-GXjLLfbCoAx0LcltEdFrEkQdQPI@jetpack, Version=2.3.6, minVersion=8.0, 
maxVersion=9.*, Location=app-profile, Type=extension, Active=Yes
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
PciMultimedia:
 
ProcEnviron:
 LANG=en_IN
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=10.0.1/20120209215013
RunningIncompatibleAddons: True
SourcePackage: firefox

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


** Tags: amd64 apport-bug crash firebug lucid

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

Title:
  Firefox crashes upon using any addon after upgrade to 10.0 and
  thereafter 10.0.1

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Symptoms absolutely similar to that of reported herein -
  https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931637

  Yet created this bug to report further details that I found using
  ubuntu-bug and firefox-dbg to assist in quick resolution.

  If found similar to the one referred above then this may be marked as
  duplicate.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 10.0.1+build1-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
  Uname: Linux 2.6.32-38-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: aplay: device_list:223: no soundcards found...
  Architecture: amd64
  ArecordDevices: arecord: device_list:223: no soundcards found...
  BuildID: 20120209215013
  Channel: release
  Date: Tue Feb 14 15:56:48 2012
  EtcFirefoxSyspref: Cannot parse /etc/firefox/syspref.js - [Errno 2] No such 
file or directory: '/etc/firefox/syspref.js'
  ForcedLayersAccel: False
  IncompatibleExtensions:
   FireDiff - ID=fired...@johnjbarton.com, Version=1.1.4, minVersion=3.6, 
maxVersion=7.*, Location=app-profile, Type=extension, Active=Yes
   Firefinder for Firebug - ID=firefin...@robertnyman.com, Version=1.04, 
minVersion=3.5, maxVersion=6.*, Location=app-profile, Type=extension, Active=Yes
   selectbug - ID=select...@getfirebug.com, Version=0.1a2, minVersion=1.9.0.*, 
maxVersion=2.0.0.*, Location=app-profile, Type=extension, Active=Yes
   Awesome screenshot: Capture and Annotate - 
ID=jid0-GXjLLfbCoAx0LcltEdFrEkQdQPI@jetpack, Version=2.3.6, minVersion=8.0, 
maxVersion=9.*, Location=app-profile, Type=extension, Active=Yes
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
  PciMultimedia:
   
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=10.0.1/20120209215013
  RunningIncompatibleAddons: True
  SourcePackage: firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931986/+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 931986] Re: Firefox crashes upon using any addon after upgrade to 10.0 and thereafter 10.0.1

2012-02-14 Thread Shrenik
-- 
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/931986

Title:
  Firefox crashes upon using any addon after upgrade to 10.0 and
  thereafter 10.0.1

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Symptoms absolutely similar to that of reported herein -
  https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931637

  Yet created this bug to report further details that I found using
  ubuntu-bug and firefox-dbg to assist in quick resolution.

  If found similar to the one referred above then this may be marked as
  duplicate.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 10.0.1+build1-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
  Uname: Linux 2.6.32-38-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: aplay: device_list:223: no soundcards found...
  Architecture: amd64
  ArecordDevices: arecord: device_list:223: no soundcards found...
  BuildID: 20120209215013
  Channel: release
  Date: Tue Feb 14 15:56:48 2012
  EtcFirefoxSyspref: Cannot parse /etc/firefox/syspref.js - [Errno 2] No such 
file or directory: '/etc/firefox/syspref.js'
  ForcedLayersAccel: False
  IncompatibleExtensions:
   FireDiff - ID=fired...@johnjbarton.com, Version=1.1.4, minVersion=3.6, 
maxVersion=7.*, Location=app-profile, Type=extension, Active=Yes
   Firefinder for Firebug - ID=firefin...@robertnyman.com, Version=1.04, 
minVersion=3.5, maxVersion=6.*, Location=app-profile, Type=extension, Active=Yes
   selectbug - ID=select...@getfirebug.com, Version=0.1a2, minVersion=1.9.0.*, 
maxVersion=2.0.0.*, Location=app-profile, Type=extension, Active=Yes
   Awesome screenshot: Capture and Annotate - 
ID=jid0-GXjLLfbCoAx0LcltEdFrEkQdQPI@jetpack, Version=2.3.6, minVersion=8.0, 
maxVersion=9.*, Location=app-profile, Type=extension, Active=Yes
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
  PciMultimedia:
   
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=10.0.1/20120209215013
  RunningIncompatibleAddons: True
  SourcePackage: firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931986/+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 874987] Re: PHS101 USB GSM HSDPA can't connect on ubuntu 11.10

2012-02-14 Thread James Hunt
I have a Huawei E220 HSDPA USB Modem which fails with the same assertion
errors as above. I wonder if this is related to bug 840082?

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

Title:
  PHS101 USB GSM HSDPA can't connect on ubuntu 11.10

Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  I'm using ubuntu 11.10 in my netbook axioo pico pjm. i'm can't connect
  the PHS101 USB modem after fresh install oneiric today. but this is no
  problem in natty and previous version.

  this is log of syslog:

  Oct 15 19:04:45 coys NetworkManager[746]: info Activation (ttyUSB1) 
starting connection 'Telkomsel'
  Oct 15 19:04:45 coys NetworkManager[746]: info (ttyUSB1): device state 
change: disconnected - prepare (reason 'none') [30 40 0]
  Oct 15 19:04:45 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) scheduled...
  Oct 15 19:04:45 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) started...
  Oct 15 19:04:45 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) complete.
  Oct 15 19:04:56 coys NetworkManager[746]: warn GSM connection failed: (32) 
Sending command failed: 'Resource temporarily unavailable'
  Oct 15 19:04:56 coys NetworkManager[746]: info (ttyUSB1): device state 
change: prepare - failed (reason 'unknown') [40 120 1]
  Oct 15 19:04:56 coys NetworkManager[746]: warn Activation (ttyUSB1) failed.
  Oct 15 19:04:56 coys NetworkManager[746]: info (ttyUSB1): device state 
change: failed - disconnected (reason 'none') [120 30 0]
  Oct 15 19:04:56 coys NetworkManager[746]: info (ttyUSB1): deactivating 
device (reason 'none') [0]
  Oct 15 19:04:56 coys NetworkManager[746]: nm_system_iface_flush_routes: 
assertion `ifindex  0' failed
  Oct 15 19:04:56 coys NetworkManager[746]: nm_system_iface_flush_addresses: 
assertion `ifindex  0' failed
  Oct 15 19:04:59 coys NetworkManager[746]: info Auto-activating connection 
'Telkomsel'.
  Oct 15 19:04:59 coys NetworkManager[746]: info Activation (ttyUSB1) 
starting connection 'Telkomsel'
  Oct 15 19:04:59 coys NetworkManager[746]: info (ttyUSB1): device state 
change: disconnected - prepare (reason 'none') [30 40 0]
  Oct 15 19:04:59 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) scheduled...
  Oct 15 19:04:59 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) started...
  Oct 15 19:04:59 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) complete.
  Oct 15 19:05:06 coys NetworkManager[746]: warn GSM connection failed: (32) 
Sending command failed: 'Resource temporarily unavailable'
  Oct 15 19:05:06 coys NetworkManager[746]: info (ttyUSB1): device state 
change: prepare - failed (reason 'unknown') [40 120 1]
  Oct 15 19:05:06 coys NetworkManager[746]: warn Activation (ttyUSB1) failed.
  Oct 15 19:05:06 coys NetworkManager[746]: info (ttyUSB1): device state 
change: failed - disconnected (reason 'none') [120 30 0]
  Oct 15 19:05:06 coys NetworkManager[746]: info (ttyUSB1): deactivating 
device (reason 'none') [0]
  Oct 15 19:05:06 coys NetworkManager[746]: nm_system_iface_flush_routes: 
assertion `ifindex  0' failed
  Oct 15 19:05:06 coys NetworkManager[746]: nm_system_iface_flush_addresses: 
assertion `ifindex  0' failed
  Oct 15 19:05:10 coys NetworkManager[746]: info Auto-activating connection 
'Telkomsel'.
  Oct 15 19:05:10 coys NetworkManager[746]: info Activation (ttyUSB1) 
starting connection 'Telkomsel'
  Oct 15 19:05:10 coys NetworkManager[746]: info (ttyUSB1): device state 
change: disconnected - prepare (reason 'none') [30 40 0]
  Oct 15 19:05:10 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) scheduled...
  Oct 15 19:05:10 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) started...
  Oct 15 19:05:10 coys NetworkManager[746]: info Activation (ttyUSB1) Stage 1 
of 5 (Device Prepare) complete.
  Oct 15 19:05:26 coys NetworkManager[746]: warn GSM connection failed: (32) 
Sending command failed: 'Resource temporarily unavailable'
  Oct 15 19:05:26 coys NetworkManager[746]: info (ttyUSB1): device state 
change: prepare - failed (reason 'unknown') [40 120 1]
  Oct 15 19:05:26 coys NetworkManager[746]: warn Activation (ttyUSB1) failed.
  Oct 15 19:05:26 coys NetworkManager[746]: info (ttyUSB1): device state 
change: failed - disconnected (reason 'none') [120 30 0]
  Oct 15 19:05:26 coys NetworkManager[746]: info (ttyUSB1): deactivating 
device (reason 'none') [0]
  Oct 15 19:05:26 coys NetworkManager[746]: nm_system_iface_flush_routes: 
assertion `ifindex  0' failed
  Oct 15 19:05:26 coys NetworkManager[746]: nm_system_iface_flush_addresses: 
assertion `ifindex  0' failed
  Oct 15 19:05:29 coys NetworkManager[746]: info Auto-activating connection 

[Desktop-packages] [Bug 840082] Re: Huawei broadband modem fails to connect after the most recent Ocelot update (Sep. 3.2011)

2012-02-14 Thread James Hunt
I have a Huawei E220 HSDPA USB Modem which fails to work with precise.
I'm seeing NM assertion failures in syslog as shown on bug 874987, so
for me this bug is not fixed. Is there some way to disable NM
configureing IPv6 for a connection? There is only an IPv4 tab displayed
when editing the connection in question.

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

Title:
  Huawei broadband modem fails to connect after the most recent Ocelot
  update (Sep. 3.2011)

Status in “network-manager” package in Ubuntu:
  Fix Released

Bug description:
  Huawei broadband modem fails to connect to Tigo, Honduras, after the
  most recent Ocelot update (Sep. 3.2011). 3.0.0.9 Kernel.

  Ocelot finds and recognises the modem, and dials, but it just fails to
  connect to the Internet service. I'm back in Natty now and I'm
  connecting fine. Also, it was connecting without issue (in Ocelot) 10
  minutes ago before the upgrade.

  The update log is attached.

  Any thoughts?

  Regards,

  CaymanPirate

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/840082/+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 822063] Re: Nautilus two pane view, unfocused pane can't be accessed by mouse click

2012-02-14 Thread Vadim Rutkovsky
Fixed upstream, the fix will be included in next release

** Changed in: nautilus (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Nautilus two pane view, unfocused pane can't be accessed by mouse
  click

Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Committed

Bug description:
  Nautilus with enabled location bar (Ctrl+L), two pane view (F3) and side pane 
with tree view.
  The unfocused location bar doesn't allow to be clicked on in order to change 
focus of panes or to edit for example the path.
  This is possible in Natty.
  Acknowledged that switching panes can also be done by F6, the mouse option 
should remain available as an obvious access-tool, the shortcut isn't 
documented prominently.

  Use case.
  If the two panes are full with folders and files, there is no empty area to 
click on.
  The remaining choices to switch between the two panes are then only shortcuts 
or location bar.
  Question #166541

  Expected.
  Allow unfocused location bar to be accessible again with mouse click.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.1.4-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-7.9-generic 3.0.0
  Uname: Linux 3.0.0-7-generic x86_64
  Architecture: amd64
  Date: Sat Aug  6 21:09:30 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110423)
  ProcEnviron:
   LANG=C
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-08-01 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/822063/+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 931972] Re: Lightdm not using per user's wallpaper anymore and reverted back to the default ubuntu one

2012-02-14 Thread Sebastien Bacher
Thank you for your bug report, I can't confirm that here though, could
you add your lightdm logs to the bug?

** Package changed: lightdm (Ubuntu) = unity-greeter (Ubuntu)

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

Title:
  Lightdm not using per user's wallpaper  anymore and reverted back to
  the default ubuntu one

Status in “unity-greeter” package in Ubuntu:
  New

Bug description:
  After the latest precise updates lightdm not using the user's
  wallpaper anymore and reverted back to the default ubuntu one for
  every user including the Guest.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: lightdm 1.1.2-0ubuntu3
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic 3.2.5
  Uname: Linux 3.2.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.91-0ubuntu1
  Architecture: amd64
  Date: Tue Feb 14 12:08:06 2012
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to precise on 2012-02-02 (11 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/931972/+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 413624] Re: jockey-gtk crashed with BackendCrashError in convert_dbus_exceptions()

2012-02-14 Thread zzecool
I have this problem in Precise 64bit as well

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

Title:
  jockey-gtk crashed with BackendCrashError in convert_dbus_exceptions()

Status in “jockey” package in Ubuntu:
  Confirmed

Bug description:
  Whilst installing nvidia driver, install was successful.

  ProblemType: Crash
  Architecture: amd64
  Date: Fri Aug 14 15:43:00 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/bin/jockey-gtk
  InterpreterPath: /usr/bin/python2.6
  MachineType: Dell Inc. XPS M1530
  Package: jockey-gtk 0.5.3-0ubuntu3
  PackageArchitecture: all
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-5-generic 
root=UUID=2c5af210-d76c-4155-8de2-2c3930016b60 ro quiet splash
  ProcCmdline: /usr/bin/python /usr/bin/jockey-gtk --check 60
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-5.24-generic
  PythonArgs: ['/usr/bin/jockey-gtk', '--check', '60']
  SourcePackage: jockey
  Title: jockey-gtk crashed with BackendCrashError in convert_dbus_exceptions()
  Uname: Linux 2.6.31-5-generic x86_64
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 07/14/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A09
  dmi.board.name: 0D501F
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd07/14/2008:svnDellInc.:pnXPSM1530:pvr:rvnDellInc.:rn0D501F:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1530
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jockey/+bug/413624/+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 152531] Re: GLSlideshow Consistantly Freezes

2012-02-14 Thread David Foerster
Reopening because this happens to me in Oneiric. Only on the primary
screen though.

** Changed in: gnome-screensaver (Ubuntu)
   Status: Invalid = New

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

Title:
  GLSlideshow Consistantly Freezes

Status in “gnome-screensaver” package in Ubuntu:
  New

Bug description:
  Binary package hint: gnome-screensaver

  This happening in both Feisty and the Gutsy Release Candidate.
  GLSlideshow will start normally, move through a few pictures, and then
  just freeze.  I have used the debugging information found in the man
  pages and have made a few notes of what I noticed:

  1.)  Using the -wireframe option, the behavior is the same.  A few test 
frames go by and then a freeze.
  2.)  Using the -wireframe -fps option, the behavior is the same.
  3.)  Using the -fps -wireframe -debug option, the behavior is the same.
  4.)  Using the -fps -debug option, the behavior is the same.

  For the most part, it freezes with most combinations of those options.
  This is with version 2.20.0 of gnome-screensaver.  Here is my
  glslideshow.desktop config file:

  
  
/***/
  /*   START CODE   

*/
  
/***/

  [Desktop Entry]
  Encoding=UTF-8
  Name=GLSlideshow
  Comment=Loads a random sequence of images and smoothly scans and zooms around 
in each, fading from pan to pan. To tell it where to find the images to 
display, go to the Advanced tab on the Screensaver Preferences window. Select 
Choose Random Images, and enter your image directory in the text field right 
below that. (Note: not the the Advanced button at the bottom of this window: 
the tab at the top of the *other* window.) This program requires a good video 
card capable of supporting large textures. Written by Jamie Zawinski and Mike 
Oliphant.
  TryExec=glslideshow
  Exec=glslideshow -root -duration 7 -pan 7 -fade 3 -clip
  StartupNotify=false
  Terminal=false
  Type=Application
  Categories=Screensaver
  X-Ubuntu-Gettext-Domain=xscreensaver

  
/***/
  /* END CODE   

*/
  
/***/

  While writing this bug report, I tried just about every different
  option I could think of as well as different values for each (i.e.
  -cutoff 0 -delay 0 -zoom 98) and it's still the same behavior every
  time.  If you need any more information, please let me know.  I'm not
  sure what to include in this report.  I'm using a Sony Vaio VGN-FE550G
  with the Intel 945GM chipset and integrated graphics.  Kernel version:
  2.6.22-14-generic.  GLSlideshow is grabbing the pictures using the
  specified directory (~/Pictures/2007/) within the .xscreensaver file
  that I created.

  Thanks for any help.

  Here's a thread over at the ubuntu forums with two others, besides myself, 
that are having the same problem:
  http://ubuntuforums.org/showthread.php?t=418890

  Here's the man page for GLSlideshow:
  http://www.linuxcommand.org/man_pages/glslideshow1.html

  Here's the tutorial I used to modify GLSlideshow:
  
http://rclermont.blogspot.com/2007/02/modifying-glslideshow-settings-in_28.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/152531/+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 873345] Re: gedit crashed with SIGSEGV in gdk_property_get()

2012-02-14 Thread Vadim Rutkovsky
Sent upstream: https://bugzilla.gnome.org/show_bug.cgi?id=670055

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

** Changed in: gedit (Ubuntu)
   Status: New = Confirmed

** Also affects: gedit via
   https://bugzilla.gnome.org/show_bug.cgi?id=670055
   Importance: Unknown
   Status: Unknown

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

Title:
  gedit crashed with SIGSEGV in gdk_property_get()

Status in Light-Weight Text Editor for Gnome:
  Unknown
Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  I dont know if this is new, but gedit suddenly crashed.

  Ive noticed that when Im in gedit with it maximized I couldnt access
  the Unity side bar with mouse hover.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.287
  Date: Thu Oct 13 10:19:40 2011
  ExecutablePath: /usr/bin/gedit
  LiveMediaBuild: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcCmdline: gedit /isodevice/config.sh
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f1ac24e6c80 gdk_property_get: mov
0x18(%rdi),%rax
   PC (0x7f1ac24e6c80) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   gdk_property_get () from /usr/lib/libgdk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with SIGSEGV in gdk_property_get()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/873345/+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 882177] Re: gedit crashed with SIGSEGV in gtk_notebook_button_release()

2012-02-14 Thread Vadim Rutkovsky
Sent upstream: https://bugzilla.gnome.org/show_bug.cgi?id=670057

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

** Changed in: gedit (Ubuntu)
   Status: New = Confirmed

** Also affects: gedit via
   https://bugzilla.gnome.org/show_bug.cgi?id=670057
   Importance: Unknown
   Status: Unknown

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

Title:
  gedit crashed with SIGSEGV in gtk_notebook_button_release()

Status in Light-Weight Text Editor for Gnome:
  Unknown
Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  Just closing Gedit after editing some text files. Two tabs open, one
  never saved and closed without saving, another already saved
  earlier...

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Wed Oct 26 13:53:41 2011
  ExecutablePath: /usr/bin/gedit
  ProcCmdline: gedit
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f1f9331f210 gtk_notebook_button_release+96:   
testb  $0x10,0x20(%rdx)
   PC (0x7f1f9331f210) ok
   source $0x10 ok
   destination 0x20(%rdx) (0x0020) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   gtk_notebook_button_release (event=0x1fd3630, widget=0xf17110) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtknotebook.c:3183
   gtk_notebook_button_release (widget=0xf17110, event=0x1fd3630) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtknotebook.c:3168
   _gtk_marshal_BOOLEAN__BOXED (closure=0xe26530, return_value=0x7fff9b308140, 
n_param_values=optimized out, param_values=0x146ae90, 
invocation_hint=optimized out, marshal_data=optimized out) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtkmarshalers.c:85
   g_closure_invoke (closure=0xe26530, return_value=0x7fff9b308140, 
n_param_values=2, param_values=0x146ae90, invocation_hint=optimized out) at 
/build/buildd/glib2.0-2.30.0/./gobject/gclosure.c:774
   signal_emit_unlocked_R (node=optimized out, detail=0, instance=0xf17110, 
emission_return=0x7fff9b3082a0, instance_and_params=0x146ae90) at 
/build/buildd/glib2.0-2.30.0/./gobject/gsignal.c:3310
  Title: gedit crashed with SIGSEGV in gtk_notebook_button_release()
  UpgradeStatus: Upgraded to oneiric on 2011-09-09 (47 days ago)
  UserGroups: adm admin cdrom dialout dip disk floppy fuse kvm libvirtd lpadmin 
netdev plugdev pulse pulse-access sambashare vboxusers vde2-net video

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/882177/+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 850885] Re: (oneiric) greeter screen displayed incorrectly with external monitor during login

2012-02-14 Thread Stewart Wilson
Hi Bryce,

As a temporary solution for Precise, can we please blank the framebuffer
in the transition between the login session and the user session, where
the display resolutions do not match.

Going forwards, we will display login screens on each display at their 
native/last-used resolutions:
See related bug: https://bugs.launchpad.net/ubuntu/+source/unity/+bug/924759
See multi-monitor spec: 
https://docs.google.com/a/canonical.com/document/d/1aHvJ-iIw-59bXTYBmIhQqEx0za2h9jpFE_RhZ2VOvJc/edit#bookmark=id.48eaevlgunt0

Upon login, it is then planned to use a cross-fade transition between
the login session and user session.

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

Title:
  (oneiric) greeter screen displayed incorrectly with external monitor
  during login

Status in Ayatana Design:
  New
Status in Unity Greeter:
  New
Status in “gnome-control-center” package in Ubuntu:
  Triaged

Bug description:
  I am running up to date (as of 15 Sept) Oneirc beta on a laptop with
  an external monitor.  When booting with the monitor plugged in, I see
  the following:

  - what appears to be the default greeter/sign in screen displayed correctly 
for a second or two
  - a white flash
  - that same sign in screen re-displayed but this time it is only in the top 
2/3 of the laptop screen, with the bottom third of that screen blank.

  It functions (i.e., I can log in), but looks shoddy.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/850885/+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 882177] Re: gedit crashed with SIGSEGV in gtk_notebook_button_release()

2012-02-14 Thread Sebastien Bacher
** Changed in: gedit (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  gedit crashed with SIGSEGV in gtk_notebook_button_release()

Status in Light-Weight Text Editor for Gnome:
  Unknown
Status in “gedit” package in Ubuntu:
  Triaged

Bug description:
  Just closing Gedit after editing some text files. Two tabs open, one
  never saved and closed without saving, another already saved
  earlier...

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Wed Oct 26 13:53:41 2011
  ExecutablePath: /usr/bin/gedit
  ProcCmdline: gedit
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f1f9331f210 gtk_notebook_button_release+96:   
testb  $0x10,0x20(%rdx)
   PC (0x7f1f9331f210) ok
   source $0x10 ok
   destination 0x20(%rdx) (0x0020) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   gtk_notebook_button_release (event=0x1fd3630, widget=0xf17110) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtknotebook.c:3183
   gtk_notebook_button_release (widget=0xf17110, event=0x1fd3630) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtknotebook.c:3168
   _gtk_marshal_BOOLEAN__BOXED (closure=0xe26530, return_value=0x7fff9b308140, 
n_param_values=optimized out, param_values=0x146ae90, 
invocation_hint=optimized out, marshal_data=optimized out) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtkmarshalers.c:85
   g_closure_invoke (closure=0xe26530, return_value=0x7fff9b308140, 
n_param_values=2, param_values=0x146ae90, invocation_hint=optimized out) at 
/build/buildd/glib2.0-2.30.0/./gobject/gclosure.c:774
   signal_emit_unlocked_R (node=optimized out, detail=0, instance=0xf17110, 
emission_return=0x7fff9b3082a0, instance_and_params=0x146ae90) at 
/build/buildd/glib2.0-2.30.0/./gobject/gsignal.c:3310
  Title: gedit crashed with SIGSEGV in gtk_notebook_button_release()
  UpgradeStatus: Upgraded to oneiric on 2011-09-09 (47 days ago)
  UserGroups: adm admin cdrom dialout dip disk floppy fuse kvm libvirtd lpadmin 
netdev plugdev pulse pulse-access sambashare vboxusers vde2-net video

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/882177/+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 873345] Re: gedit crashed with SIGSEGV in gdk_property_get()

2012-02-14 Thread Sebastien Bacher
** Changed in: gedit (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  gedit crashed with SIGSEGV in gdk_property_get()

Status in Light-Weight Text Editor for Gnome:
  Unknown
Status in “gedit” package in Ubuntu:
  Triaged

Bug description:
  I dont know if this is new, but gedit suddenly crashed.

  Ive noticed that when Im in gedit with it maximized I couldnt access
  the Unity side bar with mouse hover.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.287
  Date: Thu Oct 13 10:19:40 2011
  ExecutablePath: /usr/bin/gedit
  LiveMediaBuild: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcCmdline: gedit /isodevice/config.sh
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f1ac24e6c80 gdk_property_get: mov
0x18(%rdi),%rax
   PC (0x7f1ac24e6c80) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   gdk_property_get () from /usr/lib/libgdk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with SIGSEGV in gdk_property_get()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/873345/+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 407809] I am my own boss try it out for yourself!

2012-02-14 Thread drvista
phi!brive never had anything handed to me this makes it impossible
for me to fall behind my anxiety levels were through the roof!bra
href=http://binagara.com/newsjournal/31MatthewHill/;http://binagara.com/newsjournal/31MatthewHill//a
miracles really do existbryou have potential for greatness!/p

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

Title:
  nautilus memory leak in thumbnail view

Status in “nautilus” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: nautilus

  You can generate this bug by opening a folder that contains a video
  that is being edited. For example, video that is downloaded using
  torrents. I left the folder open for five hours and nautlius memory
  allocation reached 293 MB ! You can try for less periods and you will
  see that memory allocated to nautilus is increasing

  ProblemType: Bug
  Architecture: i386
  Date: Sun Aug  2 00:02:41 2009
  DistroRelease: Ubuntu 9.10
  Package: nautilus 1:2.27.4-0ubuntu3
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.31-4.23-generic
  SourcePackage: nautilus
  Uname: Linux 2.6.31-4-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/407809/+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 917344] Re: gedit crashed with SIGABRT: (tp != NULL)

2012-02-14 Thread Vadim Rutkovsky
Sent upstream: https://bugzilla.gnome.org/show_bug.cgi?id=670061

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

** Changed in: gedit (Ubuntu)
   Status: New = Confirmed

** Also affects: gedit via
   https://bugzilla.gnome.org/show_bug.cgi?id=670061
   Importance: Unknown
   Status: Unknown

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

Title:
  gedit crashed with SIGABRT: (tp != NULL)

Status in Light-Weight Text Editor for Gnome:
  Unknown
Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  This may be an issue in gedit-developer-plugins or a another enabled plugin 
because I have seen similar issues recently that relate to pygobject message I 
see in the terminal:
  TypeError: metaclass conflict: the metaclass of a derived class must be a 
(non-strict) subclass of the metaclasses of all its bases
  **
  
ERROR:/build/buildd/pygobject-3.0.3/gi/_gobject/pygobject.c:929:pygobject_new_full:
 assertion failed: (tp != NULL)

  I used GDPFind to locate text in a file, I clicked the matching row to
  open the file. The file happen to already be open, I expected the
  cursor to move the the proper line. I saw the TypeError: metaclass
  conflict: in the terminal, then gedit crashed.

  PS. GDP does not set __metaclass__. Most classes inherit from object
  or a GObject class.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
  Uname: Linux 3.2.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Mon Jan 16 15:01:53 2012
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcCmdline: gedit _notes.txt
  Signal: 6
  SourcePackage: gedit
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/python2.7/dist-packages/gi/_gobject/_gobject.so
  Title: gedit crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to precise on 2012-01-15 (1 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/917344/+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 932008] [NEW] Open and Save dialogs default to Recently Used

2012-02-14 Thread Mark S
Public bug reported:

Open and Save dialogs automatically default to 'Recently used'. This is
annoying for me because I do not use Recent files lists at all. I would
prefer the default of the Home directory being the default folder, or
perhaps an option to set the preferred default folder.

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Open and Save dialogs default to Recently Used

Status in “gtk+3.0” package in Ubuntu:
  New

Bug description:
  Open and Save dialogs automatically default to 'Recently used'. This
  is annoying for me because I do not use Recent files lists at all. I
  would prefer the default of the Home directory being the default
  folder, or perhaps an option to set the preferred default folder.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/932008/+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 914991] Re: Thunderbird sometimes marks whole newsgroups as unread

2012-02-14 Thread Michael Moorman
** Summary changed:

- Thunderbird sometimes marks whole newsgroups as read
+ Thunderbird sometimes marks whole newsgroups as unread

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

Title:
  Thunderbird sometimes marks whole newsgroups as unread

Status in Mozilla Thunderbird Mail and News:
  Fix Released
Status in “thunderbird” package in Ubuntu:
  New

Bug description:
  I was tracking the upstream bug report #695309 for this issue, which
  has affected Thunderbird 8.0, the version in Oneiric. The problem has
  just been patched upstream in trunk and will make it into Thunderbird
  12 when that releases (in May, presumably too late for Precise). I
  filed this bug report to make sure that the change gets noticed and
  backported to Oneiric post-haste, as it's a pretty major usability
  failing and there was no bug on LP that was tracking this upstream bug
  that I could find.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/914991/+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 682788] Re: Global menu is not ergonomical on large screens

2012-02-14 Thread Mark S
I too would like:

 [ ] Global Menu on
 [ ] Global Menu off
 [x] Global Menu only for maximized windows

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

Title:
  Global menu is not ergonomical on large screens

Status in Ayatana Design:
  Fix Committed
Status in Compiz Core:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress
Status in Baltix GNU/Linux:
  Confirmed

Bug description:
  Global menu in general (not only in Unity) is very unergonomic on
  large screens (see the attached screenshot) because if you have a
  small window somewhere near the low right corner you have to move the
  cursor all the way up to to panel to reach the menu. I understand why
  the global menu was used for the netbook edition (it saves space and
  most windows are maximized), but since Unity is intended to be for the
  desktop edition there should be an option to switch to the traditional
  position of the app menu. It would be welcomed by many desktop users.

  A commonly suggested solution is:
   [ ] Global Menu on
   [ ] Global Menu off
   [ ] Global Menu only for maximized windows
  The default is usually suggested as either the first (on) or last (on only 
for maximized windows).

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/682788/+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 932008] Re: Open and Save dialogs default to Recently Used

2012-02-14 Thread Robert Roth
** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Confirmed

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

Title:
  Open and Save dialogs default to Recently Used

Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  Open and Save dialogs automatically default to 'Recently used'. This
  is annoying for me because I do not use Recent files lists at all. I
  would prefer the default of the Home directory being the default
  folder, or perhaps an option to set the preferred default folder.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/932008/+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 917035] Re: Banshee stops playing on song change to flac/ogg type files, sometime application freezes on song change (any file type)

2012-02-14 Thread Brendan_P
Ok so some progress:

- Banshee no longer randomly hangs on song change
- Flac  mp3 files play with no problems

Confirmed reproducible behaviour:

- Song change TO song in ogg format results in banshee play pausing.
It will not start the song unless I manually move the song progress
slider. The song then plays. It also stops playing after completion of
the ogg file.

@chow I don't think this is a addon issue. But will try your suggestions
and report back tomorrow.

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

Title:
  Banshee stops playing on song change to flac/ogg type files, sometime
  application freezes on song change (any file type)

Status in “banshee” package in Ubuntu:
  Incomplete

Bug description:
  The attached log is for a application freeze on song change. I also
  get stalls on song change to flac/ogg, but in most cases I can just
  move the progress slider forward and back to the start and it will
  continue playing. In some instances it will freeze the whole
  application when trying to move the progress slider.

  Latest version from Precise.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/917035/+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 932017] [NEW] ubuntu's default calendar application is text editor?

2012-02-14 Thread Sayantan Das
Public bug reported:

Ever since Evolution was removed and Thunderbird put in as the default mail 
client, there is no inbuilt calendar application that can be used. Also, 
thunderbird does not ship with lightning addon by default.
As seen in the latest precise pangolin build of 13 February, the default 
calendar application is still set to Text Editor(gedit). Please see screenshot 
attached.
That does not make any sense. It also shows a glaring gap in design and 
experience . If Ubuntu really needs to compete in user experience, I believe 
these small glitches need to be resolved in a LTS release like 12.04.
 I believe it will be good to either include lighning with Thunderbird or add 
another calendar application as default.

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

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

Title:
  ubuntu's default calendar application is text editor?

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

Bug description:
  Ever since Evolution was removed and Thunderbird put in as the default mail 
client, there is no inbuilt calendar application that can be used. Also, 
thunderbird does not ship with lightning addon by default.
  As seen in the latest precise pangolin build of 13 February, the default 
calendar application is still set to Text Editor(gedit). Please see screenshot 
attached.
  That does not make any sense. It also shows a glaring gap in design and 
experience . If Ubuntu really needs to compete in user experience, I believe 
these small glitches need to be resolved in a LTS release like 12.04.
   I believe it will be good to either include lighning with Thunderbird or add 
another calendar application as default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/932017/+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 932017] Re: ubuntu's default calendar application is text editor?

2012-02-14 Thread Sayantan Das
** Attachment added: Default applications
   
https://bugs.launchpad.net/bugs/932017/+attachment/2738212/+files/QEMU%20-%20Press%20Ctrl-Alt%20to%20exit%20mouse%20grab_072.png

** Description changed:

  Ever since Evolution was removed and Thunderbird put in as the default mail 
client, there is no inbuilt calendar application that can be used. Also, 
thunderbird does not ship with lightning addon by default.
  As seen in the latest precise pangolin build of 13 February, the default 
calendar application is still set to Text Editor(gedit). Please see screenshot 
attached.
  That does not make any sense. It also shows a glaring gap in design and 
experience . If Ubuntu really needs to compete in user experience, I believe 
these small glitches need to be resolved in a LTS release like 12.04.
-  Please either include lighning with Thunderbird or add another calendar 
application as default.
+  I believe it will be good to either include lighning with Thunderbird or add 
another calendar application as default.

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

Title:
  ubuntu's default calendar application is text editor?

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

Bug description:
  Ever since Evolution was removed and Thunderbird put in as the default mail 
client, there is no inbuilt calendar application that can be used. Also, 
thunderbird does not ship with lightning addon by default.
  As seen in the latest precise pangolin build of 13 February, the default 
calendar application is still set to Text Editor(gedit). Please see screenshot 
attached.
  That does not make any sense. It also shows a glaring gap in design and 
experience . If Ubuntu really needs to compete in user experience, I believe 
these small glitches need to be resolved in a LTS release like 12.04.
   I believe it will be good to either include lighning with Thunderbird or add 
another calendar application as default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/932017/+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 124053] Re: edit button doesn't get disabled after adding/editing mail account

2012-02-14 Thread Bug Watch Updater
** Changed in: evolution
   Status: New = Expired

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

Title:
  edit button doesn't get disabled after adding/editing mail account

Status in The Evolution Mail  Calendaring Tool:
  Expired
Status in “evolution” package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: evolution

  After you add or edit a mail account, no one is selected, but the
  edit button is still enabled. It doesn't happen with the delete,
  default or disable buttons. I'll add a screenshot.

  Steps to reproduce:

  1. Open evolution.
  2. Edit - Preferences.
  3. Your first mail account should be automatically selected. Press edit, 
cancel.

  ProblemType: Bug
  Architecture: i386
  Date: Wed Jul  4 14:23:30 2007
  DistroRelease: Ubuntu 7.10
  Package: evolution 2.11.4-0ubuntu1
  PackageArchitecture: i386
  SourcePackage: evolution
  Uname: Linux snifer-laptop 2.6.22-7-generic #1 SMP Mon Jun 25 17:33:14 GMT 
2007 i686 GNU/Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution/+bug/124053/+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 930568] Re: gedit crashed with signal 5 in g_object_newv()

2012-02-14 Thread Vadim Rutkovsky
GLib-GIO-ERROR **: Settings schema 'org.gnome.gedit.plugins.vala-
toys.preferences' is not installed

** Package changed: gedit (Ubuntu) = valatoys (Ubuntu)

** Changed in: valatoys (Ubuntu)
   Status: New = Confirmed

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

Title:
  gedit crashed with signal 5 in g_object_newv()

Status in “valatoys” package in Ubuntu:
  Confirmed

Bug description:
  Gedit crashed after trying to start the valatoys plugin. The
  application keeps crashing since then. Hence the bug is reproducable.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.3-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-15.24-generic-pae 3.2.5
  Uname: Linux 3.2.0-15-generic-pae i686
  NonfreeKernelModules: fglrx
  ApportVersion: 1.91-0ubuntu1
  Architecture: i386
  Date: Sat Feb 11 13:51:34 2012
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120206)
  ProcCmdline: gedit
  Signal: 5
  SourcePackage: gedit
  StacktraceTop:
   ?? () from /usr/lib/i386-linux-gnu/libgio-2.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
   g_object_newv () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
   g_object_new_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
   g_object_new () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with signal 5 in g_object_newv()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/valatoys/+bug/930568/+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 873011] [NEW] i cant open any folders and all my folders on desktop disappeared

2012-02-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

i cant open any folders and all my folders on desktop disappeared and i
dnt knw whts wrong with my ubuntu 11.4

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: synaptic 0.75.1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Wed Oct 12 20:16:58 2011
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic
UpgradeStatus: Upgraded to natty on 2011-09-30 (12 days ago)

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


** Tags: amd64 apport-bug apport-lpi natty
-- 
i cant open any folders and all my folders on desktop disappeared
https://bugs.launchpad.net/bugs/873011
You received this bug notification because you are a member of Desktop 
Packages, which is subscribed to nautilus in Ubuntu.

-- 
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 728007] Re: python gedit plugins print errors in console

2012-02-14 Thread Vadim Rutkovsky
Can't reproduce in devhelp 3.3.3, can anyone else confirm this is
fixed/reproducible?

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

Title:
  python gedit plugins print errors in console

Status in “gedit” package in Ubuntu:
  New

Bug description:
  Binary package hint: devhelp

  When the devhelp gedit plugin is enabled, it prints a bunch of error
  messages on the console when gedit is used:

  mdeslaur@mdlinux:~$ gedit
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: devhelp 2.32.0-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Mar  2 14:57:14 2011
  EcryptfsInUse: Yes
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: devhelp
  UpgradeStatus: Upgraded to natty on 2011-02-01 (29 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/728007/+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 927725] Re: I cannot delete last.fm entries in the left row/menu

2012-02-14 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 921688 ***
https://bugs.launchpad.net/bugs/921688

This is duplicate of bug #921688, see
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/921688/comments/5
for workaround

** This bug has been marked a duplicate of bug 921688
   Can't remove Last.fm radio

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

Title:
  I cannot delete last.fm entries in the left row/menu

Status in “rhythmbox” package in Ubuntu:
  New

Bug description:
  I cannot delete last.fm entries in the left row/menu

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: rhythmbox 2.90.1~20110908-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Mon Feb  6 17:33:57 2012
  ExecutablePath: /usr/bin/rhythmbox
  InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: rhythmbox
  UpgradeStatus: Upgraded to oneiric on 2011-10-23 (106 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/927725/+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 917344] Re: gedit crashed with SIGABRT: (tp != NULL)

2012-02-14 Thread Bug Watch Updater
** Changed in: gedit
   Status: Unknown = New

** Changed in: gedit
   Importance: Unknown = Critical

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

Title:
  gedit crashed with SIGABRT: (tp != NULL)

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  This may be an issue in gedit-developer-plugins or a another enabled plugin 
because I have seen similar issues recently that relate to pygobject message I 
see in the terminal:
  TypeError: metaclass conflict: the metaclass of a derived class must be a 
(non-strict) subclass of the metaclasses of all its bases
  **
  
ERROR:/build/buildd/pygobject-3.0.3/gi/_gobject/pygobject.c:929:pygobject_new_full:
 assertion failed: (tp != NULL)

  I used GDPFind to locate text in a file, I clicked the matching row to
  open the file. The file happen to already be open, I expected the
  cursor to move the the proper line. I saw the TypeError: metaclass
  conflict: in the terminal, then gedit crashed.

  PS. GDP does not set __metaclass__. Most classes inherit from object
  or a GObject class.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
  Uname: Linux 3.2.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Mon Jan 16 15:01:53 2012
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcCmdline: gedit _notes.txt
  Signal: 6
  SourcePackage: gedit
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/python2.7/dist-packages/gi/_gobject/_gobject.so
  Title: gedit crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to precise on 2012-01-15 (1 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/917344/+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 882177] Re: gedit crashed with SIGSEGV in gtk_notebook_button_release()

2012-02-14 Thread Bug Watch Updater
** Changed in: gedit
   Status: Unknown = New

** Changed in: gedit
   Importance: Unknown = Critical

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

Title:
  gedit crashed with SIGSEGV in gtk_notebook_button_release()

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Triaged

Bug description:
  Just closing Gedit after editing some text files. Two tabs open, one
  never saved and closed without saving, another already saved
  earlier...

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
  Uname: Linux 3.0.0-13-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Wed Oct 26 13:53:41 2011
  ExecutablePath: /usr/bin/gedit
  ProcCmdline: gedit
  ProcEnviron:
   LANGUAGE=en
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f1f9331f210 gtk_notebook_button_release+96:   
testb  $0x10,0x20(%rdx)
   PC (0x7f1f9331f210) ok
   source $0x10 ok
   destination 0x20(%rdx) (0x0020) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   gtk_notebook_button_release (event=0x1fd3630, widget=0xf17110) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtknotebook.c:3183
   gtk_notebook_button_release (widget=0xf17110, event=0x1fd3630) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtknotebook.c:3168
   _gtk_marshal_BOOLEAN__BOXED (closure=0xe26530, return_value=0x7fff9b308140, 
n_param_values=optimized out, param_values=0x146ae90, 
invocation_hint=optimized out, marshal_data=optimized out) at 
/build/buildd/gtk+3.0-3.2.0/./gtk/gtkmarshalers.c:85
   g_closure_invoke (closure=0xe26530, return_value=0x7fff9b308140, 
n_param_values=2, param_values=0x146ae90, invocation_hint=optimized out) at 
/build/buildd/glib2.0-2.30.0/./gobject/gclosure.c:774
   signal_emit_unlocked_R (node=optimized out, detail=0, instance=0xf17110, 
emission_return=0x7fff9b3082a0, instance_and_params=0x146ae90) at 
/build/buildd/glib2.0-2.30.0/./gobject/gsignal.c:3310
  Title: gedit crashed with SIGSEGV in gtk_notebook_button_release()
  UpgradeStatus: Upgraded to oneiric on 2011-09-09 (47 days ago)
  UserGroups: adm admin cdrom dialout dip disk floppy fuse kvm libvirtd lpadmin 
netdev plugdev pulse pulse-access sambashare vboxusers vde2-net video

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/882177/+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 873345] Re: gedit crashed with SIGSEGV in gdk_property_get()

2012-02-14 Thread Bug Watch Updater
** Changed in: gedit
   Status: Unknown = New

** Changed in: gedit
   Importance: Unknown = Critical

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

Title:
  gedit crashed with SIGSEGV in gdk_property_get()

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Triaged

Bug description:
  I dont know if this is new, but gedit suddenly crashed.

  Ive noticed that when Im in gedit with it maximized I couldnt access
  the Unity side bar with mouse hover.

  ProblemType: Crash
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.2.0-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.287
  Date: Thu Oct 13 10:19:40 2011
  ExecutablePath: /usr/bin/gedit
  LiveMediaBuild: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcCmdline: gedit /isodevice/config.sh
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7f1ac24e6c80 gdk_property_get: mov
0x18(%rdi),%rax
   PC (0x7f1ac24e6c80) ok
   source 0x18(%rdi) (0x0018) not located in a known VMA region (needed 
readable region)!
   destination %rax ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   gdk_property_get () from /usr/lib/libgdk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   ?? () from /usr/lib/libgtk-3.so.0
   g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gedit crashed with SIGSEGV in gdk_property_get()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/873345/+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 873011] Re: i cant open any folders and all my folders on desktop disappeared

2012-02-14 Thread Vadim Rutkovsky
Could you please attach a more detailed description of the problem and,
if possible, a screenshot of the problem after running Nautilus?

** Changed in: nautilus (Ubuntu)
   Status: New = Incomplete

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

Title:
  i cant open any folders and all my folders on desktop disappeared

Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  i cant open any folders and all my folders on desktop disappeared and
  i dnt knw whts wrong with my ubuntu 11.4

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: synaptic 0.75.1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Oct 12 20:16:58 2011
  ExecutablePath: /usr/sbin/synaptic
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: synaptic
  UpgradeStatus: Upgraded to natty on 2011-09-30 (12 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/873011/+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 873011] Re: i cant open any folders and all my folders on desktop disappeared

2012-02-14 Thread Robert Roth
** Package changed: synaptic (Ubuntu) = nautilus (Ubuntu)

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

Title:
  i cant open any folders and all my folders on desktop disappeared

Status in “nautilus” package in Ubuntu:
  Incomplete

Bug description:
  i cant open any folders and all my folders on desktop disappeared and
  i dnt knw whts wrong with my ubuntu 11.4

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: synaptic 0.75.1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-11.48-generic 2.6.38.8
  Uname: Linux 2.6.38-11-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Oct 12 20:16:58 2011
  ExecutablePath: /usr/sbin/synaptic
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: synaptic
  UpgradeStatus: Upgraded to natty on 2011-09-30 (12 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/873011/+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 808119] Re: Gedit does not base it's syntax highlighting on file content on a remote server

2012-02-14 Thread Vadim Rutkovsky
This is marked as fixed in upstream (see
https://bugzilla.gnome.org/show_bug.cgi?id=349199). Is this still
reproducible? Please specify your gedit version using 'apt-cache policy
gedit' command in terminal

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

** Changed in: gedit (Ubuntu)
   Status: New = Incomplete

** Also affects: gedit via
   https://bugzilla.gnome.org/show_bug.cgi?id=349199
   Importance: Unknown
   Status: Unknown

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

Title:
  Gedit does not base it's syntax highlighting on file content on a
  remote server

Status in Light-Weight Text Editor for Gnome:
  Unknown
Status in “gedit” package in Ubuntu:
  Incomplete

Bug description:
  When a file contains #!/bin/bash in it's header, this is not
  recognized when the file is on a remote location (ssh, smb, etc.).
  The syntax hightlighting has to be set manually to 'sh'.

  When the file is local, the syntax highlighting works as expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/808119/+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 890734] Re: Appearance of very long line broken

2012-02-14 Thread Vadim Rutkovsky
Sent upstream

** Changed in: gedit (Ubuntu)
   Status: New = Confirmed

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

Title:
  Appearance of very long line broken

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  I tried opening a very large text file in gedit. It's about 2MB big,
  most of that stored in a single line (see attachement Auc-
  ScanData.lua).

  It seems to me that this long line gets printed over and over again,
  see screenshot attachement.

  Appeared on 64 bit oneiric ozelot, no other gedit-plugins than the
  standard ones (those you have if you do a fresh ubuntu-install)
  installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/890734/+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 932028] [NEW] Firefos always starts with This is embarrassing

2012-02-14 Thread Reg Kennedy
Public bug reported:

This happens every time Ubuntu starts up

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 10.0+build1-0ubuntu0.11.10.1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic i686
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  reg1244 F pulseaudio
BuildID: 20120129141551
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH5'/'Intel ICH5 with AD1981B at irq 17'
   Mixer name   : 'Analog Devices AD1981B'
   Components   : 'AC97a:41445374'
   Controls  : 34
   Simple ctrls  : 23
Channel: release
Date: Tue Feb 14 14:22:59 2012
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
IpRoute:
 default via 192.168.100.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.100.0/24 dev eth0  proto kernel  scope link  src 192.168.100.45  
metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
Profiles: Profile0 (Default) - LastVersion=10.0/20120129141551 (Running)
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/10/2003
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 786B2 v1.11
dmi.board.name: 085Ch
dmi.board.vendor: Hewlett-Packard
dmi.chassis.asset.tag: CZC34609FH
dmi.chassis.type: 4
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786B2v1.11:bd07/10/2003:svnHewlett-Packard:pnHPd530SFF(DF377T):pvr:rvnHewlett-Packard:rn085Ch:rvr:cvnHewlett-Packard:ct4:cvr:
dmi.product.name: HP d530 SFF(DF377T)
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  Firefos always starts with This is embarrassing

Status in “firefox” package in Ubuntu:
  New

Bug description:
  This happens every time Ubuntu starts up

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 10.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  reg1244 F pulseaudio
  BuildID: 20120129141551
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'ICH5'/'Intel ICH5 with AD1981B at irq 17'
 Mixer name : 'Analog Devices AD1981B'
 Components : 'AC97a:41445374'
 Controls  : 34
 Simple ctrls  : 23
  Channel: release
  Date: Tue Feb 14 14:22:59 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default via 192.168.100.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.100.0/24 dev eth0  proto kernel  scope link  src 192.168.100.45  
metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Profiles: Profile0 (Default) - LastVersion=10.0/20120129141551 (Running)
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2003
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786B2 v1.11
  dmi.board.name: 085Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC34609FH
  dmi.chassis.type: 4
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786B2v1.11:bd07/10/2003:svnHewlett-Packard:pnHPd530SFF(DF377T):pvr:rvnHewlett-Packard:rn085Ch:rvr:cvnHewlett-Packard:ct4:cvr:
  dmi.product.name: HP d530 SFF(DF377T)
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/932028/+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 932028] Re: Firefos always starts with This is embarrassing

2012-02-14 Thread Reg Kennedy
-- 
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/932028

Title:
  Firefos always starts with This is embarrassing

Status in “firefox” package in Ubuntu:
  New

Bug description:
  This happens every time Ubuntu starts up

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: firefox 10.0+build1-0ubuntu0.11.10.1
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic i686
  AddonCompatCheckDisabled: False
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  reg1244 F pulseaudio
  BuildID: 20120129141551
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'ICH5'/'Intel ICH5 with AD1981B at irq 17'
 Mixer name : 'Analog Devices AD1981B'
 Components : 'AC97a:41445374'
 Controls  : 34
 Simple ctrls  : 23
  Channel: release
  Date: Tue Feb 14 14:22:59 2012
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
  IpRoute:
   default via 192.168.100.1 dev eth0  proto static 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.100.0/24 dev eth0  proto kernel  scope link  src 192.168.100.45  
metric 1
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Profiles: Profile0 (Default) - LastVersion=10.0/20120129141551 (Running)
  RfKill:
   
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/10/2003
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 786B2 v1.11
  dmi.board.name: 085Ch
  dmi.board.vendor: Hewlett-Packard
  dmi.chassis.asset.tag: CZC34609FH
  dmi.chassis.type: 4
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786B2v1.11:bd07/10/2003:svnHewlett-Packard:pnHPd530SFF(DF377T):pvr:rvnHewlett-Packard:rn085Ch:rvr:cvnHewlett-Packard:ct4:cvr:
  dmi.product.name: HP d530 SFF(DF377T)
  dmi.sys.vendor: Hewlett-Packard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/932028/+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 932017] Re: ubuntu's default calendar application is text editor?

2012-02-14 Thread Sebastien Bacher
*** This bug is a duplicate of bug 841409 ***
https://bugs.launchpad.net/bugs/841409

** This bug has been marked a duplicate of bug 841409
   GEdit is the only choice as Calendar application in Default Applications 
dialog

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

Title:
  ubuntu's default calendar application is text editor?

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

Bug description:
  Ever since Evolution was removed and Thunderbird put in as the default mail 
client, there is no inbuilt calendar application that can be used. Also, 
thunderbird does not ship with lightning addon by default.
  As seen in the latest precise pangolin build of 13 February, the default 
calendar application is still set to Text Editor(gedit). Please see screenshot 
attached.
  That does not make any sense. It also shows a glaring gap in design and 
experience . If Ubuntu really needs to compete in user experience, I believe 
these small glitches need to be resolved in a LTS release like 12.04.
   I believe it will be good to either include lighning with Thunderbird or add 
another calendar application as default.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/932017/+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 908718] Re: gedit crashed with SIGSEGV

2012-02-14 Thread Vadim Rutkovsky
** Changed in: gedit (Ubuntu)
   Status: New = Confirmed

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

** Also affects: gedit via
   https://bugzilla.gnome.org/show_bug.cgi?id=670064
   Importance: Unknown
   Status: Unknown

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

Title:
  gedit crashed with SIGSEGV

Status in Light-Weight Text Editor for Gnome:
  Unknown
Status in “gedit” package in Ubuntu:
  Confirmed

Bug description:
  gedit crashed while loading a very big file about 50MB.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.2.5-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-6.12-generic-pae 3.2.0-rc6
  Uname: Linux 3.2.0-6-generic-pae i686
  ApportVersion: 1.90-0ubuntu1
  Architecture: i386
  CrashCounter: 1
  Date: Sun Dec 25 22:51:48 2011
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110427.1)
  ProcCmdline: gedit 
/media/07EF-002F/Android/data/com.navfree.android.OSM.ALL/files/UserData/maps/$com.MAP.OSM.DEU/map_osm_5.3.0.99/deu/map_osm_5.3.0.99/saarland.12.ydb
  ProcEnviron:
   PATH=(custom, no user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x8083816: mov0x8(%eax),%eax
   PC (0x08083816) ok
   source 0x8(%eax) (0xaab2) not located in a known VMA region (needed 
readable region)!
   destination %eax ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: gedit
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
  Title: gedit crashed with SIGSEGV
  UpgradeStatus: Upgraded to precise on 2011-12-18 (7 days ago)
  UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev 
plugdev sambashare tape video

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/908718/+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 152531] Re: GLSlideshow Consistantly Freezes

2012-02-14 Thread Marc Deslauriers
Oneiric's gnome-screensaver doesn't contain actual animated screensavers
anymore, so you can't be experiencing this issue on Oneiric.

I am closing this bug again.

If this is happening with something another package than gome-
screensaver, please file a new bug. Thanks.


** Changed in: gnome-screensaver (Ubuntu)
   Status: New = Invalid

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

Title:
  GLSlideshow Consistantly Freezes

Status in “gnome-screensaver” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnome-screensaver

  This happening in both Feisty and the Gutsy Release Candidate.
  GLSlideshow will start normally, move through a few pictures, and then
  just freeze.  I have used the debugging information found in the man
  pages and have made a few notes of what I noticed:

  1.)  Using the -wireframe option, the behavior is the same.  A few test 
frames go by and then a freeze.
  2.)  Using the -wireframe -fps option, the behavior is the same.
  3.)  Using the -fps -wireframe -debug option, the behavior is the same.
  4.)  Using the -fps -debug option, the behavior is the same.

  For the most part, it freezes with most combinations of those options.
  This is with version 2.20.0 of gnome-screensaver.  Here is my
  glslideshow.desktop config file:

  
  
/***/
  /*   START CODE   

*/
  
/***/

  [Desktop Entry]
  Encoding=UTF-8
  Name=GLSlideshow
  Comment=Loads a random sequence of images and smoothly scans and zooms around 
in each, fading from pan to pan. To tell it where to find the images to 
display, go to the Advanced tab on the Screensaver Preferences window. Select 
Choose Random Images, and enter your image directory in the text field right 
below that. (Note: not the the Advanced button at the bottom of this window: 
the tab at the top of the *other* window.) This program requires a good video 
card capable of supporting large textures. Written by Jamie Zawinski and Mike 
Oliphant.
  TryExec=glslideshow
  Exec=glslideshow -root -duration 7 -pan 7 -fade 3 -clip
  StartupNotify=false
  Terminal=false
  Type=Application
  Categories=Screensaver
  X-Ubuntu-Gettext-Domain=xscreensaver

  
/***/
  /* END CODE   

*/
  
/***/

  While writing this bug report, I tried just about every different
  option I could think of as well as different values for each (i.e.
  -cutoff 0 -delay 0 -zoom 98) and it's still the same behavior every
  time.  If you need any more information, please let me know.  I'm not
  sure what to include in this report.  I'm using a Sony Vaio VGN-FE550G
  with the Intel 945GM chipset and integrated graphics.  Kernel version:
  2.6.22-14-generic.  GLSlideshow is grabbing the pictures using the
  specified directory (~/Pictures/2007/) within the .xscreensaver file
  that I created.

  Thanks for any help.

  Here's a thread over at the ubuntu forums with two others, besides myself, 
that are having the same problem:
  http://ubuntuforums.org/showthread.php?t=418890

  Here's the man page for GLSlideshow:
  http://www.linuxcommand.org/man_pages/glslideshow1.html

  Here's the tutorial I used to modify GLSlideshow:
  
http://rclermont.blogspot.com/2007/02/modifying-glslideshow-settings-in_28.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/152531/+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 902778] Re: Slow to refresh screen while typing with 'Highlight Misspelled Words' switched on

2012-02-14 Thread Vadim Rutkovsky
*** This bug is a duplicate of bug 145400 ***
https://bugs.launchpad.net/bugs/145400

This is a duplicate of bug #145400

** This bug has been marked a duplicate of bug 145400
   gedit consumes 100% processor with paragraphs  10 lines.

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

Title:
  Slow to refresh screen while typing with 'Highlight Misspelled Words'
  switched on

Status in “gedit” package in Ubuntu:
  New

Bug description:
  When 'Highlight Misspelled Words' and syntax highlighting are switched
  on and I am working on a moderately sized LaTeX document, there is a
  delay of a second or so between typing text and the screen updating to
  show the typed characters.

  However when 'Highlight Misspelled Words' is switched off, the program
  is fast and responsive.

  This is a problem on my older desktop (Intel Celeron 2.66GHz with
  gedit 3.2.1 on a fresh install of Ubuntu 11.10, running openbox
  (Lubuntu desktop)) and also my netbook (1.3GHz atom dual-core). I
  think it might not be noticeable on faster computers.

  Thank you. Apart from this little snag, gedit is a really great
  program!

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gedit 3.2.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-13.22-generic 3.0.6
  Uname: Linux 3.0.0-13-generic i686
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sun Dec 11 12:30:42 2011
  ExecutablePath: /usr/bin/gedit
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/902778/+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 728007] Re: python gedit plugins print errors in console

2012-02-14 Thread Marc Deslauriers
No, this is an old bug, and it's not happening anymore. Closing.

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

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

Title:
  python gedit plugins print errors in console

Status in “gedit” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: devhelp

  When the devhelp gedit plugin is enabled, it prints a bunch of error
  messages on the console when gedit is used:

  mdeslaur@mdlinux:~$ gedit
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError
  Error in sys.excepthook:
  RuntimeError

  Original exception was:
  RuntimeError

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: devhelp 2.32.0-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-5.32-generic 2.6.38-rc6
  Uname: Linux 2.6.38-5-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Wed Mar  2 14:57:14 2011
  EcryptfsInUse: Yes
  ProcEnviron:
   LANGUAGE=en_CA:en
   PATH=(custom, user)
   LANG=en_CA.UTF-8
   SHELL=/bin/bash
  SourcePackage: devhelp
  UpgradeStatus: Upgraded to natty on 2011-02-01 (29 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/728007/+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 30554] Re: rhythmbox columns are not in right order

2012-02-14 Thread Chris Wilson
** Changed in: hundredpapercuts
 Assignee: Papercuts Ninja (papercuts-ninja) = Chris Wilson (notgary)

** Changed in: rhythmbox (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = Chris Wilson (notgary)

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

Title:
  rhythmbox columns are not in right order

Status in One Hundred Paper Cuts:
  Triaged
Status in The Rhythmbox Music Management Application:
  New
Status in “rhythmbox” package in Ubuntu:
  Triaged

Bug description:
  In the library the colums are not in right order 
(Track-Title-Genre(!!!)-Artist-Album-Time, it would be nicer in this order 
Track-Title-Artist-Album-Genre-Time)
  In addition a tool to set the position would be nice...

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/30554/+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 932038] Re: sometimes I don't receive the messages

2012-02-14 Thread sil__via
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to empathy in Ubuntu.
https://bugs.launchpad.net/bugs/932038

Title:
  sometimes I don't receive the messages

Status in “empathy” package in Ubuntu:
  New

Bug description:
  even if friends send me some messages I don't receive them

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Feb 14 13:47:52 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-10-17 (119 days ago)
  XsessionErrors: (bluetooth-applet:1637): Bluetooth-WARNING **: Cannot set 
discoverable: Operation not possible due to RF-kill

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/932038/+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 890734] Re: Appearance of very long line broken

2012-02-14 Thread Sebastien Bacher
** Changed in: gedit (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Appearance of very long line broken

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Triaged

Bug description:
  I tried opening a very large text file in gedit. It's about 2MB big,
  most of that stored in a single line (see attachement Auc-
  ScanData.lua).

  It seems to me that this long line gets printed over and over again,
  see screenshot attachement.

  Appeared on 64 bit oneiric ozelot, no other gedit-plugins than the
  standard ones (those you have if you do a fresh ubuntu-install)
  installed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/890734/+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 917344] Re: gedit crashed with SIGABRT: (tp != NULL)

2012-02-14 Thread Sebastien Bacher
** Changed in: gedit (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  gedit crashed with SIGABRT: (tp != NULL)

Status in Light-Weight Text Editor for Gnome:
  New
Status in “gedit” package in Ubuntu:
  Triaged

Bug description:
  This may be an issue in gedit-developer-plugins or a another enabled plugin 
because I have seen similar issues recently that relate to pygobject message I 
see in the terminal:
  TypeError: metaclass conflict: the metaclass of a derived class must be a 
(non-strict) subclass of the metaclasses of all its bases
  **
  
ERROR:/build/buildd/pygobject-3.0.3/gi/_gobject/pygobject.c:929:pygobject_new_full:
 assertion failed: (tp != NULL)

  I used GDPFind to locate text in a file, I clicked the matching row to
  open the file. The file happen to already be open, I expected the
  cursor to move the the proper line. I saw the TypeError: metaclass
  conflict: in the terminal, then gedit crashed.

  PS. GDP does not set __metaclass__. Most classes inherit from object
  or a GObject class.

  ProblemType: Crash
  DistroRelease: Ubuntu 12.04
  Package: gedit 3.3.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-9.16-generic 3.2.1
  Uname: Linux 3.2.0-9-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 1.90-0ubuntu2
  Architecture: amd64
  Date: Mon Jan 16 15:01:53 2012
  ExecutablePath: /usr/bin/gedit
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  ProcCmdline: gedit _notes.txt
  Signal: 6
  SourcePackage: gedit
  StacktraceTop:
   raise () from /lib/x86_64-linux-gnu/libc.so.6
   abort () from /lib/x86_64-linux-gnu/libc.so.6
   g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/python2.7/dist-packages/gi/_gobject/_gobject.so
  Title: gedit crashed with SIGABRT in raise()
  UpgradeStatus: Upgraded to precise on 2012-01-15 (1 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

To manage notifications about this bug go to:
https://bugs.launchpad.net/gedit/+bug/917344/+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 932038] [NEW] sometimes I don't receive the messages

2012-02-14 Thread sil__via
Public bug reported:

even if friends send me some messages I don't receive them

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: empathy 3.2.0.1-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
Uname: Linux 3.0.0-16-generic i686
NonfreeKernelModules: wl
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Tue Feb 14 13:47:52 2012
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (119 days ago)
XsessionErrors: (bluetooth-applet:1637): Bluetooth-WARNING **: Cannot set 
discoverable: Operation not possible due to RF-kill

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


** Tags: apport-bug apport-lpi i386 oneiric running-unity

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

Title:
  sometimes I don't receive the messages

Status in “empathy” package in Ubuntu:
  New

Bug description:
  even if friends send me some messages I don't receive them

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: empathy 3.2.0.1-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.0.0-16.28-generic 3.0.17
  Uname: Linux 3.0.0-16-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Tue Feb 14 13:47:52 2012
  ExecutablePath: /usr/bin/empathy
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=it_IT.UTF-8
   SHELL=/bin/bash
  SourcePackage: empathy
  UpgradeStatus: Upgraded to oneiric on 2011-10-17 (119 days ago)
  XsessionErrors: (bluetooth-applet:1637): Bluetooth-WARNING **: Cannot set 
discoverable: Operation not possible due to RF-kill

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/932038/+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 931986] Re: Firefox crashes upon using any addon after upgrade to 10.0 and thereafter 10.0.1

2012-02-14 Thread Shrenik
Herein are attached the firefox debugger results.

** Attachment added: Firebug induced crash
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931986/+attachment/2738388/+files/gdb-firefox_firebug_crash.txt

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

Title:
  Firefox crashes upon using any addon in 10.0 and 10.0.1

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Symptoms absolutely similar to that of reported herein -
  https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931637

  Yet created this bug to report further details that I found using
  ubuntu-bug and firefox-dbg to assist in quick resolution.

  If found similar to the one referred above then this may be marked as
  duplicate.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 10.0.1+build1-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
  Uname: Linux 2.6.32-38-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: aplay: device_list:223: no soundcards found...
  Architecture: amd64
  ArecordDevices: arecord: device_list:223: no soundcards found...
  BuildID: 20120209215013
  Channel: release
  Date: Tue Feb 14 15:56:48 2012
  EtcFirefoxSyspref: Cannot parse /etc/firefox/syspref.js - [Errno 2] No such 
file or directory: '/etc/firefox/syspref.js'
  ForcedLayersAccel: False
  IncompatibleExtensions:
   FireDiff - ID=fired...@johnjbarton.com, Version=1.1.4, minVersion=3.6, 
maxVersion=7.*, Location=app-profile, Type=extension, Active=Yes
   Firefinder for Firebug - ID=firefin...@robertnyman.com, Version=1.04, 
minVersion=3.5, maxVersion=6.*, Location=app-profile, Type=extension, Active=Yes
   selectbug - ID=select...@getfirebug.com, Version=0.1a2, minVersion=1.9.0.*, 
maxVersion=2.0.0.*, Location=app-profile, Type=extension, Active=Yes
   Awesome screenshot: Capture and Annotate - 
ID=jid0-GXjLLfbCoAx0LcltEdFrEkQdQPI@jetpack, Version=2.3.6, minVersion=8.0, 
maxVersion=9.*, Location=app-profile, Type=extension, Active=Yes
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
  PciMultimedia:
   
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=10.0.1/20120209215013
  RunningIncompatibleAddons: True
  SourcePackage: firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931986/+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 931986] Re: Firefox crashes upon using any addon after upgrade to 10.0 and thereafter 10.0.1

2012-02-14 Thread Shrenik
Another firefox debug log induced by another addon awesome screenshot.
Have not tried with any more addons.

** Attachment added: Awesome screenshot addon induced crash.
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931986/+attachment/2738389/+files/gdb-firefox_awesome_screenshot_crash.txt

** Summary changed:

- Firefox crashes upon using any addon after upgrade to 10.0 and thereafter 
10.0.1
+ Firefox crashes upon using any addon in 10.0 and 10.0.1

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

Title:
  Firefox crashes upon using any addon in 10.0 and 10.0.1

Status in “firefox” package in Ubuntu:
  New

Bug description:
  Symptoms absolutely similar to that of reported herein -
  https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931637

  Yet created this bug to report further details that I found using
  ubuntu-bug and firefox-dbg to assist in quick resolution.

  If found similar to the one referred above then this may be marked as
  duplicate.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: firefox 10.0.1+build1-0ubuntu0.10.04.1
  ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
  Uname: Linux 2.6.32-38-generic x86_64
  AddonCompatCheckDisabled: False
  AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 
2: ls: cannot access /dev/snd/: No such file or directory
  AplayDevices: aplay: device_list:223: no soundcards found...
  Architecture: amd64
  ArecordDevices: arecord: device_list:223: no soundcards found...
  BuildID: 20120209215013
  Channel: release
  Date: Tue Feb 14 15:56:48 2012
  EtcFirefoxSyspref: Cannot parse /etc/firefox/syspref.js - [Errno 2] No such 
file or directory: '/etc/firefox/syspref.js'
  ForcedLayersAccel: False
  IncompatibleExtensions:
   FireDiff - ID=fired...@johnjbarton.com, Version=1.1.4, minVersion=3.6, 
maxVersion=7.*, Location=app-profile, Type=extension, Active=Yes
   Firefinder for Firebug - ID=firefin...@robertnyman.com, Version=1.04, 
minVersion=3.5, maxVersion=6.*, Location=app-profile, Type=extension, Active=Yes
   selectbug - ID=select...@getfirebug.com, Version=0.1a2, minVersion=1.9.0.*, 
maxVersion=2.0.0.*, Location=app-profile, Type=extension, Active=Yes
   Awesome screenshot: Capture and Annotate - 
ID=jid0-GXjLLfbCoAx0LcltEdFrEkQdQPI@jetpack, Version=2.3.6, minVersion=8.0, 
maxVersion=9.*, Location=app-profile, Type=extension, Active=Yes
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100427.1)
  PciMultimedia:
   
  ProcEnviron:
   LANG=en_IN
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=10.0.1/20120209215013
  RunningIncompatibleAddons: True
  SourcePackage: firefox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/931986/+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 296242] Re: after somehow entering OVR mode, getting back to INS mode incredibly hard for new user

2012-02-14 Thread Vadim Rutkovsky
Not sure if this is a Gedit's fault - but you may try intructions at
http://flanders.co.nz/2008/08/11/finally-found-the-insert-key-on-my-
macbook-pro-keyboard/ to switch to INS mode.

Feel free to reopen the issue if this is specific to GEdit

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

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

Title:
  after somehow entering OVR mode, getting back to INS mode incredibly
  hard for new user

Status in “gedit” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gedit

  As a new user evaluating Ubuntu, I somehow got gedit into OVR
  (overwrite) mode, instead of the default INS (insert) mode. Then, I
  was stuck; there is no readily apparent way to escape from OVR mode.

  1.) I searched all menus for a command.

  2.) Remembering that some keyboards have keys relating to this
  feature, I scoured mine, but it doesn't (standard Apple 2008-model
  aluminium keyboard).

  3.) I clicked and then right-clicked the bottom status bar's OVR
  text indicator (without result).

  4.) I searched the gedit help for OVR and found one link which told
  me I could use the Insert key to toggle between these modes, but my
  keyboard does not have this key.

   At this point, since I am evaluating Ubuntu using VMWare (on Mac OS X
  10.5 as the host OS), I could use the Send Key feature to synthesize
  the Insert key and get on with my editing.

  However, escaping from the fairly obscure OVR mode should probably
  be easier.

  Also, it is probably worth noting that I am a programmer and
  relatively experienced user of various OS flavors, so I at least know
  what overwrite mode is. Many users do not, though.

  Regardless, if overwrite/insert mode toggling is a default feature of
  gedit, and one which might be accidentally invoked, there should be
  some sort of menu command to toggle it. At the very least, the OVR/INS
  indicator should somehow allow users to figure out how to get out of
  this esoteric editing mode, should they accidentally enter it.

  ProblemType: Bug
  Architecture: i386
  DistroRelease: Ubuntu 8.10
  ExecutablePath: /usr/bin/gedit
  Package: gedit 2.24.0-0ubuntu1
  ProcEnviron:
   PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gedit
  Uname: Linux 2.6.27-7-generic i686

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/296242/+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 931245] Re: Finish the implementation of the locally integrated menubars

2012-02-14 Thread Ingo Gerth
Please remember this is not a forum, so this is not the place to share
your opinion. Stay on topic.

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

Title:
  Finish the implementation of the locally integrated menubars

Status in Compiz Core:
  In Progress
Status in Light Themes:
  In Progress
Status in Unity:
  In Progress
Status in “metacity” package in Ubuntu:
  In Progress

Bug description:
  Finish the implementation of the locally integrated menubars:

  Metacity: lp:~smspillaz/metacity/metacity.lim
  Unity: lp:~3v1n0/unity/lim-panel
  Compiz: lp:~smspillaz/compiz-core/compiz-core.lim
  Light-themes: lp:~smspillaz/light-themes/light-themes.lim and 
lp:~3v1n0/light-themes/lim-backdrop

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-core/+bug/931245/+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


  1   2   3   4   >