[Bug 531182] [NEW] A 1px vertical gray line displays on the left side of my screen after creating a new file or folder on the desktop

2010-03-03 Thread Scott Shields
Public bug reported:

Binary package hint: nautilus

After creating a file or folder on the desktop via the right-click menu,
a vertical gray line appears on the left-most side of my screen. This
will remain there until logout.

Debugging Steps:
 1. ~/Desktop is empty = No line
 2. Right-click, Create Folder or Create Document  New file = Line
 3. Logout, login = No line
 4. ~/Desktop is not empty, right-click, Create Folder or Create Document  New 
file = Line
 3. Logout, login = No line
 4. Open up new file in gedit and save to the desktop as new file 2 = No 
line
 5. Right-click on the desktop and select Clean Up By Name = No line

Conclusion: Something bad happens when using the context menu and
creating new files.

ProblemType: Bug
Architecture: amd64
Date: Wed Mar  3 01:48:45 2010
DistroRelease: Ubuntu 10.04
EcryptfsInUse: Yes
InstallationMedia: Error: [Errno 13] Permission denied: 
'/var/log/installer/media-info'
Package: nautilus 1:2.29.91-0ubuntu1
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
SourcePackage: nautilus
Uname: Linux 2.6.32-15-generic x86_64

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


** Tags: amd64 apport-bug lucid

-- 
A 1px vertical gray line displays on the left side of my screen after creating 
a new file or folder on the desktop
https://bugs.launchpad.net/bugs/531182
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 531182] Re: A 1px vertical gray line displays on the left side of my screen after creating a new file or folder on the desktop

2010-03-03 Thread Scott Shields

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

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

-- 
A 1px vertical gray line displays on the left side of my screen after creating 
a new file or folder on the desktop
https://bugs.launchpad.net/bugs/531182
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 279302] Re: Rhythmbox visualization popup toolbar defines window's minimum width

2010-03-03 Thread Bálint Magyar
My idea for a better solution would be a button in one of the corners of
the visualization itself, as seen in the attached mockup. Clicking the
button would pop up a context menu that has the same options as the
hover toolbar currently. This would not only save space, but prevent the
(quite distracting) jumping around of the visualization, as the hover
toolbar resizes the canvas instead of appearing over it (like for
example the seekbar in a fullscreen Totem).

Optionally, the Options button could fade in and out as the mouse cursor
hovers over the visualization.

I realize that the current implementation might not allow for an alpha-
blended smoothly animated button, or would take too much time to add,
but even then, a single button for settings that are probably not
changed too often would be a way better solution than a large toolbar.

** Attachment added: Mockup for alternative solution to visualization settings 
widget
   http://launchpadlibrarian.net/40045477/Rhythmbox-Vis-Settings-mockup.png

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

-- 
Rhythmbox visualization popup toolbar defines window's minimum width
https://bugs.launchpad.net/bugs/279302
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 531103] Re: Battery status notification icon seems to be crashing repeatedly and adding empty space to the notification area

2010-03-03 Thread Pedro Côrte-Real
I reproduced the bug consistently by running it in g-p-m in gdb with:

CK_FORK=no G_DEBUG=fatal_criticals libtool --mode=execute gdb gnome-
power-manager

Starting with my laptop connected to AC power I unplugged and got the
immediate warning and this stack trace:

#0  IA__g_logv (log_domain=value optimized out, log_level=value optimized 
out, format=value optimized out, 
args1=0x7fffdd50) at /build/buildd/glib2.0-2.23.4/glib/gmessages.c:555
#1  0x74a556e3 in IA__g_log (log_domain=0x74a08e40 , log_level=0, 
format=0x1 Address 0x1 out of bounds)
at /build/buildd/glib2.0-2.23.4/glib/gmessages.c:569
#2  0x76801269 in unfallback (self=0x6c4a00, status_icon=0x6952a0) at 
libappindicator/app-indicator.c:898
#3  0x7680029c in fallback_timer_expire (data=value optimized out) at 
libappindicator/app-indicator.c:804
#4  0x74a4b5cb in g_timeout_dispatch (source=0x6b2040, callback=0, 
user_data=0x1)
at /build/buildd/glib2.0-2.23.4/glib/gmain.c:3396
#5  0x74a4adf2 in g_main_dispatch (context=0x66ed70) at 
/build/buildd/glib2.0-2.23.4/glib/gmain.c:1960
#6  IA__g_main_context_dispatch (context=0x66ed70) at 
/build/buildd/glib2.0-2.23.4/glib/gmain.c:2513
#7  0x74a4ec38 in g_main_context_iterate (context=0x66ed70, 
block=value optimized out, 
dispatch=value optimized out, self=value optimized out) at 
/build/buildd/glib2.0-2.23.4/glib/gmain.c:2591
#8  0x74a4f17d in IA__g_main_loop_run (loop=0x6b5050) at 
/build/buildd/glib2.0-2.23.4/glib/gmain.c:2799
#9  0x004109ab in main (argc=1, argv=0x7fffe2c8) at gpm-main.c:276

Seems like the real bug is in frame #2 and actually inside
libappindicator. libappindicator/app-indicator.c:898 does:

gtk_widget_hide(GTK_WIDGET(status_icon));

where status_icon is a GtkStatusIcon, something that according to the
manual descends directly from GObject and that is why the GTK_IS_WIDGET
assertion then fails.

The bus is thus in libappindicator and is the same as #530429.

-- 
Battery status notification icon seems to be crashing repeatedly and adding 
empty space to the notification area
https://bugs.launchpad.net/bugs/531103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 524136] Re: The keyboard layout icon is empty

2010-03-03 Thread Sebastien Bacher
the new GNOME version will be in lucid

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

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

-- 
The keyboard layout icon is empty
https://bugs.launchpad.net/bugs/524136
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 524136] Re: The keyboard layout icon is empty

2010-03-03 Thread Sebastien Bacher
the change is in upstream git now

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

-- 
The keyboard layout icon is empty
https://bugs.launchpad.net/bugs/524136
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 513152] Re: Keyboard layout panel indicator ignores theme font color settings

2010-03-03 Thread Sebastien Bacher
the bug is fixed now in lucid

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

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

-- 
Keyboard layout panel indicator ignores theme font color settings
https://bugs.launchpad.net/bugs/513152
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 531182] Re: A 1px vertical gray line displays on the left side of my screen after creating a new file or folder on the desktop

