[Bug 1083694] Re: crash/hang when submiting review updates

2012-11-28 Thread Martin Pitt
The pygobject side of this is being tracked in bug 1078297.

** This bug is no longer a duplicate of bug 1078297
   Crashes with GLib.child_watch_add

** Changed in: pygobject (Ubuntu Quantal)
   Status: New = Invalid

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

Title:
  crash/hang when submiting review updates

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

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


[Bug 1078297] Re: Crashes with GLib.child_watch_add

2012-11-28 Thread Martin Pitt
** Description changed:

  In a complex application, I'm seeing crashes when the destroy notify of
  GLib.child_watch_add is called.
  
  #0  0x004b5c78 in tupledealloc.24592 (op=0x316dc80)
  at ../Objects/tupleobject.c:218
  #1  0x2b7c1553abc7 in child_watch_dnotify (data=0x345a320)
  at /build/buildd/pygobject-3.4.0/gi/_glib/glibmodule.c:355
  #2  0x2b7c1409c108 in g_source_callback_unref (cb_data=0x3475f40)
  at /build/buildd/glib2.0-2.34.0/./glib/gmain.c:1457
  #3  g_source_callback_unref (cb_data=0x3475f40)
  at /build/buildd/glib2.0-2.34.0/./glib/gmain.c:1449
  #4  0x2b7c1409c70a in g_source_destroy_internal (source=source@entry=
  0x3471370, context=context@entry=0x1d08a30, 
have_lock=have_lock@entry=1)
  at /build/buildd/glib2.0-2.34.0/./glib/gmain.c:1123
  #5  0x2b7c1409eb00 in g_main_dispatch (context=0x1d08a30)
  at /build/buildd/glib2.0-2.34.0/./glib/gmain.c:2739
  
  The problem has been fixed upstream
  
  
http://git.gnome.org/browse/pygobject/commit/?h=pygobject-3-4id=a06e0d021d74c95cd517abb3e6ef5ff0037de679
  
  REGRESSION POTENTIAL: Very low. This just adds locking around the
  reference handling to avoid race conditions with concurrent access.
  pyglib_gil_state_{ensure,release}() is used all over the place in
  pygobject, but it was forgotten in this particular function.
  
  SRU TEST CASE: This is rather hard to reproduce, as it is a race
  condition in a multi-threaded program. As Daniel can reproduce it rather
  well, I suggest to ask him to verify the SRU.
  
- Michael Vogt proposed a test case:
- - open software-center
- - go to a app with reviews
- - click on useful: YES
- - verify that it takes a long time
+ See also bug 1083694 which is the same hang for software-center; this
+ also has a test case.

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

Title:
  Crashes with GLib.child_watch_add

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

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

[Bug 287476] Re: Links to gvfs mounts do not use a URI

2012-11-28 Thread Ritesh Khadgaray
Hi

  patch based on upstream code, fixes the issue on quantal and precise.

commit 41d2230d6fd57fa73de0adb75123c077fe5cb995
Author: Cosimo Cecchi cosi...@gnome.org
Date:   Thu Sep 13 21:54:28 2012 -0400

file-operations: use the local (FUSE) path for remote symlinks

Instead of the path relative to the remote machine, in case the
destination of the link is native.

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


-- ritz

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

** Patch added: proposed patch based of upstream code
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/287476/+attachment/3445823/+files/symlink.patch

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

Title:
  Links to gvfs mounts do not use a URI

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

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


[Bug 1083694] Re: crash/hang when submiting review updates

2012-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:software-center/5.4

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

Title:
  crash/hang when submiting review updates

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

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


[Bug 1083694] Re: crash/hang when submiting review updates

2012-11-28 Thread Michael Vogt
** Description changed:

  Due to a error in the glib bindings submit a review or submiting
  usefulness data is very slow and often fails entirely:
  
  TEST CASE:
  - open software-center
  - go to a app with reviews
  - click on useful: YES
  - verify that it takes a long time
  
  - install new version of software-center, python-gi from quantal-proposed
  - repeat the above steps and verify that it works this time
+ 
+ REGRESSION POTENTIAL: low, the threds_init() calls was there for all
+ previous pervsions but the crash in pygobject from bug #1078297 made us
+ disable it with the ill effects from disabling like the hang that is
+ outlined here.

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

Title:
  crash/hang when submiting review updates

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

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


[Bug 1064377] Re: Add Microsoft Cabinet archive filetype (application/vnd.ms-cab-compressed) to MimeType field of file-roller.desktop.in and add p7zip-full to Suggests or Recommends

2012-11-28 Thread Mantas Kriaučiūnas
** Bug watch added: GNOME Bug Tracker #689205
   https://bugzilla.gnome.org/show_bug.cgi?id=689205

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

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

Title:
  Add Microsoft Cabinet archive filetype (application/vnd.ms-cab-
  compressed) to MimeType field of file-roller.desktop.in and add p7zip-
  full to Suggests or Recommends

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1064377/+subscriptions

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


[Bug 287476] Re: Links to gvfs mounts do not use a URI

2012-11-28 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New = Invalid

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

Title:
  Links to gvfs mounts do not use a URI

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

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


[Bug 1064377] Re: Add Microsoft Cabinet archive filetype (application/vnd.ms-cab-compressed) to MimeType field of file-roller.desktop.in and add p7zip-full to Suggests or Recommends

