Re: [Bug 1067876] Re: Missing Safely Remove Drive option from Quicklists. Only have Eject.

2013-03-04 Thread Norbert
Is it possible tofix this bug in Quntal too?
04.03.2013 11:50 пользователь Launchpad Bug Tracker 
1067...@bugs.launchpad.net написал:

 ** Branch linked: lp:ubuntu/raring-proposed/udisks2

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1067876

 Title:
   Missing Safely Remove Drive option from Quicklists. Only have
   Eject.

 Status in GVFS:
   Invalid
 Status in abstraction for enumerating and managing block devices:
   Won't Fix
 Status in Unity:
   Invalid
 Status in gvfs package in Ubuntu:
   Fix Released
 Status in udisks2 package in Ubuntu:
   Fix Committed

 Bug description:
   In Ubuntu 12.04, I could right-click on my usb-external-harddrive's
   Unity-Task-Bar icon (launcher icon) and select Safely Remove. Upon
   doing this, the icon would disappear and I would proceed in unplugging
   my external hard drive.

   However, since upgrading to Ubuntu 12.10, this option is no longer
   available in the context menus (Quicklists) for external drives.

   Instead, all I see is Unmount, and after clicking Unmount the icon
   remains on the task-bar (launcher) and no indication is given that
   would imply that the unmount occurred successfully.

   The intent of this report is to bring back the Safely Remove option
   which (by making the icon disappear after selected) indicates that you
   may now safely removal your USB external hard drive (by unplugging its
   usb connector).

   ProblemType: Bug
   DistroRelease: Ubuntu 12.10
   Package: unity 6.8.0-0ubuntu2
   ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
   Uname: Linux 3.5.0-17-generic x86_64
   NonfreeKernelModules: wl
   ApportVersion: 2.6.1-0ubuntu3
   Architecture: amd64
   CompizPlugins:
 [core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
   Date: Wed Oct 17 14:55:17 2012
   InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64
 (20120425)
   ProcEnviron:
TERM=xterm
PATH=(custom, no user)
XDG_RUNTIME_DIR=set
LANG=en_US.UTF-8
SHELL=/bin/bash
   SourcePackage: unity
   UpgradeStatus: Upgraded to quantal on 2012-10-04 (13 days ago)

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


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

Title:
  Missing Safely Remove Drive option from Quicklists. Only have
  Eject.

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

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

[Bug 1067876] Re: Missing Safely Remove Drive option from Quicklists. Only have Eject.

2013-03-04 Thread Launchpad Bug Tracker
This bug was fixed in the package udisks2 - 2.0.92-0ubuntu1

---
udisks2 (2.0.92-0ubuntu1) raring; urgency=low

  * New upstream release:
- Add drive poweroff method, so that gvfs can power down hotplugged drives
  instead of just ejecting them. (LP: #1067876)
  * libudisks2-0.symbols: Add new symbols from this release.
  * mount_in_media.patch: Port redirection of mounted-fs storage to /var/lib
to new code structure.
  * Drop test_luks_with_vfat.patch, current kernel has this fixed.
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 04 Mar 2013 08:02:09 +0100

** Changed in: udisks2 (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Missing Safely Remove Drive option from Quicklists. Only have
  Eject.

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

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


[Bug 1105453] Re: gEdit hangs when searching a minimized css file

2013-03-04 Thread thinkpad
related to this https://live.gnome.org/Gedit/FAQ ?

gedit is very slow and/or crashes when opening files with very long
lines. Can you fix it?

When designing GtkTextView (the text display widget of gtk+ which gedit
uses) the developers had to make a design decision: trading off bad
performance and memory use on corner cases like very long lines in
exchange for better performance in search operations and full support
for UTF-8 text. This is a known limitation of GtkTextView and cannot be
fixed. On top of that Pango seems to use a lot of CPU drawing such long
lines. This may be fixable, but it isn't easy... Feel free to give it a
try. Crashes with long lines are usually due to out-of-memory
conditions, but if that's not the case then we would like to know about
it.



I think I've suffered from the long-line issue a lot, and have used
leafpad (and am about to try geany) as a more reliable alternative;
don't get me wrong: if gedit were reliably stable and would not become
UNUSABLE for certain documents, I'd have zero complaints about it...

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

Title:
  gEdit hangs when searching a minimized css file

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

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


[Bug 1136644] Re: gedit search function is not practical anymore

2013-03-04 Thread thinkpad
related to this https://live.gnome.org/Gedit/FAQ ?

gedit is very slow and/or crashes when opening files with very long
lines. Can you fix it?

When designing GtkTextView (the text display widget of gtk+ which gedit
uses) the developers had to make a design decision: trading off bad
performance and memory use on corner cases like very long lines in
exchange for better performance in search operations and full support
for UTF-8 text. This is a known limitation of GtkTextView and cannot be
fixed. On top of that Pango seems to use a lot of CPU drawing such long
lines. This may be fixable, but it isn't easy... Feel free to give it a
try. Crashes with long lines are usually due to out-of-memory
conditions, but if that's not the case then we would like to know about
it.



I think I've suffered from the long-line issue a lot, and have used
leafpad (and am about to try geany) as a more reliable alternative;
don't get me wrong: if gedit were reliably stable and would not become
UNUSABLE for certain documents, I'd have zero complaints about it...

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

Title:
  gedit search function is not practical anymore

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

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


[Bug 1142700] Re: Потеря данных на рабочем столе и других папках пользователя

2013-03-04 Thread Sebastien Bacher
** Changed in: gnome-control-center (Ubuntu)
   Status: New = Invalid

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Потеря данных на рабочем столе и других папках пользователя

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1142700/+subscriptions

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

[Bug 1067876] Re: Missing Safely Remove Drive option from Quicklists. Only have Eject.

2013-03-04 Thread Sebastien Bacher
 Is it possible tofix this bug in Quntal too?

Sorry but no, those updates include new version of several components
which add new code and features, they are not suitable for stable
updates

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

Title:
  Missing Safely Remove Drive option from Quicklists. Only have
  Eject.

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

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


[Bug 1111646] Re: Syntax Error: Invalid encryption key length

2013-03-04 Thread Sebastien Bacher
** Changed in: evince (Ubuntu)
   Importance: Undecided = Low

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

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

Title:
  Syntax Error: Invalid encryption key length

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

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


[Bug 1121532] Re: gnome-control-center crashed with SIGSEGV in signon_auth_session_cancel()

2013-03-04 Thread Sebastien Bacher
** Information type changed from Private to Public

** Package changed: gnome-control-center (Ubuntu) = gnome-control-
center-signon (Ubuntu)

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center-signon/+bug/1121532/+subscriptions

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


Re: [Bug 1067876] Re: Missing Safely Remove Drive option from Quicklists. Only have Eject.

2013-03-04 Thread Norbert
I use only LTS releases on my PCs, so I'm not affected by this bug at
everyday life.

I have Quantal on USB-flash for testing. There are 70+ users of Quantal,
which are affected by this bug.
As far I know Quantal is supported until 2014 April. I hope you can fix
this bug in Quantal using another method in near future.

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

Title:
  Missing Safely Remove Drive option from Quicklists. Only have
  Eject.

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

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


[Bug 1140477] Re: no menu item to create new folder

2013-03-04 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue you are reporting is an upstream one and it
would be nice if somebody having it could send the bug to the developers
of the software by following the instructions at
https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please
tell us the number of the upstream bug (or the link), so we can add a
bugwatch that will inform us about its status. Thanks in advance.

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

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

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

Title:
  no menu item to create new folder

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

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


[Bug 1140477] Re: no menu item to create new folder

2013-03-04 Thread Sebastien Bacher
You are using the list view right? In icon view you can click between
icons on the background

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

Title:
  no menu item to create new folder

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

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


[Bug 1138890] Re: pop-up obscures bottom line

2013-03-04 Thread Sebastien Bacher
*** This bug is a duplicate of bug 797485 ***
https://bugs.launchpad.net/bugs/797485

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

** This bug has been marked a duplicate of bug 797485
   Status Bar Covers File Name at Bottom

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

Title:
  pop-up obscures bottom line

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

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


[Bug 1140060] [NEW] python2.7 crashed with signal 5 in g_object_newv()

2013-03-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

This is apparently triggered by SpiderOak 4.8.4.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: python2.7-minimal 2.7.3-15ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-8.17-generic 3.8.0
Uname: Linux 3.8.0-8-generic i686
ApportVersion: 2.9-0ubuntu2
Architecture: i386
CrashCounter: 1
Date: Sat Mar  2 16:14:44 2013
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/python2.7
InstallationDate: Installed on 2012-05-30 (275 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120421)
MarkForUpload: True
ProcEnviron:
 LD_LIBRARY_PATH=set
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 5
SourcePackage: python2.7
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: python2.7 crashed with signal 5 in g_object_newv()
UpgradeStatus: Upgraded to raring on 2012-11-19 (102 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: pygobject (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-crash i386 raring
-- 
python2.7 crashed with signal 5 in g_object_newv()
https://bugs.launchpad.net/bugs/1140060
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to pygobject in Ubuntu.

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


[Bug 1142993] Re: Desktop Organize

2013-03-04 Thread Eran ERBEK
My Dear Friends,

First of all thank you for your assitance. Dear Adolfo thank you for
that link, I created one bug ID from bugzilla with this link
https://bugzilla.gnome.org/show_bug.cgi?id=695109;

Dear Jeremy, Thank you for that information about gNome3 and I can
understand you but my idea this is necessary feture for desktop user
because of that I want same request from gNome developer team. If that
want fix my problem it is very very good news for me but if that not
want fix my problem it is important for me but I am grateful to gNome
dev. team for that perfect windows manager.

and thanks for all for your big assitance.

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

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

Title:
  Desktop Organize

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

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


[Bug 1140060] Re: python2.7 crashed with signal 5 in g_object_newv()

2013-03-04 Thread Martin Pitt
SpiderOak is not an Ubuntu package, there are no debug symbols, and
there are no information how to reproduce this crash. What did you do to
trigger this crash? Can you somehow run the program in a Terminal
window? You should get some error message when the crash happens, please
copypaste the whole output here.

** Package changed: gobject-introspection (Ubuntu) = pygobject (Ubuntu)

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

** Summary changed:

- python2.7 crashed with signal 5 in g_object_newv()
+ SpiderOak crashes with assertion

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

Title:
  SpiderOak crashes with assertion

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

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


[Bug 1130746] Re: Update to nautilus 3.7.90

2013-03-04 Thread Treviño
- Nautilus supports a --select commandline option to select a given URI
(this sounds like something the Unity files lens needs for its Right
click Show in Folder option)

FYI, nautilus-file-lens does not need that, since the same thing can
actually be done by launching nautilus /path/to/any/file_to_select and
that's already done in trunk.

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

Title:
  Update to nautilus 3.7.90

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

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


[Bug 1067876] Re: Missing Safely Remove Drive option from Quicklists. Only have Eject.

2013-03-04 Thread Max Bowsher
 I have Quantal on USB-flash for testing. There are 70+ users of Quantal,
 which are affected by this bug.
 As far I know Quantal is supported until 2014 April. I hope you can fix
 this bug in Quantal using another method in near future.

It doesn't sound like a very effective use of developers' time to craft
a separate temporary solution for an older release, when the problem is
so easily worked around (just choose Unmount, then manually unplug the
device). Personally, I'd rather people spent time on making Raring the
best release it can be - it's under 8 weeks to release, even.

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

Title:
  Missing Safely Remove Drive option from Quicklists. Only have
  Eject.

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

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


[Bug 1140060] Re: SpiderOak crashes with assertion

2013-03-04 Thread Shahar Or
I've used this package:
https://spideroak.com/getbuild?platform=ubuntuarch=i386
And the crash occurred at first run.
https://spideroak.com/getbuild?platform=ubuntuarch=amd64 is also available. I 
used it now on another system with same results:

shahar@shahar-desktop:~/Desktop$ SpiderOak 
Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading 
configurations from ~/.fonts.conf is deprecated.

(process:18889): GLib-GIO-ERROR **: Settings schema
'com.canonical.Unity.Panel' is not installed

QSystemTrayIcon::setVisible: No Icon set

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

Title:
  SpiderOak crashes with assertion

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

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


[Bug 1136644] Re: gedit search function is not practical anymore

2013-03-04 Thread vollmanr
i dont think so.

i find the use of CTRL+F and ESCAPE disturbing.

when i search for something, i would rather like to remain at the found
instance, and not jump back to where i was.

additionally, this new automatic search makes the program very slow with
longer files.

thank you, v.

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

Title:
  gedit search function is not practical anymore

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

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


[Bug 1138716] Re: gnome-control-center crashed with SIGSEGV in signon_auth_session_cancel()

2013-03-04 Thread David King
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

** This bug is no longer a duplicate of bug 1121532
   gnome-control-center crashed with SIGSEGV in signon_auth_session_cancel()
** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1138716/+subscriptions

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


[Bug 1144204] [NEW] Empathy asks for account authorisation, but fails

2013-03-04 Thread Séverin Lemaignan
Public bug reported:

Bug found in raring (empathy 3.6.3)

Reproducible: always

Empathy asks for authorization for my Google Talk and Jabber account,
when I click on the 'planet + keys' icon, I'm redirected to the 'Online
accounts' settings that show my Google account as active.

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


** Tags: raring

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

Title:
  Empathy asks for account authorisation, but fails

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

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


[Bug 1136216] Re: gnome control center crash when try to open sound settings menu

2013-03-04 Thread Ove Risberg
I can also confirm that 0ubuntu11 solves the problem... thanks for a
quick solution to the problem.

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

Title:
  gnome control center crash when try to open sound settings menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1136216/+subscriptions

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


[Bug 1075516] Re: Copy hangs in local network

2013-03-04 Thread Nahuel Pastorale
As workaround you could try using Krusader, it works correctly when
moving/copying tons of files.

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

Title:
  Copy hangs in local network

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

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


[Bug 124440] Re: Ubuntu needs a way to set mouse scrolling speed

2013-03-04 Thread Chris Wilson
Just because one person upstream closes it when they think it's not
affecting anyone doesn't mean there aren't other developers who are
concerned about it. Can you please keep the noise down on these bug reports
so important information doesn't get lost?


On 3 March 2013 21:06, G9283 124...@bugs.launchpad.net wrote:

 *sigh* I just looked at the reported by timestamp:  2007-07-06

 --
 You received this bug notification because you are subscribed to One
 Hundred Paper Cuts.
 Matching subscriptions: Papercut bug mail
 https://bugs.launchpad.net/bugs/124440

 Title:
   Ubuntu needs a way to set mouse scrolling speed

 Status in GNOME Control Center:
   Unknown
 Status in GTK+ GUI Toolkit:
   Fix Released
 Status in One Hundred Paper Cuts:
   New
 Status in Unity:
   Invalid
 Status in Unity 2D:
   Invalid
 Status in “gnome-control-center” package in Ubuntu:
   Triaged

 Bug description:
   This has been driving me nuts for a while now. The scroll wheel on my
   desktop mouse (it's an MS wireless optical mouse model 1008) scrolls
   rather fast. Instead of moving a few lines, it scrolls half a page or
   more with a very gentle scroll. The bluetooth mouse I use with my
   laptop does not do this so it's probably somewhat hardware specific.
   However, I'm wondering if there is a way to modify the speed or
   sensitivity. I found an answer here from about a year ago
   (https://answers.launchpad.net/ubuntu/+question/1339) that suggests
   there isn't a way but I'm wondering if anything has changed since
   then. I've also skimmed through synaptic but didn't see anything
   promising (like gsynaptic for touchpads).

   Thanks.

   See https://answers.launchpad.net/ubuntu/+question/9200 for more
   information.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions



** Changed in: hundredpapercuts
   Status: New = Confirmed

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

Title:
  Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

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

[Bug 124440] Re: Ubuntu needs a way to set mouse scrolling speed

2013-03-04 Thread Chris Wilson
Also the wishlist status means that it's a new feature that needs to be
implemented rather than a fix for an existing one. If there already was
a slider for adjusting the sensitivity of the mouse scroll that wasn't
working, then it would have either a low/medium/high importance.

** Changed in: hundredpapercuts
   Importance: Undecided = Wishlist

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

Title:
  Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

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


[Bug 1144204] Re: Empathy asks for account authorisation, but fails

2013-03-04 Thread Séverin Lemaignan
Latest round of updates seem to have fixed it.

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

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

Title:
  Empathy asks for account authorisation, but fails

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

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


[Bug 1136216] Re: gnome control center crash when try to open sound settings menu

2013-03-04 Thread Sebastien Bacher
** Changed in: gnome-control-center (Ubuntu Precise)
   Status: Confirmed = Fix Released

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

Title:
  gnome control center crash when try to open sound settings menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1136216/+subscriptions

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


[Bug 124440] Re: Ubuntu needs a way to set mouse scrolling speed

2013-03-04 Thread Sebastien Bacher
could people stop arguing about bug settings, adding a new option is
defined as wishlist it doesn't mean it will not be worked on or that
it's a low priority

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

Title:
  Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

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


[Bug 1138315] Re: Could not apply the stored configuration for monitors

2013-03-04 Thread Sebastien Bacher
thank you for your bug report

Those warnings:
Failed to open file '/home/njin/.local/share/recently-used.xbel': Permission 
denied.

suggest there is a permission issue with your configuration directory
... can you run ls -l ~/.local/share/ and copy the output on the bug?

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Could not apply the stored configuration for monitors

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

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


[Bug 415023] Re: brightness is broken on MSI WIND U100

2013-03-04 Thread madbiologist
My apologies.  The above patches are not in the upstream 3.8.2 kernel.
They are only in 3.9-rc1.

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

Title:
  brightness is broken on MSI WIND U100

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/415023/+subscriptions

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


[Bug 1067876] Re: Missing Safely Remove Drive option from Quicklists. Only have Eject.

2013-03-04 Thread Hamidreza Jafari
I agree about the effective use of developers' time. Nonetheless two points: 
- In case a mounted drive contains multiple partitions, all would automatically 
be mounted. Then you should perform unmount for each partition separately which 
is repititive and boring. There might be options to override the default 
behavior but it is not expected an ordinary user know how.
- Generally when a bug is reported, it means software did not perform to 
expectations, left unattended it might show itself later -  might return 
mightier.

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

Title:
  Missing Safely Remove Drive option from Quicklists. Only have
  Eject.

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

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


[Bug 1140060] Re: SpiderOak crashes: Settings schema 'com.canonical.Unity.Panel' is not installed

2013-03-04 Thread Martin Pitt
Ah, thanks for this, that helps! This is not a bug in pygobject at all
then, it seems Raring's Unity version dropped the GSettings schema
com.canonical.Unity.Panel. Reassigning to Unity in case this is a bug.

** Summary changed:

- SpiderOak crashes with assertion
+ SpiderOak crashes: Settings schema 'com.canonical.Unity.Panel' is not 
installed

** Package changed: pygobject (Ubuntu) = unity (Ubuntu)

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

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

Title:
  SpiderOak crashes: Settings schema 'com.canonical.Unity.Panel' is not
  installed

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

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


[Bug 865157] Re: evolution crashed with signal 5 in g_wakeup_new()

2013-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  evolution crashed with signal 5 in g_wakeup_new()

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

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


[Bug 613809] Re: Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer present

2013-03-04 Thread Triniton Adam
OK. I installed gnomeradio 64 bit from
https://launchpad.net/~geoubuntu/+archive/test and after I set mixer to
hw:0/Line for my ICH5 sound card, I can change volume level. Thanks.

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

Title:
  Rhythmbox FM plug-in, tvtime and gnomeradio NO SOUND, no /dev/mixer
  present

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

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


[Bug 1142401] Re: Скорость передачи по локальной сети второй папки не более 180 кБайт/сек

2013-03-04 Thread Adela Suhani
Thank you for taking the time to report this issue and helping to make
Ubuntu better. We noticed that some of the sentences in this bug report
are not in English. If they were translated to English they would be
more understandable to triagers. Could you please translate them?

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

Title:
  Скорость передачи по локальной сети второй папки не более 180
  кБайт/сек

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

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

[Bug 1144703] [NEW] Seahorse does not show name or description of gvfs keys

2013-03-04 Thread Redsandro
Public bug reported:

1) Mount a (bunch of) LUKS encrypted 'devices' in Nautilus or Nemo.
2) In the password dialogs, choose to Remember the password forever
3) Open seahorse
4) All added keys are nameless and indistinguishable.
5) Show the properties of such a key, and notice how the description is also 
empty.
6) With python-gnomekeyring, the discription is not empty, rather something 
like:
Unlock password for: username@hostname
7) Add a description and close seahorse.
8) Open seahorse, and notice how the description is still empty.
9) With python-gnomekeyring, the description has changed to whatever you 
changed it to.