2010-03-03 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Low

-- 
A 1px vertical gray line displays on the left side of my screen after creating 
a new file or folder on the desktop
https://bugs.launchpad.net/bugs/531182
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 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-03-03 Thread Sebastien Bacher
Thank you for your bug report, not sure if that's a bug or a design
decision, is it useful to show the active layout it should be easy to
notice what layout is being used while typing

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

-- 
New Lucid keyboard layout indicator does not indicate current layout
https://bugs.launchpad.net/bugs/531173
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 497875] Re: Support Application Indicators

2010-03-03 Thread Sebastien Bacher
I for one know the layout I'm using, it's obvious to notice while typing
and I find the options being in a menu easier to use than cycling
randomly through 3 chars labels

-- 
Support Application Indicators
https://bugs.launchpad.net/bugs/497875
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 531196] Re: rhythmbox-metadata crashed with SIGSEGV

2010-03-03 Thread James Martin

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

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

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

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

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

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

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

** Visibility changed to: Public

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

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


[Bug 531103] Re: Battery status notification icon seems to be crashing repeatedly and adding empty space to the notification area

2010-03-03 Thread Pedro Côrte-Real
It seems like this commit fixes the bug:

http://bazaar.launchpad.net/~indicator-applet-developers/indicator-
application/trunk/revision/96.1.1?remember=96.1.1

This is in trunk so version 0.0.15 of libappindicator0 should fix the
bug.

-- 
Battery status notification icon seems to be crashing repeatedly and adding 
empty space to the notification area
https://bugs.launchpad.net/bugs/531103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 530883] Re: [lucid] nautilus fails to launch on dual-head nvidia AMD64

2010-03-03 Thread Bruno Girin
*** This bug is a duplicate of bug 508890 ***
https://bugs.launchpad.net/bugs/508890

** This bug has been marked a duplicate of bug 508890
   Nautilus crashes when there are multiple XScreens

-- 
[lucid] nautilus fails to launch on dual-head nvidia AMD64
https://bugs.launchpad.net/bugs/530883
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 530502] Re: palimpsest crashed with SIGSEGV in gdu_adapter_get_object_path()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #526856, 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
   http://launchpadlibrarian.net/39948041/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39948042/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39948043/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39948044/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39948045/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39948046/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39948047/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39948048/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 526856
   palimpsest crashed with SIGSEGV in gdu_adapter_get_object_path()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
palimpsest crashed with SIGSEGV in gdu_adapter_get_object_path()
https://bugs.launchpad.net/bugs/530502
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu.

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


[Bug 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-03-03 Thread Nikola Yanev
confirmed here too.

-- 
New Lucid keyboard layout indicator does not indicate current layout
https://bugs.launchpad.net/bugs/531173
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 531167] Re: gnome-keyring causes unlock dialog to get stuck on correct password

2010-03-03 Thread Mark Schmidt
** Changed in: gnome-screensaver (Ubuntu)
   Status: New = Confirmed

-- 
gnome-keyring causes unlock dialog to get stuck on correct password
https://bugs.launchpad.net/bugs/531167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 531030] Re: gnome-settings-daemon crashes

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #509478, 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
   http://launchpadlibrarian.net/40013427/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/40013428/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/40013429/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/40013430/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/40013431/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/40013432/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/40013433/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/40013434/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 509478
   gnome-settings-daemon crashed with signal 5 in xkl_process_error()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
gnome-settings-daemon crashes
https://bugs.launchpad.net/bugs/531030
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 428817] Re: Print Dialog does not allow editing of page parameters

2010-03-03 Thread grn
This issue is not fixed in Karmic. The Page Setup options are still
grayed out in all applications.

-- 
Print Dialog does not allow editing of page parameters
https://bugs.launchpad.net/bugs/428817
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 531196]

2010-03-03 Thread Apport retracing service
Stacktrace:
 #0  0x01e4efb6 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0xb6d889bc
StacktraceTop: ?? ()
ThreadStacktrace:
 


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

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

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


[Bug 531203] [NEW] Add Contact: Decide Later

2010-03-03 Thread guigui14100
Public bug reported:

Binary package hint: empathy

When we added touch, there is a choice between Adding , Reject or
Decide Later.

When we decide later it is supposed to add or refused but can not
because there are no contact manager

ProblemType: Bug
Architecture: i386
Date: Wed Mar  3 10:02:08 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/bin/empathy
InstallationMedia: Ubuntu-Netbook 10.04 Lucid Lynx - Alpha i386 (20100302)
Package: empathy 2.29.91-1ubuntu2
ProcEnviron:
 SHELL=/bin/bash
 LANG=fr_FR.utf8
ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
SourcePackage: empathy
Uname: Linux 2.6.32-15-generic i686

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


** Tags: apport-bug i386 lucid ubuntu-une

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

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


[Bug 531203] Re: Add Contact: Decide Later

2010-03-03 Thread guigui14100

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

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

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

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

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

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


[Bug 531196] Crash report cannot be processed

2010-03-03 Thread Apport retracing service
Thank you for your report!

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

rhythmbox: installed version 0.12.7-0ubuntu1, latest version: 0.12.7-0ubuntu3
x11-common: installed version 1:7.5+1ubuntu10, latest version: 1:7.5+1ubuntu11


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

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


** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/40046182/CoreDump.gz

** Tags removed: need-i386-retrace

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

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


[Bug 349187] Re: Gedit incorrectly formatting text indentation

2010-03-03 Thread Angel Abad
** Bug watch added: GNOME Bug Tracker #611677
   https://bugzilla.gnome.org/show_bug.cgi?id=611677

** Changed in: gedit
   Importance: Undecided = Unknown

** Changed in: gedit
   Status: New = Unknown

** Changed in: gedit
 Remote watch: None = GNOME Bug Tracker #611677

-- 
Gedit incorrectly formatting text indentation
https://bugs.launchpad.net/bugs/349187
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 389184] Re: Ctrl+Delete operation is too greedy

2010-03-03 Thread Angel Abad
** Bug watch added: GNOME Bug Tracker #611676
   https://bugzilla.gnome.org/show_bug.cgi?id=611676

** Changed in: gedit
   Importance: Undecided = Unknown

** Changed in: gedit
   Status: New = Unknown

** Changed in: gedit
 Remote watch: None = GNOME Bug Tracker #611676