2012-11-28 Thread Mantas Kriaučiūnas
It seems I forgot to attach a patch, which adds 
application/vnd.ms-cab-compressed to MimeType field of 
data/file-roller.desktop.in.in :)
Btw, I've reported this bug to upstream File-Roller bugzilla :)

** Patch added: Patch, which adds application/vnd.ms-cab-compressed to 
MimeType field of data/file-roller.desktop.in.in
   
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1064377/+attachment/3445882/+files/file-roller.desktop-vnd.ms-cab-compressed.patch

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

Title:
  Add Microsoft Cabinet archive filetype (application/vnd.ms-cab-
  compressed) to MimeType field of file-roller.desktop.in and add p7zip-
  full to Suggests or Recommends

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1064377/+subscriptions

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


[Bug 1083694] Re: crash/hang when submiting review updates

2012-11-28 Thread Michael Vogt
** Description changed:

  Due to a error in the glib bindings submit a review or submiting
  usefulness data is very slow and often fails entirely:
  
  TEST CASE:
  - open software-center
  - go to a app with reviews
  - click on useful: YES
- - verify that it takes a long time
+ - verify that it takes a long time (and often fails entirely)
  
  - install new version of software-center, python-gi from quantal-proposed
  - repeat the above steps and verify that it works this time
  
  REGRESSION POTENTIAL: low, the threds_init() calls was there for all
  previous pervsions but the crash in pygobject from bug #1078297 made us
  disable it with the ill effects from disabling like the hang that is
  outlined here.

** Changed in: software-center (Ubuntu)
   Status: Fix Released = In Progress

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

Title:
  crash/hang when submiting review updates

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

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


[Bug 1064377] Re: Add Microsoft Cabinet archive filetype (application/vnd.ms-cab-compressed) to MimeType field of file-roller.desktop.in and add p7zip-full to Suggests or Recommends

2012-11-28 Thread Bug Watch Updater
** Changed in: file-roller
   Status: Unknown = New

** Changed in: file-roller
   Importance: Unknown = Medium

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

Title:
  Add Microsoft Cabinet archive filetype (application/vnd.ms-cab-
  compressed) to MimeType field of file-roller.desktop.in and add p7zip-
  full to Suggests or Recommends

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1064377/+subscriptions

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


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

2012-11-28 Thread Alessandro Lazzari
I tried using the nautilus shortcut and also tried copying from 
/run/user/username/gvfs/share. No difference whatsoever.
I also think gvfs might be involved, too.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1038336] Re: Exract Here in thunar does nothing

2012-11-28 Thread peterthevicar
Just to confirm that removing --extract-to=$(pwd) from 
/usr/lib/x86_64-linux-gnu/thunar-archive-plugin/file-roller.tap fixed this for 
me. Thanks Geert.
ATB, Peter

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

Title:
  Exract Here in thunar does nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1038336/+subscriptions

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


[Bug 847001] Re: Adjusting display brightness is very slow on several Dell laptops

2012-11-28 Thread Bernhard Bock
This seems to be fixed in Quantal (12.10). I didn't configure any
workaround and the brightness adjustment feels snappy after upgrading to
12.10.

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

Title:
  Adjusting display brightness is very slow on several Dell laptops

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

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


[Bug 1079] Re: .hidden file is not used by file selector

2012-11-28 Thread Timothy Arceri
** Changed in: hundredpapercuts
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/1079

Title:
  .hidden file is not used by file selector

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

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


[Bug 1071345] Re: empathy contacts list compact mode is missing in 3.6

2012-11-28 Thread Angelo Pantano
no it's not a duplicate of #1049598

#1049598 is because icons are bigger, this one is because you cannot
merge contacts anymore

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

Title:
  empathy contacts list compact mode is missing in 3.6

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

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


[Bug 1075868] Re: New mounting point incompatible with Wine apps

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

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

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

Title:
  New mounting point incompatible with Wine apps

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

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


[Bug 287476] Re: Links to gvfs mounts do not use a URI

2012-11-28 Thread Ubuntu Foundations Team Bug Bot
The attachment proposed patch based of upstream code of this bug
report has been identified as being a patch.  The ubuntu-reviewers team
has been subscribed to the bug report so that they can review the patch.
In the event that this is in fact not a patch you can resolve this
situation by removing the tag 'patch' from the bug report and editing
the attachment so that it is not flagged as a patch.  Additionally, if
you are member of the ubuntu-reviewers team please also unsubscribe the
team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Links to gvfs mounts do not use a URI

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

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


[Bug 1064377] Re: Add Microsoft Cabinet archive filetype (application/vnd.ms-cab-compressed) to MimeType field of file-roller.desktop.in and add p7zip-full to Suggests or Recommends

2012-11-28 Thread Ubuntu Foundations Team Bug Bot
The attachment Patch, which adds application/vnd.ms-cab-compressed to
MimeType field of data/file-roller.desktop.in.in of this bug report has
been identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Add Microsoft Cabinet archive filetype (application/vnd.ms-cab-
  compressed) to MimeType field of file-roller.desktop.in and add p7zip-
  full to Suggests or Recommends

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/1064377/+subscriptions

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


[Bug 1083396] Re: Evince ignores b/w printing with Canon MP280

2012-11-28 Thread Till Kamppeter
Looking into your error_log makes the iompression that all works
correctly. The job is sent with a grayscale option and the option is
correctly applied to the driver. If the printout is still color than the
bug is in Canon's (closed-source) printer driver. Please report the
problem to Canon.

Closing as this is not a Ubuntu bug.