Seahorse 3.6.2 here.

Python example:
--

#!/usr/bin/env python

import gnomekeyring as gk

keyring = 'login'
keyItems = gk.list_item_ids_sync(keyring)

for keyItem in keyItems:
key = gk.item_get_info_sync(keyring, keyItem)
# Just for testing
if  key.get_secret() == 'your_password':
print Key ID:, key
print \tDescription:, key.get_display_name()
print \tPassword   :, key.get_secret()

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

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

Title:
  Seahorse does not show name or description of gvfs keys

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

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


[Bug 1137907] [NEW] After pressing my Print Screen button, screen turns white and stays white

2013-03-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After pressing my Print Screen button, screen turns white and stays
white.  I hear the snapshot sound, and my whole screen turns white as
if from a flash.  But it stays white and unusable.  I can only recover
by pressing Alt-F4, Escape, or killing gnome-screenshot.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-screenshot 3.6.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-8.17-generic 3.8.0
Uname: Linux 3.8.0-8-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Fri Mar  1 09:33:55 2013
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-precise-amd64-20120703-2
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-01-09 (50 days ago)
InstallationMedia: Ubuntu 12.04 Precise - Build amd64 LIVE Binary 
20120703-15:08
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-screenshot
UpgradeStatus: Upgraded to raring on 2013-01-31 (28 days ago)

