[Bug 1685656] [NEW] chrome devtools URLs printed node inspector is not CTRL-clickable

2017-04-23 Thread Martin Olsson
Public bug reported:

When you debug a node.js application by running:
$ node --inspect main.js

...then in the latest versions of node inspector it prints an URL to
chrome devtools, similar to:

chrome-
devtools://devtools/bundled/inspector.html?experiments=true=true=127.0.0.1:9229/ffd8c6e0
-3d9c-4d33-8b00-2fd32e96d7f6


This URL is not CTRL-clickable in gnome-terminal like normal http:// and 
https:// links are.

You can verify this simply by doing:
$ echo chrome-devtools://devtools/bundled/inspector.html
...
$ echo http://cnn.com
...

...and then ctrl-click on the URLs printed by "echo".


It would be super useful if gnome-terminal knew that the URL scheme 
chrome-devtools:// should be clickable.

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

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

Title:
  chrome devtools URLs printed node inspector is not CTRL-clickable

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

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


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

2012-03-24 Thread Martin Olsson
*** This bug is a duplicate of bug 948667 ***
https://bugs.launchpad.net/bugs/948667


** Visibility changed to: Public

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

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/963917/+subscriptions

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


[Bug 963952] Re: gconf-editor crashed with SIGSEGV in g_hash_table_foreach()

2012-03-24 Thread Martin Olsson
*** This bug is a duplicate of bug 945893 ***
https://bugs.launchpad.net/bugs/945893


** Visibility changed to: Public

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

Title:
  gconf-editor crashed with SIGSEGV in g_hash_table_foreach()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf-editor/+bug/963952/+subscriptions

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


[Bug 74008] Re: Include the window border doesn't work by default (with compiz)

2010-04-11 Thread Martin Olsson
I bet the papercut team would reject it as-is on the grounds that it's
not trivial to fix. In case someone finds the upstream compiz commit
that fixes it, cherry picking that commit might be trivial enough to
merit a papercut though.

-- 
Include the window border doesn't work by default (with compiz)
https://bugs.launchpad.net/bugs/74008
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 543042] Re: pressing CANCEL in policykit super user mount dialog shows silly error message

2010-03-29 Thread Martin Olsson
I tried sudo killall polkitd and that wasn't enough to repro it, it
stills opens the drive mounted using some cached password. I also tried
using the guest session but then the external drive doesn't show up
under Places at all.

-- 
pressing CANCEL in policykit super user mount dialog shows silly error message
https://bugs.launchpad.net/bugs/543042
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 543042] Re: pressing CANCEL in policykit super user mount dialog shows silly error message

2010-03-28 Thread Martin Olsson
I found some more clues concerning this bug.

@Milan, first I suppose the communication here happens nautilus --
GVFS -- policykit. I can see that the nautilus package depends on
the gvfs package which in turn depends on the policykit-1-gnome
package. When I grep in the policykit-1-gnome package source I find
one reference to the string OLKIT_ERROR. Also, from grepping in the
nautilus code, I believe that the silly message dialog originates from
this place: nautilus-2.29.92.1/libnautilus-private/nautilus-file-
operations.c:2306

The nautilus code says show error for all error codes except 
G_IO_ERROR_FAILED_HANDLED, but that means it does show an error message for 
the error code G_IO_ERROR_CANCELLED. I don't know which error code is 
actually being handed to nautilus here, I'm just speculating based on the GIO 
docs:
http://library.gnome.org/devel/gio/unstable/gio-GIOError.html#GIOErrorEnum

It would be interesting to put some debug statements into this source
location or maybe some breakpoints. However, in that case I must be able
to repro this bug which I can't right now. Because policykit has now
cached my password so I'm not prompted for it anymore when I open
Places::DiskDrive.

How can I make policykit forget this cached password so I get the
password prompt again?

-- 
pressing CANCEL in policykit super user mount dialog shows silly error message
https://bugs.launchpad.net/bugs/543042
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 74008] Re: Include the window border doesn't work by default (with compiz)

2010-03-14 Thread Martin Olsson
ebassi posted some interesting info on the upstream GNOME bug now; about
both GTK client side decorations (nice but won't completely solve this
problem for all apps though) and also that upstream compiz have
transitioned to reparenting of the window inside a frame which will
probably solve this bug.

I wonder if the upstream compiz commit can be backported to Lucid? I don't even 
know if it's a single commit though or which commit/branch it is; if someone 
could find it that would be really nice. I suppose it's hiding somewhere in 
here:
http://gitweb.compiz.org/

-- 
Include the window border doesn't work by default (with compiz)
https://bugs.launchpad.net/bugs/74008
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 437429] Re: No GUI to configure/disable login sound

2010-03-13 Thread Martin Olsson
The volume of the drum is very often too loud and I tried 5 different
ways of disabling it without success before I found this bug. I would
love to see this fixed for Lucid.

-- 
No GUI to configure/disable login sound
https://bugs.launchpad.net/bugs/437429
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 528169] Re: yelp crashed with signal 5 in _XError()

2010-03-09 Thread Martin Olsson
I just booted the lucid daily livecd as of today, which includes yelp
2.29.5-0ubuntu2 and I hit this bug :-(

-- 
yelp crashed with signal 5 in _XError()
https://bugs.launchpad.net/bugs/528169
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 327872] Re: Broken support for MPEG-TS: HDV and AVCHD (.mts/.m2ts) files

