[Bug 1110129] [NEW] totem-video-thumbnailer segfault with -g and .MTS file

2013-01-30 Thread Matthew Mueller
Public bug reported:

totem-video-thumbnailer segfaults when trying to generate a gallery image for a 
.MTS file.  Possibly relevant, verbose mode prints that the file is a 0 
millisecond-long stream:
TotemVideoThumbnailer-Message: Producing gallery of 9 screenshots, taken at 1 
millisecond intervals throughout a 0 millisecond-long stream.


$ gdb --args totem-video-thumbnailer -v -s 384 -g 9 ./3.MTS 
./3.MTS.thumbs.png  
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://bugs.launchpad.net/gdb-linaro/...
Reading symbols from /usr/bin/totem-video-thumbnailer...Reading symbols from 
/usr/lib/debug/usr/bin/totem-video-thumbnailer...done.
done.
(gdb) run
Starting program: /usr/bin/totem-video-thumbnailer -v -s 384 -g 9 ./3.MTS 
./3.MTS.thumbs.png
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
TotemVideoThumbnailer-Message: Initialised libraries, about to create video 
widget
TotemVideoThumbnailer-Message: Video widget created
[New Thread 0x7fffeed8b700 (LWP 9279)]
TotemVideoThumbnailer-Message: About to open video file
[New Thread 0x7fffed242700 (LWP 9280)]
[New Thread 0x7fffe7fff700 (LWP 9281)]
[New Thread 0x7fffe77fe700 (LWP 9282)]
[New Thread 0x7fffdbfff700 (LWP 9283)]
[New Thread 0x7fffdad64700 (LWP 9284)]
[New Thread 0x7fffd9b04700 (LWP 9285)]
[New Thread 0x7fffd9303700 (LWP 9286)]
[New Thread 0x7fffd8b02700 (LWP 9287)]
TotemVideoThumbnailer-Message: Opened video file: './3.MTS'
TotemVideoThumbnailer-Message: Producing gallery of 9 screenshots, taken at 1 
millisecond intervals throughout a 0 millisecond-long stream.
TotemVideoThumbnailer-Message: Outputting as 3 rows and 3 columns.
TotemVideoThumbnailer-Message: Converting pixbuf to a Cairo surface.

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_width: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_height: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_pixels: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_rowstride: assertion `GDK_IS_PIXBUF (pixbuf)' failed

(totem-video-thumbnailer:9276): GdkPixbuf-CRITICAL **:
gdk_pixbuf_get_n_channels: assertion `GDK_IS_PIXBUF (pixbuf)' failed

Program received signal SIGSEGV, Segmentation fault.
0x75b0b6b0 in gdk_cairo_set_source_pixbuf ()
   from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
(gdb) bt full
#0  0x75b0b6b0 in gdk_cairo_set_source_pixbuf ()
   from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
No symbol table info available.
#1  0x55561a14 in create_gallery (input=0x557950e0 ./3.MTS, 
bvw=0x559a0100, output=optimized out) at totem-video-thumbnailer.c:669
pos = optimized out
screenshot_height = optimized out
y_padding = optimized out
current_row = optimized out
surface = 0x74f07c80
font_desc = optimized out
stream_length = 0
current_column = optimized out
x = optimized out
screenshot = optimized out
layout = optimized out
columns = optimized out
y = optimized out
filename = optimized out
pixbuf = optimized out
cr = 0x559bd150
screenshot_interval = 1
rows = 3
screenshot_width = optimized out
x_padding = optimized out
scale = optimized out
header_text = optimized out
duration_text = optimized out
#2  main (argc=1, argv=0x7fffe4f8) at totem-video-thumbnailer.c:899
options = optimized out
context = optimized out
err = 0x0
bvw = 0x559a0100
pixbuf = optimized out
input = 0x557950e0 ./3.MTS
output = 0x55795170 ./3.MTS.thumbs.png
data = {output = 0x55795170 ./3.MTS.thumbs.png, 
  input = 0x557950e0 ./3.MTS}
(gdb)

** Affects: gstreamer0.10 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  totem-video-thumbnailer segfault with -g and .MTS file

To manage 

[Bug 1110129] Re: totem-video-thumbnailer segfault with -g and .MTS file

2013-01-30 Thread Matthew Mueller
forgot to mention:
Ubuntu 12.04.1 LTS x86_64
ii  totem  3.0.1-0ubuntu21.1  Simple media player for the 
GNOME desktop based on GStreamer
ii  libgstreamer0.10-0 0.10.36-1ubuntu1 
Core GStreamer libraries and elements

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

Title:
  totem-video-thumbnailer segfault with -g and .MTS file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1110129/+subscriptions

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


[Bug 1107974] Re: Required evolution-* update 3.6.3