-- 
Ctrl+Delete operation is too greedy
https://bugs.launchpad.net/bugs/389184
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 531048]

2010-03-03 Thread Apport retracing service
StacktraceTop:
 g_slice_alloc () from /lib/libglib-2.0.so.0
 ?? () from /usr/lib/libgobject-2.0.so.0
 ?? () from /usr/lib/libgobject-2.0.so.0
 g_signal_handlers_disconnect_matched ()
 request_unqueued (manager=0x7f16b4065260,

-- 
evolution-data-server-2.28 crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/531048
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

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


[Bug 531048] Stacktrace.txt

2010-03-03 Thread Apport retracing service

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

-- 
evolution-data-server-2.28 crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/531048
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

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


[Bug 531048] ThreadStacktrace.txt

2010-03-03 Thread Apport retracing service

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

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/40020359/CoreDump.gz

** Changed in: evolution-data-server (Ubuntu)
   Importance: Undecided = Medium

** Tags removed: need-amd64-retrace

-- 
evolution-data-server-2.28 crashed with SIGSEGV in g_slice_alloc()
https://bugs.launchpad.net/bugs/531048
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

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


[Bug 364438] Re: gedit Spell Checker plugin prints line under misspelled words

2010-03-03 Thread Angel Abad
** Bug watch added: GNOME Bug Tracker #611678
   https://bugzilla.gnome.org/show_bug.cgi?id=611678

** Changed in: gedit
   Importance: Undecided = Unknown

** Changed in: gedit
   Status: New = Unknown

** Changed in: gedit
 Remote watch: None = GNOME Bug Tracker #611678

-- 
gedit Spell Checker plugin prints line under misspelled words
https://bugs.launchpad.net/bugs/364438
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 464783] Re: gnome-terminal should default to 80x25 for application compatibility

2010-03-03 Thread Dominic Evans
@dickey so what is your suggested fix for the usability issue? :-)

-- 
gnome-terminal should default to 80x25 for application compatibility
https://bugs.launchpad.net/bugs/464783
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 531209] Re: alacarte crashed with ExpatError in parseFile()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #356188, 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.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/40047543/Dependencies.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/40047544/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/40047545/ProcStatus.txt

** This bug has been marked a duplicate of bug 356188
   Crashing alacarte

** Visibility changed to: Public

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

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


[Bug 529373] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #509478, 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
   http://launchpadlibrarian.net/39875338/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39875339/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39875340/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39875341/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39875342/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39875343/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39875344/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39875345/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 509478
   gnome-settings-daemon crashed with signal 5 in xkl_process_error()

** Tags removed: need-amd64-retrace

-- 
gnome-settings-daemon crashed with signal 5 in xkl_process_error()
https://bugs.launchpad.net/bugs/529373
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 525535] Re: Two unrelated Podcast entries get mixed into one

2010-03-03 Thread Angel Abad
** Bug watch added: GNOME Bug Tracker #611680
   https://bugzilla.gnome.org/show_bug.cgi?id=611680

** Changed in: rhythmbox
   Importance: Undecided = Unknown

** Changed in: rhythmbox
   Status: New = Unknown

** Changed in: rhythmbox
 Remote watch: None = GNOME Bug Tracker #611680

-- 
Two unrelated Podcast entries get mixed into one
https://bugs.launchpad.net/bugs/525535
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 530586] Re: Ubuntu Help crashed shortly after opening and closing

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #528169, 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
   http://launchpadlibrarian.net/39954054/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39954055/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39954056/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39954057/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39954058/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39954059/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39954060/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39954061/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 528169
   yelp crashed with signal 5 in _XError()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
Ubuntu Help crashed shortly after opening and closing
https://bugs.launchpad.net/bugs/530586
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 520124] Re: evince cannot correctly display some elements with transparencies in pdf files

2010-03-03 Thread Angel Abad
** Bug watch added: GNOME Bug Tracker #611681
   https://bugzilla.gnome.org/show_bug.cgi?id=611681

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

-- 
evince cannot correctly display some elements with transparencies in pdf files
https://bugs.launchpad.net/bugs/520124
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 531213] [NEW] [lucid] update depends of python-gnome2-extras

2010-03-03 Thread beudbeud
Public bug reported:

Description:Ubuntu lucid (development branch)
Release:10.04

I can't install python-gnome2-extras


Les paquets suivants contiennent des dépendances non satisfaites :
  python-gnome2-extras: Dépend: python-gtkhtml2 (= 2.25.3-3ubuntu1) mais ne 
sera pas installé
Dépend: python-gtkmozembed (= 2.25.3-3ubuntu1) mais ne 
sera pas installé
Dépend: python-eggtrayicon (= 2.25.3-3ubuntu1) mais ne 
sera pas installé
Dépend: python-gtkspell (= 2.25.3-3ubuntu1) mais ne 
sera pas installé
Dépend: python-gksu2 (= 2.25.3-3ubuntu1) mais ne sera 
pas installé
Dépend: python-gdl (= 2.25.3-3ubuntu1) mais ne sera pas 
installé
Dépend: python-gda (= 2.25.3-3ubuntu1) mais ne sera pas 
installé

adr...@adrien-desktop:~/phraymd$ apt-cache policy python-gtkhtml2
python-gtkhtml2:
  Installé : (aucun)
  Candidat : 2.25.3-4.1ubuntu1
 Table de version :
 2.25.3-4.1ubuntu1 0
500 http://archive.ubuntu.com lucid/main Packages

adr...@adrien-desktop:~/phraymd$ apt-cache policy python-gtkmozembed
python-gtkmozembed:
  Installé : (aucun)
  Candidat : 2.25.3-4.1ubuntu1
 Table de version :
 2.25.3-4.1ubuntu1 0
500 http://archive.ubuntu.com lucid/main Packages

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

-- 
[lucid] update depends of python-gnome2-extras
https://bugs.launchpad.net/bugs/531213
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-extras in ubuntu.

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

[Bug 531167] Re: gnome-keyring causes unlock dialog to get stuck on correct password

2010-03-03 Thread Chris Coulson
*** This bug is a duplicate of bug 524860 ***
https://bugs.launchpad.net/bugs/524860

Thank you for your bug report. This bug has already been reported, but
please feel free to report any other bugs you find.

** Package changed: gnome-screensaver (Ubuntu) = gnome-keyring (Ubuntu)