2010-02-21 Thread Martin Olsson
I recently bought a Canon Legria HF200 which I'm using with Ubuntu for
family video and some YouTube stuff, it produces AVCHD like most other
HD cams which means I get a .mts file with H.264 video codec and on my
cam also AC3 audio codec. I've been successfully using this cam to
upload youtube videos by first converting the .MTS files to a variant of
.mkv using the ffmpeg tool. What I do is this:

ffmpeg -deinterlace -i file_from_cam.mts -sameq -f matroska -vcodec
libx264 -acodec vorbis file_that_I_upload_to_youtube.mkv

Of course, it would be so much more user friendly and efficient to have
support for these .MTS files right in GStreamer so I could load my clips
straight into PiTiVi etc.

-- 
Broken support for MPEG-TS: HDV and AVCHD (.mts/.m2ts) files
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

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


[Bug 514562] Re: Default values stripped from schemas with empty short_desc attribute

2010-01-30 Thread Martin Olsson
Chris, does this need to go upstream or is it just an Ubuntu packaging
bug?

In case someone needs a workaround for this bug. Just open
System::Preferences::Keyboard and tick the checkbox called Key presses
repeat when key is held down. And in the same dialog set the Delay
and Speed sliders so that their knobs are located just under the en
letters in the word when (that's the default settings I have on my old
karmic box, but I suppose you can just try out a delay/speed setting
that feels normal to you).

-- 
Default values stripped from schemas with empty short_desc attribute
https://bugs.launchpad.net/bugs/514562
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in ubuntu.

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


[Bug 514743] Re: nautilus crashed with SIGSEGV

2010-01-30 Thread Martin Olsson

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/38555637/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38555638/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/38555639/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/38555640/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/38555641/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/38555642/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/38555643/ThreadStacktrace.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38555644/XsessionErrors.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/38555645/usr_lib_nautilus.txt

** Visibility changed to: Public

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

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


[Bug 514743] Re: nautilus crashed with SIGSEGV

2010-01-30 Thread Martin Olsson
apport crash report was there in notification tray pretty much right
away when I booted it... I'm using lucid pre-release bits as of
2010-01-30... the crash doesn't happen every boot

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

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


[Bug 510321] Re: nautilus crashed with SIGSEGV in IA__g_type_check_instance_cast()

2010-01-20 Thread Martin Olsson

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/38162805/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/38162806/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/38162807/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/38162808/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/38162809/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/38162810/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/38162811/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/38162812/ThreadStacktrace.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/38162813/XsessionErrors.txt

** Attachment added: usr_lib_nautilus.txt
   http://launchpadlibrarian.net/38162814/usr_lib_nautilus.txt

** Visibility changed to: Public

-- 
nautilus crashed with SIGSEGV in IA__g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/510321
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 505241] Re: brasero failed to burn 4GB file to DVD

2010-01-10 Thread Martin Olsson
** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
brasero failed to burn 4GB file to DVD
https://bugs.launchpad.net/bugs/505241
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 505241] [NEW] brasero failed to burn 4GB file to DVD

2010-01-09 Thread Martin Olsson
Public bug reported:

Binary package hint: brasero

Tried to burn a 4GB mkv to a data disc DVD; brasero showed a dialog
saying that the files on the generated disc might be corrupt but I can
play the mkv in totem from the DVD though... FWIW; when I was starting
to burn the files it did show a dialog asking if I really wanted to use
version 3 of the ISO some number file system (the one that works on
win32+linux but doesn't work on mac OS X).

I see lots of errors in dmesg and I've attached the corresponding
brasero session log.

ProblemType: Bug
Architecture: amd64
Date: Sat Jan  9 19:52:16 2010
DistroRelease: Ubuntu 10.04
Package: brasero 2.29.4-0ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-9.13-generic
SourcePackage: brasero
Tags: lucid
Uname: Linux 2.6.32-9-generic x86_64

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


** Tags: amd64 apport-bug lucid

-- 
brasero failed to burn 4GB file to DVD
https://bugs.launchpad.net/bugs/505241
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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

[Bug 505241] Re: brasero failed to burn 4GB file to DVD

2010-01-09 Thread Martin Olsson

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/37653625/Dependencies.txt

-- 
brasero failed to burn 4GB file to DVD
https://bugs.launchpad.net/bugs/505241
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 505241] Re: brasero failed to burn 4GB file to DVD

2010-01-09 Thread Martin Olsson

** Attachment added: brasero session log
   http://launchpadlibrarian.net/37653658/brasero-session-burn-failed.log

-- 
brasero failed to burn 4GB file to DVD
https://bugs.launchpad.net/bugs/505241
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 505241] Re: brasero failed to burn 4GB file to DVD

2010-01-09 Thread Martin Olsson

** Attachment added: kern.log showing DVD related errors
   http://launchpadlibrarian.net/37653720/kern.log

-- 
brasero failed to burn 4GB file to DVD
https://bugs.launchpad.net/bugs/505241
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 505241] Re: brasero failed to burn 4GB file to DVD

2010-01-09 Thread Martin Olsson

** Attachment added: output of gconftool-2 -R /apps/brasero
   http://launchpadlibrarian.net/37653980/brasero-gconf-settings.txt

-- 
brasero failed to burn 4GB file to DVD
https://bugs.launchpad.net/bugs/505241
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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


[Bug 505241] Re: brasero failed to burn 4GB file to DVD

