[Bug 1440395] Re: fstab-generator interprets backslashes in CIFS mounts

2015-04-08 Thread Martin Pitt
This unescaping is already done by getmntent(). With an fstab entry like

  \\1.2.3.4\stuff /mnt/stuff cifs defaults,nofail 0 0

the me-mnt_fsname is \1.2.3.4\stuff. fstab uses \ as an escape
character, so I'm afraid this pretty much behaves as specified and you
have to escape \ too if you use them (i. e. use 1.2.3.4...).

It's best to avoid those at all and use forward slashes for CIFS mounts.


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

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

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

Title:
  fstab-generator interprets backslashes in CIFS mounts

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

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


[Bug 1441473] Re: file-roller crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

2015-04-08 Thread Apport retracing service
*** This bug is a duplicate of bug 1062401 ***
https://bugs.launchpad.net/bugs/1062401

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1062401, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1441473/+attachment/4369120/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1441473/+attachment/4369122/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1441473/+attachment/4369125/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1441473/+attachment/4369126/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1441473/+attachment/4369127/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1441473/+attachment/4369128/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1441473/+attachment/4369129/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1062401
   file-roller crashed with SIGSEGV in fr_window_update_columns_visibility()

** Tags removed: need-i386-retrace

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

Title:
  file-roller crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

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

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


[Bug 1440354] Re: infobars color is not displayed

2015-04-08 Thread Sebastien Bacher
Thanks, that's not really a bug. Before that change the bar for e.g
removable medias or the trash were blue and looking out of place. What
color would you expect to be used?

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

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

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

Title:
  infobars color is not displayed

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

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


[Bug 1440255] Re: Start nautilus in the language specified by LANG environment variable (if present)

2015-04-08 Thread Sebastien Bacher
Thanks, not really a nautilus issue. Where/how do you set the
environment and how do you start nautilus?

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

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

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

Title:
  Start nautilus in the language specified by LANG environment variable
  (if present)

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

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


[Bug 1333140] Re: Fix udev rules to consider mmc rpmb partitions

2015-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 204-5ubuntu20.11

---
systemd (204-5ubuntu20.11) trusty; urgency=medium

  [ Ben Howard ]
  * Add debian/extra/rules/62-google-cloudimg.rules: Use noop scheduler for