** Changed in: gnome-keyring (Ubuntu)
   Status: Confirmed = Invalid

** This bug has been marked a duplicate of bug 524860
   starts eating cpu when trying to unlock screen

-- 
gnome-keyring causes unlock dialog to get stuck on correct password
https://bugs.launchpad.net/bugs/531167
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 412152] Re: gnome-disk-utility nags me too much that my disk is failing

2010-03-03 Thread Stephane Chazelas
** Changed in: gnome-disk-utility (Ubuntu)
   Status: Fix Released = Fix Committed

** Changed in: gnome-disk-utility (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
gnome-disk-utility nags me too much that my disk is failing
https://bugs.launchpad.net/bugs/412152
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu.

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


[Bug 364438] Re: gedit Spell Checker plugin prints line under misspelled words

2010-03-03 Thread Chris Coulson
** Changed in: gedit (Ubuntu)
   Status: New = Triaged

-- 
gedit Spell Checker plugin prints line under misspelled words
https://bugs.launchpad.net/bugs/364438
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 349187] Re: Gedit incorrectly formatting text indentation

2010-03-03 Thread Chris Coulson
** Changed in: gedit (Ubuntu)
   Status: New = Triaged

-- 
Gedit incorrectly formatting text indentation
https://bugs.launchpad.net/bugs/349187
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-03 Thread Ákos Maróy
it's the same in lucid

I hope this gets solved somehow. the whole login window pereferences
options have been removed - on 8.10, one could still set the login
screen preferences easily via System - Preferences - Login Screen
Settings - now the only single option is to specify if someone would be
logged in automatically.

no options to set the login theme, sounds, anything..

-- 
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 389184] Re: Ctrl+Delete operation is too greedy

2010-03-03 Thread Chris Coulson
** Changed in: gedit (Ubuntu)
   Status: Confirmed = Triaged

-- 
Ctrl+Delete operation is too greedy
https://bugs.launchpad.net/bugs/389184
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 531223] [NEW] doesn't save windows size on exit

2010-03-03 Thread Ralf Hildebrandt
Public bug reported:

Binary package hint: evince

evince comes up with quite a small window upon start (I'm processing PDF 
documents). I resize the window, and exit evince.
Next start: evince comes up with quite a small window upon start

I already tried deleting $HOME/.gnome2/evince, to no avail. The only
data that's persistent over restarts is the toolbar:

~/.gnome2/evince$ ls -lart
total 12
-rw-r--r--  1 hildeb hildeb  422 2010-03-03 10:41 evince_toolbar.xml
drwx-- 18 hildeb hildeb 4096 2010-03-03 10:41 ..
drwx--  2 hildeb hildeb 4096 2010-03-03 10:41 .

ProblemType: Bug
Architecture: amd64
Date: Wed Mar  3 10:53:46 2010
DistroRelease: Ubuntu 10.04
NonfreeKernelModules: nvidia
Package: evince 2.29.91-0ubuntu1
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-15.22-generic
SourcePackage: evince
Uname: Linux 2.6.32-15-generic x86_64

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


** Tags: amd64 apport-bug lucid

-- 
doesn't save windows size on exit
https://bugs.launchpad.net/bugs/531223
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 531223] Re: doesn't save windows size on exit

2010-03-03 Thread Ralf Hildebrandt

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

** Attachment added: KernLog.txt
   http://launchpadlibrarian.net/40048000/KernLog.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/40048001/RelatedPackageVersions.txt

-- 
doesn't save windows size on exit
https://bugs.launchpad.net/bugs/531223
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 530619] Re: [CSD] software-properties get an extra line when opened through update-manager

2010-03-03 Thread Sebastien Bacher
** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Fix Committed

-- 
[CSD] software-properties get an extra line when opened through update-manager
https://bugs.launchpad.net/bugs/530619
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 530608] Re: [CSD] Buttons sometimes have no icons

2010-03-03 Thread Sebastien Bacher
** Changed in: gtk+2.0 (Ubuntu)
   Status: Confirmed = Fix Committed

-- 
[CSD] Buttons sometimes have no icons
https://bugs.launchpad.net/bugs/530608
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 530571] Re: [CSD] black line at terminal bottom border

2010-03-03 Thread Sebastien Bacher
** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Fix Committed

** Changed in: gtk+2.0 (Ubuntu)
   Importance: Undecided = Low

-- 
[CSD] black line at terminal bottom border
https://bugs.launchpad.net/bugs/530571
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 528619] Re: [CSD] Black corners on windows.

2010-03-03 Thread Sebastien Bacher
** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Fix Committed

-- 
[CSD] Black corners on windows.
https://bugs.launchpad.net/bugs/528619
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 530365] Re: gnome-power-manager crashed with SIGSEGV in g_type_create_instance()

2010-03-03 Thread Krzysztof Kolasa
Please check all versions since version 2.29.2-0ubuntu3. On my system
the latest version of gnome-power-manager, which works properly is
version 2.29.2-0ubuntu3. All the newer versions have problems with
displaying icons, messages, after moving the mouse on the icon.

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

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


[Bug 259385] Re: [i845] Intrepid Compiz freezes on login for i845

2010-03-03 Thread Bryce Harrington
** Tags added: kubuntu

-- 
[i845] Intrepid Compiz freezes on login for i845
https://bugs.launchpad.net/bugs/259385
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 529672] Re: gnome-settings-daemon crashed with signal 5 in xkl_process_error()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #509478, 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
   http://launchpadlibrarian.net/39891564/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39891565/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39891566/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39891567/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39891568/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39891569/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39891570/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39891571/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 509478
   gnome-settings-daemon crashed with signal 5 in xkl_process_error()

** Tags removed: need-amd64-retrace

-- 
gnome-settings-daemon crashed with signal 5 in xkl_process_error()
https://bugs.launchpad.net/bugs/529672
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 531213] Re: [lucid] update depends of python-gnome2-extras

2010-03-03 Thread Sebastien Bacher
Thank you for your bug report, that's not a bug though the binary
stopped to be built in lucid in favor of the individual components

** Changed in: gnome-python-extras (Ubuntu)
   Importance: Undecided = Low

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

-- 
[lucid] update depends of python-gnome2-extras
https://bugs.launchpad.net/bugs/531213
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-python-extras in ubuntu.

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


[Bug 525535] Re: Two unrelated Podcast entries get mixed into one