2010-01-09 Thread Martin Olsson
The ODD is a combined CD/DVD/BluRay recorder called LG GGW-H20L.


** Attachment added: output of lspci -nn
   http://launchpadlibrarian.net/37654067/lspci_nn.txt

** Description changed:

  Binary package hint: brasero
  
- tried to burn a 4GB mkv to a data disc DVD; brasero showed a dialog
+ Tried to burn a 4GB mkv to a data disc DVD; brasero showed a dialog
  saying that the files on the generated disc might be corrupt but I can
- play the mkv in totem from the DVD though...
+ play the mkv in totem from the DVD though... FWIW; when I was starting
+ to burn the files it did show a dialog asking if I really wanted to use
+ version 3 of the ISO some number file system (the one that works on
+ win32+linux but doesn't work on mac OS X).
  
  I see lots of errors in dmesg and I've attached the corresponding
  brasero session log.
  
  ProblemType: Bug
  Architecture: amd64
  Date: Sat Jan  9 19:52:16 2010
  DistroRelease: Ubuntu 10.04
  Package: brasero 2.29.4-0ubuntu2
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-9.13-generic
  SourcePackage: brasero
  Tags: lucid
  Uname: Linux 2.6.32-9-generic x86_64

-- 
brasero failed to burn 4GB file to DVD
https://bugs.launchpad.net/bugs/505241
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to brasero in ubuntu.

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

[Bug 502317] [NEW] reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)

2010-01-02 Thread Martin Olsson
Public bug reported:

Binary package hint: gnome-games

repro steps:

1. from a terminal; launch one of these commands:

  quadrapassel --sync

OR, if you prefer:

  gdb --eval-command='break gdk_x_error' --eval-command=r --args quadrapassel
--sync

2. select Settings::Preferences and switch to the Theme TAB
3. press CLOSE without changing anything
4. the following SIGTRAP happens immediately

Gdk-ERROR **: The program 'quadrapassel' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 136 error_code 3 request_code 10 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
aborting...
Trace/breakpoint trap

See the attached GDB log for details. I've also filed this bug upstream, here:
https://bugzilla.gnome.org/show_bug.cgi?id=605896

ProblemType: Bug
Architecture: amd64
Date: Sat Jan  2 14:59:26 2010
DistroRelease: Ubuntu 10.04
Package: gnome-games (not installed)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-9.13-generic
SourcePackage: gnome-games
Tags: lucid
Uname: Linux 2.6.32-9-generic x86_64

** Affects: gnome-games
 Importance: Unknown
 Status: Unknown

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


** Tags: amd64 apport-bug lucid

-- 
reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)
https://bugs.launchpad.net/bugs/502317
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 502317] Re: reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)

2010-01-02 Thread Martin Olsson

** Attachment added: GDB log showing stack to SIGTRAP / X11 error
   http://launchpadlibrarian.net/37360195/quadrapassel_gdb_sigtrap.txt

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

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

-- 
reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)
https://bugs.launchpad.net/bugs/502317
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 502317] Re: reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)

2010-01-02 Thread Martin Olsson
I can repro this in karmic as well if I use gnometris --sync instead
of quadrapassel --sync

-- 
reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)
https://bugs.launchpad.net/bugs/502317
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 483273] Re: Game Gnometris not show background

2010-01-02 Thread Martin Olsson
*** This bug is a duplicate of bug 502317 ***
https://bugs.launchpad.net/bugs/502317

** This bug has been marked a duplicate of bug 502317
   reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)

-- 
Game Gnometris not show background
https://bugs.launchpad.net/bugs/483273
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 428194] Re: Gnometris, random crashes and settings not saving

2010-01-02 Thread Martin Olsson
It's easier to make the theme-part of the bug consistently crash if you
start using quadrapassel --sync to ensure that all X11 messages are
default with in real-time as quadrapassel issues them (not later on).
Also, it's not necessar to actuall change the theme, it's only necessary
to switch to the THEME tab.

-- 
Gnometris, random crashes and settings not saving
https://bugs.launchpad.net/bugs/428194
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 483273] Re: Game Gnometris not show background

2010-01-02 Thread Martin Olsson
*** This bug is a duplicate of bug 437123 ***
https://bugs.launchpad.net/bugs/437123

** This bug is no longer a duplicate of bug 502317
   reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)
** This bug has been marked a duplicate of bug 437123
   Gnometris crashes when closing preferences if Theme tab has been selected

-- 
Game Gnometris not show background
https://bugs.launchpad.net/bugs/483273
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 502317] Re: reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)

2010-01-02 Thread Martin Olsson
*** This bug is a duplicate of bug 437123 ***
https://bugs.launchpad.net/bugs/437123

** This bug has been marked a duplicate of bug 437123
   Gnometris crashes when closing preferences if Theme tab has been selected

-- 
reproducible X11 error / SIGTRAP in quadrapassel (new name for gnometris)
https://bugs.launchpad.net/bugs/502317
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 437123] Re: Gnometris crashes when closing preferences if Theme tab has been selected

2010-01-02 Thread Martin Olsson

** Attachment added: gdb bt full for the error location (app running using 
--sync)
   http://launchpadlibrarian.net/37360786/quadrapassel_gdb_sigtrap.txt

-- 
Gnometris crashes when closing preferences if Theme tab has been selected
https://bugs.launchpad.net/bugs/437123
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 437123] Re: Gnometris crashes when closing preferences if Theme tab has been selected