Google virtio drives. (LP: #1420544)

  [ Martin Pitt ]
  * Add upstream-ignore-mmcrpmb.patch: Fix /dev/disk/by-path/ symlink of mmc
RPMB partitions and don't blkid them to avoid kernel buffer I/O errors and
timeouts. (LP: #1333140)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 18 Feb 2015 12:11:49 +0100

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

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

Title:
  Fix udev rules to consider mmc rpmb partitions

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

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


[Bug 1420544] Re: [SRU] Ubuntu instances on GCE should use NOOP scheduler

2015-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 204-5ubuntu20.11

---
systemd (204-5ubuntu20.11) trusty; urgency=medium

  [ Ben Howard ]
  * Add debian/extra/rules/62-google-cloudimg.rules: Use noop scheduler for
Google virtio drives. (LP: #1420544)

  [ Martin Pitt ]
  * Add upstream-ignore-mmcrpmb.patch: Fix /dev/disk/by-path/ symlink of mmc
RPMB partitions and don't blkid them to avoid kernel buffer I/O errors and
timeouts. (LP: #1333140)
 -- Martin Pitt martin.p...@ubuntu.com   Wed, 18 Feb 2015 12:11:49 +0100

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

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

Title:
  [SRU] Ubuntu instances on GCE should use NOOP scheduler

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

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


[Bug 1440354] Re: infobars color disabled (needs theme update)

2015-04-08 Thread Sebastien Bacher
If you look at the patch you can notice that it replaces
GTK_MESSAGE_QUESTION which is what upstream is using, by
GTK_MESSAGE_OTHER. Your suggestion is to use the info type, that doesn't
need a theme change, just to change the type to INFO rather than OTHER.
That might be a valid suggestion, I'm unsure how the yellow would fit
though...

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

Title:
  infobars color disabled (needs theme update)

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

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


[Bug 1435994] Re: package adwaita-icon-theme-full 3.14.0-2ubuntu7 failed to install/upgrade: trying to overwrite '/usr/share/icons/Adwaita/cursors/arrow', which is also in package gnome-themes-standar

2015-04-08 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1417847 ***
https://bugs.launchpad.net/bugs/1417847

This bug was fixed in the package adwaita-icon-theme - 3.14.0-2ubuntu8

---
adwaita-icon-theme (3.14.0-2ubuntu8) vivid; urgency=medium

  * adwaita-icon-theme-full also needs Breaks/Replaces
on gnome-themes-standard-data (LP: #1417847, LP: #1435994)
  * adwaita-icon-theme-full Replaces older versions of
adwaita-icon-theme (LP: #1431453)
 -- Simon McVittie simon.mcvit...@collabora.co.uk   Wed, 08 Apr 2015 10:12:08 
+0100

** Changed in: adwaita-icon-theme (Ubuntu)
   Status: New = Fix Released

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

Title:
  package adwaita-icon-theme-full 3.14.0-2ubuntu7 failed to
  install/upgrade: trying to overwrite
  '/usr/share/icons/Adwaita/cursors/arrow', which is also in package
  gnome-themes-standard-data 3.12.0-1ubuntu1

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

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


[Bug 1417847] Re: package adwaita-icon-theme-full (not installed) failed to install/upgrade: trying to overwrite '/usr/share/icons/Adwaita/cursors/00008160000006810000408080010102', which is also in p

2015-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package adwaita-icon-theme - 3.14.0-2ubuntu8

---
adwaita-icon-theme (3.14.0-2ubuntu8) vivid; urgency=medium

  * adwaita-icon-theme-full also needs Breaks/Replaces
on gnome-themes-standard-data (LP: #1417847, LP: #1435994)
  * adwaita-icon-theme-full Replaces older versions of
adwaita-icon-theme (LP: #1431453)
 -- Simon McVittie simon.mcvit...@collabora.co.uk   Wed, 08 Apr 2015 10:12:08 
+0100

** Changed in: adwaita-icon-theme (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  package adwaita-icon-theme-full (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/icons/Adwaita/cursors/81600681408080010102',
  which is also in package gnome-themes-standard-data 3.12.0-1ubuntu1

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

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


[Bug 1431453] Re: package adwaita-icon-theme-full 3.14.0-2ubuntu7 failed to install/upgrade: trying to overwrite '/usr/share/icons/Adwaita/16x16/actions/edit-delete.png', which is also in package adwa

2015-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package adwaita-icon-theme - 3.14.0-2ubuntu8

---
adwaita-icon-theme (3.14.0-2ubuntu8) vivid; urgency=medium

  * adwaita-icon-theme-full also needs Breaks/Replaces
on gnome-themes-standard-data (LP: #1417847, LP: #1435994)
  * adwaita-icon-theme-full Replaces older versions of
adwaita-icon-theme (LP: #1431453)
 -- Simon McVittie simon.mcvit...@collabora.co.uk   Wed, 08 Apr 2015 10:12:08 
+0100

** Changed in: adwaita-icon-theme (Ubuntu)
   Status: New = Fix Released

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

Title:
  package adwaita-icon-theme-full 3.14.0-2ubuntu7 failed to
  install/upgrade: trying to overwrite
  '/usr/share/icons/Adwaita/16x16/actions/edit-delete.png', which is
  also in package adwaita-icon-theme 3.14.0-2ubuntu7

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

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


[Bug 1440354] Re: infobars color disabled (needs theme update)

2015-04-08 Thread Sadi Yumuşak
So I understand that in this case it might also be worthwhile to ask
Nautilus developers to consider using GTK_MESSAGE_INFO there (I don't
even know if it exists) instead of GTK_MESSAGE_QUESTION, and then it
would be up to the themers to decide what color code to use for such
infobars; yellow or whatever that they think would fit best.

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

Title:
  infobars color disabled (needs theme update)

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

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


[Bug 1272870] Re: No context pane plugin for rhythmbox installation (Trusty/Utopic/Vivid)

2015-04-08 Thread Benjamin Bach
Confirming that these very simple patches do their job. The rhythmbox-
plugins_3.0.2-0ubuntu2_* package is now correctly rebuild so that the
context pane plugin is installed once again.

Patch #1 (rhythmbox-plugins.install)

I would definitely say that this should be added back in 14.04, it's a
big miss IMO.

The Context Pane is also still missing in Vivid and Utopic.

Patch #2 (control.in)

We can perhaps do without While installing rhythmbox-plugins as a
dependency is nice, it may be too nice as it makes it impossible to
remove rhythmbox-plugins without also removing rhythmbox.

** Summary changed:

- no context pane plugin for trusty rhythmbox installation
+ No context pane plugin for rhythmbox installation (Trusty/Utopic/Vivid)

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

Title:
  No context pane plugin for rhythmbox installation
  (Trusty/Utopic/Vivid)

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

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


[Bug 116453] Re: evince can not find ü in attached PDF

2015-04-08 Thread Sebastien Bacher
the fix has been commited upstream, we should get it in next cycle

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

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

Title:
  evince can not find ü in attached PDF

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

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

[Bug 1441473] [NEW] file-roller crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

2015-04-08 Thread Clon
Public bug reported:

I don't see any unusual behaviour.

ProblemType: Crash
DistroRelease: Ubuntu 15.04
Package: file-roller 3.14.2-0ubuntu5
ProcVersionSignature: Ubuntu 3.19.0-12.12-generic 3.19.3
Uname: Linux 3.19.0-12-generic i686
ApportVersion: 2.17-0ubuntu1
Architecture: i386
CurrentDesktop: LXDE
Date: Wed Apr  8 09:42:21 2015
ExecutablePath: /usr/bin/file-roller
InstallationDate: Installed on 2013-03-16 (753 days ago)
InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release i386 (20121017.1)
ProcCmdline: file-roller 
file:///home/username/Plocha/158967_2015-04-01_15-23_SZ.svgz
SegvAnalysis:
 Segfault happened at: 0x807e1c1:   pushl  0x8(%eax)
 PC (0x0807e1c1) ok
 source 0x8(%eax) (0x0008) not located in a known VMA region (needed 
readable region)!
 destination (%esp) (0xbfddf0f4) ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: file-roller
StacktraceTop:
 ?? ()
 g_cclosure_marshal_VOID__STRINGv () from 
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 ?? () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 g_signal_emit_valist () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
 g_signal_emit () from /usr/lib/i386-linux-gnu/libgobject-2.0.so.0
Title: file-roller crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm audio cdrom dialout dip disk fax floppy fuse lpadmin netdev 
plugdev sambashare scanner sudo tape video

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash i386 need-i386-retrace vivid

** Information type changed from Private to Public

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

Title:
  file-roller crashed with SIGSEGV in g_cclosure_marshal_VOID__STRINGv()

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

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


[Bug 1440354] Re: infobars color is not displayed

2015-04-08 Thread Sebastien Bacher
right, upstream displays some color, see bug #1259059 for details of why
it was changed in Ubuntu

before it looked like
https://launchpadlibrarian.net/158804218/ko%C5%A1.png

the blue is out of place with our style

We could probably change the question color in the theme but we would
have to pick a good color for those...

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

** Summary changed:

- infobars color is not displayed
+ infobars color disabled (needs theme update)

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

Title:
  infobars color disabled (needs theme update)

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

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


[Bug 962825] Re: Menubar still shows when off by default

2015-04-08 Thread Ian
Recommend closing this bug, I can't reproduce it now.

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

Title:
  Menubar still shows when off by default

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

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


[Bug 445333] Re: remember password on printing to windows printers does not work

2015-04-08 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+2.0 - 2.24.23-0ubuntu1.2

---
gtk+2.0 (2.24.23-0ubuntu1.2) trusty; urgency=medium

  * debian/patches/use-secrets-service-for-cups-auth_info.patch
- Backport of auth_info storing (LP: #445333)
  * debian/patches/printing-initialize-auth_info.patch
- Fix to an upstream bug:
  https://bugzilla.gnome.org/show_bug.cgi?id=73
  * Bump minimum version of gtk_print_backend_set_password due to addition of
new boolean parameter.
 -- Dariusz Gadomski dariusz.gadom...@canonical.com   Tue, 10 Mar 2015 
08:20:43 -0700

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

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

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

Title:
  remember password on printing to windows printers does not work

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

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


[Bug 1432173] Re: fails to bring up network bridge

2015-04-08 Thread Martin Pitt
*** This bug is a duplicate of bug 1439109 ***
https://bugs.launchpad.net/bugs/1439109

** This bug is no longer a duplicate of bug 1430675
   fails to set up a bridged network interface
** This bug has been marked a duplicate of bug 1439109
   Network interface not coming up due to missing /etc/rcS.d/*networking

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

Title:
  fails to bring up network bridge

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

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


[Bug 1440354] Re: infobars color disabled (needs theme update)

2015-04-08 Thread Sadi Yumuşak
I'm not an expert in these matters but it seems to me that the problem
in bug #1259059 could have been better addressed by fixing ubuntu-themes
(instead of the patch above) so that they use yellow (info) for
GtkInfoBar  and not blue (question).

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

Title:
  infobars color disabled (needs theme update)

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

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


[Bug 1440440] Re: gstreamer 0.10 apps prematurely stop parsing some flac files

2015-04-08 Thread Sebastien Bacher
Thanks, do you have a reference to an upstream bug or an example where
it's an issue currently in Ubuntu?

** Changed in: gst-plugins-good0.10 (Ubuntu)
   Importance: Undecided = Low

** Changed in: gst-plugins-good0.10 (Ubuntu)
   Status: New = Confirmed

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

Title:
  gstreamer 0.10 apps prematurely stop parsing some flac files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/1440440/+subscriptions

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


[Bug 1440253] Re: leading space in manual path specification is interpreted as current directory

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

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

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

Title:
  leading space in manual path specification is interpreted as current
  directory

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

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


[Bug 1440440] Re: gstreamer 0.10 apps prematurely stop parsing some flac files

2015-04-08 Thread Sebastien Bacher
what software do you use to play them? or do you use the gst-launch
command line?

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

Title:
  gstreamer 0.10 apps prematurely stop parsing some flac files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/1440440/+subscriptions

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


[Bug 1440354] Re: infobars color is not displayed

2015-04-08 Thread Sadi Yumuşak
I don't know. You might be right. I wouldn't expect that area to be left
sort of blank but filled with a very light shade of some color that
would fit in with the theme. And when I mentioned about this a themer
suggested to me that it might be bug caused by that patch, but then
implemented a bgcolor by inserting a couple of lines to the relevant css
file (although they said some bgcolor was displayed in other distros).

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

Title:
  infobars color is not displayed

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

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


[Bug 1440440] Re: gstreamer 0.10 apps prematurely stop parsing some flac files

2015-04-08 Thread Forest
All I have is a couple of files that trigger the bug. Unfortunately, I
don't have the rights to post them publicly, and I haven't found a way
to extract a useful segment from them without remuxing (and hiding the
problem).

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

Title:
  gstreamer 0.10 apps prematurely stop parsing some flac files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/1440440/+subscriptions

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


[Bug 1386057] Re: Merge evince 3.14.1-1 from debian

2015-04-08 Thread Iain Lane
** Changed in: evince (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Merge evince 3.14.1-1 from debian

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

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


[Bug 1440440] Re: gstreamer 0.10 apps prematurely stop parsing some flac files

2015-04-08 Thread Forest
I discovered the problem with Exaile, Totem, and Sound Converter. I
verified it and narrowed it down with gst-launch.

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

Title:
  gstreamer 0.10 apps prematurely stop parsing some flac files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gst-plugins-good0.10/+bug/1440440/+subscriptions

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


[Bug 1439955] Re: systemd breaks nfs root on vivid

2015-04-08 Thread Martin Pitt
This reminds me of bug 1351295. For the main init initramfs script and
local partitions there is code to get along with absolute symlinks. I
don't see any readlink in the nfs script, but I figure this is a related
problem. I see the Debian package has a fix for this:
http://anonscm.debian.org/cgit/kernel/initramfs-
tools.git/commit/scripts/nfs?id=7bc24f829f

Would you mind testing this? I. e. please put the attached nfs script
into /usr/share/initramfs-tools/scripts/, revert /sbin/init to be an
absolute link to /lib/systemd/systemd again, run sudo update-initramfs
-u, and check if booting now works?

Thanks!

** Attachment added: fixed nfs script
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1439955/+attachment/4369354/+files/nfs

** Package changed: systemd (Ubuntu) = initramfs-tools (Ubuntu)

** Summary changed:

- systemd breaks nfs root on vivid
+ nfs root script breaks with absolute /sbin/init symlinks

** Bug watch added: Debian Bug tracker #750360
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750360

** Also affects: initramfs-tools (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750360
   Importance: Unknown
   Status: Unknown

** Changed in: initramfs-tools (Ubuntu)
   Status: New = In Progress

** Changed in: initramfs-tools (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Changed in: initramfs-tools (Ubuntu)
   Importance: Undecided = High

** Tags added: systemd-boot

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

Title:
  nfs root script breaks with absolute /sbin/init symlinks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1439955/+subscriptions

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


[Bug 1440354] Re: infobars color disabled (needs theme update)

2015-04-08 Thread Sebastien Bacher
Right, that's a good summary. What pushed me to do the change we are
currently using is that nobody from the design/UI team was available to
discuss the theme change and I didn't want to get blocked on that to
improve the situation, we should still look at doing the correct fix
though, thanks for the reminder!

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

Title:
  infobars color disabled (needs theme update)

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

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


[Bug 1011257] Re: x-gvfs-show option doesn't work

2015-04-08 Thread benoit
*** This bug is a duplicate of bug 1012081 ***
https://bugs.launchpad.net/bugs/1012081

still having the problem with 14.04.2

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

Title:
  x-gvfs-show option doesn't work

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

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


[Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Sebastien Bacher
do you know if that's an issue impacting upstream as well and if it
could be sent to GNOME for gnome-control-center?

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

Title:
  Bluetooth ON/OFF button switches OFF automatically

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

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


[Bug 1440255] Re: Start nautilus in the language specified by LANG environment variable (if present)

2015-04-08 Thread Karl-Philipp Richter
 how do you start nautilus?
and especially if overwritten with `env`, so whenn started with `env LANG=C 
nautilus` the default language setting is used

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

Title:
  Start nautilus in the language specified by LANG environment variable
  (if present)

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

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


[Bug 1437644] Re: files are deleted instead of moving to trash

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

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

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

Title:
  files are deleted instead of moving to trash

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

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


[Bug 1437700] Re: Active file selection is not removed on a new search result

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

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

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

Title:
  Active file selection is not removed on a new search result

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

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


[Bug 1417847] Re: package adwaita-icon-theme-full (not installed) failed to install/upgrade: trying to overwrite '/usr/share/icons/Adwaita/cursors/00008160000006810000408080010102', which is also in p

2015-04-08 Thread Adolfo Jayme
** No longer affects: hundredpapercuts

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

Title:
  package adwaita-icon-theme-full (not installed) failed to
  install/upgrade: trying to overwrite
  '/usr/share/icons/Adwaita/cursors/81600681408080010102',
  which is also in package gnome-themes-standard-data 3.12.0-1ubuntu1

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

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


[Bug 120251] Re: security check failed

2015-04-08 Thread Felipe Castillo
This bug is still present in Ubuntu 14.04 with Ekiga 4.0.1
I've added myself to the voice group but the problem is still there. Has 
anybody else found a solution for this?

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

Title:
   security check failed

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

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


[Bug 1415029] Re: Not yet available but configured providers should be added as soon as they become available

2015-04-08 Thread Bill Filler
marking system-settings task as invalid. The location-service should be
monitoring for the signal and reloading when providers become ready

** Changed in: ubuntu-system-settings (Ubuntu)
   Status: New = Invalid

** Changed in: canonical-devices-system-image
 Assignee: Bill Filler (bfiller) = Thomas Voß (thomas-voss)

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

Title:
  Not yet available but configured providers should be added as soon as
  they become available

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1415029/+subscriptions

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

[Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
I'll also try with latest upstream version.

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

Title:
  Bluetooth ON/OFF button switches OFF automatically

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

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


[Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
The issue is also reproduced in ubuntu gnome daily image [1], the
package version is 1:3.14.2-2ubuntu3

[1]: http://cdimage.ubuntu.com/ubuntu-gnome/daily-live/20150407/

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

Title:
  Bluetooth ON/OFF button switches OFF automatically

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

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


[Bug 1410918] Re: Nautilus Crash when Displaying JPEG 2000 .jp2 .j2k Thumbnails

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

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

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

Title:
  Nautilus Crash when Displaying JPEG 2000 .jp2 .j2k Thumbnails

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

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


[Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
Tested with gnome live [1], the issue is not reproduced, the g-c-c
version is 3.16.0.

I also checked the source code [2], looks like the issue is already
fixed via a redesign [3]. The upstream tracker for the redesign is
https://bugzilla.gnome.org/show_bug.cgi?id=719565

[1]: https://download.gnome.org/misc/promo-usb/gnome-3.16.x86_64.iso
[2]: 
https://git.gnome.org/browse/gnome-control-center/tree/panels/bluetooth/cc-bluetooth-panel.c
[3]: 
https://git.gnome.org/browse/gnome-control-center/commit/?id=28fecc01c46a7b082f9746744c938e499a522e4f

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

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

Title:
  Bluetooth ON/OFF button switches OFF automatically

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

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


[Bug 41159] Re: timezone data is duplicated over at least three packages in main

2015-04-08 Thread ranzhe
Looks like problem is still actual.
Latest icu update (52.1-3ubuntu0.2) contains outdated timezone information.

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

Title:
  timezone data is duplicated over at least three packages in main

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

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


[Bug 1441877] Re: gvfsd-trash crashed with SIGSEGV in g_slice_alloc()

2015-04-08 Thread Apport retracing service
*** This bug is a duplicate of bug 1353758 ***
https://bugs.launchpad.net/bugs/1353758

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1353758, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1441877/+attachment/4369853/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1441877/+attachment/4369855/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1441877/+attachment/4369857/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1441877/+attachment/4369858/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1441877/+attachment/4369859/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1441877/+attachment/4369860/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1441877/+attachment/4369861/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  gvfsd-trash crashed with SIGSEGV in g_slice_alloc()

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

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


[Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
Let me install a gnome desktop and have a try. Will update later.

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

Title:
  Bluetooth ON/OFF button switches OFF automatically

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

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


[Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
I installed gnome desktop on ubuntu trusty, and can also reproduce the
issue in gnome-control-center.

The package version is:
gnome-control-center 1:3.6.3-0ubuntu56.1

$ gnome-control-center --version
gnome-control-center 3.6.3

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

Title:
  Bluetooth ON/OFF button switches OFF automatically

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

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


[Bug 177929] Re: Should autodetect filename character encoding in zip files

2015-04-08 Thread Dmitry
*** This bug is a duplicate of bug 580961 ***
https://bugs.launchpad.net/bugs/580961

I confirm this bug on Ubuntu 14.04.2 LTS. 
Can't read zip files with cyrillic filenames created in Windows.
Почините, пожалуйста :)

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

Title:
  Should autodetect filename character encoding in zip files

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

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

[Bug 1441901] [NEW] 3G modem mode switch doesn't work when using systemd

2015-04-08 Thread Michał Fułat
Public bug reported:

Hi!

I'm using Ubuntu 14.10 and I've got USB 3G modem Huawei E173. If I use
upstart, when I connect this modem, it is automatically switched to
modem-mode and I can connect to the network. But if I switch to systemd,
it doesn't, but I'm able to switch it manually using command:

sudo usb_modeswitch -v 0x12d1 -p 0x1446 -V 0x12d1 -P 0x1436 -M
55534243123456780011062001

I'm using kernel 3.19.3 64-bit from Ubuntu Kernel PPA:

3.19.3-031903-generic #201503261036 SMP Thu Mar 26 14:37:55 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux

All system packages are up-to-date.

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


** Tags: 3g huawei modem modeswitch systemd udev usb

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

Title:
  3G modem mode switch doesn't work when using systemd

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

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


[Bug 1406108] Re: Alert user if Receive files in Downloads folder over Bluetooth is not checked on incoming transfer

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

** Changed in: gnome-user-share (Ubuntu)
   Status: New = Confirmed

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

Title:
  Alert user if Receive files in Downloads folder over Bluetooth is
  not checked on incoming transfer

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

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


[Bug 1441867] [NEW] First entered password at lockscreen is always wrong after screen was turned off after inactivity

2015-04-08 Thread janot
Public bug reported:

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System - 
About Ubuntu
15.04 (This bug was also present on 14.04 and 14.10)
2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
3.6.1-0ubuntu16
3) What you expected to happen
Screen should be unlocked
4) What happened instead
I see message about wrong password (but password is definitely entered 
correctly)
After that I enter it again and it's finally unlocked

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: gnome-screensaver 3.6.1-0ubuntu16
Uname: Linux 4.0.0-04rc6-generic x86_64
ApportVersion: 2.17-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Apr  9 00:15:10 2015
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GsettingsGnomeSession:
 org.gnome.desktop.session session-name 'ubuntu'
 org.gnome.desktop.session idle-delay uint32 300
InstallationDate: Installed on 2014-08-18 (233 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: gnome-screensaver
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.xdg.autostart.gnome.screensaver.desktop: 
2015-02-23T22:15:30.972841

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


** Tags: amd64 apport-bug trusty utopic vivid

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

Title:
  First entered password at lockscreen is always wrong after screen was
  turned off after inactivity

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

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


[Bug 1437652] Re: Bluetooth is enabled after leaving air plane mode even if it was deaktivated bevore

2015-04-08 Thread Buzea Bogdan
** Changed in: ubuntuphone
   Status: Confirmed = Invalid

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

Title:
  Bluetooth is enabled after leaving air plane mode even if it was
  deaktivated bevore

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

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


[Bug 1437652] Re: Bluetooth is enabled after leaving air plane mode even if it was deaktivated bevore

2015-04-08 Thread Rodney Dawes
** No longer affects: ubuntuphone

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

Title:
  Bluetooth is enabled after leaving air plane mode even if it was
  deaktivated bevore

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

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