** Affects: gtk
 Importance: Unknown
 Status: Unknown

** Affects: gtk+3.0 (Ubuntu)
 Importance: High
 Status: Triaged


** Tags: amd64 apport-bug raring running-unity third-party-packages
-- 
After pressing my Print Screen button, screen turns white and stays white
https://bugs.launchpad.net/bugs/1137907
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gtk+3.0 in Ubuntu.

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


[Bug 1144703] Re: Seahorse does not show name or description of gvfs keys

2013-03-04 Thread Redsandro
** Description changed:

  1) Mount a (bunch of) LUKS encrypted 'devices' in Nautilus or Nemo.
  2) In the password dialogs, choose to Remember the password forever
  3) Open seahorse
  4) All added keys are nameless and indistinguishable.
  5) Show the properties of such a key, and notice how the description is 
also empty.
  6) With python-gnomekeyring, the discription is not empty, rather something 
like:
- Unlock password for: username@hostname
- 7) Add a description and close seahorse.
- 8) Open seahorse, and notice how the description is still empty.
+ Encryption passphrase for Seagate SG35623563VER112 (2.0 TB Hard 
Disk)
+ 7) Add a description, close, and re-open properties.
+ 8) Notice how the description is still empty.
  9) With python-gnomekeyring, the description has changed to whatever you 
changed it to.
  
  Seahorse 3.6.2 here.
  
  Python example:
  --
  
  #!/usr/bin/env python
  
  import gnomekeyring as gk
  
  keyring = 'login'
  keyItems = gk.list_item_ids_sync(keyring)
  
  for keyItem in keyItems:
-   key = gk.item_get_info_sync(keyring, keyItem)
-   # Just for testing
-   if  key.get_secret() == 'your_password':
-   print Key ID:, key
-   print \tDescription:, key.get_display_name()
-   print \tPassword   :, key.get_secret()
+  key = gk.item_get_info_sync(keyring, keyItem)
+  # Just for testing
+  if  key.get_secret() == 'your_password':
+   print Key ID:, key
+   print \tDescription:, key.get_display_name()
+   print \tPassword   :, key.get_secret()

** Description changed:

  1) Mount a (bunch of) LUKS encrypted 'devices' in Nautilus or Nemo.
  2) In the password dialogs, choose to Remember the password forever
- 3) Open seahorse
- 4) All added keys are nameless and indistinguishable.
- 5) Show the properties of such a key, and notice how the description is 
also empty.
+ 3) Open Seahorse (listed as Passwords and Keys in the Shell or Cinnamon)
+ 4) All added keys are nameless and indistinguishable. :( x1
+ 5) Show the properties of such a key, and notice how the description is 
also empty. :( x2
  6) With python-gnomekeyring, the discription is not empty, rather something 
like:
  Encryption passphrase for Seagate SG35623563VER112 (2.0 TB Hard 
Disk)
- 7) Add a description, close, and re-open properties.
- 8) Notice how the description is still empty.
- 9) With python-gnomekeyring, the description has changed to whatever you 
changed it to.
+ 7) Add a description in the Seahorse properties, close, and re-open 
properties.
+ 8) Notice how the description is still empty. :( x3
+ 9) With python-gnomekeyring, you can see the actual description has changed 
to whatever you changed it to.
  
  Seahorse 3.6.2 here.
  
  Python example:
  --
  
  #!/usr/bin/env python
  
  import gnomekeyring as gk
  
  keyring = 'login'
  keyItems = gk.list_item_ids_sync(keyring)
  
  for keyItem in keyItems:
   key = gk.item_get_info_sync(keyring, keyItem)
   # Just for testing
   if  key.get_secret() == 'your_password':
    print Key ID:, key
    print \tDescription:, key.get_display_name()
    print \tPassword   :, key.get_secret()

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

Title:
  Seahorse does not show name or description of gvfs keys

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

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

[Bug 1144781] [NEW] python-gnomekeyring cannot display technical properties of keys

2013-03-04 Thread Redsandro
Public bug reported:

With python-gnomekeyring you can get the name and the secret of a
key.

But when you add LUKS passwords that are remembered forever in the gvfs-
mount dialog for two or more identical harddrives (or other storage
media I presume), there is a problem getting the secret manually.

GnomeKeyringItemInfo at 0x1960d70
Name: Encryption passphrase for Seagate ST31000333AS (1.0 TB Hard Disk)
Secret: Password001

GnomeKeyringItemInfo at 0x18cf3c0
Name: Encryption passphrase for Seagate ST31000333AS (1.0 TB Hard Disk)
Secret: Password002

Searching by name has multiple results, so you can no longer loop to find the 
related name. In this case you would want to get the details. If you check the 
Details-tab in Seahorse (AKA Passwords and Keys dialog), you'll see exactly 
what you need:
gvfs-luks-uuid: 5cf35067-5fd0-4a0f-a240-3b4725975ec9
gvfs-luks-uuid: 7fe09d7a-a68b-4776-a78d-df0ef4412e14

But how does Seahorse know this? I cannot get this from
GnomeKeyringItemInfo items.

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

** Description changed:

  With python-gnomekeyring you can get the name and the secret of a
  key.
  
  But when you add LUKS passwords that are remembered forever in the gvfs-
- mount dialog for two or more of the same harddrives, there is a problem
- getting the secret manually.
+ mount dialog for two or more identical harddrives (or other storage
+ media I presume), there is a problem getting the secret manually.
  
  GnomeKeyringItemInfo at 0x1960d70
  Name: Encryption passphrase for Seagate ST31000333AS (1.0 TB Hard Disk)
  Secret: Password001
  
  GnomeKeyringItemInfo at 0x18cf3c0
  Name: Encryption passphrase for Seagate ST31000333AS (1.0 TB Hard Disk)
  Secret: Password002
  
  The name has multiple results, so you can no longer loop to find the related 
name. In this case you would want to get the details. If you check the 
Details-tab in Seahorse (AKA Passwords and Keys dialog), you'll see exactly 
what you need:
  gvfs-luks-uuid: 5cf35067-5fd0-4a0f-a240-3b4725975ec9
  gvfs-luks-uuid: 7fe09d7a-a68b-4776-a78d-df0ef4412e14
  
  But how does Seahorse know this? I cannot get this from
  GnomeKeyringItemInfo items.

** Description changed:

  With python-gnomekeyring you can get the name and the secret of a
  key.
  
  But when you add LUKS passwords that are remembered forever in the gvfs-
  mount dialog for two or more identical harddrives (or other storage
  media I presume), there is a problem getting the secret manually.
  
  GnomeKeyringItemInfo at 0x1960d70
  Name: Encryption passphrase for Seagate ST31000333AS (1.0 TB Hard Disk)
  Secret: Password001
  
  GnomeKeyringItemInfo at 0x18cf3c0
  Name: Encryption passphrase for Seagate ST31000333AS (1.0 TB Hard Disk)
  Secret: Password002
  