2010-01-02 Thread Martin Olsson
FWIW; I reproducibly get this crash both with and without compiz running
(i.e. with system::preferences::appearence::visual effects set to
either none or normal). However, if you run quadrapassel with the
--sync parameter, the crash happens more reliably due to suppressed X11
buffering.

-- 
Gnometris crashes when closing preferences if Theme tab has been selected
https://bugs.launchpad.net/bugs/437123
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 428194] Re: Gnometris, random crashes and settings not saving

2010-01-02 Thread Martin Olsson
*** This bug is a duplicate of bug 435633 ***
https://bugs.launchpad.net/bugs/435633

The occasional crashes in the settings screen that you're seeing is
probably bug #437123

-- 
Gnometris, random crashes and settings not saving
https://bugs.launchpad.net/bugs/428194
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 428194] Re: Gnometris, random crashes and settings not saving

2010-01-02 Thread Martin Olsson
*** This bug is a duplicate of bug 435633 ***
https://bugs.launchpad.net/bugs/435633

...and the Show where blocks will land part is handled by bug 435633

** This bug has been marked a duplicate of bug 435633
   in Gnometris, the game option Show where the block will land doesn't take 
effect

-- 
Gnometris, random crashes and settings not saving
https://bugs.launchpad.net/bugs/428194
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2009-11-26 Thread Martin Olsson
Good news guys!

This guy from Red Hat, called Martin Stránský, just fixed this bug in
upstream Firefox! The mozilla devs merged the patch into the
mozilla1.9.3 branch (current hg master) which means that it will
probably go out in Firefox 3.7

Firefox 3.7 won't be ready in time for Lucid though (see schedule here:
https://wiki.mozilla.org/Firefox/Roadmap ) but there is always the
possibility that someone (you?) will work with Alexander Sack and the
rest of the Mozilla Ubuntu team to get this backported to the Firefox
version in Lucid.

If someone is interested, the specific patch that fixed this bug looked like 
this:
http://hg.mozilla.org/mozilla-central/rev/270a70535807

We still need a more generic fix that handles all X.org apps of course.

-- 
MASTER Copy-Paste doesn't work if the source is closed before the paste
https://bugs.launchpad.net/bugs/11334
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a subscriber of a duplicate bug.

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

[Bug 74008] Re: Include the window border doesn't work by default (with compiz)

2009-11-12 Thread Martin Olsson
The maintainers of compiz and the GNOME screenshot utility both think
that the other one should fix it in their end. Ways of break this
stalemate include:

* Ubuntu could choose to maintain a patch to the GNOME code even though
GNOME refuses to merge it upstream. This sort of makes sense because
Ubuntu has already deliberately chosen not to use the default window
manager (metacity) so Ubuntu is the entity that caused the screenshoting
to break (everything always worked well in the upstream version).

* Writing a decent screenshot plugin for compiz (that looks and feels
like the GNOME one because the GNOME utility is pretty nice I think) and
have Ubuntu switch to that by default (it's indeed reasonable that each
window manager implements code for taking a screenshot, since each
window manager stores the window data / bitmaps differently).

* Maybe it will be possible to stop using compiz in Ubuntu once Mutter
is released (I've no expertise in this area, I'm really just
speculating)?

* Or maybe someone could come up with a good patch that fixes the
screenshot utility but that is still acceptable for upstream GNOME.

-- 
Include the window border doesn't work by default (with compiz)
https://bugs.launchpad.net/bugs/74008
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 447470] Re: gnome-panel assert failure: ERROR:poa.c:1028:ORBit_POA_activate_object_T: assertion failed: ((poa-life_flags ORBit_LifeF_DeactivateDo) == 0)

2009-10-09 Thread Martin Olsson

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/33371300/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33371301/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/33371302/Disassembly.txt

** Attachment added: GConfNonDefault.txt
   http://launchpadlibrarian.net/33371303/GConfNonDefault.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/33371304/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/33371305/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/33371306/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/33371307/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/33371308/ThreadStacktrace.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/33371309/XsessionErrors.txt

** Visibility changed to: Public

-- 
gnome-panel assert failure: ERROR:poa.c:1028:ORBit_POA_activate_object_T: 
assertion failed: ((poa-life_flags  ORBit_LifeF_DeactivateDo) == 0)
https://bugs.launchpad.net/bugs/447470
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


[Bug 21625] Re: list of gnome panel applets doesnt get refreshed without restarting the panel

2009-10-06 Thread Martin Olsson
This bug is still present in the devel snapshot of karmic as of today
(2009-10-06).

To automatically refresh the list inside the Add dialog without
logging out and logging in again you can restart gnome-panel using the
command:

kill -HUP $(pidof gnome-panel)

Nevertheless this is a annoying bug that should be fixed.

-- 
list of gnome panel applets doesnt get refreshed without restarting the panel
https://bugs.launchpad.net/bugs/21625
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 21625] Re: list of gnome panel applets doesnt get refreshed without restarting the panel

2009-10-06 Thread Martin Olsson
Upstream claims it's not a bug in gnome-panel, which sounds weird given
that Fedora users reported the same problem.

-- 
list of gnome panel applets doesnt get refreshed without restarting the panel
https://bugs.launchpad.net/bugs/21625
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 21625] Re: list of gnome panel applets doesnt get refreshed without restarting the panel

2009-10-06 Thread Martin Olsson
In the gnome-panel code, I wonder which function is re-reading the list
of installed applets from the disk? Could it be
panel_addto_query_applets() maybe? That function is full of hard to
understand CORBA stuffs.