** Changed in: evince (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  Evince ignores b/w printing with Canon MP280

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

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


[Bug 132773] Invitation to connect on LinkedIn

2012-11-28 Thread PaterZeo
LinkedIn



Bug,

I'd like to add you to my professional network on LinkedIn.

- José

José Guitart
Software Engineer Senior at openTrends
Barcelona Area, Spain

Confirm that you know José Guitart:
https://www.linkedin.com/e/-7kkzs3-ha2g0q42-4o/isd/9799251856/ICv94YJy/?hs=falsetok=1-D505DjLUnlw1

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/-7kkzs3-ha2g0q42-4o/VRgt3F5THzv1sWf4joE6Y4PTlkayB7s-p-ktr5B/goo/132773%40bugs%2Elaunchpad%2Enet/20061/I3271496524_1/?hs=falsetok=2-Gknvm4rUnlw1

(c) 2012 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/132773

Title:
  totem-video-thumbnailer crashed with SIGSEGV in g_main_context_check()

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

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

[Bug 1083811] Re: Duplicated panels using separate x screens

2012-11-28 Thread Alberts Muktupāvels
** Branch linked: lp:~albertsmuktupavels/ubuntu/raring/gnome-panel/fix-
for-1083811

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

Title:
  Duplicated panels using separate x screens

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

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


[Bug 51043] Re: ListView - Context-menu options missing when pointer is above files/folders

2012-11-28 Thread Walter Ribeiro
This bug was solved after function gtk_tree_view_is_blank_at_pos() be created 
in GTK+ TreeView component.
We waited for this for many years.
(https://bugzilla.gnome.org/show_bug.cgi?id=94618)
I hope not to have to go through this problem again.

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

Title:
  ListView - Context-menu options missing when pointer is above
  files/folders

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

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


[Bug 51043] Re: ListView - Context-menu options missing when pointer is above files/folders

2012-11-28 Thread Sebastien Bacher
@lenooh: if you have an issue with quantal open a new ticket rather than
commenting on an old closed one

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

Title:
  ListView - Context-menu options missing when pointer is above
  files/folders

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

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


[Bug 1084087] [NEW] package gdm (not installed) failed to install/upgrade: Unterprozess installiertes post-removal-Skript gab den Fehlerwert 128 zurück

2012-11-28 Thread TobsA13
Public bug reported:

Try to install Gnome, after uninsatling i get this

Ubuntu 12.10 Release
Ubuntu Software-Center 5.4.1.2

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: gdm (not installed)
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Wed Nov 28 14:50:38 2012
ErrorMessage: Unterprozess installiertes post-removal-Skript gab den Fehlerwert 
128 zurück
InstallationDate: Installed on 2012-11-25 (2 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
SourcePackage: gdm
Title: package gdm (not installed) failed to install/upgrade: Unterprozess 
installiertes post-removal-Skript gab den Fehlerwert 128 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package quantal

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

Title:
  package gdm (not installed) failed to install/upgrade: Unterprozess
  installiertes post-removal-Skript gab den Fehlerwert 128 zurück

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

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

[Bug 1052711] Re: Update to 3.6

2012-11-28 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/brasero

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

Title:
  Update to 3.6

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

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


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

2012-11-28 Thread Anderson Luiz Alves
3.4.2-0ubuntu0.6 worked on precise

** Tags removed: verification-needed
** Tags added: verification-done

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

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

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

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


[Bug 1067876] Re: [quantal] Missing Safely Remove Drive and Eject options from context menu. Only have Unmount.

2012-11-28 Thread tecknomage
The function of Safely Remove is to remove POWER from USB connected
devices.

Unplugging any device while powered up is UNSAFE!  This bug is not about
unmounting a USB drive/stick.

If Windoz has no problem with Safely Remove are we saying Ubuntu
cannot do it?  Really?

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

Title:
  [quantal] Missing Safely Remove Drive and Eject options from
  context menu. Only have Unmount.

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

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


[Bug 1083729] Re: Disk benchmark does not work

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

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

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

Title:
  Disk benchmark does not work

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

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


[Bug 1067876] Re: [quantal] Missing Safely Remove Drive and Eject options from context menu. Only have Unmount.

2012-11-28 Thread Lonnie Lee Best
** Description changed:

  In Ubuntu 12.04, I could right-click on my usb-external-harddrive's
- Unity-Task-Bar icon and select Safely Remove. Upon doing this, the
- icon would disappear and I would proceed in unplugging my external hard
- drive.
+ Unity-Task-Bar icon (launcher icon) and select Safely Remove. Upon
+ doing this, the icon would disappear and I would proceed in unplugging
+ my external hard drive.
  
  However, since upgrading to Ubuntu 12.10, this option is no longer
- available in the context menus for external drives.
+ available in the context menus (Quicklist) for external drives.
  
  Instead, all I see is Unmount, and after clicking Unmount the icon
- remains on the task-bar and no indication is given that would imply that
- the unmount occurred successfully.
+ remains on the task-bar (launcher) and no indication is given that would
+ imply that the unmount occurred successfully.
  
  The intent of this report is to bring back the Safely Remove option
  which (by making the icon disappear after selected) indicates that you
  may now safely removal your USB external hard drive (by unplugging its
  usb connector).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Oct 17 14:55:17 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to quantal on 2012-10-04 (13 days ago)

** Description changed:

  In Ubuntu 12.04, I could right-click on my usb-external-harddrive's
  Unity-Task-Bar icon (launcher icon) and select Safely Remove. Upon
  doing this, the icon would disappear and I would proceed in unplugging
  my external hard drive.
  
  However, since upgrading to Ubuntu 12.10, this option is no longer
- available in the context menus (Quicklist) for external drives.
+ available in the context menus (Quicklists) for external drives.
  
  Instead, all I see is Unmount, and after clicking Unmount the icon
  remains on the task-bar (launcher) and no indication is given that would
  imply that the unmount occurred successfully.
  
  The intent of this report is to bring back the Safely Remove option
  which (by making the icon disappear after selected) indicates that you
  may now safely removal your USB external hard drive (by unplugging its
  usb connector).
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.8.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  Date: Wed Oct 17 14:55:17 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to quantal on 2012-10-04 (13 days ago)

** Summary changed:

- [quantal] Missing Safely Remove Drive and Eject options from context 
menu. Only have Unmount.
+ [quantal] Missing Safely Remove Drive and Eject options from Quicklists. 
Only have Unmount.

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

Title:
  [quantal] Missing Safely Remove Drive and Eject options from
  Quicklists. Only have Unmount.

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

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

[Bug 961275] Re: week number not available

2012-11-28 Thread mmalmeida
In Ubuntu 12.04 running classic-gnome this doesn't work.

When you go to time and date settings (as described in
http://askubuntu.com/questions/114032/ubuntu-application-to-show-
calendar-with-week-numbers ) only the time  date tab is available -
there is no clock tab.

Can you please reopen this bug?

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

Title:
  week number not available

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

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


[Bug 1071345] Re: empathy contacts list compact mode is missing in 3.6

2012-11-28 Thread Bilal Shahid
@angelo
duplicate removed thanks

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

Title:
  empathy contacts list compact mode is missing in 3.6

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

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


[Bug 1049598] Re: Cannot change avatar size in contact list

2012-11-28 Thread Bilal Shahid
i am sending your bug to upstream you please subscribe to that bug

** This bug is no longer a duplicate of bug 1071345
   empathy contacts list compact mode is missing in 3.6

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

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

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

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

Title:
  Cannot change avatar size in contact list

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

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


[Bug 1083496] Re: empathy-chat crashed with SIGSEGV

2012-11-28 Thread Bilal Shahid
thanks for the bug report 
that belongs to telepathy-indicator 

** Information type changed from Private to Public

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

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

Title:
  empathy-chat crashed with SIGSEGV

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

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


[Bug 1052711] Re: Update to 3.6

2012-11-28 Thread Launchpad Bug Tracker
This bug was fixed in the package brasero - 3.6.1-0ubuntu1

---
brasero (3.6.1-0ubuntu1) raring; urgency=low

  [ Iain Lane ]
  * New upstream release 3.6.1.
- Port to new documentation infrastructure
- Port brasero to GStreamer 1.0
- Add Desktop Actions for Unity
  * debian/patches/011_static_quicklist.patch,
debian/patches/git_burn_libisofs.patch: Remove, now upstream
  * Refresh other patches
  * Clean up duplicate libnotify-dev BD
  * debian/rules: Fail when upstream files (except .la files) aren't installed

  [ Robert Ancell ]
   * New upstream release (LP: #1052711)
   * debian/control:
 - Build-depend on yelp-tools instead of gnome-doc-utils
 - Use GStreamer 1.0 build-depends
   * debian/brasero-common.install:
 - Use new help location
 -- Iain Lane iain.l...@canonical.com   Wed, 28 Nov 2012 13:25:56 +

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

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

Title:
  Update to 3.6

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

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


[Bug 1044120] Re: empathy-chat crashes when opening a window for a specific contact

2012-11-28 Thread Bilal Shahid
need your attention 
still crashing ?

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

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

Title:
  empathy-chat crashes when opening a window for a specific contact

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

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


[Bug 1071383] Re: Empathy don't connect when I'm a LDAP user

2012-11-28 Thread Bilal Shahid
thanks 
please get the empathy debugger log file with the bug report and attach it 
here.?

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

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

Title:
  Empathy don't connect when I'm a LDAP user

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

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


[Bug 1068242] Re: Backslash escapes applied in the chat log

2012-11-28 Thread Bilal Shahid
thanks for the bug report 
please attach the screenshot with the bug.?
any visuals ?

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

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

Title:
  Backslash escapes applied in the chat log

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

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


[Bug 1023201] Re: Empathy can't change timestamp format

2012-11-28 Thread Bilal Shahid
its the wishlist i am sending your bug to upstream please subscribe to
that bug thanks

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

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

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

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

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

Title:
  Empathy can't change timestamp format

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

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


[Bug 1074500] Re: empathy IRC channels no longer selectable

2012-11-28 Thread Bilal Shahid
thanks for the bug report 
have you already mentioned the favorites in empathy ?

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

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

Title:
  empathy IRC channels no longer selectable

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

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


[Bug 1073103] Re: Unity panel not showing proper notifications count

2012-11-28 Thread Bilal Shahid
thanks for the bug report 
some visuals or screenshot required ?
give me the steps to reproduce it ?

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

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

Title:
  Unity panel not showing proper notifications count

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

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


[Bug 1071934] Re: Favourite Rooms feature doesn't work in 12.10

2012-11-28 Thread Bilal Shahid
closing the bug if you can reproduce it feel free to reopen this bug
thanks

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

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

Title:
  Favourite Rooms feature doesn't work in 12.10

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

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


[Bug 1077117] Re: Cannot send a file from Empathy to Empathy

2012-11-28 Thread Bilal Shahid
thanks for the bug report 
please attach the file transfer log file with the bug report ?

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

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

Title:
  Cannot send a file from Empathy to Empathy

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

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


[Bug 1075094] Re: Manual Link Option Inexistent

2012-11-28 Thread Bilal Shahid
** Changed in: empathy (Ubuntu)
   Status: New = Triaged

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

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

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

Title:
  Manual Link Option Inexistent

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

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


[Bug 1078693] Re: Can't add any account

2012-11-28 Thread Bilal Shahid
thanks for the bug report 
feel free to report the bug you may found closing at per comment # 2

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

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

Title:
  Can't add any account

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

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


[Bug 1078303] Re: cannot apply theme in empathy windows

2012-11-28 Thread Bilal Shahid
thanks for the bug report 
confirmed 
ubuntu 12.10
empathy : 3.6.0.3

** Summary changed:

- cannot apply theme in IRC empathy windows
+ cannot apply theme in  empathy windows

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

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

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

Title:
  cannot apply theme in  empathy windows

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

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


[Bug 1078303] Re: cannot apply theme in empathy windows

2012-11-28 Thread Bilal Shahid
i am sending your bug to upstream please subscribe to that bug

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

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

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

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

Title:
  cannot apply theme in  empathy windows

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

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


[Bug 1083497] Re: Empathy doesn't detect online accounts

2012-11-28 Thread Bilal Shahid
thanks for the bug report 
please attach the empathy debugger log file ?

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

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

Title:
  Empathy doesn't detect online accounts

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

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


[Bug 1081972] Re: [SRU Quantal] update to 3.6.2

2012-11-28 Thread Bilal Shahid
thanks 
what is this ?

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

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

Title:
  [SRU Quantal] update to 3.6.2

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

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


[Bug 1001038] Re: keeps asking me for password and failing authentication

2012-11-28 Thread Bilal Shahid
Thanks for taking time in filing the bug to make ubuntu better.
1) can you reproduce this bug ?
2) if so than please define the steps to reproduce it ?

** Changed in: telepathy-haze (Ubuntu)
   Status: New = Incomplete

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

Title:
  keeps asking me for password and failing authentication

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

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


[Bug 1074500] Re: empathy IRC channels no longer selectable

2012-11-28 Thread shaneonabike
@Bilal: I'm not sure I fully understand your question?

Are you asking me if these IRC channels appear in my favourites? If so
no they don't.

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

Title:
  empathy IRC channels no longer selectable

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

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


[Bug 1007799] [NEW] python2.7 crashed with SIGSEGV in gst_pulsesink_pad_acceptcaps()

2012-11-28 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

python2.7 crashed with SIGSEGV in gst_pad_accept_caps()

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: python2.7-minimal 2.7.3-0ubuntu3
ProcVersionSignature: Ubuntu 3.4.0-3.8-generic 3.4.0
Uname: Linux 3.4.0-3-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.1.1-0ubuntu2
Architecture: amd64
Date: Sat Jun  2 13:41:47 2012
ExecutablePath: /usr/bin/python2.7
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120530)
ProcCmdline: python tvmaxe.py
SegvAnalysis:
 Segfault happened at: 0x7fba62399b29:  cmpq   $0x0,0x158(%r12)
 PC (0x7fba62399b29) ok
 source $0x0 ok
 destination 0x158(%r12) (0x0158) not located in a known VMA region 
(needed writable region)!
 Stack memory exhausted (SP below stack segment)
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: python2.7
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstpulse.so
 gst_pad_accept_caps () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
 gst_proxy_pad_acceptcaps_default () from 
/usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
 gst_pad_accept_caps () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
 gst_proxy_pad_acceptcaps_default () from 
/usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0
Title: python2.7 crashed with SIGSEGV in gst_pad_accept_caps()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: gst0.10-python (Ubuntu)
 Importance: Medium
 Status: Confirmed


** Tags: amd64 apport-crash quantal running-unity
-- 
python2.7 crashed with SIGSEGV in gst_pulsesink_pad_acceptcaps()
https://bugs.launchpad.net/bugs/1007799
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gst0.10-python in Ubuntu.

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


[Bug 1074500] Re: empathy IRC channels no longer selectable

2012-11-28 Thread Bilal Shahid
there is an option to select the favt channels and than the auto connect
works.

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

Title:
  empathy IRC channels no longer selectable

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

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


[Bug 1007799] Re: python2.7 crashed with SIGSEGV in gst_pulsesink_pad_acceptcaps()

2012-11-28 Thread Matthias Klose
** Package changed: python2.7 (Ubuntu) = gst0.10-python (Ubuntu)

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

Title:
  python2.7 crashed with SIGSEGV in gst_pulsesink_pad_acceptcaps()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst0.10-python/+bug/1007799/+subscriptions

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


[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected (nm-device-wired-secure icon is missing)

2012-11-28 Thread rjarvis2010
Since the committed fix only addresses wired connections, I've created
the icons for wireless VPN status as well, at least for the 22 and 24
sizes. (I didn't find the lock icon in other sizes in the 'elementary'
icon set, which I used for the source.) How would I get them to somebody
who can incorporate them into the Lubuntu Box theme?

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

Title:
  Network Manager Icon Is not changin when VPN is connected (nm-device-
  wired-secure icon is missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


[Bug 1084188] [NEW] Nautilus: 'The location is not a folder' error

2012-11-28 Thread Bucic
Public bug reported:

Steps to reproduce:
1. Start computer with USB drive connected.
2. Log in to guest session.
3. Log out.
4. Log in to default user.
5. Start Nautilus.
6. Click on a drive icon on the left.

Result:
Error:
Could not display /media/guest-dmJR8h/hit_tmp.
The location is not a folder.

Expected result:
Nautilus opens the top directory of the selected drive/partition.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Wed Nov 28 19:09:25 2012
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b'800x550+123+159'
 b'org.gnome.nautilus.window-state' b'maximized' b'true'
 b'org.gnome.nautilus.window-state' b'sidebar-width' b'174'
InstallationDate: Installed on 2012-11-12 (15 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Nautilus: 'The location is not a folder' error

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

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


[Bug 1078303] Re: cannot apply theme in empathy windows

2012-11-28 Thread Bug Watch Updater
** Changed in: empathy
   Status: Unknown = New

** Changed in: empathy
   Importance: Unknown = Medium

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

Title:
  cannot apply theme in  empathy windows

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

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


[Bug 1049598] Re: Cannot change avatar size in contact list

2012-11-28 Thread Bug Watch Updater
** Changed in: empathy
   Status: Unknown = New

** Changed in: empathy
   Importance: Unknown = Medium

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

Title:
  Cannot change avatar size in contact list

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

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


[Bug 1023201] Re: Empathy can't change timestamp format

2012-11-28 Thread Bug Watch Updater
** Changed in: empathy
   Status: Unknown = New

** Changed in: empathy
   Importance: Unknown = Medium

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

Title:
  Empathy can't change timestamp format

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

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


[Bug 857623] Re: Menu, XF86ScreenSaver, Delete, Print Screen, Scroll Lock and Media player keys cannot be assigned to a keyboard shortcut

2012-11-28 Thread TomasHnyk
I opened a new bug upstream.

BTW: I have not problems assigning Print Screen to other actions. Can
you assign it too? If so, I will remove it from the bug description (I
have not included it in the upstream list).

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

** Changed in: gnome-control-center
   Importance: Medium = Unknown

** Changed in: gnome-control-center
   Status: Fix Released = Unknown

** Changed in: gnome-control-center
 Remote watch: GNOME Bug Tracker #685286 = GNOME Bug Tracker #689236

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

Title:
  Menu, XF86ScreenSaver, Delete, Print Screen, Scroll Lock and Media
  player keys cannot be assigned to a keyboard shortcut

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

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


[Bug 1083040] Re: Version number in raring still 12.10

2012-11-28 Thread Anca Emanuel
Can I mention LightDM login wallpaper ? Not solved ?

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

Title:
  Version number in raring still 12.10

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

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


[Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2012-11-28 Thread Jonas G. Drange
Fresh 12.10 install. Error persist and commands:

pactl upload-sample actual-bell.ogg bell.ogg
xset b 100

must be run both on startup and wake. This is a papercut that cuts
deeply for users that depend on the bell (like me).

I will be available for testing.

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

Title:
  System bell broken in Natty/Unity (despite heroic...)

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

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


[Bug 1079198] Re: gnome-control-center keyboard shortcuts GUI does not allow multiple key bindings to be assigned to a single action

2012-11-28 Thread TomasHnyk
*** This bug is a duplicate of bug 106573 ***
https://bugs.launchpad.net/bugs/106573

I think this is a duplicate of an older bug even if the upstream bugs
these two launchpad bugs link to do not seem to be related. Feel free to
unduplicate if I am mistaken.

** This bug has been marked a duplicate of bug 106573
   can only add a single key combination to the keyboard shortcut applet

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

Title:
  gnome-control-center keyboard shortcuts GUI does not allow multiple
  key bindings to be assigned to a single action

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

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


[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected (nm-device-wired-secure icon is missing)

2012-11-28 Thread Nikolay Morozov
** Attachment added: nm-device-wired-secure.png 22 size for GNOME icon theme
   
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme/+bug/772709/+attachment/3446169/+files/nm-device-wired-secure.png

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

Title:
  Network Manager Icon Is not changin when VPN is connected (nm-device-
  wired-secure icon is missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected (nm-device-wired-secure icon is missing)

2012-11-28 Thread Nikolay Morozov
try to post here, i also have created icon for GNOME icone theme. Maybe
somebody will integrate it...

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

Title:
  Network Manager Icon Is not changin when VPN is connected (nm-device-
  wired-secure icon is missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


[Bug 1009858] Re: GNOME forgets keyboard shortcuts

2012-11-28 Thread TomasHnyk
*** This bug is a duplicate of bug 964270 ***
https://bugs.launchpad.net/bugs/964270

** This bug is no longer a duplicate of bug 1008268
   Custom keyboard shortcuts stop working after reboot
** This bug has been marked a duplicate of bug 964270
   [precise] Ubuntu forgets keyboard shortcuts after a restart

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

Title:
  GNOME forgets keyboard shortcuts

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

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


[Bug 1008268] Re: Custom keyboard shortcuts stop working after reboot

2012-11-28 Thread TomasHnyk
*** This bug is a duplicate of bug 964270 ***
https://bugs.launchpad.net/bugs/964270

I think this is a duplicate of bug 964270 For 12.10, there is a (separate) bug 
1063617 
Feel free to unduplicate if I was mistaken.

** This bug has been marked a duplicate of bug 964270
   [precise] Ubuntu forgets keyboard shortcuts after a restart

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

Title:
  Custom keyboard shortcuts stop working after reboot

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

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


[Bug 999978] Re: Keyboard Shortcut input doesn't recognise Alt+Print

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

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

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

Title:
  Keyboard Shortcut input doesn't recognise Alt+Print

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

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


[Bug 999978] Re: Keyboard Shortcut input doesn't recognise Alt+Print

2012-11-28 Thread TomasHnyk
** Bug watch added: GNOME Bug Tracker #689239
   https://bugzilla.gnome.org/show_bug.cgi?id=689239

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

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

Title:
  Keyboard Shortcut input doesn't recognise Alt+Print

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

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


[Bug 1068242] Re: Backslash escapes applied in the chat log

2012-11-28 Thread Kevin
Screenshot of the issue. This is the SIPe plugin occurrence of the
error, but I'm pretty positive the log method is protocol-independent.

** Attachment added: bugescapes.png
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1068242/+attachment/3446172/+files/bugescapes.png

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

Title:
  Backslash escapes applied in the chat log

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

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


[Bug 1084204] [NEW] Unmount message is not displayed

2012-11-28 Thread Ben
Public bug reported:

When writing to external USB devices (e.g., USB sticks or USB HDD), the
write progress bar is displayed correctly. After the write progress bar
is full and the progress window stops displaying, the status light of
the device signals, that still data is written to the device.
Previously, when you pressed the unmount button in nautilus, a window
apeared and displayed a warning not to remove the device. Since about
two weeks, this warning message is not displayed any more. When removing
the device before the write cache is empty, the filesystem of the device
is corrupted on the next mount. This behaviour is reproducable and
occurs every time. It also happens on other installation of 12.10 as
well.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: nautilus 1:3.5.90.really.3.4.2-0ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Wed Nov 28 20:03:37 2012
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b'917x683+65+24'
 b'org.gnome.nautilus.window-state' b'sidebar-width' b'237'
MarkForUpload: True
SourcePackage: nautilus
UpgradeStatus: Upgraded to quantal on 2012-11-13 (15 days ago)

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


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

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

Title:
  Unmount message is not displayed

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

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


[Bug 1084087] Re: package gdm (not installed) failed to install/upgrade: Unterprozess installiertes post-removal-Skript gab den Fehlerwert 128 zurück

2012-11-28 Thread Tim
*** This bug is a duplicate of bug 1007123 ***
https://bugs.launchpad.net/bugs/1007123

** This bug has been marked a duplicate of bug 1007123
   package gdm 3.0.4-0ubuntu15 failed to install/upgrade: subprocess installed 
post-removal script returned error exit status 128

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

Title:
  package gdm (not installed) failed to install/upgrade: Unterprozess
  installiertes post-removal-Skript gab den Fehlerwert 128 zurück

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

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

[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected (nm-device-wired-secure icon is missing)

2012-11-28 Thread rjarvis2010
Here they are. Hope they're useful to somebody. If anybody finds this
and wants to implement it themselves (rather than wait for the package),
you can create a new theme as described above and untar the archive from
the root icon directory (/usr/share/icons/your-new-theme/).

** Attachment added: VPN icons for all signal strengths
   
https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme/+bug/772709/+attachment/3446246/+files/wireless-vpn-icons.tgz

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

Title:
  Network Manager Icon Is not changin when VPN is connected (nm-device-
  wired-secure icon is missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


[Bug 999978] Re: Keyboard Shortcut input doesn't recognise Alt+Print

2012-11-28 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown = New

** Changed in: gnome-control-center
   Importance: Unknown = Medium

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

Title:
  Keyboard Shortcut input doesn't recognise Alt+Print

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

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


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

2012-11-28 Thread Louis Simard
I was subscribed to the duplicate bug 1004166, which is about a
different way to get Num Lock to blink. With the proposed package, that
method to get the bug is also fixed.

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

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

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

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


[Bug 857623] Re: Menu, XF86ScreenSaver, Delete, Print Screen, Scroll Lock and Media player keys cannot be assigned to a keyboard shortcut

2012-11-28 Thread Bug Watch Updater
** Changed in: gnome-control-center
   Status: Unknown = New

** Changed in: gnome-control-center
   Importance: Unknown = Medium

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

Title:
  Menu, XF86ScreenSaver, Delete, Print Screen, Scroll Lock and Media
  player keys cannot be assigned to a keyboard shortcut

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

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


[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected (nm-device-wired-secure icon is missing)

2012-11-28 Thread Alexander Andjelkovic
rjarvis2010 (rob-jarvis): 
Thanks, I'll take a look at your icons and make sure they get included in 
Lubuntu.

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

Title:
  Network Manager Icon Is not changin when VPN is connected (nm-device-
  wired-secure icon is missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected (nm-device-wired-secure icon is missing)

2012-11-28 Thread rjarvis2010
Thanks, Alexander!

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

Title:
  Network Manager Icon Is not changin when VPN is connected (nm-device-
  wired-secure icon is missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


Re: [Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected (nm-device-wired-secure icon is missing)

2012-11-28 Thread rjarvis2010
Unless you logout/restart, you will also have to reload the icon cache
and restart the panel. To activate it without a restart/logout:

sudo gtk-update-icon-cache
sudo lxpanelctl restart

Rob


On 11/28/2012 02:13 PM, rjarvis2010 wrote:
 Here they are. Hope they're useful to somebody. If anybody finds this
 and wants to implement it themselves (rather than wait for the package),
 you can create a new theme as described above and untar the archive from
 the root icon directory (/usr/share/icons/your-new-theme/).

 ** Attachment added: VPN icons for all signal strengths

 https://bugs.launchpad.net/ubuntu/+source/gnome-icon-theme/+bug/772709/+attachment/3446246/+files/wireless-vpn-icons.tgz


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

Title:
  Network Manager Icon Is not changin when VPN is connected (nm-device-
  wired-secure icon is missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


[Bug 1072421] Re: Auto-login enabled at installation can't be disabled in Users Control Panel

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

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

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

Title:
  Auto-login enabled at installation can't be disabled in Users Control
  Panel

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

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


[Bug 1072421] Re: Auto-login enabled at installation can't be disabled in Users Control Panel

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

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

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

Title:
  Auto-login enabled at installation can't be disabled in Users Control
  Panel

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

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


[Bug 1051552] Re: Hebrew subtitles are encoded ISO-8859-8

2012-11-28 Thread Adam Conrad
Hello Shahar, or anyone else affected,

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

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

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

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

** Also affects: totem (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: vlc (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: smplayer (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Tags added: verification-needed

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

Title:
  Hebrew subtitles are encoded ISO-8859-8

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

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


[Bug 1080591] Re: shotwell fails to authenticate with non-primary address

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: raring-round-8 = None

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

Title:
  shotwell fails to authenticate with non-primary address

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

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


[Bug 1039014] Re: Hidden files always visible in open file dialog

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: None = raring-ee

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

Title:
  Hidden files always visible in open file dialog

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

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


[Bug 974208] Re: Wrong filename when restoring from Trash

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: None = raring-ee

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

Title:
  Wrong filename when restoring from Trash

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

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


[Bug 1074500] Re: empathy IRC channels no longer selectable

2012-11-28 Thread shaneonabike
There is no menu for this in Gnome. In fact there is no menu in Gnome at
all so I'm not sure what you mean? When you add an IRC connection it
just connects to NickServ. That's the only way that I have been able to
join rooms (through NickServ).

Unfortunately I don't see this option as you indicated? It used to be
there in 12.04 but not now.

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

Title:
  empathy IRC channels no longer selectable

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

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


[Bug 1061533] Re: In Trash folder, Nautilus misinterprets \n in filename as a line break

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: raring-misc = raring-gtk

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

Title:
  In Trash folder, Nautilus misinterprets \n in filename as a line
  break

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

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


[Bug 965510] Re: option --new-window not working correctly

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: raring-misc = raring-ee

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

Title:
  option --new-window not working correctly

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

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


[Bug 316959] Re: Music folder appears twice in File selection dialog

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: raring-misc = raring-gtk

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/316959

Title:
  Music folder appears twice in File selection dialog

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

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


[Bug 304345] Re: File chooser dialog doesn't provide network access

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: raring-misc = raring-gtk

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

Title:
  File chooser dialog doesn't provide network access

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

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


[Bug 11544] Re: Single click doesn't work in file chooser dialog box

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: raring-misc = raring-gtk

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

Title:
  Single click doesn't work in file chooser dialog box

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

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


[Bug 1079] Re: .hidden file is not used by file selector

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: raring-misc = raring-ee

** Changed in: hundredpapercuts
Milestone: raring-ee = raring-gtk

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/1079

Title:
  .hidden file is not used by file selector

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

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


[Bug 1063044] Re: middle click close tab

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: None = papercuts-nautilus

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

Title:
  middle click close tab

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

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


[Bug 1043063] Re: Folder icons do not appear in the bookmarks in nautilus until the user opens them

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: None = papercuts-nautilus

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

Title:
  Folder icons do not appear in the bookmarks in nautilus until the user
  opens them

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

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


[Bug 974208] Re: Wrong filename when restoring from Trash

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: raring-ee = papercuts-nautilus

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

Title:
  Wrong filename when restoring from Trash

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

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


[Bug 912597] Re: nautilus doesn't delete files on USB sticks eject

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: quantal-6-file-management = papercuts-nautilus

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

Title:
  nautilus doesn't delete files on USB sticks eject

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

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


[Bug 891784] Re: Dash - Nautilus appears twice in the Ubuntu Unity dash

2012-11-28 Thread Chris Wilson
Is this a Nautilus issue or a Unity issue?

** Changed in: hundredpapercuts
Milestone: None = papercuts-nautilus

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

Title:
  Dash - Nautilus appears twice in the Ubuntu Unity dash

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

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


[Bug 889759] Re: drag item to video player- drops it to bottom

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: precise-4-music-video = raring-gtk

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

Title:
  drag item to video player- drops it to bottom

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

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


[Bug 822081] Re: Nautilus: Arranging Items by 'Type', arranges them recursively by 'alphabetical' order of their extensions, not by grouping them first

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: None = papercuts-nautilus

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

Title:
  Nautilus: Arranging Items by 'Type', arranges them recursively by
  'alphabetical' order of their extensions, not by grouping them first

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

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


[Bug 692432] Re: reload in nautilus temporarily blanks file list

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: None = papercuts-nautilus

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

Title:
  reload in nautilus temporarily blanks file list

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

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


[Bug 387799] Re: Inconsistency :GTK+ and Nautilus do not sort files in same order.

2012-11-28 Thread Chris Wilson
** Changed in: hundredpapercuts
Milestone: nt4-nautilus = papercuts-nautilus

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/387799

Title:
  Inconsistency :GTK+ and Nautilus do not sort files in same order.

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

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


  1   2   >