- The name has multiple results, so you can no longer loop to find the related 
name. In this case you would want to get the details. If you check the 
Details-tab in Seahorse (AKA Passwords and Keys dialog), you'll see exactly 
what you need:
+ Searching by name has multiple results, so you can no longer loop to find the 
related name. In this case you would want to get the details. If you check the 
Details-tab in Seahorse (AKA Passwords and Keys dialog), you'll see exactly 
what you need:
  gvfs-luks-uuid: 5cf35067-5fd0-4a0f-a240-3b4725975ec9
  gvfs-luks-uuid: 7fe09d7a-a68b-4776-a78d-df0ef4412e14
  
  But how does Seahorse know this? I cannot get this from
  GnomeKeyringItemInfo items.

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

Title:
  python-gnomekeyring cannot display technical properties of keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-python-desktop/+bug/1144781/+subscriptions

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


[Bug 1041032] Re: An error occurred Location not found after automatically installing the missing gstreamer plugins.

2013-03-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~chienhong-
yang/ubuntu/precise/totem/totem-1041032-fixed

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

Title:
  An error occurred Location not found after automatically installing
  the missing gstreamer plugins.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1041032/+subscriptions

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


[Bug 992213] Re: Video Lens leaks memory

2013-03-04 Thread Martin Pitt
I uploaded PyGObject 3.7.91 to raring now, which fixes tons of memleaks.
This should help a lot with this particular bug as well, but I don't
think it's fully fixed yet. I linked the remaining upstream bug which is
related to this.

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

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