2010-03-03 Thread Sebastien Bacher
thank you for sending to bug to GNOME

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

-- 
Two unrelated Podcast entries get mixed into one
https://bugs.launchpad.net/bugs/525535
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 520124] Re: evince cannot correctly display some elements with transparencies in pdf files

2010-03-03 Thread Sebastien Bacher
thank you for sending the bug to GNOME

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

-- 
evince cannot correctly display some elements with transparencies in pdf files
https://bugs.launchpad.net/bugs/520124
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 520124] Re: evince cannot correctly display some elements with transparencies in pdf files

2010-03-03 Thread Sebastien Bacher
The issue is a poppler one fixed upstream but in a newer serie than the
one which lucid will be using

** Package changed: evince (Ubuntu) = poppler (Ubuntu)

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

** Changed in: poppler (Ubuntu)
 Assignee: Ubuntu Desktop Bugs (desktop-bugs) = (unassigned)

-- 
evince cannot correctly display some elements with transparencies in pdf files
https://bugs.launchpad.net/bugs/520124
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 520124] Re: evince cannot correctly display some elements with transparencies in pdf files

2010-03-03 Thread Sebastien Bacher
or rather it requires a newer cairo version

-- 
evince cannot correctly display some elements with transparencies in pdf files
https://bugs.launchpad.net/bugs/520124
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to poppler in ubuntu.

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


[Bug 407621] Re: (design decision) Icons missing from context menu , dialogue buttons , firefox bookmark favicons, system menu

2010-03-03 Thread mercedes
** Changed in: libgnome (Ubuntu)
   Status: Confirmed = New

** Changed in: libgnome
   Status: Invalid = New

-- 
(design decision) Icons missing from context menu , dialogue buttons , firefox 
bookmark favicons, system menu
https://bugs.launchpad.net/bugs/407621
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 531103] Re: Battery status notification icon seems to be crashing repeatedly and adding empty space to the notification area

2010-03-03 Thread Chris Coulson
*** This bug is a duplicate of bug 529052 ***
https://bugs.launchpad.net/bugs/529052

Thank you for your bug report. This bug has already been reported, but
please feel free to report any other bugs you find.

** Package changed: gnome-power-manager (Ubuntu) = indicator-
application (Ubuntu)

** Changed in: indicator-application (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 529052
   battery applet comes and goes in notification area

-- 
Battery status notification icon seems to be crashing repeatedly and adding 
empty space to the notification area
https://bugs.launchpad.net/bugs/531103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


Re: [Bug 515682] Re: Change Show Desktop keybinding to Super+D

2010-03-03 Thread David Siegel
Raphael, yes, you can remap things like this on your personal computer to
your heart's content.

-- 
Change Show Desktop keybinding to Super+D
https://bugs.launchpad.net/bugs/515682
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 531242] Re: Graphic Card radeon radeonfb_panic

2010-03-03 Thread Michael

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

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

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

-- 
Graphic Card radeon radeonfb_panic 
https://bugs.launchpad.net/bugs/531242
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 531242] [NEW] Graphic Card radeon radeonfb_panic

2010-03-03 Thread Michael
Public bug reported:

Binary package hint: yelp

I made a photo of the screen, here I rewrite what there was :


? printk+0x18/0x1c
panic +0x43/0xe7
find_new_reaper+0x7f/0x80
forget_original_parent+0x32/0x230
? _spin_lock_irqsave+0x2a/0x40
exit_notify+0x11/0x180
do_exit+0x18b/0x2e0
? dequeue_signal+0x2d/0x170
do_group_exit+0x3a/0xb0
get_signal_to_deliver+0x18f/0x300
? do_sync_read+0xbc/0x100
do_signal+0x6b/0x160
? default_spin_lock_flags+0x8/0x10
? _spin_lock_irqsave+0x2a/0x40
? remove_wait_queue+0x3c/0x50
? might_fault+0x8/0x2b0
? sys_select+0x3d/0xb0
do_notify_resume+0x4d/0x60
work_notify_resume+0x13/0x1b
[drm:radeonfb_panic] *ERROR* panic occurred, switching back to text console

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 60e01427004a1a006dcc1ee95b69d749
CheckboxSystem: 2a6f54df59af338184485e85cbcf0d32
Date: Wed Mar  3 11:05:06 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/yelp
Package: yelp 2.28.0-0ubuntu2
ProcEnviron:
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: yelp
Uname: Linux 2.6.31-14-generic i686
XsessionErrors:
 (gnome-settings-daemon:1839): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (nautilus:1872): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:1891): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed

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


** Tags: apport-bug i386

-- 
Graphic Card radeon radeonfb_panic 
https://bugs.launchpad.net/bugs/531242
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 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-03-03 Thread Dmitry Agafonov
Affects me too - no current layout displayed.
...keyboard.indicator.showFlags do not work either.

-- 
New Lucid keyboard layout indicator does not indicate current layout
https://bugs.launchpad.net/bugs/531173
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 530819] Re: clock-applet crashed with SIGSEGV in g_main_context_dispatch()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #527951, 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
   http://launchpadlibrarian.net/39966850/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39966851/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39966852/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39966854/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39966855/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39966856/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39966857/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39966858/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 527951
   clock-applet crashed with SIGSEGV in g_main_context_dispatch()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
clock-applet crashed with SIGSEGV in g_main_context_dispatch()
https://bugs.launchpad.net/bugs/530819
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 428817] Re: Print Dialog does not allow editing of page parameters

2010-03-03 Thread Till Kamppeter
** Changed in: gtk+2.0 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Print Dialog does not allow editing of page parameters
https://bugs.launchpad.net/bugs/428817
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 529813] Re: rhythmbox-metadata crashed with SIGSEGV in g_object_newv()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #530301, 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
   http://launchpadlibrarian.net/39897463/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39897464/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39897465/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39897466/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39897467/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39897468/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39897469/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39897470/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 530301
   rhythmbox-metadata crashed with SIGSEGV in g_object_newv()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

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

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


[Bug 529556] Re: right click trash; click Empty Trash; produces error Error while Expunging folder

2010-03-03 Thread barbirolli
For Trash read Deleted Items in the original report, otherwise the
same bug.

This is the full text when clicking on the ! icon in my case:

Error while Expunging folder.