-- 
list of gnome panel applets doesnt get refreshed without restarting the panel
https://bugs.launchpad.net/bugs/21625
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 438982] Re: big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate

2009-09-30 Thread Martin Olsson
Step by step instructions on how to trigger the bug is already present
in the description.

** Changed in: totem (Ubuntu)
   Status: Incomplete = Confirmed

** Tags added: crash

-- 
big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate
https://bugs.launchpad.net/bugs/438982
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 438982] Re: big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate

2009-09-30 Thread Martin Olsson
Ah sorry the correct repro steps are (for some reason I cant edit the
description right now due to some LP JSON bug):

1. wget 
http://www.archive.org/download/Sita_Sings_the_Blues/Sita_Sings_the_Blues_720p.mp4
2. gdb --args totem Sita_Sings_the_Blues_720p.mp4
3. wait a few seconds
4. close totem
5. Fatal Python error: PyEval_SaveThread: NULL tstate

-- 
big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate
https://bugs.launchpad.net/bugs/438982
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 438982] Re: big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate

2009-09-30 Thread Martin Olsson
btw I found this issue when I was playing around with bug #397192 (even
though this bug is in nautilus), but anyway bug #421318 looks very
similar to this one. maybe it should be marked as a dupe.

-- 
big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate
https://bugs.launchpad.net/bugs/438982
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 438982] Re: big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate

2009-09-29 Thread Martin Olsson

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32725979/Dependencies.txt

** Attachment added: GstreamerVersions.txt
   http://launchpadlibrarian.net/32725980/GstreamerVersions.txt

** Attachment added: LogAlsaMixer.txt
   http://launchpadlibrarian.net/32725981/LogAlsaMixer.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/32725982/XorgLog.txt

** Also affects: python-defaults (Ubuntu)
   Importance: Undecided
   Status: New

** Package changed: python-defaults (Ubuntu) = python2.6 (Ubuntu)

-- 
big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate
https://bugs.launchpad.net/bugs/438982
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 438982] [NEW] big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate

2009-09-29 Thread Martin Olsson
Public bug reported:

Binary package hint: totem

Repro steps:
1. get 
http://www.archive.org/download/Sita_Sings_the_Blues/Sita_Sings_the_Blues_720p.mp4
2. gdb --args totem Sita_Sings_the_Blues_720p.mp4 
3. Fatal Python error: PyEval_SaveThread: NULL tstate

---

$ gdb --args totem Sita_Sings_the_Blues_720p.mp4 
Reading symbols from /usr/bin/totem...(no debugging symbols found)...done.
(gdb) r
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffe8d33910 (LWP 2784)]
[New Thread 0x7fffe7ad9910 (LWP 2785)]
[New Thread 0x7fffe0960910 (LWP 2786)]
[New Thread 0x7fffdb81d910 (LWP 2787)]
[New Thread 0x7fffda559910 (LWP 2788)]
[New Thread 0x7fffd6439910 (LWP 2789)]
[New Thread 0x7fffd581c910 (LWP 2790)]
[New Thread 0x7fffd0954910 (LWP 2791)]
[Thread 0x7fffd0954910 (LWP 2791) exited]
[New Thread 0x7fffd0954910 (LWP 2793)]
Fatal Python error: PyEval_SaveThread: NULL tstate

Program received signal SIGABRT, Aborted.
0x717f74b5 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x717f74b5 in raise () from /lib/libc.so.6
#1  0x717faf50 in abort () from /lib/libc.so.6
#2  0x75b0cc5e in Py_FatalError (msg=value optimized out) at 
../Python/pythonrun.c:1657
#3  0x75ae80ec in PyEval_SaveThread () at ../Python/ceval.c:318
#4  0x7fffe634003d in ?? () from 
/usr/lib/pymodules/python2.6/gtk-2.0/gobject/_gobject.so
#5  0x75a8b12b in dict_dealloc (mp=0x17c5b60) at 
../Objects/dictobject.c:911
#6  0x7fffe633ffed in ?? () from 
/usr/lib/pymodules/python2.6/gtk-2.0/gobject/_gobject.so
#7  0x75aa8515 in subtype_dealloc (self=0x117d640) at 
../Objects/typeobject.c:1024
#8  0x0045457c in ?? ()
#9  0x7302657f in IA__g_object_unref (_object=value optimized out) at 
/build/buildd/glib2.0-2.22.0/gobject/gobject.c:2421
#10 0x00451bcf in ?? ()
#11 0x72b795c2 in g_hash_table_remove_all_nodes (hash_table=0xc77450, 
notify=1) at /build/buildd/glib2.0-2.22.0/glib/ghash.c:374
#12 0x72b79e08 in IA__g_hash_table_remove_all (hash_table=0xc77450) at 
/build/buildd/glib2.0-2.22.0/glib/ghash.c:1052
#13 0x72b79fb5 in IA__g_hash_table_destroy (hash_table=0xadc) at 
/build/buildd/glib2.0-2.22.0/glib/ghash.c:759
#14 0x00451b02 in totem_plugins_engine_shutdown ()
#15 0x00427ba1 in totem_action_exit ()
#16 0x004284cc in main_window_destroy_cb ()
#17 0x748b5488 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x7302460e in IA__g_closure_invoke (closure=0x8bb660, 
return_value=0x7fffdcf0, n_param_values=2, param_values=0xcd1360, 
invocation_hint=0x7fffdcb0) at 
/build/buildd/glib2.0-2.22.0/gobject/gclosure.c:767
#19 0x73039933 in signal_emit_unlocked_R (node=0x869e10, detail=value 
optimized out, instance=value optimized out, emission_return=value 
optimized out, instance_and_params=value optimized out) at 
/build/buildd/glib2.0-2.22.0/gobject/gsignal.c:3247
#20 0x7303ab7c in IA__g_signal_emit_valist (instance=0x83c9b0, 
signal_id=value optimized out, detail=0, var_args=0x7fffdea0) at 
/build/buildd/glib2.0-2.22.0/gobject/gsignal.c:2990
#21 0x7303b233 in IA__g_signal_emit (instance=0xadc, signal_id=2780, 
detail=6) at /build/buildd/glib2.0-2.22.0/gobject/gsignal.c:3037
#22 0x749bc34f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#23 0x748aed8a in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#24 0x74523b4c in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#25 0x72b87bbe in g_main_dispatch (context=0x840380) at 
/build/buildd/glib2.0-2.22.0/glib/gmain.c:1960
#26 IA__g_main_context_dispatch (context=0x840380) at 
/build/buildd/glib2.0-2.22.0/glib/gmain.c:2513
#27 0x72b8b588 in g_main_context_iterate (context=0x840380, 
block=value optimized out, dispatch=value optimized out, self=value 
optimized out) at /build/buildd/glib2.0-2.22.0/glib/gmain.c:2591
#28 0x72b8b9e5 in IA__g_main_loop_run (loop=0x7fffdc025100) at 
/build/buildd/glib2.0-2.22.0/glib/gmain.c:2799
#29 0x748aefc7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#30 0x0042233b in main ()
(gdb)