** Changed in: pygobject (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Video Lens leaks memory

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

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


[Bug 1130597] Re: gvfsd-mtp crashed with SIGSEGV in backend_died()

2013-03-04 Thread Sebastien Bacher
** Information type changed from Private to Public

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

Title:
  gvfsd-mtp crashed with SIGSEGV in backend_died()

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

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


[Bug 1082519] Re: GTK Print dialog needs to support Bonjour broadcasting of remote printers

2013-03-04 Thread Sebastien Bacher
** Changed in: gtk+3.0 (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  GTK Print dialog needs to support Bonjour broadcasting of remote
  printers

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

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


[Bug 934335] Re: GNOME Control Center category icons only work for Ambiance and Radiance.

2013-03-04 Thread Adolfo Jayme Barrientos
For the record, Tiheum included the category icons in Faenza a while
ago. And as Jeremy says, these icons are no longer used.

** Changed in: ubuntu-mono (Ubuntu)
   Status: Confirmed = Won't Fix

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

Title:
  GNOME Control Center category icons only work for Ambiance and
  Radiance.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/934335/+subscriptions

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


[Bug 1138315] Re: Could not apply the stored configuration for monitors

2013-03-04 Thread Fabio Marconi
njin@njin:~$ ls -l ~/.local/share/
total 152
drwx--  2 njin njin  4096 mar  4 18:19 applications
drwx--  7 njin njin  4096 nov 11 19:28 evolution
drwxrwxr-x  2 njin njin  4096 feb  3 20:00 folks
drwx--  3 njin njin  4096 ott 20 19:34 gegl-0.2
-rw-rw-r--  1 njin njin  1125 feb  7 19:54 gsettings-data-convert
drwx--  2 njin njin 28672 mar  4 18:12 gvfs-metadata
drwxrwxr-x  2 njin njin  4096 ott 12 20:00 icc
drwx--  3 njin njin  4096 ott 13 10:48 icons
drwx--  4 njin njin  4096 ott 12 20:58 mime
drwx--  3 njin njin  4096 ott 12 19:18 nautilus
drwxrwxr-x  2 njin njin  4096 ott 21 11:55 pitivi
-rw---  1 njin njin  2887 mar  3 21:40 recently-used.xbel
drwx--  2 njin njin  4096 feb 24 15:27 resources
drwx--  3 njin njin  4096 mar  2 21:41 rhythmbox
-rw-rw-r--  1 njin njin   225 nov 10 15:40 session_migration-ubuntu
drwxr-xr-x  3 njin njin  4096 nov  3 21:12 sounds
drwx-- 21 njin njin  4096 feb 17 13:01 Steam
drwx--  3 njin njin  4096 ott 12 20:01 telepathy
drwx--  2 njin njin  4096 ott 13 19:18 totem
drwx--  5 njin njin  4096 ott 13 19:58 Trash
drwxrwxr-x  4 njin njin  4096 ott 13 22:30 ubuntuone
drwx--  3 njin njin  4096 mar  4 18:19 unity-webapps
drwx--  2 njin njin  4096 ott 20 14:55 vlc
drwx--  3 njin njin  4096 ott 12 20:08 webkit
drwx--  3 njin njin  4096 ott 13 10:02 zeitgeist
njin@njin:~$ 

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  Could not apply the stored configuration for monitors

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

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


[Bug 1071561] Re: [sound-nua] Bluetooth device not listed if change mode to Off

2013-03-04 Thread James M. Leddy
** Changed in: oem-priority
   Status: In Progress = Fix Committed

** Changed in: oem-priority/precise
   Status: In Progress = Fix Committed

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

Title:
  [sound-nua] Bluetooth device not listed if change mode to Off

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1071561/+subscriptions

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


[Bug 1144835] [NEW] gvfs-udisks2-volume-monitor crashed with SIGSEGV in udisks_drive_ata_get_pm_supported()

2013-03-04 Thread Fabio Marconi
Public bug reported:

Release of Ubuntu: 13-04
Package Version:
Expected Results:
Actual Results:

Hallo

Just updated the system and upgraded udisk2_2.0.92-0ubuntu2 , the immediatly 
apport popup this.
System still working

Thanks
Fabio

ProblemType: CrashDistroRelease: Ubuntu 13.04
Package: gvfs-daemons 1.15.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-9.18-generic 3.8.1
Uname: Linux 3.8.0-9-generic x86_64
ApportVersion: 2.9-0ubuntu2
Architecture: amd64
Date: Mon Mar  4 18:24:36 2013
EcryptfsInUse: Yes
ExecutablePath: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
InstallationDate: Installed on 2012-10-12 (142 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20121011)
MarkForUpload: True
ProcCmdline: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
SegvAnalysis:
 Segfault happened at: 0x7f9010db9179 udisks_drive_ata_get_pm_supported+25:   
addb   $0xff,0x5b00(%rax)
 PC (0x7f9010db9179) ok
 source $0xff ok
 destination 0x5b00(%rax) (0x5b00) not located in a known VMA region 
(needed writable region)!
SegvReason: writing unknown VMA
Signal: 11SourcePackage: gvfs
StacktraceTop:
 udisks_drive_ata_get_pm_supported () from 
/usr/lib/x86_64-linux-gnu/libudisks2.so.0
 ?? () at /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c:1090 from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
 ?? ()
Title: gvfs-udisks2-volume-monitor crashed with SIGSEGV in 
udisks_drive_ata_get_pm_supported()
UpgradeStatus: Upgraded to raring on 2012-10-13 (142 days ago)
UserGroups: adm audio cdrom dialout dip disk fax fuse kvm libvirtd lpadmin 
netdev plugdev sambashare scanner sudo tape vboxusers video whoopsie

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


** Tags: amd64 apport-crash need-amd64-retrace raring

** Information type changed from Private to Public

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

Title:
  gvfs-udisks2-volume-monitor crashed with SIGSEGV in
  udisks_drive_ata_get_pm_supported()

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

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

[Bug 1144835] Re: gvfs-udisks2-volume-monitor crashed with SIGSEGV in udisks_drive_ata_get_pm_supported()

2013-03-04 Thread Fabio Marconi
** Description changed:

  Release of Ubuntu: 13-04
  Package Version:
  Expected Results:
  Actual Results:
  
  Hallo
  
- Just updated the system and upgraded udisk2_2.0.92-0ubuntu2 , the
- immediatly apport popup this
+ Just updated the system and upgraded udisk2_2.0.92-0ubuntu2 , the immediatly 
apport popup this.
+ System still working
  
  Thanks
  Fabio
  
- ProblemType: Crash
- DistroRelease: Ubuntu 13.04
+ ProblemType: CrashDistroRelease: Ubuntu 13.04
  Package: gvfs-daemons 1.15.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-9.18-generic 3.8.1
  Uname: Linux 3.8.0-9-generic x86_64
  ApportVersion: 2.9-0ubuntu2
  Architecture: amd64
  Date: Mon Mar  4 18:24:36 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  InstallationDate: Installed on 2012-10-12 (142 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20121011)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  SegvAnalysis:
-  Segfault happened at: 0x7f9010db9179 udisks_drive_ata_get_pm_supported+25: 
addb   $0xff,0x5b00(%rax)
-  PC (0x7f9010db9179) ok
-  source $0xff ok
-  destination 0x5b00(%rax) (0x5b00) not located in a known VMA 
region (needed writable region)!
+  Segfault happened at: 0x7f9010db9179 udisks_drive_ata_get_pm_supported+25: 
addb   $0xff,0x5b00(%rax)
+  PC (0x7f9010db9179) ok
+  source $0xff ok
+  destination 0x5b00(%rax) (0x5b00) not located in a known VMA 
region (needed writable region)!
  SegvReason: writing unknown VMA
- Signal: 11
- SourcePackage: gvfs
+ Signal: 11SourcePackage: gvfs
  StacktraceTop:
-  udisks_drive_ata_get_pm_supported () from 
/usr/lib/x86_64-linux-gnu/libudisks2.so.0
-  ?? () at /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c:1090 from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  ?? ()
+  udisks_drive_ata_get_pm_supported () from 
/usr/lib/x86_64-linux-gnu/libudisks2.so.0
+  ?? () at /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c:1090 from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? ()
  Title: gvfs-udisks2-volume-monitor crashed with SIGSEGV in 
udisks_drive_ata_get_pm_supported()
  UpgradeStatus: Upgraded to raring on 2012-10-13 (142 days ago)
  UserGroups: adm audio cdrom dialout dip disk fax fuse kvm libvirtd lpadmin 
netdev plugdev sambashare scanner sudo tape vboxusers video whoopsie

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

Title:
  gvfs-udisks2-volume-monitor crashed with SIGSEGV in
  udisks_drive_ata_get_pm_supported()

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

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

[Bug 1144835] Re: gvfs-udisks2-volume-monitor crashed with SIGSEGV in udisks_drive_ata_get_pm_supported()

2013-03-04 Thread Fabio Marconi
** Description changed:

  Release of Ubuntu: 13-04
  Package Version:
  Expected Results:
  Actual Results:
  
  Hallo
  
- Just updated the system and upgraded udisk2_2.0.92-0ubuntu2 , the immediatly 
apport popup this.
+ Just updated the system and upgraded udisks2_2.0.92-0ubuntu2 , the immediatly 
apport popup this.
  System still working
  
  Thanks
  Fabio
  
  ProblemType: CrashDistroRelease: Ubuntu 13.04
  Package: gvfs-daemons 1.15.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-9.18-generic 3.8.1
  Uname: Linux 3.8.0-9-generic x86_64
  ApportVersion: 2.9-0ubuntu2
  Architecture: amd64
  Date: Mon Mar  4 18:24:36 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  InstallationDate: Installed on 2012-10-12 (142 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20121011)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  SegvAnalysis:
   Segfault happened at: 0x7f9010db9179 udisks_drive_ata_get_pm_supported+25: 
addb   $0xff,0x5b00(%rax)
   PC (0x7f9010db9179) ok
   source $0xff ok
   destination 0x5b00(%rax) (0x5b00) not located in a known VMA 
region (needed writable region)!
- SegvReason: writing unknown VMA
- Signal: 11SourcePackage: gvfs
+ SegvReason: writing unknown VMASignal: 11SourcePackage: gvfs
  StacktraceTop:
   udisks_drive_ata_get_pm_supported () from 
/usr/lib/x86_64-linux-gnu/libudisks2.so.0
   ?? () at /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c:1090 from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? ()
  Title: gvfs-udisks2-volume-monitor crashed with SIGSEGV in 
udisks_drive_ata_get_pm_supported()
  UpgradeStatus: Upgraded to raring on 2012-10-13 (142 days ago)
  UserGroups: adm audio cdrom dialout dip disk fax fuse kvm libvirtd lpadmin 
netdev plugdev sambashare scanner sudo tape vboxusers video whoopsie

** Description changed:

  Release of Ubuntu: 13-04
  Package Version:
  Expected Results:
  Actual Results:
  
  Hallo
  
- Just updated the system and upgraded udisks2_2.0.92-0ubuntu2 , the immediatly 
apport popup this.
+ Just updated the system and upgraded udisks2_2.0.92-0ubuntu2 , then 
immediatly apport popup this.
  System still working
  
  Thanks
  Fabio
  
  ProblemType: CrashDistroRelease: Ubuntu 13.04
  Package: gvfs-daemons 1.15.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-9.18-generic 3.8.1
  Uname: Linux 3.8.0-9-generic x86_64
  ApportVersion: 2.9-0ubuntu2
  Architecture: amd64
  Date: Mon Mar  4 18:24:36 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  InstallationDate: Installed on 2012-10-12 (142 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20121011)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  SegvAnalysis:
   Segfault happened at: 0x7f9010db9179 udisks_drive_ata_get_pm_supported+25: 
addb   $0xff,0x5b00(%rax)
   PC (0x7f9010db9179) ok
   source $0xff ok
   destination 0x5b00(%rax) (0x5b00) not located in a known VMA 
region (needed writable region)!
  SegvReason: writing unknown VMASignal: 11SourcePackage: gvfs
  StacktraceTop:
   udisks_drive_ata_get_pm_supported () from 
/usr/lib/x86_64-linux-gnu/libudisks2.so.0
   ?? () at /build/buildd/glib2.0-2.35.8/./gobject/gclosure.c:1090 from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
   ?? ()
  Title: gvfs-udisks2-volume-monitor crashed with SIGSEGV in 
udisks_drive_ata_get_pm_supported()
  UpgradeStatus: Upgraded to raring on 2012-10-13 (142 days ago)
  UserGroups: adm audio cdrom dialout dip disk fax fuse kvm libvirtd lpadmin 
netdev plugdev sambashare scanner sudo tape vboxusers video whoopsie

** Description changed:

  Release of Ubuntu: 13-04
  Package Version:
  Expected Results:
  Actual Results:
  
  Hallo
  
  Just updated the system and upgraded udisks2_2.0.92-0ubuntu2 , then 
immediatly apport popup this.
- System still working
+ System still working, raid1
  
  Thanks
  Fabio
  
  ProblemType: CrashDistroRelease: Ubuntu 13.04
  Package: gvfs-daemons 1.15.3-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-9.18-generic 3.8.1
  Uname: Linux 3.8.0-9-generic x86_64
  ApportVersion: 2.9-0ubuntu2
  Architecture: amd64
  Date: Mon Mar  4 18:24:36 2013
  EcryptfsInUse: Yes
  ExecutablePath: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  InstallationDate: Installed on 2012-10-12 (142 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20121011)
  MarkForUpload: True
  ProcCmdline: /usr/lib/gvfs/gvfs-udisks2-volume-monitor
  SegvAnalysis:
   Segfault happened at: 0x7f9010db9179 udisks_drive_ata_get_pm_supported+25: 
addb   $0xff,0x5b00(%rax)
   PC (0x7f9010db9179) ok
   source $0xff ok
   destination 0x5b00(%rax) (0x5b00) not located in a known VMA 
region (needed writable region)!
  SegvReason: writing unknown VMASignal: 11SourcePackage: gvfs
  StacktraceTop:
   udisks_drive_ata_get_pm_supported () from 

[Bug 1144835] Re: gvfs-udisks2-volume-monitor crashed with SIGSEGV in udisks_drive_ata_get_pm_supported()

2013-03-04 Thread Sebastien Bacher
** Package changed: gvfs (Ubuntu) = udisks2 (Ubuntu)

** Changed in: udisks2 (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

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

Title:
  gvfs-udisks2-volume-monitor crashed with SIGSEGV in
  udisks_drive_ata_get_pm_supported()

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

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


[Bug 1138315] Re: Could not apply the stored configuration for monitors

2013-03-04 Thread Sebastien Bacher
what about ls -ld ~/.local/share/ ? and ls -ld ~/.local?

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

Title:
  Could not apply the stored configuration for monitors

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

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


[Bug 1136659] Re: [clipboard]: gnome-settings-daemon crashed with signal 5 in _XReply()

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 946059 ***
https://bugs.launchpad.net/bugs/946059

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 #946059, 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/1136659/+attachment/3551950/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1136659/+attachment/3551952/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1136659/+attachment/3551953/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1136659/+attachment/3551954/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1136659/+attachment/3551955/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1136659/+attachment/3551956/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1136659/+attachment/3551957/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 946059
   [clipboard]: gnome-settings-daemon crashed with signal 5 in _XReply()

** Tags removed: need-amd64-retrace

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

Title:
  [clipboard]: gnome-settings-daemon crashed with signal 5 in _XReply()

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

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


[Bug 1075485] Re: Gaussian edge detect does not work on image with alpha channel

2013-03-04 Thread Debra Virden
** Changed in: gimp (Ubuntu)
   Status: New = Confirmed

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

Title:
  Gaussian edge detect does not work on image with alpha channel

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

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


[Bug 1132677] Re: gnome-control-center crashed with SIGSEGV in g_simple_async_result_complete()

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1107177 ***
https://bugs.launchpad.net/bugs/1107177

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 #1107177, 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/1132677/+attachment/3545842/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1132677/+attachment/3545844/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1132677/+attachment/3545846/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1132677/+attachment/3545847/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1132677/+attachment/3545848/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1132677/+attachment/3545849/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1132677/+attachment/3545850/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1107177
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

** Tags removed: need-amd64-retrace

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1132677/+subscriptions

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


[Bug 1138315] Re: Could not apply the stored configuration for monitors

2013-03-04 Thread Fabio Marconi
njin@njin:~$ ls -ld ~/.local/share/
drwxr-xr-x 24 njin njin 4096 mar  4 18:40 /home/njin/.local/share/


njin@njin:~$ ls -ld ~/.local
drwxr-xr-x 3 njin njin 4096 ott 12 20:00 /home/njin/.local

---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  Could not apply the stored configuration for monitors

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

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


[Bug 1137616] Re: Dash - Files saved from GIMP do not appear in the Dash

2013-03-04 Thread Debra Virden
I am using Ubuntu 12.10. I am not able to reproduce this bug.
---
Ubuntu Bug Squad volunteer triager
http://wiki.ubuntu.com/BugSquad

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

Title:
  Dash - Files saved from GIMP do not appear in the Dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/1137616/+subscriptions

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


[Bug 1116801] Re: About section of system settings reports wrong version of Ubuntu (12.04.1)

2013-03-04 Thread Páll Haraldsson
** Summary changed:

- About section of sytem settings reports wrong version of Ubuntu (12.04.1)
+ About section of system settings reports wrong version of Ubuntu (12.04.1)

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

Title:
  About section of system settings reports wrong version of Ubuntu
  (12.04.1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1116801/+subscriptions

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


[Bug 1113803]

2013-03-04 Thread Apport retracing service
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()

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

Title:
  gnome-settings-daemon crashed with signal 5

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

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


[Bug 1113803] Stacktrace.txt

2013-03-04 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1113803/+attachment/3557032/+files/Stacktrace.txt

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

Title:
  gnome-settings-daemon crashed with signal 5

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

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


[Bug 1113803] ThreadStacktrace.txt

2013-03-04 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1113803/+attachment/3557033/+files/ThreadStacktrace.txt

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

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

Title:
  gnome-settings-daemon crashed with signal 5

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

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


[Bug 1113803] Crash report cannot be processed

2013-03-04 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:

libgcc1 version 1:4.7.2-20ubuntu1 required, but 1:4.7.2-22ubuntu2 is available
colord version 0.1.23-0ubuntu3 required, but 0.1.30-0ubuntu3 is available
kbd version 1.15.3-9ubuntu3 required, but 1.15.5-1ubuntu1 is available
libglib2.0-data version 2.35.4-0ubuntu5 required, but 2.35.8-0ubuntu1 is 
available
xkb-data version 2.5-1ubuntu7 required, but 2.5.1-3ubuntu1 is available
libjson0 version 0.10-1.2ubuntu1 required, but 0.10-1.2ubuntu2 is available
util-linux version 2.20.1-5.1ubuntu7 required, but 2.20.1-5.1ubuntu8 is 
available
libncursesw5 version 5.9-10ubuntu2 required, but 5.9-10ubuntu4 is available
uuid-runtime version 2.20.1-5.1ubuntu7 required, but 2.20.1-5.1ubuntu8 is 
available
outdated debug symbol package for libnih1: package version 1.0.3-4ubuntu15 
dbgsym version 1.0.3-4ubuntu11
libcolord1 version 0.1.23-0ubuntu3 required, but 0.1.30-0ubuntu3 is available
libdrm-nouveau2 version 2.4.41-0ubuntu1 required, but 2.4.42-0ubuntu1 is 
available
libgusb2 version 0.1.3-5 required, but 0.1.5-0ubuntu1 is available
libpam-modules version 1.1.3-7ubuntu4 required, but 1.1.3-8ubuntu1 is available
ttf-dejavu-core version 2.33-3ubuntu1 required, but 2.33-3ubuntu2 is available
libdbus-glib-1-2 version 0.100-1 required, but 0.100.2-1 is available
libpango1.0-0 version 1.30.1-1ubuntu1 required, but 1.32.5-0ubuntu1 is available
libgtk-3-common version 3.6.4-0ubuntu5 required, but 3.6.4-0ubuntu6 is available
libncurses5 version 5.9-10ubuntu2 required, but 5.9-10ubuntu4 is available
libpam0g version 1.1.3-7ubuntu4 required, but 1.1.3-8ubuntu1 is available
libapt-inst1.5 version 0.9.7.7ubuntu1 required, but 0.9.7.7ubuntu2 is available
dmsetup version 2:1.02.74-5ubuntu1 required, but 2:1.02.74-6ubuntu1 is available
gnome-settings-daemon version 3.6.4-0ubuntu3 required, but 3.6.4-0ubuntu6 is 
available
libdconf1 version 0.15.2-0ubuntu5 required, but 0.15.3-0ubuntu1 is available
libappindicator3-1 version 12.10.0-0ubuntu1 required, but 
12.10.1daily13.02.15-0ubuntu1 is available
libatspi2.0-0 version 2.7.4.1-1 required, but 2.7.5-1 is available
libpam-modules-bin version 1.1.3-7ubuntu4 required, but 1.1.3-8ubuntu1 is 
available
libk5crypto3 version 1.10.1+dfsg-3 required, but 1.10.1+dfsg-4 is available
libindicator3-7 version 12.10.1-0ubuntu1 required, but 
12.10.2daily13.02.25-0ubuntu1 is available
libnspr4 version 2:4.9.4-2ubuntu1 required, but 2:4.9.4-2ubuntu4 is available
libudev0 version 175-0ubuntu17 required, but 175-0ubuntu19 is available
udev version 175-0ubuntu17 required, but 175-0ubuntu19 is available
libgdk-pixbuf2.0-common version 2.26.5-0ubuntu4 required, but 2.27.1-1ubuntu1 
is available
libxcb-shm0 version 1.8.1-2 required, but 1.8.1-2ubuntu2 is available
libstdc++6 version 4.7.2-20ubuntu1 required, but 4.7.2-22ubuntu2 is available
kmod version 9-2ubuntu6 required, but 9-2ubuntu7 is available
libnotify4 version 0.7.5-1build1 required, but 0.7.5-2 is available
libgdk-pixbuf2.0-0 version 2.26.5-0ubuntu4 required, but 2.27.1-1ubuntu1 is 
available
libkrb5-3 version 1.10.1+dfsg-3 required, but 1.10.1+dfsg-4 is available
libpam-runtime version 1.1.3-7ubuntu4 required, but 1.1.3-8ubuntu1 is available
outdated debug symbol package for libcap2: package version 1:2.22-1.2ubuntu2 
dbgsym version 1:2.22-1ubuntu4
libdrm-intel1 version 2.4.41-0ubuntu1 required, but 2.4.42-0ubuntu1 is available
at-spi2-core version 2.7.4.1-1 required, but 2.7.5-1 is available
libmount1 version 2.20.1-5.1ubuntu7 required, but 2.20.1-5.1ubuntu8 is available
libpulse-mainloop-glib0 version 1:2.1-0ubuntu4 required, but 1:3.0-0ubuntu4 is 
available
libjack-jackd2-0 version 1.9.8~dfsg.4+20121110git67ac4440-1 required, but 
1.9.9.5+20130127git15950eb1-1 is available
gstreamer0.10-pulseaudio version 0.10.31-3+nmu1ubuntu1 required, but 
0.10.31-3+nmu1ubuntu2 is available
multiarch-support version 2.17-0ubuntu1 required, but 2.17-0ubuntu4 is available
libgssapi-krb5-2 version 1.10.1+dfsg-3 required, but 1.10.1+dfsg-4 is available
libpulsedsp version 1:2.1-0ubuntu4 required, but 1:3.0-0ubuntu4 is available
ecryptfs-utils version 103-0ubuntu1 required, but 103-0ubuntu2 is available
libffi6 version 3.0.11-2ubuntu1 required, but 3.0.12-1 is available
libxcb1 version 1.8.1-2 required, but 1.8.1-2ubuntu2 is available
libdevmapper1.02.1 version 2:1.02.74-5ubuntu1 required, but 2:1.02.74-6ubuntu1 
is available
libspeexdsp1 version 1.2~rc1-7 required, but 1.2~rc1-7ubuntu1 is available
libcups2 version 1.6.1-1ubuntu1 required, but 1.6.1-2 is available
libxcb-render0 version 1.8.1-2 required, but 1.8.1-2ubuntu2 is available
shared-mime-info version 1.0-1ubuntu2 required, but 1.1-0ubuntu1 is available
perl-base version 5.14.2-17 required, but 5.14.2-18 is available

[Bug 1081241] Re: Toolbox window handlers not visible after closing and reopening toolbox

2013-03-04 Thread Debra Virden
** Changed in: hundredpapercuts
   Status: New = Confirmed

** Description changed:

  After closing the toolbox window (by clicking the close button) and
  reopening it from the menu window - new toolbox, the toolbox
- reappears, but i cannot see the window handlers (close button, drag
- handle). I've attached a screenshot to show what goes wrong.
+ reappears, but I cannot see the window handlers (close button, drag
+ handle). I've attached a screen shot to show what goes wrong.
  
- The toolbox opens as a very hight 1 column toolbox, therefore it takes
- up all the vertical space and the window handler is hidden at the top
- end of the screen.
+ The toolbox opens as a very high 1 column toolbox, therefore it takes up
+ all the vertical space and the window handler is hidden at the top end
+ of the screen.
  
- ProblemType: Bug
- DistroRelease: Ubuntu 12.10
+ ProblemType: BugDistroRelease: Ubuntu 12.10
  Package: gimp 2.8.2-1ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
  Uname: Linux 3.5.0-18-generic x86_64
  ApportVersion: 2.6.1-0ubuntu6
  Architecture: amd64
  Date: Tue Nov 20 19:15:41 2012
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-10-27 (23 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
  MarkForUpload: True
  ProcEnviron:
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
- SourcePackage: gimp
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bashSourcePackage: gimp
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Toolbox window handlers not visible after closing and reopening
  toolbox

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

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

[Bug 930719] Re: black background in lubuntu on all gtk-applications

2013-03-04 Thread Mateo Salta
*** This bug is a duplicate of bug 938472 ***
https://bugs.launchpad.net/bugs/938472

Just happened to me in Kubuntu.

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

Title:
  black background in lubuntu on all gtk-applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/930719/+subscriptions

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


[Bug 1025508] Re: Some keys in keyboard layout show duplicate character labels

2013-03-04 Thread James M. Leddy
** Changed in: libgnomekbd
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

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

Title:
  Some keys in keyboard layout show duplicate character labels

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1025508/+subscriptions

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


[Bug 1132330] Re: gnome-control-center crashed with SIGSEGV in g_simple_async_result_complete()

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1122520 ***
https://bugs.launchpad.net/bugs/1122520

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 #1122520, 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/1132330/+attachment/3544123/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1132330/+attachment/3544125/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1132330/+attachment/3544126/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1132330/+attachment/3544127/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1132330/+attachment/3544128/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1132330/+attachment/3544129/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1132330/+attachment/3544130/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1122520
   gnome-control-center crashed with SIGSEGV in finish_with_cleanup()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1132330/+subscriptions

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


[Bug 1132846] Re: rhythmbox crashed with SIGSEGV in ffi_call_unix64()

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 958975 ***
https://bugs.launchpad.net/bugs/958975

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 #958975, 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/1132846/+attachment/3546338/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1132846/+attachment/3546340/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1132846/+attachment/3546341/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1132846/+attachment/3546342/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1132846/+attachment/3546343/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1132846/+attachment/3546344/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1132846/+attachment/3546345/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  rhythmbox crashed with SIGSEGV in ffi_call_unix64()

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

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


[Bug 1134971] Re: [clipboard]: gnome-settings-daemon crashed with signal 5 in _XReply()

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1062571 ***
https://bugs.launchpad.net/bugs/1062571

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 #1062571, 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/1134971/+attachment/3550477/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1134971/+attachment/3550479/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1134971/+attachment/3550480/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1134971/+attachment/3550481/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1134971/+attachment/3550482/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1134971/+attachment/3550483/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1134971/+attachment/3550484/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1062571
   [clipboard]: gnome-settings-daemon crashed with signal 5 in _XReply()

** Tags removed: need-amd64-retrace

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

Title:
  [clipboard]: gnome-settings-daemon crashed with signal 5 in _XReply()

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

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


[Bug 987220] Re: System does not power off reliably when Shut Down chosen from GUI

2013-03-04 Thread Stefanbowe
Hi, on one laptop (Lenovo T61w) switching to the nouveau-driver helped!
All shutdowns completed successfully since then. The other laptop
(Toshiba sattelite) has no NVIDIA-Card, so I am looking for another
solution for it.

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

Title:
  System does not power off reliably when Shut Down chosen from GUI

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-session/+bug/987220/+subscriptions

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


[Bug 1064786] Re: empathy-auth-client SIGABRT in tls_certificate_got_all_cb(): cert_data != NULL

2013-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  empathy-auth-client  SIGABRT in tls_certificate_got_all_cb():
  cert_data != NULL

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

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


[Bug 1130847] Re: empathy-auth-client crashed with SIGABRT in raise()

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1064786 ***
https://bugs.launchpad.net/bugs/1064786

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 #1064786, 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/1130847/+attachment/3538764/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1130847/+attachment/3538766/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1130847/+attachment/3538767/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1130847/+attachment/3538768/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1130847/+attachment/3538769/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1130847/+attachment/3538770/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1130847/+attachment/3538771/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1064786
   empathy-auth-client  SIGABRT in tls_certificate_got_all_cb(): cert_data != 
NULL

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  empathy-auth-client crashed with SIGABRT in raise()

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

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


[Bug 1071922] Re: double tap does not open folders or files in Nautilus

2013-03-04 Thread James M. Leddy
** Changed in: nautilus (Ubuntu)
 Assignee: James M. Leddy (jm-leddy) = Canonical Desktop Team 
(canonical-desktop-team)

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

Title:
  double tap does not open folders or files in Nautilus

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

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


[Bug 1145195] [NEW] When i open any aplications that requiere the web camera that is instaled in my equip the any aplications dectect it and when i open cheese it says me not camera found

2013-03-04 Thread Carlos Gallego Molina
Public bug reported:

When i open any aplications that requiere the web camera that is
instaled in my equip the any aplications dectect it and when i open
cheese it says me not camera found

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/yelp
Package: yelp 2.25.1-0ubuntu5
ProcEnviron:
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux 2.6.28-16-generic i686

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


** Tags: apport-bug i386

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

Title:
  When i open any aplications that requiere the web camera that is
  instaled in my equip the any aplications dectect it and when i open
  cheese it says me not camera found

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

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


[Bug 44989] Re: Doesn't print (large) PDF files

2013-03-04 Thread Ali Raeini
When I want to print some of the pages, which have pictures, from my
latex-compiled pdf they dont print correctly, the picture is not
printed,

runing pdf2ps  and then ps2pdf on the pictures, before compiling by
latex, solved the problem for some pages but not for all of them, any
solution?

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

Title:
  Doesn't print (large) PDF files

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

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


[Bug 1131015] Re: gvfsd-mtp crashed with SIGSEGV in g_object_unref()

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1101306 ***
https://bugs.launchpad.net/bugs/1101306

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 #1101306, 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/1131015/+attachment/3539353/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1131015/+attachment/3539355/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1131015/+attachment/3539356/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1131015/+attachment/3539357/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1131015/+attachment/3539358/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1131015/+attachment/3539359/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1131015/+attachment/3539360/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1101306
   gvfsd-mtp crashed with SIGSEGV in backend_died()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-mtp crashed with SIGSEGV in g_object_unref()

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

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


[Bug 869105] Re: gnome-control-center crashed with SIGSEGV in picture_scaled()

2013-03-04 Thread Apport retracing service
** Tags added: bugpattern-needed

** Tags added: raring

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

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/869105/+subscriptions

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


[Bug 44989] Re: Doesn't print (large) PDF files

2013-03-04 Thread Ali Raeini
I know this is not related to this bug, but I explain the problem, in
case it helps,

I specifically have problems with figures which were originally saved in
pdf version 1.5 format or pdfs which have rotated (slanted fonts)
exported from  inkscape and included in latex.

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

Title:
  Doesn't print (large) PDF files

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

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


[Bug 1131039] Re: [power]: gnome-settings-daemon crashed with signal 5 in _XReply()

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1114198 ***
https://bugs.launchpad.net/bugs/1114198

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 #1114198, 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/1131039/+attachment/3539482/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1131039/+attachment/3539484/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1131039/+attachment/3539486/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1131039/+attachment/3539487/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1131039/+attachment/3539488/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1131039/+attachment/3539489/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1131039/+attachment/3539490/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1114198
   [power]: gnome-settings-daemon crashed with signal 5 in _XReply()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  [power]: gnome-settings-daemon crashed with signal 5 in _XReply()

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

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


[Bug 1130597] Re: gvfsd-mtp crashed with SIGSEGV in backend_died()

2013-03-04 Thread Philip Langdale
** Changed in: gvfs (Ubuntu)
 Assignee: (unassigned) = Philip Langdale (langdalepl)

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

Title:
  gvfsd-mtp crashed with SIGSEGV in backend_died()

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

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


[Bug 1114198] Re: [power]: gnome-settings-daemon crashed with signal 5 in _XReply()

2013-03-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  [power]: gnome-settings-daemon crashed with signal 5 in _XReply()

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

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


[Bug 1121285] Re: gvfsd-mtp crashed with SIGSEGV in do_sync_bulk_transfer()

2013-03-04 Thread Philip Langdale
This happened because rhythmbox and gvfs cannot both access the same MTP
device at the same time. The MTP protocol doesn't support multiple
clients. Rhytmbox's attempt to communicate with the device kills gvfs'
session, resulting in this.

You should explicitly unmount the device in Nautilus before attempting
to interact with it through Rhythmbox.

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

Title:
  gvfsd-mtp crashed with SIGSEGV in do_sync_bulk_transfer()

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

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


[Bug 1115635] Re: Ubuntu does not work with Samsung Galaxy note

2013-03-04 Thread Philip Langdale
This is fixed in the newer releases of gvfs, available in raring and in
my backport ppa.

** Changed in: gvfs (Ubuntu)
   Status: New = Fix Committed

** Changed in: gvfs (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Ubuntu does not work with Samsung Galaxy note

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

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


[Bug 1131050] Re: gvfsd-obexftp crashed with SIGSEGV

2013-03-04 Thread Apport retracing service
*** This bug is a duplicate of bug 1057546 ***
https://bugs.launchpad.net/bugs/1057546

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 #1057546, 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/1131050/+attachment/3539512/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1131050/+attachment/3539514/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1131050/+attachment/3539516/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1131050/+attachment/3539517/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1131050/+attachment/3539518/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1131050/+attachment/3539520/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1131050/+attachment/3539521/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1057546
   gvfsd-obexftp crashed with SIGSEGV

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  gvfsd-obexftp crashed with SIGSEGV

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

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


[Bug 1057546] Updated stack trace from duplicate bug 1131050

2013-03-04 Thread Apport retracing service
Package: gvfs-backends 1.15.3-0ubuntu1
ProcCmdline: /usr/lib/gvfs/gvfsd-obexftp --spawner :1.10 
/org/gtk/gvfs/exec_spaw/3

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

Title:
  gvfsd-obexftp crashed with SIGSEGV

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

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


[Bug 1057546] Dependencies.txt

2013-03-04 Thread Apport retracing service
** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1057546/+attachment/3557312/+files/Dependencies.txt

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

Title:
  gvfsd-obexftp crashed with SIGSEGV

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

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


[Bug 1057546] ProcMaps.txt

2013-03-04 Thread Apport retracing service
** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1057546/+attachment/3557313/+files/ProcMaps.txt

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

Title:
  gvfsd-obexftp crashed with SIGSEGV

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

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


[Bug 1057546] Stacktrace.txt

2013-03-04 Thread Apport retracing service
** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1057546/+attachment/3557314/+files/Stacktrace.txt

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

Title:
  gvfsd-obexftp crashed with SIGSEGV

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

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


[Bug 1057546] ThreadStacktrace.txt

2013-03-04 Thread Apport retracing service
** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1057546/+attachment/3557315/+files/ThreadStacktrace.txt

** Tags removed: apport-request-retrace

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

Title:
  gvfsd-obexftp crashed with SIGSEGV

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

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


[Bug 1145286] [NEW] Brasero runs once then fails

2013-03-04 Thread Mike Ferreira
Public bug reported:

On a fresh system boot, Brasero runs well. After burning ISO to disk and
closing application, Brasero will try to start (Starting Brasero),
then just go away. Have to reboot to get it going again.

Seem's like Brasero is not exiting gracefully, so cannot restart.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: brasero 3.4.1-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Mon Mar  4 13:32:31 2013
InstallationDate: Installed on 2013-01-26 (37 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: brasero
UpgradeStatus: Upgraded to quantal on 2013-02-23 (9 days ago)

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


** Tags: amd64 apport-bug quantal

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

Title:
  Brasero runs once then fails

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

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


[Bug 1145286] Re: Brasero runs once then fails

2013-03-04 Thread Mike Ferreira
I've been using Ubuntu since 8.04LTS... And I've been testing U+1 for
4-5 years on other boxes and servers here, but this is on my main
everyday box (no U+1 dev).

I cleaned things up on this one and did a fresh re-Install 37 days ago.
It did this in v12.04 also (7 days ago upgraded this box to v12.10 ).

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

Title:
  Brasero runs once then fails

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

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


[Bug 1115635] Re: Ubuntu does not work with Samsung Galaxy note

2013-03-04 Thread Marius B. Kotsbak
Please backport to Quantal and Precise.

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

Title:
  Ubuntu does not work with Samsung Galaxy note

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

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


[Bug 1142947] Re: epiphany-browser crashed with SIGSEGV in Decoder()

2013-03-04 Thread John S. Gruber
** Description changed:

  Crash on browsing watching youtube video from http://ubuntuonair.com.
  Expected it to play the whole hangout video but played less than a
  minute. After restarting the browser it crashed again with another
  random video off youtube in less than 10 seconds.
  
  Also fails on lernid, which I'm testing, and midori--all webkit
  browsers.
  
  Running today's live i386 CD from raring. (Today == 2013-3-3).
  
  No flash installed and therefore I assume that it is using html 5.
  Running flash in lernid and midori avoids the problem as webkit seems to
  use it in preference to html5--but that's just my guess.
+ 
+ To reproduce:
+ 
+ Install raring
+ Install ephiphany with 'sudo apt-get install epiphany-browser'
+ Start epiphany from the terminal with epiphany http://ubuntuonair.com/#video;
+ Start the video and wait for the video to stop (coincident with the halt in 
the video within a minute).
  
  ProblemType: Crash
  DistroRelease: Ubuntu 13.04
  Package: epiphany-browser 3.6.1-2ubuntu1
  ProcVersionSignature: Ubuntu 3.8.0-9.18-generic 3.8.1
  Uname: Linux 3.8.0-9-generic i686
  ApportVersion: 2.9-0ubuntu2
  Architecture: i386
  CasperVersion: 1.330
  Date: Sun Mar  3 16:55:35 2013
  ExecutablePath: /usr/bin/epiphany-browser
  LiveMediaBuild: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130303)
  MarkForUpload: True
  ProcCmdline: epiphany-browser
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0xb49fe2b9 
_ZN3JSC3DFG15AssemblyHelpers17decodedCodeMapForEPNS_9CodeBlockE+473:  mov 
   0x4(%edx),%edi
   PC (0xb49fe2b9) ok
   source 0x4(%edx) (0x0004) not located in a known VMA region (needed 
readable region)!
   destination %edi ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: epiphany-browser
  StacktraceTop:
   JSC::DFG::AssemblyHelpers::decodedCodeMapFor(JSC::CodeBlock*) () from 
/usr/lib/libjavascriptcoregtk-3.0.so.0
   JSC::DFG::OSRExitCompiler::compileExit(JSC::DFG::OSRExit const, 
JSC::OperandsJSC::ValueRecovery, JSC::OperandValueTraitsJSC::ValueRecovery  
const, JSC::DFG::SpeculationRecovery*) () from 
/usr/lib/libjavascriptcoregtk-3.0.so.0
   ?? () from /usr/lib/libjavascriptcoregtk-3.0.so.0
   ?? ()
   JSC::Interpreter::executeCall(JSC::ExecState*, JSC::JSObject*, 
JSC::CallType, JSC::CallData const, JSC::JSValue, JSC::ArgList const) () from 
/usr/lib/libjavascriptcoregtk-3.0.so.0
  Title: epiphany-browser crashed with SIGSEGV in 
JSC::DFG::AssemblyHelpers::decodedCodeMapFor()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  XsessionErrors:
   (process:3675): GLib-GIO-WARNING **: g_settings_set_value: value for key 
'visual-bell-type' in schema 'org.gnome.desktop.wm.preferences' is outside of 
valid range
   (process:3675): GLib-GIO-WARNING **: g_settings_set_value: value for key 
'visual-bell-type' in schema 'org.gnome.desktop.wm.preferences' is outside of 
valid range
   (process:3675): GLib-GIO-WARNING **: g_settings_set_value: value for key 
'visual-bell-type' in schema 'org.gnome.desktop.wm.preferences' is outside of 
valid range
   (gnome-settings-daemon:3483): libappindicator-CRITICAL **: 
app_indicator_set_label: assertion `IS_APP_INDICATOR (self)' failed
   (process:8224): GLib-CRITICAL **: g_slice_set_config: assertion 
`sys_page_size == 0' failed

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

Title:
  epiphany-browser crashed with SIGSEGV in Decoder()

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

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

[Bug 1121285] Re: gvfsd-mtp crashed with SIGSEGV in do_sync_bulk_transfer()

2013-03-04 Thread BertN45
Try to explain that to a Windows User or Tablet User of Ubuntu, (s)he
will run away screaming!

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

Title:
  gvfsd-mtp crashed with SIGSEGV in do_sync_bulk_transfer()

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

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


[Bug 1145286] Re: Brasero runs once then fails

2013-03-04 Thread Mike Ferreira
//***
~$ brasero -g --brasero-media-debug  log 21
~$ cat log
** (brasero:7386): WARNING **: An instance of Brasero is already running, 
exiting
~$ pidof brasero
2585
:~$ kill 2585
***//
...and it works again without a reboot. But the new instance also stays loaded 
after exit.

This may be a duplicate of bug #972962... But that bug was on v12.04  n
commandline. This is on v12.10 and both commandline and through GUI.

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

Title:
  Brasero runs once then fails

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-04 Thread Greg Eden
As others have said this bug does not affect Kubuntu and Dolphin, and
you can use Dolphin on Gnome Shell or Xfce and it works as expected. I
have KDE installed in parallel with Gnome 3.6 and Xfce 4.10.

Other clues - It also appears to be an issue of the number of files
being transferred, not the volume of data. I can copy sixteen gig when
it is in 30 files, but any folder with hundreds or thousands of files
will choke.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1087969] Re: Touchpad settings in Ubuntu 13.04 do not allow horizontal edge scrolling.

2013-03-04 Thread Ali Najafi
There is a way to enable horizontal scrolling which I’ve found
accidentally! :D

Open dconf Editor
Go to org  gnome  settings-daemon  peripherals  touchpad
check horiz-scroll-enabled

There is also an option for edge scrolling: write edge-scrolling
(without quotes) for scroll-method. It shoud be the default.

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

Title:
  Touchpad settings in Ubuntu 13.04 do not allow  horizontal edge
  scrolling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1087969/+subscriptions

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

[Bug 1084737] Re: [regression] Option lost in Ubuntu 13.04: Two-finger horizontal scrolling.

2013-03-04 Thread Ali Najafi
There is a way to enable horizontal scrolling which I’ve found
accidentally! :D

Open dconf Editor
Go to org  gnome  settings-daemon  peripherals  touchpad
check horiz-scroll-enabled

There is also an option for edge scrolling: write edge-scrolling
(without quotes) for scroll-method. It shoud be the default.

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

Title:
  [regression] Option lost in Ubuntu 13.04: Two-finger horizontal
  scrolling.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/1084737/+subscriptions

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

[Bug 1142947] Re: epiphany-browser crashed with SIGSEGV in Decoder()

2013-03-04 Thread John S. Gruber
** Also affects: lernid (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: lernid
   Importance: Undecided
   Status: New

** Changed in: lernid
   Importance: Undecided = Critical

** Changed in: lernid
   Status: New = Confirmed

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

Title:
  epiphany-browser crashed with SIGSEGV in Decoder()

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

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


[Bug 124440] Re: Ubuntu needs a way to set mouse scrolling speed

2013-03-04 Thread Paul Somebody
A huge hooray goes to the One Hundred Paper Cuts project. It would be
terrific to have this fixed at last, irrelevant to whether this is an
enchancement, a bug,  a whishlist item or anything else entirely.

I hope this dramatic and epic 6 year story evades the eyes of the people
to whom GNU/Linux is advocated on the grounds that in this OS mistakes
and shortcomings are always rectified quickly, because usually it is not
like this. :)

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

Title:
  Ubuntu needs a way to set mouse scrolling speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/124440/+subscriptions

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


[Bug 1145689] [NEW] error dialog due to problems monitors.xml file after dist-upgrade

2013-03-04 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

see attached screenshot

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-9.18-generic 3.8.1
Uname: Linux 3.8.0-9-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.9-0ubuntu2
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Mon Mar  4 17:40:12 2013
DistUpgraded: 2013-02-05 13:12:39,470 DEBUG enabling apt cron job
DistroCodename: raring
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 03) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:0279]
   Subsystem: Dell Device [1028:0279]
InstallationDate: Installed on 2012-11-04 (120 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MachineType: Dell Inc. Studio Hybrid 140g
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-9-generic 
root=UUID=e4eb06cb-d4ba-40c3-ac8f-7af8f0973b69 ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to raring on 2013-02-05 (27 days ago)
dmi.bios.date: 09/26/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.0.6
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: 0P096C
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 3
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: '01'
dmi.modalias: 
dmi:bvnDellInc.:bvr1.0.6:bd09/26/2008:svnDellInc.:pnStudioHybrid140g:pvr00:rvnDellInc.:rn0P096C:rvrA01:cvnDellInc.:ct3:cvr'01':
dmi.product.name: Studio Hybrid 140g
dmi.product.version: 00
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.9~daily13.03.01-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.42-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.3-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.6-0ubuntu3
xserver.bootTime: Mon Mar  4 17:32:14 2013
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.2-0ubuntu2
xserver.video_driver: intel

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


** Tags: amd64 apport-bug compiz-0.9 raring third-party-packages ubuntu
-- 
error dialog due to problems monitors.xml file after dist-upgrade
https://bugs.launchpad.net/bugs/1145689
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.

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


[Bug 1145689] Re: error dialog due to problems monitors.xml file after dist-upgrade

2013-03-04 Thread Bryce Harrington
** Package changed: xorg (Ubuntu) = gnome-settings-daemon (Ubuntu)

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

Title:
  error dialog due to problems monitors.xml file after dist-upgrade

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

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


  1   2   >