Error storing '~/.evolution/mail/local/Sent (mbox)': Error storing
'~/.evolution/mail/local/Inbox (mbox)': Summary and folder mismatch,
even after a sync

-- 
right click trash; click Empty Trash; produces  error Error while 
Expunging folder
https://bugs.launchpad.net/bugs/529556
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


Re: [Bug 464783] Re: gnome-terminal should default to 80x25 for application compatibility

2010-03-03 Thread Thomas Dickey
On Wed, 3 Mar 2010, Dominic Evans wrote:

 @dickey so what is your suggested fix for the usability issue? :-)

It should be fixed in the qemu package, rather than gnome-terminal
(by making it work with different screensizes).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

-- 
gnome-terminal should default to 80x25 for application compatibility
https://bugs.launchpad.net/bugs/464783
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 531259] Re: gnome-keyring-daemon crashed with SIGFPE in g_hash_table_lookup()

2010-03-03 Thread George Kontis

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

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

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

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

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

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

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

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

** Visibility changed to: Public

-- 
gnome-keyring-daemon crashed with SIGFPE in g_hash_table_lookup()
https://bugs.launchpad.net/bugs/531259
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


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

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #528169, 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
   http://launchpadlibrarian.net/39934776/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39934777/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39934778/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39934779/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39934780/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39934781/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39934782/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39934783/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 528169
   yelp crashed with signal 5 in _XError()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
yelp crashed with signal 5 in _XError()
https://bugs.launchpad.net/bugs/530345
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 531259] Re: gnome-keyring-daemon crashed with SIGFPE in g_hash_table_lookup()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #530915, 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
   http://launchpadlibrarian.net/40049250/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/40049251/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/40049252/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/40049253/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/40049254/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/40049255/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/40049256/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/40049257/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 530915
   gnome-keyring-daemon crashed with SIGFPE in g_hash_table_lookup()

** Tags removed: need-i386-retrace

-- 
gnome-keyring-daemon crashed with SIGFPE in g_hash_table_lookup()
https://bugs.launchpad.net/bugs/531259
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

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


[Bug 529334] Re: totem crashed with signal 5 in _XError()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #412808, 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
   http://launchpadlibrarian.net/39872629/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39872630/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39872631/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39872634/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39872635/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39872636/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39872637/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39872638/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 412808
   totem crashed with signal 5 in _XError()

** Tags removed: need-amd64-retrace

-- 
totem crashed with signal 5 in _XError()
https://bugs.launchpad.net/bugs/529334
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 530891] Re: gnome-appearance-properties crashed with SIGSEGV in pango_default_break()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #420044, 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
   http://launchpadlibrarian.net/39995199/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/39995200/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/39995201/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/39995202/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/39995203/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/39995204/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/39995205/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/39995206/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 420044
   gnome-appearance-properties crashed with SIGSEGV in pango_default_break()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
gnome-appearance-properties crashed with SIGSEGV in pango_default_break()
https://bugs.launchpad.net/bugs/530891
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 501054] Re: gcalctool 5.29 hides switch for display format in its settings window

2010-03-03 Thread Gustaf
This seriously gets me fired up! The removing of extremely useful
features, which is in line with gnome over all. How in the name of
mother earth can hex-dec conversion be removed from a calculator in
Programming mode? How did that discussion go?

Most people using the calculator in programming mode probably use it to just 
quickly convert hex to dec and vice versa, so let's remove that feature.
Now I'm just really angry. Why does gnome and its tools need to regress and 
converge to a fun little netbook-based toy?

Please stop removing the few neat parts of gnome that's left, damn it!

-- 
gcalctool 5.29 hides switch for display format in its settings window
https://bugs.launchpad.net/bugs/501054
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in ubuntu.

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


[Bug 531270] [NEW] Evolution delete folder when delete calendar

2010-03-03 Thread Anton
Public bug reported:

Binary package hint: evolution

I have create a new calendar in evolution from a existing ics file.
Then I have delete the calendar from evolution. Evolution has complety delete 
the whole folder that contains the ics file (the folder is not in the trash)

ProblemType: Bug
Architecture: amd64
Date: Wed Mar  3 12:22:26 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
Package: evolution 2.28.1-0ubuntu2
ProcEnviron:
 PATH=(custom, no user)
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
SourcePackage: evolution
Uname: Linux 2.6.31-19-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Evolution delete folder when delete calendar
https://bugs.launchpad.net/bugs/531270
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 531270] Re: Evolution delete folder when delete calendar

2010-03-03 Thread Anton

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

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

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

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

-- 
Evolution delete folder when delete calendar
https://bugs.launchpad.net/bugs/531270
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 515057] Re: does not remember the adjustments of extra pane

2010-03-03 Thread Omer Akram
This is now fixed upstream

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

-- 
does not remember the adjustments of extra pane
https://bugs.launchpad.net/bugs/515057
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 505678] Re: Initial focus on sidebar menu instead of directory content, preventing type-to-search

2010-03-03 Thread Omer Akram
This is now fixed upstream.

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

-- 
Initial focus on sidebar menu instead of directory content, preventing 
type-to-search
https://bugs.launchpad.net/bugs/505678
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 441646] Re: gnome power manager prevented gdm login

2010-03-03 Thread PatrickSCarrroll
I wonder if I'm having the same issue with Lucid.  When the computer
sleeps, if I restore the computer the login window pops up.  If I
attempt to login, it get's stuck at processing and I have to forcibly
shutdown the system so I can use it.

-- 
gnome power manager prevented gdm login 
https://bugs.launchpad.net/bugs/441646
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 530694] Re: enabling effects with 945GME on eee 1008HA causes upside-down screen

2010-03-03 Thread Steve Holmes
*** This bug is a duplicate of bug 530944 ***
https://bugs.launchpad.net/bugs/530944

** This bug has been marked a duplicate of bug 530944
Problem fluidity

-- 
enabling effects with 945GME on eee 1008HA causes upside-down screen
https://bugs.launchpad.net/bugs/530694
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 511134] Re: get a text vt over xorg when trying to switch users

2010-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package gdm - 2.29.6-0ubuntu4

---
gdm (2.29.6-0ubuntu4) lucid; urgency=low

  * 05_initial_server_on_vt7.patch: Move the actual stamp file creation into