ProblemType: Bug
Architecture: amd64
Date: Tue Sep 29 22:41:32 2009
DistroRelease: Ubuntu 9.10
Package: totem 2.28.0-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: totem
Uname: Linux 2.6.31-11-generic x86_64

** Affects: python2.6 (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug

-- 
big movie file in totem causes Python error: PyEval_SaveThread: NULL tstate
https://bugs.launchpad.net/bugs/438982
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 418555] Re: geometry option isn't applied

2009-09-04 Thread Martin Olsson
Looks fixed on upstream HEAD even though they didn't resolve their bug
report yet. I guess that means that this bugfix will get synced into
karmic when the stable GNOME 2.28 tarballs are due.

-- 
geometry option isn't applied
https://bugs.launchpad.net/bugs/418555
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 417736] Re: [karmic] evince apparmor stops gnumeric previews

2009-08-24 Thread Martin Olsson
Thanks for being awesome Jamie! :-)

-- 
[karmic] evince apparmor stops gnumeric previews
https://bugs.launchpad.net/bugs/417736
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 417736] Re: [karmic] evince apparmor stops gnumeric previews

2009-08-23 Thread Martin Olsson
I can repro this bug on my karmic system as well. Maybe it's possible to
tweak the apparmor profiles to make it go away? (i.e.
/etc/apparmor.d/usr.bin.evince or something similar for gnumeric?)

-- 
[karmic] evince apparmor stops gnumeric previews
https://bugs.launchpad.net/bugs/417736
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 417736] Re: [karmic] evince apparmor stops gnumeric previews

2009-08-23 Thread Martin Olsson
I subscribed Kees Cook and Jamie Strandboge since they are listed as
authors of the evince apparmor profile.

-- 
[karmic] evince apparmor stops gnumeric previews
https://bugs.launchpad.net/bugs/417736
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 44082] Re: GNOME Panel icons (on right side) move apparently randomly on session start in some situations

2009-08-21 Thread Martin Olsson
_Gigantic_ kudos to you for working on this, I can't enumerate all the
times this bug put me in a bad mood. Thanks thanks thanks thanks.

-- 
GNOME Panel icons (on right side) move apparently randomly on session start in 
some situations
https://bugs.launchpad.net/bugs/44082
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 416592] Re: gnome-appearance-properties crashed with SIGSEGV in can_break_at()

2009-08-20 Thread Martin Olsson
** Visibility changed to: Public

-- 
gnome-appearance-properties crashed with SIGSEGV in can_break_at()
https://bugs.launchpad.net/bugs/416592
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 416592] Re: gnome-appearance-properties crashed with SIGSEGV in can_break_at()

2009-08-20 Thread Martin Olsson
I'm un-duplicating because the other bug is marked as private.

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

** Also affects: gnome-control-center via
   http://bugzilla.gnome.org/show_bug.cgi?id=592490
   Importance: Unknown
   Status: Unknown

** This bug is no longer a duplicate of bug 416028
   gnome-appearance-properties crashed with SIGSEGV in g_closure_invoke()

-- 
gnome-appearance-properties crashed with SIGSEGV in can_break_at()
https://bugs.launchpad.net/bugs/416592
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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

2009-08-05 Thread Martin Olsson
I'm so glad you guys are working on fixing this. I've always had
problems resizing windows in Ubuntu/GNOME.

-- 
Resizing windows by grabbing window borders is difficult
https://bugs.launchpad.net/bugs/160311
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to metacity in ubuntu.

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


[Bug 375417] Re: inkscape and gimp takes a minute to start when run remotely through X x11 in Jaunty - and inkscape draws slowly