2013-01-30 Thread Samarjit Adhikari
Could i get a proposed repository with those above bug fixes for ubuntu 12.10?
Those bugs really hampering my daily work :-(
Adding one more bug link in addition to above list.

https://bugzilla.gnome.org/show_bug.cgi?id=691194

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

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

Title:
  Required evolution-* update 3.6.3

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

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


[Bug 1110227] [NEW] Can't discover other bluetooth devices

2013-01-30 Thread Fikrul Arif
Public bug reported:

I can't find other devices with my laptop (HP Pavilion g4). I've tried
another device -- my cellphone -- and I can find other device with my
cellphone except my laptop, although the visibility has been turned on.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: gnome-bluetooth 3.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-21.32-generic 3.5.7.1
Uname: Linux 3.5.0-21-generic x86_64
ApportVersion: 2.6.1-0ubuntu9
Architecture: amd64
Date: Wed Jan 30 16:34:06 2013
InstallationDate: Installed on 2012-11-04 (86 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: gnome-bluetooth
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Can't discover other bluetooth devices

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

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


[Bug 1110227] Re: Can't discover other bluetooth devices

2013-01-30 Thread Fikrul Arif
Further testing:
`hcitool scan` output nothing except Scanning ...

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

Title:
  Can't discover other bluetooth devices

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

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


[Bug 1065979] Re: external/internal monitors mirrored on boot when laptop lid is closed

2013-01-30 Thread Ritesh Khadgaray
This tested with on Lenovo x220 w/ intel. The behaviour will be the same
with radeon/nv.

* booting with lid closed
* boot with lid closed, open lid and close again
* boot wit lid closed, suspend and resume
* boot with lid close, open lid, suspend and resume
* boot with lid close, open lid, suspend, close lid, resume


I also expect this behaviour to be unchanged for sis/matrox/ and other obscure 
card. Worst case, we enable a display which is not present ( assuming monitor 
detection is broken, which not should happen ).

-- ritz

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

Title:
  external/internal monitors mirrored on boot when laptop lid is closed

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

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


[Bug 1110303] [NEW] gnome-control-center crashes for audio controls

2013-01-30 Thread Ákos Maróy
Public bug reported:

when I enter gnome control center, and click on the audio tab, the
control center crashes. this is what I get in my syslog:

gnome-control-c[25328]: segfault at 7fff130b8f78 ip 7fb64d0019f2 sp
7fff130b8e40 error 6 in libc-2.15.so[7fb64cfb9000+1b5000]


this is on an up-to-date ubuntu 12.10 64 bit

the audio devices are:

# aplay -l
 PLAYBACK hardvereszközeinek listája 
kártya 0: NVidia [HDA NVidia], eszköz 3: HDMI 0 [HDMI 0]
  Aleszközök: 1/1
  0 számú aleszköz: subdevice #0
kártya 0: NVidia [HDA NVidia], eszköz 7: HDMI 0 [HDMI 0]
  Aleszközök: 1/1
  0 számú aleszköz: subdevice #0
kártya 0: NVidia [HDA NVidia], eszköz 8: HDMI 0 [HDMI 0]
  Aleszközök: 1/1
  0 számú aleszköz: subdevice #0
kártya 0: NVidia [HDA NVidia], eszköz 9: HDMI 0 [HDMI 0]
  Aleszközök: 1/1
  0 számú aleszköz: subdevice #0
kártya 1: REC [UA-30 (44100Hz, Analog REC)], eszköz 0: USB Audio [USB Audio]
  Aleszközök: 1/1
  0 számú aleszköz: subdevice #0

# arecord -l
 CAPTURE hardvereszközeinek listája 
kártya 1: REC [UA-30 (44100Hz, Analog REC)], eszköz 0: USB Audio [USB Audio]
  Aleszközök: 1/1
  0 számú aleszköz: subdevice #0


alsamixer works fine

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

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

Title:
  gnome-control-center crashes for audio controls

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

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

[Bug 890747] Re: Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it would expect

2013-01-30 Thread MC Return
** Also affects: compiz
   Importance: Undecided
   Status: New

** Changed in: compiz
   Status: New = In Progress

** Changed in: compiz
 Assignee: (unassigned) = MC Return (mc-return)

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

Title:
  Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it
  would expect

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

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


[Bug 890747] Re: Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it would expect

2013-01-30 Thread MC Return
I thought a while about the best solution for this problem and came up
with this:

We can perfectly fix it without messing with Gnome itself:

First we will upgrade the Compiz Gnome Compatibility plug-in to also
deal with other gnome shortcuts (currently it just deals with
showMainMenu, showRunDialog, CommandScreenshot, CommandWindowScreenshot
and CommandTerminal).

This will also have the positive side-effect that all will be perfectly 
configurable CCSM style, so the user will be easily able to modify everything 
to your needs if it won't suit him, it will be possible to not just change the 
shortcut, but also the command that is run, when hitting this key-combination.
The defaults will be the same as Gnome uses.

With another ubuntu-config.patch we will adjust the shortcut for
Ctrl+Alt+Del to open gnome-system-monitor/processes tab instead of
proposing a log out for Ubuntu/Unity only.

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

Title:
  Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it
  would expect

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

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


[Bug 1110354] [NEW] Firefox's tabs text/background colour changes after creating bookmark

2013-01-30 Thread mmalmeida
Public bug reported:

After clicking the bookmars -bookmark this page button, the colour of
the background and text in the tabs changes, making them unreadable.

If I close and open Firefox, the correct colours are displayed again.

See the screenshot attachment to see the problem.

Running firefox 18.0.1

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

** Attachment added: Screenshot from 2013-01-30 12:07:24.png
   
https://bugs.launchpad.net/bugs/1110354/+attachment/3507429/+files/Screenshot%20from%202013-01-30%2012%3A07%3A24.png

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

Title:
  Firefox's tabs text/background colour changes after creating bookmark

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

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


[Bug 1110354] Re: Firefox's tabs text/background colour changes after creating bookmark

2013-01-30 Thread mmalmeida
Changed package. Cannot choose firefox as it is unavailable.

** Package changed: gnome-settings-daemon (Ubuntu) = firefox (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/1110354

Title:
  Firefox's tabs text/background colour changes after creating bookmark

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

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


[Bug 878198] Re: Difficult to grab window borders

2013-01-30 Thread Mike Fowler
*** This bug is a duplicate of bug 160311 ***
https://bugs.launchpad.net/bugs/160311

Cannonical that is.

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

Title:
  Difficult to grab window borders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/878198/+subscriptions

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


[Bug 878198] Re: Difficult to grab window borders

2013-01-30 Thread Mike Fowler
*** This bug is a duplicate of bug 160311 ***
https://bugs.launchpad.net/bugs/160311

It's one of those things that make Unity so unbearable.  And Ubuntu a
lousy company.

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

Title:
  Difficult to grab window borders

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/878198/+subscriptions

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2013-01-30 Thread Colin Watson
** Tags removed: verification-needed

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

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

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

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2013-01-30 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-settings-daemon -
3.4.2-0ubuntu15

---
gnome-settings-daemon (3.4.2-0ubuntu15) quantal-proposed; urgency=low

  * debian/patches/git_no_numlock_eating_cpu_loop.patch:
- backport upstream fix for numlock keeps changing state and
  gnome-settings-daemon is eating 100% cpu while that's happening
  (lp: #969359)
 -- Sebastien Bacher seb...@ubuntu.com   Mon, 12 Nov 2012 16:09:01 +0100

** Changed in: gnome-settings-daemon (Ubuntu Quantal)
   Status: Fix Committed = Fix Released

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

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

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

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


[Bug 1094888] Re: GIMP: Could not mount Canon Digital Camera

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

** 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/1094888

Title:
  GIMP: Could not mount Canon Digital Camera

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

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


[Bug 1094888] Re: GIMP: Could not mount Canon Digital Camera

2013-01-30 Thread Jonathan Harker
I have this problem too, but the problem isn't really in gimp, it's in
gphoto2 (or possibly deeper, in the USB stack). This will get you some
diagnostics:

gphoto2 --debug --debug-logfile=gphoto.log -L

You may need to install gphoto2 first:

sudo apt-get install gphoto2

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

Title:
  GIMP: Could not mount Canon Digital Camera

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

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


[Bug 1094888] Re: GIMP: Could not mount Canon Digital Camera

2013-01-30 Thread Jonathan Harker
** Also affects: libgphoto
   Importance: Undecided
   Status: New

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

Title:
  GIMP: Could not mount Canon Digital Camera

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

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


[Bug 1065979] Re: external/internal monitors mirrored on boot when laptop lid is closed

2013-01-30 Thread Sebastien Bacher
@Ritesh: looking again to that issue and your patch, they are several
problems

* you are changing do-nothing to do something, the main reason that
this setting was added is that the xrandr calls can be slow on some
drivers (e.g taking over a second), your patch will add several seconds
delay on boot on some configuration

* you make the default to be xinerama when there is no lid closed, that's wrong 
in some cases. 
E.g we want to default to mirror for projectors configurations) ... there is no 
good way to detect projectors at the moment though, that's why we default to 
mirror

* the lid status is not an accurate info, some hardware don't rely that
status correctly


Did you consider suggesting to the customer to just change the 
default-monitors-setup gsettings key from 'do-nothing' to 'dock'.
The schemas documentation says: 'dock' will switch off the internal monitor

That seems like what they want, and they should be able to just deplay a
custom settings package including a schemas override easily?

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

Title:
  external/internal monitors mirrored on boot when laptop lid is closed

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

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


[Bug 1094888] Re: GIMP: Could not mount Canon Digital Camera

2013-01-30 Thread Jonathan Harker
gphoto doesn't have a bug tracker, because the 1980s called and wants its 
[bugs] mailing list back:
http://gphoto.10949.n7.nabble.com/gphoto-bugs-gphoto-Bugs-3523295-PTP-I-O-error-with-Canon-on-2nd-command-tt4.html

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

Title:
  GIMP: Could not mount Canon Digital Camera

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

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


[Bug 1094888] Re: GIMP: Could not mount Canon Digital Camera

2013-01-30 Thread Jonathan Harker
Here are two relevant upstream libgphoto bugs:

http://sourceforge.net/p/gphoto/bugs/856/
http://sourceforge.net/p/gphoto/bugs/913/

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

Title:
  GIMP: Could not mount Canon Digital Camera

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

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


[Bug 1110420] [NEW] [raring] Mouse disgcharged notifications, Power Indicator are wrong

2013-01-30 Thread Alin Andrei
Public bug reported:

I keep getting mouse is discharged notifications (or something like
that, I can't remember the exact text) when I log in to my Ubuntu 13.04
Raring laptop, but that's not true, my mouse is charged. Also, in the
Power Indicator, it says Mouse (not present) but the mouse is there,
and it even shows up in the Power Statistics dialog, here's a
screenshot: http://i.imgur.com/f2lbcz8.png

And while we're at it, the mouse entry in the Power Indicator is missing
the icon (see the same screenshot above).

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-control-center 1:3.6.3-0ubuntu12
ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
Uname: Linux 3.8.0-2-generic x86_64
ApportVersion: 2.8-0ubuntu2
Architecture: amd64
Date: Wed Jan 30 15:33:58 2013
InstallationDate: Installed on 2012-12-30 (31 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to raring on 2013-01-12 (17 days ago)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu6.1
 deja-dup25.3-0ubuntu1
 gnome-control-center-signon 0.1.2bzr12.12.05-0ubuntu1
 gnome-control-center-unity  1.2-0ubuntu1
 indicator-datetime  12.10.3daily13.01.25-0ubuntu1

** Affects: indicator-power
 Importance: Undecided
 Status: New

** Affects: indicator-power (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug raring running-unity third-party-packages

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

** Also affects: indicator-power
   Importance: Undecided
   Status: New

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

Title:
  [raring] Mouse disgcharged notifications, Power Indicator are wrong

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

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


[Bug 1094888] Re: GIMP: Could not mount Canon Digital Camera

2013-01-30 Thread Jonathan Harker
For the record, I get the same symptoms as reported upstream - gphoto2
fails with:

1.801756 ptp2/usbread(2): Clearing halt on IN EP and retrying once.
1.802082 gphoto2-port(2): Clear halt...
1.802348 ptp2/usb_getresp(0): request code 0x1002 getting resp error 0x02ff
1.802558 ptp2/camera_init(0): ptp_opensession returns 2ff
1.802809 ptp2/device_reset_request(2): sending reset
1.803009 gphoto2-port(2): Writing message (request=0x66 value=0x0 index=0x0 
size=0=0x0)...
1.803218 gphoto2-port(3): No hexdump (NULL buffer)
1.807272 ptp(2): PTP: Opening session
1.807557 gphoto2-port(2): Writing 16=0x10 bytes to port...
1.807761 gphoto2-port(3): Hexdump of 16 = 0x10 bytes follows:
  10 00 00 00 01 00 02 10-00 00 00 00 01 00 00 00  

1.808007 ptp2/ptp_usb_getresp(2): reading response
1.808210 ptp2/ptp_usb_getpacket(2): getting next ptp packet
1.808411 gphoto2-port(2): Reading 512=0x200 bytes from port...

I have a Canon 60D, Ubuntu 12.04 on a ZAReason, USB 2, and dpkg:

ii  libusb-0.1-4  2:0.1.12-20   
   userspace USB programming library
ii  libusb-0.1-4:i386 2:0.1.12-20   
   userspace USB programming library
ii  libusb-1.0-0  2:1.0.9~rc3-2ubuntu1  
   userspace USB programming library
ii  gphoto2   2.4.11-2  
   The gphoto2 digital camera command-line client
ii  libgphoto2-2  2.4.13-1ubuntu1.2 
   gphoto2 digital camera library
ii  libgphoto2-2:i386 2.4.13-1ubuntu1.2 
   gphoto2 digital camera library
ii  libgphoto2-l10n   2.4.13-1ubuntu1.2 
   gphoto2 digital camera library - localized messages
ii  libgphoto2-port0  2.4.13-1ubuntu1.2 
   gphoto2 digital camera port library
ii  libgphoto2-port0:i386 2.4.13-1ubuntu1.2 
   gphoto2 digital camera port library


** Tags added: precise

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

Title:
  GIMP: Could not mount Canon Digital Camera

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

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


[Bug 1085342] Re: Pulseaudio applications hang (Totem, GNOME Shell etc.)

2013-01-30 Thread madbiologist
I'm pretty sure I have been getting a lot of this on Quantal and
Precise.  I can also confirm this statement from the bug description
applies on Quantal and Precise - With the pulseaudio plugin removed 
the gst alsa plugin installed totem behaves much better though on very
rare occasion will become unresponsive.

Any chance of SRU's for Quantal and Precise?

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

Title:
  Pulseaudio applications hang (Totem, GNOME Shell etc.)

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

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


[Bug 1020162] Re: some characters not displayed in a PDF file

2013-01-30 Thread ronswift
I am using evince 3.6.0 on Ubuntu 12.10 and I am experiencing a similar 
problem. PDF check files with helvetica and courier fonts view correctly but 
when printed on brother or hp laser printers place the $ sign over the left 
most number character.
When printing the same file using Evince 3.4.0 on Lubuntu 12.04 it prints 
correctly.

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

Title:
  some characters not displayed in a PDF file

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

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


[Bug 342567] Re: Sticky Keys and Slow Keys popups ignore notification daemon capabilities

2013-01-30 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: New = Won't Fix

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

Title:
  Sticky Keys and Slow Keys popups ignore notification daemon
  capabilities

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

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


[Bug 1110498] [NEW] [raring] GNOME System Monitor leaks memory

2013-01-30 Thread Alin Andrei
Public bug reported:

GNOME System Monitor leaks memory in Ubuntu 13.04 Raring Ringtail,
here's a screenshot with the memory usage after about 2-3 hours:
http://i.imgur.com/ot5Q6ZG.png

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-system-monitor 3.6.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
Uname: Linux 3.8.0-2-generic x86_64
ApportVersion: 2.8-0ubuntu2
Architecture: amd64
Date: Wed Jan 30 17:11:59 2013
InstallationDate: Installed on 2012-12-30 (31 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: gnome-system-monitor
UpgradeStatus: Upgraded to raring on 2013-01-12 (18 days ago)

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


** Tags: amd64 apport-bug raring running-unity third-party-packages

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

Title:
  [raring] GNOME System Monitor leaks memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/1110498/+subscriptions

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


[Bug 1085107] Re: evolution hangs

2013-01-30 Thread Ping Win
This and similar problem is present in ubuntu 12.10 from begining. I can
not handle mails properly with bugy webkit...

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

Title:
  evolution hangs

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

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


[Bug 1095492] Re: Filenames are not fully displayed

2013-01-30 Thread Bug Watch Updater
** Changed in: rhythmbox
   Status: Unknown = Fix Released

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

Title:
  Filenames are not fully displayed

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

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


[Bug 988251] Re: Nautilus cut, copy, paste, move and rename options are greyed out and stop working

2013-01-30 Thread Mezgrman
I am experiencing this bug as well. It happens almost only when I have
several tabs open and one or more of them are (S)FTP servers. I have to
restart Nautilus every time which is very annoying.

The context menu option is unclickable and the keyboard shortcuts don't
work either.

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

Title:
  Nautilus cut, copy, paste, move and rename options are greyed out and
  stop working

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

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


[Bug 1099942] Re: Can't record video in any format

2013-01-30 Thread Bug Watch Updater
** Changed in: pygobject
   Status: Unknown = Confirmed

** Changed in: pygobject
   Importance: Unknown = Medium

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

Title:
  Can't record video in any format

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

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


[Bug 1031034] Re: Breaks with smart card auth with pkcs11

2013-01-30 Thread Colin Watson
Hello Jonathan, or anyone else affected,

Accepted gnome-settings-daemon into precise-proposed. The package will
build now and be available at http://launchpad.net/ubuntu/+source/gnome-
settings-daemon/3.4.2-0ubuntu0.6.2 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: gnome-settings-daemon (Ubuntu Precise)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

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

Title:
  Breaks with smart card auth with pkcs11

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

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


[Bug 1102551] Re: unable to login facebook

2013-01-30 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

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

Title:
  unable to login facebook

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

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


[Bug 1101790] Re: When switching users, desktop is visible before password is entered

2013-01-30 Thread Marc Deslauriers
** Changed in: gnome-screensaver (Ubuntu)
   Status: New = Triaged

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

Title:
  When switching users, desktop is visible before password is entered

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

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


[Bug 1110528] [NEW] Properties menu item not functional

2013-01-30 Thread Steve Magoun
Public bug reported:

The Properties item in the Movie menu does nothing.

To reproduce:
1) Launch totem. For example run `totem 
/usr/share/example-content/Ubuntu_Free_Culture_Showcase/How\ fast.ogg` from a 
shell
2) Select Properties from the Movie menu

Expected results:
A properties window opens, or a properties pane is displayed in the sidebar 
(similar to the way the playlists are displayed in the sidebar)

Actual results:
Nothing happens

If you run totem from a terminal, you'll see this when invoking the
properties menu item:

Totem-WARNING **: Tried to set sidebar page 'properties' but it does not
exist

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: totem 3.6.3-0ubuntu2
ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
Uname: Linux 3.8.0-2-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.8-0ubuntu2
Architecture: amd64
Date: Wed Jan 30 10:55:38 2013
InstallationDate: Installed on 2010-09-17 (866 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta amd64 (20100901.1)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
UpgradeStatus: Upgraded to raring on 2013-01-25 (5 days ago)

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


** Tags: amd64 apport-bug raring running-unity

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

Title:
  Properties menu item not functional

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

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


[Bug 1085342] Re: Pulseaudio applications hang (Totem, GNOME Shell etc.)

2013-01-30 Thread Bug Watch Updater
** Changed in: eglibc (Debian)
   Status: Fix Committed = Fix Released

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

Title:
  Pulseaudio applications hang (Totem, GNOME Shell etc.)

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

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


[Bug 1031034] Re: Breaks with smart card auth with pkcs11

2013-01-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/gnome-settings-daemon

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

Title:
  Breaks with smart card auth with pkcs11

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

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


[Bug 1103789] Re: Ubuntu 12.10 Dual Monitors Display Not Detected, NVidia and PCI Intel Integrated Device

2013-01-30 Thread Marc Deslauriers
Thank you for using Ubuntu and taking the time to report a bug. Your
report should contain, at a minimum, the following information so we can
better find the source of the bug and work to resolve it.

Submitting the bug about the proper source package is essential. For
help see https://wiki.ubuntu.com/Bugs/FindRightPackage . Additionally,
in the report please include:

1) The release of Ubuntu you are using, via 'cat /etc/lsb-release' or System - 
About Ubuntu.
2) The version of the package you are using, via 'dpkg -l PKGNAME | cat' or by 
checking in Synaptic.
3) What happened and what you expected to happen.

The Ubuntu community has also created debugging procedures for a wide
variety of packages at https://wiki.ubuntu.com/DebuggingProcedures .
Following the debugging instructions for the affected package will make
your bug report much more complete. Thanks!


** Information type changed from Private Security to Public

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

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

Title:
  Ubuntu 12.10 Dual Monitors Display Not Detected, NVidia and PCI Intel
  Integrated Device

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

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


[Bug 865791] Re: Pointer Speed settings have no effect on touchpad

2013-01-30 Thread Rohan Deshmukh
This bug is present in Ubuntu 12.10 too.

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

Title:
  Pointer Speed settings have no effect on touchpad

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

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


[Bug 991132] Re: Assertion fails in subtitleeditor when opening video

2013-01-30 Thread Ramaddan
Hi,

It still crashes with me in Quantal.

When it is said that the fix has already been released, in which version
exactly?

Because I need to know if it is supposed to be fixed in Quantal as well,
or else I have a different priblem.

Thanks

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

Title:
  Assertion fails in subtitleeditor when opening video

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

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


[Bug 578864]

2013-01-30 Thread Bill Phillips
*** This bug is a duplicate of bug 530760 ***
https://bugs.launchpad.net/bugs/530760


http://www.hotelbrisasdelsella.es/components/com_content/indexs.php?bf5vjbot=51e






Bill Phillips

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

Title:
  Crash Evolution

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

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


Re: [Bug 991132] Re: Assertion fails in subtitleeditor when opening video

2013-01-30 Thread Philip Rinn
Hi,

it's fixed in version 0.40.0-1 so you need to take the version from
Raring.

Regards

Am 30.01.2013 18:12, schrieb Ramaddan:
 Hi,
 
 It still crashes with me in Quantal.
 
 When it is said that the fix has already been released, in which version
 exactly?
 
 Because I need to know if it is supposed to be fixed in Quantal as well,
 or else I have a different priblem.
 
 Thanks


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

Title:
  Assertion fails in subtitleeditor when opening video

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

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


[Bug 1107974] Re: Required evolution-* update 3.6.3

2013-01-30 Thread Samarjit Adhikari
** Bug watch added: GNOME Bug Tracker #692009
   https://bugzilla.gnome.org/show_bug.cgi?id=692009

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

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

** Also affects: evolution-mapi via
   https://bugzilla.gnome.org/show_bug.cgi?id=691772
   Importance: Unknown
   Status: Unknown

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

** Changed in: evolution-mapi
 Remote watch: GNOME Bug Tracker #691772 = GNOME Bug Tracker #691834

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

Title:
  Required evolution-* update 3.6.3

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

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


[Bug 744503] Re: wnck-applet crashed with SIGSEGV in cairo_translate()

2013-01-30 Thread Jeff Lane
Over a year old, never addressed. Closing.


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

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

Title:
  wnck-applet crashed with SIGSEGV in cairo_translate()

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

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


[Bug 865791] Re: Pointer Speed settings have no effect on touchpad

2013-01-30 Thread Doug McMahon
It is now having some effect in 13.04, 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/865791

Title:
  Pointer Speed settings have no effect on touchpad

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

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


[Bug 1051675] [NEW] Bug with viewing files with ls and nautilus on iPhone

2013-01-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm running Ubuntu 12.04 64bit as of 14/9-12 latest version.

Connected my iPhone to export/import music, pictures, video and whatnot.
Most things work swell, but accessing the directories to many of the
apps does not work well at all.

The phone is mounted in a .gvfs directory, phone is named Raymonds
Telegrafverk.


Plain attempt to ls the directory
raymond@Bruno:~/.gvfs/Documents on Raymonds Telegrafverk$ ls no.vg.snarvei/
ls: reading directory no.vg.snarvei/: Invalid argument


Trying ls with the -d flag
raymond@Bruno:~/.gvfs/Documents on Raymonds Telegrafverk$ ls -d no.vg.snarvei/
no.vg.snarvei/
raymond@Bruno:~/.gvfs/Documents on Raymonds Telegrafverk$ 


Going into the directory and trying more
raymond@Bruno:~/.gvfs/Documents on Raymonds Telegrafverk$ cd no.vg.snarvei/
raymond@Bruno:~/.gvfs/Documents on Raymonds Telegrafverk/no.vg.snarvei$ ls
ls: reading directory .: Invalid argument
raymond@Bruno:~/.gvfs/Documents on Raymonds Telegrafverk/no.vg.snarvei$ ls -al
ls: reading directory .: Invalid argument
total 0
raymond@Bruno:~/.gvfs/Documents on Raymonds Telegrafverk/no.vg.snarvei$ 



Nautilus tells me this:
The folder contents could not be displayed.
Sorry, could not display all the contents of Skype: Unhandled Apple File 
Control error (7)



Now weirdest thing, I had problems with no.vg.e24.snarvei/ earlier, but now all 
of a sudden it works.
As mentioned above, no.vg.snarvei/ is now the actual problem.
The word snarvei is norwegian for shortctu, not that it matters.



Here's a strace ls report
raymond@Bruno:~/.gvfs/Documents on Raymonds Telegrafverk$ strace ls 
no.vg.e24.snarvei/
execve(/bin/ls, [ls, no.vg.e24.snarvei/], [/* 49 vars */]) = 0
brk(0)  = 0x17fd000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fcd41e7
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=118584, ...}) = 0
mmap(NULL, 118584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fcd41e53000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/x86_64-linux-gnu/libselinux.so.1, O_RDONLY|O_CLOEXEC) = 3
read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\20T\0\0\0\0\0\0..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=121936, ...}) = 0
mmap(NULL, 2221680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7fcd41a31000
mprotect(0x7fcd41a4e000, 2093056, PROT_NONE) = 0
mmap(0x7fcd41c4d000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7fcd41c4d000
mmap(0x7fcd41c4f000, 1648, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcd41c4f000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/x86_64-linux-gnu/librt.so.1, O_RDONLY|O_CLOEXEC) = 3
read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\340!\0\0\0\0\0\0..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31752, ...}) = 0
mmap(NULL, 2128984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7fcd41829000
mprotect(0x7fcd4183, 2093056, PROT_NONE) = 0
mmap(0x7fcd41a2f000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fcd41a2f000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/x86_64-linux-gnu/libacl.so.1, O_RDONLY|O_CLOEXEC) = 3
read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0P\33\0\0\0\0\0\0..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31096, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fcd41e52000
mmap(NULL, 2126312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7fcd41621000
mprotect(0x7fcd41628000, 2093056, PROT_NONE) = 0
mmap(0x7fcd41827000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7fcd41827000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/x86_64-linux-gnu/libc.so.6, O_RDONLY|O_CLOEXEC) = 3
read(3, \177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\200\30\2\0\0\0\0\0..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1802936, ...}) = 0
mmap(NULL, 3917016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7fcd41264000
mprotect(0x7fcd41417000, 2093056, PROT_NONE) = 0
mmap(0x7fcd41616000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b2000) = 0x7fcd41616000
mmap(0x7fcd4161c000, 17624, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fcd4161c000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)

[Bug 1051675] Re: Bug with viewing files with ls and nautilus on iPhone

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

** 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/1051675

Title:
  Bug with viewing files with ls and nautilus on iPhone

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

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


[Bug 1051675] Re: Bug with viewing files with ls and nautilus on iPhone

2013-01-30 Thread Fabio Marconi
** Package changed: ubuntu = nautilus (Ubuntu)

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

Title:
  Bug with viewing files with ls and nautilus on iPhone

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

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


[Bug 1051675] Re: Bug with viewing files with ls and nautilus on iPhone

2013-01-30 Thread Fabio Marconi
** Package changed: nautilus (Ubuntu) = ubuntu

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

Title:
  Bug with viewing files with ls and nautilus on iPhone

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

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


[Bug 1076116] Re: Rhythmbox 2.98 crashes when playing mp3 or FLAC files if ReplayGain plugin is enabled

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

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

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

Title:
  Rhythmbox 2.98 crashes when playing mp3 or FLAC files if ReplayGain
  plugin is enabled

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

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


[Bug 1018504] Re: Empathy doesn't display buddy list

2013-01-30 Thread Nicholas Skaggs
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Empathy doesn't display buddy list

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

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


[Bug 1107974] Re: Required evolution-* update 3.6.3

2013-01-30 Thread Bug Watch Updater
** Changed in: evolution-mapi
   Status: Unknown = Fix Released

** Changed in: evolution-mapi
   Importance: Unknown = Medium

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

Title:
  Required evolution-* update 3.6.3

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

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


[Bug 988473] Re: /usr/bin/invest-chart has bogus #! line

2013-01-30 Thread Bug Watch Updater
** Changed in: gnome-applets
   Status: Unknown = New

** Changed in: gnome-applets
   Importance: Unknown = Medium

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

Title:
  /usr/bin/invest-chart has bogus #! line

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

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


[Bug 1018504] Re: Empathy doesn't display buddy list

2013-01-30 Thread Adam Conrad
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

** No longer affects: empathy (Fedora)

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

Title:
  Empathy doesn't display buddy list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-glib/+bug/1018504/+subscriptions

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


[Bug 1018504] Re: Empathy doesn't display buddy list

2013-01-30 Thread Adam Conrad
This bug was fixed in the package telepathy-glib - 0.18.2-0ubuntu1

---
telepathy-glib (0.18.2-0ubuntu1) precise-proposed; urgency=low

  * New upstream stable release. (LP: #1030416)
- refreshed patch
- Empathy doesn't display buddy list (LP: #1018504)
 -- Brian Curtis bcurti...@ubuntu.com Sat, 28 Jul 2012 20:48:04 -0400


** Package changed: empathy (Ubuntu) = telepathy-glib (Ubuntu)

** Changed in: telepathy-glib (Ubuntu Precise)
   Status: Confirmed = Fix Released

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

Title:
  Empathy doesn't display buddy list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-glib/+bug/1018504/+subscriptions

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


[Bug 1018504] Re: Empathy doesn't display buddy list

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

** Changed in: telepathy-glib (Ubuntu Precise)
   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/1018504

Title:
  Empathy doesn't display buddy list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/telepathy-glib/+bug/1018504/+subscriptions

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


[Bug 1110763] Re: gnome-panel crashed with SIGSEGV in g_signal_emit_valist()

2013-01-30 Thread Apport retracing service
*** This bug is a duplicate of bug 948667 ***
https://bugs.launchpad.net/bugs/948667

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 #948667, 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/1110763/+attachment/3507984/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1110763/+attachment/3507986/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1110763/+attachment/3507987/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1110763/+attachment/3507988/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1110763/+attachment/3507989/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1110763/+attachment/3507990/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1110763/+attachment/3507991/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 948667
   gnome-panel crashed with SIGSEGV in gtk_widget_pop_verify_invariants()

** 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-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1110763

Title:
  gnome-panel crashed with SIGSEGV in g_signal_emit_valist()

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

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


[Bug 1102685] Re: ubuntuone-syncdaemon crashed with TypeError in __setitem__(): Can not override a type Object, which is not in a gobject introspection typelib

2013-01-30 Thread Rodney Dawes
** Changed in: ubuntu-nexus7
 Assignee: Rodney Dawes (dobey) = (unassigned)

** Changed in: ubuntu-nexus7
   Status: Triaged = Fix Released

** Also affects: pygobject (Ubuntu)
   Importance: Undecided
   Status: 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/1102685

Title:
  ubuntuone-syncdaemon crashed with TypeError in __setitem__(): Can not
  override a type Object, which is not in a gobject introspection
  typelib

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

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


[Bug 948667] Re: gnome-panel crashed with SIGSEGV in gtk_widget_pop_verify_invariants()

2013-01-30 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/948667

** Tags added: iso-testing

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

Title:
  gnome-panel crashed with SIGSEGV in gtk_widget_pop_verify_invariants()

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

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


[Bug 849336] Re: nautilus crashed with SIGSEGV in nautilus_path_bar_size_allocate()

2013-01-30 Thread Jeff Lane
Old bug

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

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

Title:
  nautilus crashed with SIGSEGV in nautilus_path_bar_size_allocate()

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

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


[Bug 591298] Re: Bluetooth stops working after suspend/resume and requires reloading modules/restarting service to work again

2013-01-30 Thread Jeff Lane
Never seemed to get anywhere, but no new reports and so, closing

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Expired = Invalid

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

Title:
  Bluetooth stops working after suspend/resume and requires reloading
  modules/restarting service to work again

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

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


[Bug 877214] Re: metacity doesn't detect hung apps like compiz does

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

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

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

Title:
  metacity doesn't detect hung apps like compiz does

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

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


[Bug 860600] Re: Media keys aren't working (Ubuntu 11.10, Pithos latest daily)

2013-01-30 Thread Pink Ink
Not solved for me.
I'm on Ubuntu 11.10, 64 bit.
I'm running gnome-settings-daemon 3.2.2-0ubuntu2 like Boris and guayadeque 
0.3.1~dfsg0-1.
I'm using Clementine as my music player.

I've installed all the latest updates and some media keys are still not working 
with my home digital wireless rf keyboard.
(volume up/down works, but play/pause/stop/skip back/skip forward don't work 
only showing the circle sign, the crossed out O).

The workaround with auto-starting the totem player is pretty annoying, because 
it cannot be configured to start minimized.
And when it starts, the window opens to high, that only one pixel of the title 
bar is visible. I then have to drag it down to reach the minimize-button. Very 
poor user experience in my eyes.

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

Title:
  Media keys aren't working (Ubuntu 11.10, Pithos latest daily)

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

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


[Bug 1110809] [NEW] Online Accounts should try to reconnect Google Account when back online

2013-01-30 Thread Pablo Almeida
Public bug reported:

When Ubuntu starts, if a Google Account is set up in Online Accounts and
there's no working Internet connection yet, the Shutdown button goes red
and so does its Online Accounts entry, complaining that Ubuntu could not
connect to that account, and the user has to manually click the
Authorize button. That's all s/he needs to do, so why not do it
automatically after Ubuntu gets connected (and retry from time to time
when already connected, in case of cable modems that which take a while
to authenticate).

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: gnome-control-center 1:3.6.3-0ubuntu12
ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
Uname: Linux 3.8.0-2-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.8-0ubuntu2
Architecture: i386
Date: Wed Jan 30 19:30:56 2013
InstallationDate: Installed on 2013-01-29 (1 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20130118)
MarkForUpload: True
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu6.1
 deja-dup25.3-0ubuntu1
 gnome-control-center-signon 0.1.2bzr12.12.05-0ubuntu1
 gnome-control-center-unity  1.2-0ubuntu1
 indicator-datetime  12.10.3daily13.01.25-0ubuntu1

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


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

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

Title:
  Online Accounts should try to reconnect Google Account when back
  online

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

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


[Bug 877214] Re: metacity doesn't detect hung apps like compiz does

2013-01-30 Thread Oliver Gerlich
** Bug watch added: GNOME Bug Tracker #687938
   https://bugzilla.gnome.org/show_bug.cgi?id=687938

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

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

Title:
  metacity doesn't detect hung apps like compiz does

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

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


[Bug 588419] Re: [Maverick A1]Windows don't rise on focus

2013-01-30 Thread Jeff Lane
Maverick is dead. Closing bug properly.

** Changed in: metacity (Ubuntu)
   Status: Expired = Invalid

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

Title:
  [Maverick A1]Windows don't rise on focus

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

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2013-01-30 Thread OpenLaptop
Funny to see this bug is still not fixed sinds 2007 (6 YEARS AGO!!!)

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

Title:
  Resizing windows by grabbing window borders is difficult

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

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


[Bug 1110862] [NEW] GTK applications will not start after update

2013-01-30 Thread Bo Milanovich
Public bug reported:

I am unable to access Ubuntu right now due to this bug so apologies if I
am not able to provide you with all the details. Running 13.04

After today's update, I have noticed that I am unable to launch GTK
applications. When trying to launch from terminal, this is the error I
am getting:

symbol lookup error: /usr/lib/x86_64-linux-gnu/libgdk-3.so.0: undefined
symbol: wl_registry_interface

The relevant library is symlinked to libgdk-3.so.0.600.4 in the same
folder. The locate command reports no other instances of libgdk on the
computer except for those two.

None of the GTK apps work, including Unity-greeter, causing me to be
unable to log in (and even if I logged in, I assume I would not be able
to have a usable DE). Thought a reboot might help, but it did not.

I am able to use Windows on the same computer and have Ext2Read
installed, so let me know if I can pull any relevant logs for you
(Xorg.0.log contains no (EE) entries).

** Affects: gtk2-engines (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  GTK applications will not start after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines/+bug/1110862/+subscriptions

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


[Bug 1110862] Re: GTK applications will not start after update

2013-01-30 Thread Bo Milanovich
Also, I am not sure if this is actually relevant to the gtk2-engines
package. But Launchpad wouldn't let me submit the bug with the I don't
know option, or the libgdk-3-cli package.

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

Title:
  GTK applications will not start after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines/+bug/1110862/+subscriptions

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


[Bug 877214] Re: metacity doesn't detect hung apps like compiz does

2013-01-30 Thread Bug Watch Updater
** Changed in: metacity
   Status: Unknown = Confirmed

** Changed in: metacity
   Importance: Unknown = Medium

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

Title:
  metacity doesn't detect hung apps like compiz does

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

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


[Bug 1110888] [NEW] evince 3.4.0 no duplex ubuntu 12.04

2013-01-30 Thread SW AD
Public bug reported:

Evince does not print duplex. The options are there in the print dialogue, but 
they don't do anything: Instead of printing on both sides of a page, it only 
prints on one side. Strangely, with Acrobat Reader and Libre Office, the 
duplexer works, so this is clearly a problem of Evince. 
Reinstallation of Evince didn't solve the problem. 

My system: 
Ubuntu 12.04.1
HP Lip 3.12.11
Evince 3.4.0
HP Laser Jet 1536dnf MFP, connected via USB
Dell Inspiron 1501

hp-check -t gives: No Errors or Warnings

HP lip device manager, print settings, general, two-sided is set on
long-edge binding.

Now that I realised that it's not an issue of the printer-installation,
the problem is not that pressing, since I can print simply using Acrobat
Reader. However, it would be much better if the standard (and open
source) program for pdf-viewing simply worked.

A similar report: 
http://ubuntuforums.org/showthread.php?t=1559708

This is not the same bug, since he can't print duplex with Open Office, either: 
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/613035

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

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

Title:
  evince 3.4.0 no duplex ubuntu 12.04

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

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


[Bug 1110809] Re: Online Accounts should try to reconnect Google Account when back online

2013-01-30 Thread Adolfo Jayme Barrientos
** 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/1110809

Title:
  Online Accounts should try to reconnect Google Account when back
  online

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

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


[Bug 1102909] Re: Accessibility icon on the top bar - no options can be picked

2013-01-30 Thread Adolfo Jayme Barrientos
*** This bug is a duplicate of bug 1067166 ***
https://bugs.launchpad.net/bugs/1067166

** This bug has been marked a duplicate of bug 1067166
   Please design an accessibility status menu

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

Title:
  Accessibility icon on the top bar - no options can be picked

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

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


[Bug 1067166] Re: Please design an accessibility status menu

2013-01-30 Thread Adolfo Jayme Barrientos
** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

Title:
  Please design an accessibility status menu

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

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


[Bug 1107974] Re: Required evolution-* update 3.6.3

2013-01-30 Thread Bug Watch Updater
** Changed in: evolution
   Status: Unknown = Fix Released

** Changed in: evolution
   Importance: Unknown = Medium

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

Title:
  Required evolution-* update 3.6.3

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

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


[Bug 1105102] Re: dconf-service crashed with SIGSEGV in g_variant_builder_add_value()

2013-01-30 Thread bwat47
observed on the 29th amd64 daily iso

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

Title:
  dconf-service crashed with SIGSEGV in g_variant_builder_add_value()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-nexus7/+bug/1105102/+subscriptions

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


Re: [Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2013-01-30 Thread Sam Spilsbury
On Thu, Jan 31, 2013 at 6:08 AM, OpenLaptop i...@openlaptop.nl wrote:
 Funny to see this bug is still not fixed sinds 2007 (6 YEARS AGO!!!)

Hi.

1. It is fixed in Unity-3D, which has been the default since 12.10
2. It isn't worth fixing in Unity-2D, since it would require extensive
patching to metacity's frame display code
3. Comments like these are not helpful.


 --
 You received this bug notification because you are a bug assignee.
 https://bugs.launchpad.net/bugs/160311

 Title:
   Resizing windows by grabbing window borders is difficult

 Status in Ayatana Design:
   Fix Released
 Status in One Hundred Paper Cuts:
   Fix Released
 Status in The Metacity Window Manager:
   In Progress
 Status in Release Notes for Ubuntu:
   Fix Released
 Status in Unity 2D:
   Confirmed
 Status in “light-themes” package in Ubuntu:
   Fix Released
 Status in “metacity” package in Ubuntu:
   Confirmed
 Status in “metacity” source package in Maverick:
   Triaged

 Bug description:
   *

   This should mostly be fixed for Natty and might get backported to
   earlier releases as well.

   For Precise (12.04)  this is again broken for unity-2d (as of 17.7.2012 
 unity-2d 5.12.0-0ubuntu1.1).
   Note that if the window has a scrollbar, you can grab that to resize the 
 window. If not, you are stuck with the 1px border. Workaround: NONE KNOWN 
 (see comment 320)?

   *

   *Blueprint for Natty, Ubuntu 11.04:

   https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-
   dx-n-resizing-windows

   Work items1 * Make sure the new resize grip fits in current applications; 
 doesn't interfere with anything. We should make some noise about this during 
 the Natty cycle so people keep their eyes open and file bugs.
   2 * Invisible window resize area - around 3px invisible area to allow 
 resize on all sides.

   *

   Working grip backported to gtk2 already available in ppa :
   https://launchpad.net/~bratsche/+archive/gtk

   *

   Workaround for Compiz/Unity: Alt+Middlemousebutton resizes a window
   most comfortably.

   Workaround:  Edit /usr/share/themes/Ambiance/metacity-1/metacity-
   theme-1.xml.  Set the following values in frame_geometry_normal as
   desired:

   distance name=left_width value=3/
   distance name=right_width value=3/
   distance name=bottom_height value=3/

   

   Binary package hint: metacity

   - The issue has been an issue for users (especially of large) screens
   for several releases- Trackpad users seem to be particularly impacted
   by this- The issue appears to have been significantly aggravated in
   Lucid by changing the border width from 3 pixels to 1 pixel

   The window borders in metacity are far too thin to be used for
   comfortable window resizing, and resize handles are not available in
   all applications (or even most). In fact, of all the windows I have
   open right now, not a single one of them has a resize handle. The
   result is that I get a lot of misses when I try to drag a window
   border, which usually results in my clicking on the wrong window
   altogether. The best fix for this usability bug is to create an
   invisible region around each non-maximized window about 4px thick
   that can be used for resizing (in addition to the visible border). Or
   perhaps there should be a border thickness option on the System 
   Preferences  Windows dialog (although the default thickness should
   still be increased considerably). Ideally all windows would also have
   a resize handle but I realize that these have to be application
   controlled (at least that seems to be the position of the metacity
   team).

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


-- 
Sam Spilsbury

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

Title:
  Resizing windows by grabbing window borders is difficult

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

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

[Bug 1100985] Re: Add Torrent Dialog's ' Download Location' not set correctly when directory typed into Other-Location field

2013-01-30 Thread Bug Watch Updater
** Changed in: gtk
   Status: New = Invalid

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

Title:
  Add Torrent Dialog's ' Download Location' not set correctly when
  directory typed into Other-Location field

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

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


[Bug 1086369] Re: alacarte crashed with ImportError in /usr/share/alacarte/Alacarte/util.py : cannot import name GError

2013-01-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~matttbe/ubuntu/raring/alacarte/lp1086369

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

Title:
  alacarte crashed with ImportError in
  /usr/share/alacarte/Alacarte/util.py : cannot import name GError

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

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


[Bug 755667] Re: high cpu usage when a properties window is open

2013-01-30 Thread Benjamin
I have now the same problem under Ubuntu 12.04 with last updates. I
created a pgp key last hour ago. strange.

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

** No longer affects: seahorse

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

Title:
  high cpu usage when a properties window is open

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

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


[Bug 1110862] Re: GTK applications will not start after update

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

** Changed in: gtk2-engines (Ubuntu)
   Status: New = Confirmed

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

Title:
  GTK applications will not start after update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk2-engines/+bug/1110862/+subscriptions

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


[Bug 1111117] [NEW] Seahorse in 13.04 prompts me for my password after i auto login to Gnome/Unity, last release i was able to change a setting in Seahorse IIRC and it fixed it.

2013-01-30 Thread John Vivirito
Public bug reported:

Right after Gnome/Unity loads i get prompted to enter my passwprd for
some reason. I dont recall what setting i changed for 12.04/12.10.to
make it stop asking for it. Is there anything i can do to get around it
and also would like to know why seahorse cares about it if im not using
it at the time.

This happens with evvery login. .

I see this as a regression since it stoped happeneding in early
versuions.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: seahorse 3.6.3-0ubuntu1
ProcVersionSignature: Ubuntu 3.8.0-2.6-generic 3.8.0-rc4
Uname: Linux 3.8.0-2-generic i686
ApportVersion: 2.8-0ubuntu3
Architecture: i386
Date: Thu Jan 31 00:27:49 2013
InstallationDate: Installed on 2012-07-24 (190 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120331)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=C
 SHELL=/bin/bash
SourcePackage: seahorse
UpgradeStatus: Upgraded to raring on 2012-07-24 (190 days ago)

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


** Tags: apport-bug i386 raring running-unity third-party-packages

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

Title:
  Seahorse in 13.04 prompts me for my password after i auto login to
  Gnome/Unity, last release i was able to change a setting in Seahorse
  IIRC and it fixed it.

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

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


[Bug 1111117] Re: Seahorse in 13.04 prompts me for my password after i auto login to Gnome/Unity, last release i was able to change a setting in Seahorse IIRC and it fixed it.

2013-01-30 Thread John Vivirito
The next tim ei log in i will takea pic of it to maybe help you
understand what im talkinhg about.

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

Title:
  Seahorse in 13.04 prompts me for my password after i auto login to
  Gnome/Unity, last release i was able to change a setting in Seahorse
  IIRC and it fixed it.

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

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


[Bug 1111117] Re: Seahorse in 13.04 prompts me for my password after i auto login to Gnome/Unity, last release i was able to change a setting in Seahorse IIRC and it fixed it.

2013-01-30 Thread John Vivirito
Here is a fixed typo 
The next time I log in I will takea pic of it to maybe help you understand what 
im talkinhg about.

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

Title:
  Seahorse in 13.04 prompts me for my password after i auto login to
  Gnome/Unity, last release i was able to change a setting in Seahorse
  IIRC and it fixed it.

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

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


[Bug 1063890] Re: GNOME clock applet shows wrong (next) month

2013-01-30 Thread Dmitry Sokolov
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1063890

Title:
  GNOME clock applet shows wrong (next) month

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

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


[Bug 1063890] Re: GNOME clock applet shows wrong (next) month

2013-01-30 Thread Dmitry Sokolov
Ubuntu 12.10, all updates installed
Today 31th Jan, but when it shows Feb
This is so for all months since I update 12.04 to 12.10

** Attachment added: 73bf114c58d3c785182e328ec024a1ad.png
   
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1063890/+attachment/3508464/+files/73bf114c58d3c785182e328ec024a1ad.png

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

Title:
  GNOME clock applet shows wrong (next) month

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

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


[Bug 1041432] Re: cheese and camorama freeze system when recording video

2013-01-30 Thread Hsin-Yi, Chen (hychen)
this bug can be fixed by this patch

From 4cd9255f0a8a9e15d81561f00f02d275b5095f70 Mon Sep 17 00:00:00 2001
From: Oleksij Rempel (Alexey Fisher) bug-tr...@fisher-privat.net
Date: Thu, 01 Mar 2012 13:15:29 +
Subject: v4l2src: fix v4l2_munmap() for compressed formats

Make sure we always call munmap() with the same size we called mmap()
with before.

Current v4l2src uses the same structure for VIDIOC_QUERYBUF, VIDIOC_QBUF
and v4l2_munmap calls. The problem is that the video buffer size (length)
may vary for compressed or emulated bufs. VIDIOC_QBUF will change it if
we pass the pointer of a v4l2_buffer. This is why we should avoid using
same variable for mmap and video buffers.

https://bugzilla.gnome.org/show_bug.cgi?id=671126

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

** Patch added: 0001-fix-v4l2_munmap.patch
   
https://bugs.launchpad.net/ubuntu/+source/cheese/+bug/1041432/+attachment/3508463/+files/0001-fix-v4l2_munmap.patch

** Description changed:

- Quantal 3.5.0-11 becomes totally unresponsive when starting a video from
- the built in webcam. Both mouse and keyboard  are frozen.
+ This is a bug in gstreamer-plugins-good.
+ 
+ 
+ 
--
+ Quantal 3.5.0-11 becomes totally unresponsive when starting a video from the 
built in webcam. Both mouse and keyboard  are frozen.
  
  I tried both 32 and 64 bit versions of both cheese and camorama and the
  result was the same. This was not an issue with Precise.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: cheese 3.5.5-0ubuntu1
  ProcVersionSignature: Ubuntu 3.5.0-11.11-generic 3.5.2
  Uname: Linux 3.5.0-11-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.5.1-0ubuntu2
  Architecture: i386
  Date: Fri Aug 24 21:57:00 2012
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  SourcePackage: cheese
  UpgradeStatus: Upgraded to quantal on 2012-08-17 (8 days ago)

** Also affects: gst-plugins-good via
   https://bugzilla.gnome.org/show_bug.cgi?id=670257
   Importance: Unknown
   Status: Unknown

** Changed in: cheese (Ubuntu)
   Status: Confirmed = Invalid

** Also affects: gst-plugins-good0.10 (Ubuntu)
   Importance: Undecided
   Status: New

** Summary changed:

- cheese and camorama freeze system when recording video
+ Any application which uses v4l2src element  can be froze when recording video 
(e.x. cheese)

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

Title:
  Any application which uses v4l2src element  can be froze when
  recording video (e.x. cheese)

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

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


[Bug 1086369] Re: alacarte crashed with ImportError in /usr/share/alacarte/Alacarte/util.py : cannot import name GError

2013-01-30 Thread dino99
Thanks kranich,

after having executed to #11 command, alacarte stop crashing and can be
used normally.

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

Title:
  alacarte crashed with ImportError in
  /usr/share/alacarte/Alacarte/util.py : cannot import name GError

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

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2013-01-30 Thread latimerio
I wonder who ever decided to have the window borders not configurable.

I work on a large screen and easily get RSI problems when I use the mouse too 
much.
Thus I use a wacom tablet with a stylus pen additionally as a mouse enhancement.
I always work with multiple windows and frequently rearrange them to suite my 
needs.

I also use focus follows mouse WITHOUT autoraise as I want to be able to
cut and paste from a lower window to a top window without windows
changing their order. I also want to type in a terminal which is half
covered from firefox withouth the terminal coming to top and burying the
browser text.

That said I want to resize my windows at ANY border not just in the
corners or from the title bar.

On KDE 2 which I used for years this was no problem but with latest desktops 
the ergonomics seem to be overruled by designers.
I wish every GUI designer  be at least 50 years of age so that eyesight 
degrading and parkinsons symptoms are on the verge :(

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

Title:
  Resizing windows by grabbing window borders is difficult

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

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


Re: [Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2013-01-30 Thread Sam Spilsbury
Hi.

On Thu, Jan 31, 2013 at 3:21 PM, latimerio 160...@bugs.launchpad.net wrote:

 That said I want to resize my windows at ANY border not just in the
 corners or from the title bar.

You already can.

There's a small amount of invisible padding on every side of the
window in Unity3D. This has been the only desktop installed since
12.10, and is the default desktop since 11.04.

Click and drag around the edges to resize the window.

Done.


-- 
Sam Spilsbury

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

Title:
  Resizing windows by grabbing window borders is difficult

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

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


[Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2013-01-30 Thread Jakob Unterwurzacher
** Description changed:

+ This bug is fixed in unity-3d since ubuntu 11.04.
+ It still exists in unity-2d and will never be fixed as unity-2d is no longer 
supported since ubuntu 12.10 (see comment #343).
+ 
  *
  
  This should mostly be fixed for Natty and might get backported to
  earlier releases as well.
  
  For Precise (12.04)  this is again broken for unity-2d (as of 17.7.2012 
unity-2d 5.12.0-0ubuntu1.1).
  Note that if the window has a scrollbar, you can grab that to resize the 
window. If not, you are stuck with the 1px border. Workaround: NONE KNOWN (see 
comment 320)?
  
  *
  
  *Blueprint for Natty, Ubuntu 11.04:
  
  https://blueprints.edge.launchpad.net/ubuntu/+spec/packageselection-dx-n
  -resizing-windows
  
  Work items1 * Make sure the new resize grip fits in current applications; 
doesn't interfere with anything. We should make some noise about this during 
the Natty cycle so people keep their eyes open and file bugs.
  2 * Invisible window resize area - around 3px invisible area to allow resize 
on all sides.
  
  *
  
  Working grip backported to gtk2 already available in ppa :
  https://launchpad.net/~bratsche/+archive/gtk
  
  *
  
  Workaround for Compiz/Unity: Alt+Middlemousebutton resizes a window most
  comfortably.
  
  Workaround:  Edit /usr/share/themes/Ambiance/metacity-1/metacity-
  theme-1.xml.  Set the following values in frame_geometry_normal as
  desired:
  
  distance name=left_width value=3/
  distance name=right_width value=3/
  distance name=bottom_height value=3/
  
  
  
  Binary package hint: metacity
  
  - The issue has been an issue for users (especially of large) screens
  for several releases- Trackpad users seem to be particularly impacted by
  this- The issue appears to have been significantly aggravated in Lucid
  by changing the border width from 3 pixels to 1 pixel
  
  The window borders in metacity are far too thin to be used for
  comfortable window resizing, and resize handles are not available in all
  applications (or even most). In fact, of all the windows I have open
  right now, not a single one of them has a resize handle. The result is
  that I get a lot of misses when I try to drag a window border, which
  usually results in my clicking on the wrong window altogether. The best
  fix for this usability bug is to create an invisible region around
  each non-maximized window about 4px thick that can be used for resizing
  (in addition to the visible border). Or perhaps there should be a border
  thickness option on the System  Preferences  Windows dialog (although
  the default thickness should still be increased considerably). Ideally
  all windows would also have a resize handle but I realize that these
  have to be application controlled (at least that seems to be the
  position of the metacity team).

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

Title:
  Resizing windows by grabbing window borders is difficult

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

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