gdm_server_spawn(), so that the stamp file is also created when not using
gdm_server_start(). This happens when booting with Plymouth, since
28_plymouth_transition.patch introduces an alternative startup function.
(LP: #511134)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 03 Mar 2010 12:35:29 +0100

** Branch linked: lp:~ubuntu-desktop/gdm/ubuntu

** Changed in: gdm (Ubuntu)
   Status: In Progress = Fix Released

-- 
get a text vt over xorg  when trying to switch users
https://bugs.launchpad.net/bugs/511134
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 531203] Re: Add Contact: Decide Later

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

** Changed in: empathy (Ubuntu)
   Importance: Undecided = Wishlist

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

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

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


[Bug 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-03-03 Thread Sebastien Bacher
Jan could you have a look at this? Does the indicator-application api
limit to icons use?

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Jan Arne Petersen (jpetersen)

-- 
New Lucid keyboard layout indicator does not indicate current layout
https://bugs.launchpad.net/bugs/531173
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 530619] Re: [CSD] software-properties get an extra line when opened through update-manager

2010-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+2.0 - 2.19.6-1ubuntu3

---
gtk+2.0 (2.19.6-1ubuntu3) lucid; urgency=low

  * debian/patches/062_client_side_decoration.patch:
- update by Cody Russell to fix some issues
- [CSD] Buttons sometimes have no icons (lp: #530608)
- [CSD] software-properties get an extra line when opened
   through update-manager (lp: #530619)
- [CSD] black line at terminal bottom border (lp: #530571)
- [CSD] Black corners on windows. (lp: #528619)
 -- Sebastien Bacher seb...@ubuntu.com   Wed, 03 Mar 2010 10:51:10 +0100

** Changed in: gtk+2.0 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
[CSD] software-properties get an extra line when opened through update-manager
https://bugs.launchpad.net/bugs/530619
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 530608] Re: [CSD] Buttons sometimes have no icons

2010-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+2.0 - 2.19.6-1ubuntu3

---
gtk+2.0 (2.19.6-1ubuntu3) lucid; urgency=low

  * debian/patches/062_client_side_decoration.patch:
- update by Cody Russell to fix some issues
- [CSD] Buttons sometimes have no icons (lp: #530608)
- [CSD] software-properties get an extra line when opened
   through update-manager (lp: #530619)
- [CSD] black line at terminal bottom border (lp: #530571)
- [CSD] Black corners on windows. (lp: #528619)
 -- Sebastien Bacher seb...@ubuntu.com   Wed, 03 Mar 2010 10:51:10 +0100

** Changed in: gtk+2.0 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
[CSD] Buttons sometimes have no icons
https://bugs.launchpad.net/bugs/530608
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 530571] Re: [CSD] black line at terminal bottom border

2010-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+2.0 - 2.19.6-1ubuntu3

---
gtk+2.0 (2.19.6-1ubuntu3) lucid; urgency=low

  * debian/patches/062_client_side_decoration.patch:
- update by Cody Russell to fix some issues
- [CSD] Buttons sometimes have no icons (lp: #530608)
- [CSD] software-properties get an extra line when opened
   through update-manager (lp: #530619)
- [CSD] black line at terminal bottom border (lp: #530571)
- [CSD] Black corners on windows. (lp: #528619)
 -- Sebastien Bacher seb...@ubuntu.com   Wed, 03 Mar 2010 10:51:10 +0100

** Changed in: gtk+2.0 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
[CSD] black line at terminal bottom border
https://bugs.launchpad.net/bugs/530571
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 528619] Re: [CSD] Black corners on windows.

2010-03-03 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+2.0 - 2.19.6-1ubuntu3

---
gtk+2.0 (2.19.6-1ubuntu3) lucid; urgency=low

  * debian/patches/062_client_side_decoration.patch:
- update by Cody Russell to fix some issues
- [CSD] Buttons sometimes have no icons (lp: #530608)
- [CSD] software-properties get an extra line when opened
   through update-manager (lp: #530619)
- [CSD] black line at terminal bottom border (lp: #530571)
- [CSD] Black corners on windows. (lp: #528619)
 -- Sebastien Bacher seb...@ubuntu.com   Wed, 03 Mar 2010 10:51:10 +0100

** Changed in: gtk+2.0 (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
[CSD] Black corners on windows.
https://bugs.launchpad.net/bugs/528619
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 497875] Re: Support Application Indicators

2010-03-03 Thread Martin Pitt
The show current layout regression is bug 531173. I'll also file
another one, since the current layout in the menu is wrong when using
the key combo.

-- 
Support Application Indicators
https://bugs.launchpad.net/bugs/497875
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 531182] Re: A 1px vertical gray line displays on the left side of my screen after creating a new file or folder on the desktop

2010-03-03 Thread Nikola Yanev
same here too, but with difference, that this line is 9px and it's
placed at left and right borders of my screen. it will disappear only if
i killall nautilus, or of course if i log out.

-- 
A 1px vertical gray line displays on the left side of my screen after creating 
a new file or folder on the desktop
https://bugs.launchpad.net/bugs/531182
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 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-03-03 Thread Martin Pitt
This is a regression, not a wishlist item. It makes the indicator pretty
useless when using key combos to change the layout, or to merely see
what the current layout _is_.

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Wishlist = Medium

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

-- 
New Lucid keyboard layout indicator does not indicate current layout
https://bugs.launchpad.net/bugs/531173
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 502597] Re: middleclicking Notification Area icon does not work with internet radio

2010-03-03 Thread allan999
karmic-proposed already had rhythmbox 0.12.5-0ubuntu5.2 so I installed
that.

The bug still remains, but it has changed its reaction a bit:
Reproduce like this:
1. Pick a random internet radio station and play it for a few seconds.

2. Middleclick the Rhrythmbox icon.
Expected: Music pauses, like with local files.
Result: As expected. Internet radio station stops playing (Pauses).

3. Middleclick the Rhrythmbox icon again.
Expected: Music starts playing again, like with local files.
Result: Rhrythmbox starts playing a (random) local file, not the same Internet 
radio station.

Atleast I can still keep the music going, so silence can't kill me :)

I would like to keep this bug kept open, as it is not resolved.

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

-- 
middleclicking Notification Area icon does not work with internet radio
https://bugs.launchpad.net/bugs/502597
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 398527] Re: Reports nonexisting unread messages in IMAP folders

2010-03-03 Thread aldrei
same with me, 3 unread emails which didn't exist.
furthermore, when i try to delete all messages from the folder, 3 of them don't 
disappear. unread number also stays.
when i restart evolution, there are 6 read messages in the folder, unread 
number still three.
when i try to delete them, same stuff, 3 read, number of non-existing unread 
remains 3.
finally i deleted the folder, and recreated it, that got rid of them.

-- 
Reports nonexisting unread messages in IMAP folders
https://bugs.launchpad.net/bugs/398527
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 531173] Re: New Lucid keyboard layout indicator does not indicate current layout

2010-03-03 Thread Martin Pitt
** Changed in: gnome-settings-daemon (Ubuntu)
Milestone: None = ubuntu-10.04-beta-1

** Tags added: indicator-application regression-potential

** Also affects: gnome-settings-daemon (Ubuntu Lucid)
   Importance: Medium
 Assignee: Jan Arne Petersen (jpetersen)
   Status: Triaged

-- 
New Lucid keyboard layout indicator does not indicate current layout
https://bugs.launchpad.net/bugs/531173
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 531284] Re: yelp crashed with signal 5 in _XError()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #528169, 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
   http://launchpadlibrarian.net/40050509/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/40050510/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/40050511/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/40050512/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/40050513/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/40050514/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/40050515/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/40050516/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 528169
   yelp crashed with signal 5 in _XError()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
yelp crashed with signal 5 in _XError()
https://bugs.launchpad.net/bugs/531284
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 531269] Re: evolution-data-server-2.28 crashed with SIGSEGV in e_cal_backend_sync_open()

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

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #464840, 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
   http://launchpadlibrarian.net/40049940/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/40049941/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/40049942/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/40049943/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/40049944/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/40049945/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/40049946/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/40049947/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 464840
   evolution-data-server-2.28 crashed with SIGSEGV in uri_to_path()

** Visibility changed to: Public

** Tags removed: need-amd64-retrace

-- 
evolution-data-server-2.28 crashed with SIGSEGV in e_cal_backend_sync_open()
https://bugs.launchpad.net/bugs/531269
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

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


[Bug 531290] [NEW] current keyboard layout is wrong

2010-03-03 Thread Martin Pitt
Public bug reported:

Binary package hint: gnome-settings-daemon

With the indicator-application patch, the current keyboard layout in
the Groups menu is often wrong. I think it doesn't react to layout
changes which are not made through that menu, i. e. from using the
keyboard combination to switch layouts.

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Medium
 Assignee: Jan Arne Petersen (jpetersen)
 Status: New

** Affects: gnome-settings-daemon (Ubuntu Lucid)
 Importance: Medium
 Assignee: Jan Arne Petersen (jpetersen)
 Status: New


** Tags: indicator-application regression-potential

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

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Jan Arne Petersen (jpetersen)

** Also affects: gnome-settings-daemon (Ubuntu Lucid)
   Importance: Medium
 Assignee: Jan Arne Petersen (jpetersen)
   Status: New

** Changed in: gnome-settings-daemon (Ubuntu Lucid)
Milestone: None = ubuntu-10.04-beta-1

-- 
current keyboard layout is wrong
https://bugs.launchpad.net/bugs/531290
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 531296] [NEW] changing keyboard layout takes too much effort now -- move layouts into main menu

2010-03-03 Thread Martin Pitt
Public bug reported:

Binary package hint: gnome-settings-daemon

Without the indicator patch, changing the keyboard layout was a matter
of one mouse click (at least if you only use two layouts). This needs to
be efficient, since for multilingual text or non-pure English-users
changing the keyboard layout is a very common operation.

Now this requries three clicks: click on icon - go to groups menu -
wait .2 s until it unfolds (why is that so slow?), pick other layout.

So this now requires a lot more mouse movement and pointing, and an
extra click.

Could this be changed to fold the groups into the main menu, so that
it's a little less complicated to change the layout now?

Thanks!

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Low
 Assignee: Jan Arne Petersen (jpetersen)
 Status: New


** Tags: indicator-application usability

** Changed in: gnome-settings-daemon (Ubuntu)
 Assignee: (unassigned) = Jan Arne Petersen (jpetersen)

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

-- 
changing keyboard layout takes too much effort now -- move layouts into main 
menu
https://bugs.launchpad.net/bugs/531296
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 497875] Re: Support Application Indicators

2010-03-03 Thread Martin Pitt
OK, as a summary, this caused two regressions: bug 531290, and bug
531173, which I targetted at beta-1. (Since this broke FF, and reverting
the patch will also sort of break FF, we need to get this sorted ASAP).

It also makes changing  the keyboard layout quite painful now. I filed
that usability regression as bug 531296.

-- 
Support Application Indicators
https://bugs.launchpad.net/bugs/497875
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 149135] Re: gthumb crashed with SIGSEGV in g_list_remove_link()

2010-03-03 Thread Omer Akram
Upstream bug has been marked obsolete Marking as obsolete, due to the
rewrite in ext branch

** Changed in: gthumb (Ubuntu)
   Status: Triaged = Invalid

-- 
gthumb crashed with SIGSEGV in g_list_remove_link()
https://bugs.launchpad.net/bugs/149135
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 320774] Re: gthumb crashed with SIGSEGV in gth_file_view_get_cursor() after re-creating files in directory viewed

2010-03-03 Thread Omer Akram
upstream bug was marked obsolete Marking as obsolete, due to the
rewrite in ext branch

** Changed in: gthumb (Ubuntu)
   Status: Triaged = Invalid

-- 
gthumb crashed with SIGSEGV in gth_file_view_get_cursor() after re-creating 
files in directory viewed
https://bugs.launchpad.net/bugs/320774
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 260918] Re: needed: libv4l and associated application patches (or gspca stopped working in 2.6.27)

2010-03-03 Thread PascalCavy
I still have to do like in comment #198 for webcam to work under
flashplayer in firefox !

-- 
needed: libv4l and associated application patches (or gspca stopped working in 
2.6.27)
https://bugs.launchpad.net/bugs/260918
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-good0.10 in ubuntu.

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


[Bug 65809] Re: Delete imported images from the camera doesn't

2010-03-03 Thread Omer Akram
This is fixed upstream and Lucid has the latest version of gthumb so
fixed here too.

** Changed in: gthumb (Ubuntu)
   Status: Triaged = Fix Released

-- 
Delete imported images from the camera doesn't
https://bugs.launchpad.net/bugs/65809
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


  1   2   3   4   >