2009-05-23 Thread Martin Olsson
This is a longshot but could your issue be related to this one?
https://bugs.launchpad.net/ubuntu/+source/libxcb/+bug/277069

-- 
inkscape and gimp takes a minute to start when run remotely through X x11 in 
Jaunty - and inkscape draws slowly
https://bugs.launchpad.net/bugs/375417
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 377426] Re: gvfs-gdu-volume segfault in libgdu.so.0.0.0

2009-05-17 Thread Martin Olsson
*** This bug is a duplicate of bug 376145 ***
https://bugs.launchpad.net/bugs/376145

Note: I'm the original reporter of bug 376145 so apport did certainly
trigger for me at least once. However, right now on karmic with all
updates up to may 17th I consistently see 3 gvfs-gdu-volume crashes in
my dmesg after every single reboot and none of these get detected by
apport (could it be that they are supressed because I previously
submitted that gvfs-gdu-volume? afaik apport does not work that way? on
another karmic machine I have a kernel oops that happens during every
boot and for that one apport certainly asks me to report it every single
time). Besides the gvfs-gdu-volume bug itself, I also think there is
something wrong with apport in karmic:

[   75.536602] gvfs-gdu-volume[3997]: segfault at c ip 00118fda sp bf9a5c20 
error 4 in libgdu.so.0.0.0[11+22000]
[   77.946651] gvfs-gdu-volume[4015]: segfault at c ip 00d65fda sp bf847880 
error 4 in libgdu.so.0.0.0[d5d000+22000]
[   83.860279] gvfs-gdu-volume[4037]: segfault at c ip 00afdfda sp bff10380 
error 4 in libgdu.so.0.0.0[af5000+22000]

-- 
gvfs-gdu-volume segfault in libgdu.so.0.0.0
https://bugs.launchpad.net/bugs/377426
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 377568] Re: mixer_applet2 crashed with SIGSEGV in IA__g_datalist_id_set_data_full()

2009-05-17 Thread Martin Olsson

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/26855762/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26855763/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/26855764/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/26855765/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/26855766/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/26855767/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/26855768/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/26855769/ThreadStacktrace.txt

** Visibility changed to: Public

** Description changed:

  Binary package hint: gnome-applets
  
- crash
+ crash... note that I had full GNOME debug symbols installed before the
+ crash happened so the attached StackTrace.txt has all the frames
+ complete.
  
  ProblemType: Crash
  Architecture: i386
  Date: Sun May 17 13:53:26 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/lib/gnome-applets/mixer_applet2
  Package: gnome-applets 2.26.1-0ubuntu1
  ProcCmdline: /usr/lib/gnome-applets/mixer_applet2 
--oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory --oaf-ior-fd=28
  ProcEnviron:
   LANG=en_DK.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.30-5.6-generic
  Signal: 11
  SourcePackage: gnome-applets
  StacktraceTop:
   IA__g_datalist_id_set_data_full (datalist=0x86430e8, key_id=50, data=0x0, 
   g_object_real_dispose (object=0x86430e0)
   gtk_object_dispose (gobject=0x86430e0)
   gtk_widget_dispose (object=0x86430e0)
   gtk_window_dispose (object=0x86430e0)
  Title: mixer_applet2 crashed with SIGSEGV in IA__g_datalist_id_set_data_full()
  Uname: Linux 2.6.30-5-generic i686
  UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev 
video

** Description changed:

  Binary package hint: gnome-applets
  
  crash... note that I had full GNOME debug symbols installed before the
  crash happened so the attached StackTrace.txt has all the frames
  complete.
+ 
+ happeded sort of by itself right after a fresh boot before I started
+ doing anything significant at all with the machine (or possibly it
+ happened during shutdown but apport detected it on next boot).
  
  ProblemType: Crash
  Architecture: i386
  Date: Sun May 17 13:53:26 2009
  DistroRelease: Ubuntu 9.10
  ExecutablePath: /usr/lib/gnome-applets/mixer_applet2
  Package: gnome-applets 2.26.1-0ubuntu1
  ProcCmdline: /usr/lib/gnome-applets/mixer_applet2 
--oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory --oaf-ior-fd=28
  ProcEnviron:
   LANG=en_DK.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.30-5.6-generic
  Signal: 11
  SourcePackage: gnome-applets
  StacktraceTop:
   IA__g_datalist_id_set_data_full (datalist=0x86430e8, key_id=50, data=0x0, 
   g_object_real_dispose (object=0x86430e0)
   gtk_object_dispose (gobject=0x86430e0)
   gtk_widget_dispose (object=0x86430e0)
   gtk_window_dispose (object=0x86430e0)
  Title: mixer_applet2 crashed with SIGSEGV in IA__g_datalist_id_set_data_full()
  Uname: Linux 2.6.30-5-generic i686
  UserGroups: adm admin audio cdrom dialout dip floppy fuse lpadmin plugdev 
video

-- 
mixer_applet2 crashed with SIGSEGV in IA__g_datalist_id_set_data_full()
https://bugs.launchpad.net/bugs/377568
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 377568] Re: mixer_applet2 crashed with SIGSEGV in IA__g_datalist_id_set_data_full()

2009-05-17 Thread Martin Olsson
yes. this except from kern.log showing the last few boots clearly show
that the crash happened during shutdown. along with a pretty nasty
kernel oops that apport seemes to have missed.

** Attachment added: kern_log_from_the_last_few_boots.txt
   http://launchpadlibrarian.net/26856052/kern_log_from_the_last_few_boots.txt

-- 
mixer_applet2 crashed with SIGSEGV in IA__g_datalist_id_set_data_full()
https://bugs.launchpad.net/bugs/377568
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 375417] Re: inkscape and gimp takes a minute to start when run remotely through X x11 in Jaunty - and inkscape draws slowly

2009-05-14 Thread Martin Olsson
@Benoit St-André, is this a regression? Were you previously able to do
this without problems? If so, in which version of Ubuntu?

-- 
inkscape and gimp takes a minute to start when run remotely through X x11 in 
Jaunty - and inkscape draws slowly
https://bugs.launchpad.net/bugs/375417
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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

[Bug 376685] Re: NEF files are displayed upside down in preview

2009-05-14 Thread Martin Olsson
I can confirm this behavior in the f-spot version that ships in jaunty.
I've also been really annoyed by it.

I went ahead and forwarded this bug to the F-Spot developers, here:
http://bugzilla.gnome.org/show_bug.cgi?id=582675


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

** Also affects: f-spot via
   http://bugzilla.gnome.org/show_bug.cgi?id=582675
   Importance: Unknown
   Status: Unknown

** Changed in: f-spot (Ubuntu)
   Status: New = Confirmed

-- 
NEF files are displayed upside down in preview
https://bugs.launchpad.net/bugs/376685
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to f-spot in ubuntu.

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


[Bug 376145] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()

2009-05-13 Thread Martin Olsson
** Visibility changed to: Public

-- 
gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_pool_get_presentables()
https://bugs.launchpad.net/bugs/376145
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

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


[Bug 27724] Re: Touchpads should be unaffected by left handed mouse option

2009-05-09 Thread Martin Olsson
It's marked as fixed in the Fedora operating system only, there is no
bugfix created for Ubuntu yet. However, it seems that some people using
Fedora also reported that the bugfix that shipped in Fedora did _not_
actually solve the issue so a new RH bug was opened here:
https://bugzilla.redhat.com/show_bug.cgi?id=483639

** Bug watch added: Red Hat Bugzilla #483639
   https://bugzilla.redhat.com/show_bug.cgi?id=483639

-- 
Touchpads should be unaffected by left handed mouse option
https://bugs.launchpad.net/bugs/27724
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 370561] Re: failed to burn some gpg keys to DVD (less than 1mb in small files)

2009-05-04 Thread Martin Olsson
@Pedro, What is growisofs and how can I try it?

-- 
failed to burn some gpg keys to DVD (less than 1mb in small files)
https://bugs.launchpad.net/bugs/370561
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 371234] Re: system::admin::services is broken in karmic (says platform is unsupported)

2009-05-03 Thread Martin Olsson

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26280449/Dependencies.txt

-- 
system::admin::services is broken in karmic (says platform is unsupported)
https://bugs.launchpad.net/bugs/371234
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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


[Bug 371234] Re: system::admin::services is broken in karmic (says platform is unsupported)

2009-05-03 Thread Martin Olsson
I guess you just have to tell gnome-system-tools about the fact that
karmic exists.

-- 
system::admin::services is broken in karmic (says platform is unsupported)
https://bugs.launchpad.net/bugs/371234
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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


[Bug 371234] [NEW] system::admin::services is broken in karmic (says platform is unsupported)

2009-05-03 Thread Martin Olsson
Public bug reported:

Binary package hint: gnome-system-tools

repro steps:

0. (make sure you're running karmic)
1. select system::administration::services

Expected:
Should show my system services

Actual:
Shows some weird dialog saying that my platform is not supported, and asks if I 
want to copy my config from Arch Linux etc (see screenshot).

ProblemType: Bug
Architecture: i386
Date: Sun May  3 15:28:30 2009
DistroRelease: Ubuntu 9.10
Package: gnome-system-tools 2.22.2-0ubuntu4
ProcEnviron:
 LANG=en_DK.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-system-tools
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-bug i386

-- 
system::admin::services is broken in karmic (says platform is unsupported)
https://bugs.launchpad.net/bugs/371234
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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


[Bug 371234] Re: system::admin::services is broken in karmic (says platform is unsupported)

2009-05-03 Thread Martin Olsson

** Attachment added: dialog which is incorrectly opened by 
system::administration::services in karmic
   http://launchpadlibrarian.net/26280466/Screenshot-Unsupported%20platform.png

-- 
system::admin::services is broken in karmic (says platform is unsupported)
https://bugs.launchpad.net/bugs/371234
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-system-tools in ubuntu.

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


[Bug 370430] Re: Close terminal tab shortcut keys are matching

2009-05-03 Thread Martin Olsson
I also see this bug. Can be reproduced using these steps:

1. launch gnome-terminal
2. type man ls
3. without closing the man page click the top right close button X-mark to 
close the terminal

-- 
Close terminal tab shortcut keys are matching
https://bugs.launchpad.net/bugs/370430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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


[Bug 370430] Re: Close terminal tab shortcut keys are matching

2009-05-03 Thread Martin Olsson
I've filed this bug upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=581184

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

** Also affects: gnome-terminal via
   http://bugzilla.gnome.org/show_bug.cgi?id=581184
   Importance: Unknown
   Status: Unknown

-- 
Close terminal tab shortcut keys are matching
https://bugs.launchpad.net/bugs/370430
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

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