[Bug 419395] Re: Dictionary doesn't show suggested words for mistyped words but does so for correctly-typed words

2014-11-03 Thread Bug Watch Updater
** Changed in: gnome-utils
   Importance: Medium = Wishlist

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

Title:
  Dictionary doesn't show suggested words for mistyped words but does
  so for correctly-typed words

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

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


[Bug 899955] Re: On login ignores setting, turns off screen after idle timeout

2014-11-03 Thread Jani Uusitalo
IN 12.04 at least, this seems to be tied to Xorg's blanking which by
default happens after 10 minutes/600 seconds. It can be unset via xset
on the commandline, but I finally managed to do this via xorg.conf, like
so:

jani@saegusa:~$ cat /etc/X11/xorg.conf.d/*
Section Extensions
Option   DPMS Disable
Option   MIT-SCREEN-SAVER Disable
EndSection

Section Device
   Identifier  Intel Graphics
   Driver  intel
   Option  DPMS Disable
EndSection

Section ServerFlags
Option   NoPM true
EndSection

Section ServerLayout
Identifier   X.org Configured
Option   BlankTime 0
Option   StandbyTime   0
Option   SuspendTime   0
Option   OffTime   0
EndSection

It could be that just the ServerLayout section is actually required (and
I'm not sure if other graphics drivers even have a DPMS option of their
own like intel does), as none of the other sections by themselves nor
together prevented the screen from turning off. (The most confusing one
is MIT-SCREEN-SAVER, which I thought was exactly what the xset timeouts
were controlling, but apparently not so, as disabling it does not
prevent the issue either.)

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

Title:
  On login ignores setting, turns off screen after idle timeout

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

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


[Bug 1387282] Re: bluetooth rfkill status not synced between upstart and systemd

2014-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 215-5ubuntu2

---
systemd (215-5ubuntu2) vivid; urgency=medium

  * Merge fixes from Debian:
- Adjust timedated and hostnamed autopkgtests to current upstream version.
- Replace our Debian hwdb.bin location patch with what got committed
  upstream. Run hwdb update with the new --usr option to keep current
  behaviour.
- debian/README.Debian: Document how to debug boot or shutdown problems with
  the debug shell. (Closes: #766039)
- Skip-99-systemd.rules-when-not-running-systemd-as-in.patch: Call path_id
  under all init systems, to get consistent ID_PATH attributes. This is
  required so that tools like systemd-rfkill can be used with SysVinit or
  upstart scripts, too. (LP: #1387282)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 03 Nov 2014 07:15:38 +0100

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

** Changed in: rfkill (Ubuntu)
   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/1387282

Title:
  bluetooth rfkill status not synced between upstart and systemd

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

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


[Bug 1386186] Re: Screen locking issue - account with no password set

2014-11-03 Thread Captain Zlog
Been doing some more investigation on this problem. Looked in System
Settings-Security  Privacy and found on the Security tab that both
Waking from suspend and Returning from blank screen were both
checked, indicating password required in both cases. Unchecked both
items and the problem has now gone away - functionality is now as
expected. Not sure if these items were checked under 14.04 and just
ignored when resuming from suspend or whether the upgrade to 14.10
actually set these items. Bug can now be closed.

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

Title:
  Screen locking issue - account with no password set

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

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


[Bug 1388770] [NEW] Keyboard layouts switch with delay

2014-11-03 Thread Dmitry Mukha
Public bug reported:

Impact: when typing and switching to another keyboard layout there is a
delay from 1 to 2 seconds.

Test Case:
1. Set keyboard layout to EN
2. Start typing
3. Switch to another layout by pressing the hot-key (e.g. to RU)
4. Continue typing right after the switch - the first 1-3 characters are still 
in EN keyboard layout

This happens from time to time. It feel like the layout is cached or
something and when switching HDD indicator sometimes lights up.

Output of xev when the switch hotkey is pressed once (Alt+Shift):

keycode 64 = (keysym 0xffe9, Alt_L), state = 0x0
keycode 50 = (keysym 0xffe1, Shift_L), state = 0x8
keycode 50 = (keysym 0xffe1, Shift_L), state = 0x9
keycode 64 = (keysym 0xffe9, Alt_L), state = 0x8


DistroRelease: Ubuntu 14.04
Architecture: amd64
Machine: Asus u38n C4010H

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: keyboard layout

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

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

Title:
  Keyboard layouts switch with delay

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

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


[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-11-03 Thread Tobias Sch
I can confirm all of the above for Gedit and Calculator.

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

Title:
  Mouse pointer disappears and cursor stops blinking

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

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


[Bug 1238410] Re: Inconsistent cursor visibility with cursor plugin enabled

2014-11-03 Thread PeterPall
Only to make things easier for everybody affected by the bug:
If I am right 

gsettings set org.gnome.settings-daemon.plugins.cursor active false

fixes the problem.

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

Title:
  Inconsistent cursor visibility with cursor plugin enabled

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

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


[Bug 1238410] Re: Inconsistent cursor visibility with cursor plugin enabled

2014-11-03 Thread PeterPall
Since my duplicate doesn't seem to add Ubuntu vivid to the affected
packages and the problem seems to have returned there: How do I mark the
bug as affects ubuntu vivid here? Or is doing so the Right Thing To
Do?

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

Title:
  Inconsistent cursor visibility with cursor plugin enabled

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

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


[Bug 1355653] Re: Can't find /usr/lib/systemd/system/serial-getty@hvc0.service file

2014-11-03 Thread Martin Pitt
No response to comment #2 in 6 weeks, and no explanation where the
hvc0 thing comes from, so I close this. If you have more information,
I'm happy to reopen. Thanks!

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

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

Title:
  Can't find /usr/lib/systemd/system/serial-getty@hvc0.service file

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

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


[Bug 1388623] Re: Nautilus window leaves icon on the screen

2014-11-03 Thread Sebastien Bacher
** 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/1388623

Title:
  Nautilus window leaves icon on the screen

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

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


[Bug 1384250] Re: Issue with windows not displaying in Ubuntu Trusty 14.04

2014-11-03 Thread Alberts Muktupāvels
I can not reproduce this. Pivot table opens in front of LibreCalc
window, don't see any problem. :( Maybe this is not direct metacity
bug...

Ubuntu in default session does not use metacity. What session do you
use? If default then this could be bug in compiz.

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

Title:
  Issue with windows not displaying in Ubuntu Trusty 14.04

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

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


[Bug 1310003] Re: The program 'gnome-session-properties' is currently not installed

2014-11-03 Thread Sebastien Bacher
it seems you are using a ppa version, the Ubuntu package doesn't have
that issue

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

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

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

Title:
  The program 'gnome-session-properties' is currently not installed

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

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


Re: [Bug 1384250] Re: Issue with windows not displaying in Ubuntu Trusty 14.04

2014-11-03 Thread Jon Irwin
I use default - so it could be in compiz.

I'm technically minded enough to make a real hash of things, but struggle
to pin things down to be able to fix them. Should I raise this as a new
bug, or amend the existing one?

Thanks,
Jon

On 3 November 2014 13:09, Alberts Muktupāvels 1384...@bugs.launchpad.net
wrote:

 I can not reproduce this. Pivot table opens in front of LibreCalc
 window, don't see any problem. :( Maybe this is not direct metacity
 bug...

 Ubuntu in default session does not use metacity. What session do you
 use? If default then this could be bug in compiz.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1384250

 Title:
   Issue with windows not displaying in Ubuntu Trusty 14.04

 Status in “metacity” package in Ubuntu:
   New

 Bug description:
   I've got a Lenovo All-in-One pc and recently upgraded from the
   previous long term distribution.

   I've hit on the following problem. When a sub-window of say Firefox is
   called up, the window loads, and I can see it in the quick scroll
   function that it has loaded. However, I can't then access this new
   window. I can close it down using the open window tab function.

   With Gimp, this means that I can't currently use it. With Librecalc
   when I tried to do a pivot table I can't access the options window
   that loads up with the command options, although I can see it
   scrolling through the open windows with Alt+Tab.

   Seems to be an issue irrespective of the programme I'm trying to use.

   Grateful for any help you can offer. I did try to use apport but that
   crashed when I was trying to submit it.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1384250/+subscriptions


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

Title:
  Issue with windows not displaying in Ubuntu Trusty 14.04

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

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

[Bug 1384250] Re: Issue with windows not displaying in Ubuntu Trusty 14.04

2014-11-03 Thread Alberts Muktupāvels
** Package changed: metacity (Ubuntu) = compiz (Ubuntu)

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

Title:
  Issue with windows not displaying in Ubuntu Trusty 14.04

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

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


[Bug 1386186] Re: Screen locking issue - account with no password set

2014-11-03 Thread Luca Chiodini
Captain analysis is correct, but this is a bug anyway.
You cannot ask for a non-existent password.
This is a problem in a multi-user system, where different policies may be 
applied to different users. For example, user A is password-protected while 
user B is not. Options above are enabled. With current behaviour, user B can't 
log in.

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

Title:
  Screen locking issue - account with no password set

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

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


[Bug 1380848] Re: Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Michał Sawicz
I wonder if we should make it so the whole session is restarted (or even
the phone rebooted) if unity8 respawned...

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

Title:
  Apps and services use large amount of CPU after unity8 resets

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1380848/+subscriptions

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


[Bug 1201180] Re: powerbtn.sh conflicts with logind

2014-11-03 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/acpid

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

Title:
  powerbtn.sh conflicts with logind

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

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


[Bug 1271591] Re: upstart job race prevents gnome-keyring from being ssh agent

2014-11-03 Thread agnul
Running gnome-terminal with the Alt-F2 shortcut the SSH_AUTH_SOCKET env
variable is not set. Used to work until a couple of days ago, could this
be related?

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

Title:
  upstart job race prevents gnome-keyring from being ssh agent

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

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


[Bug 1388875] [NEW] [gtk-mir-backend] Clicking seems to confuse GTK (or the shell)

2014-11-03 Thread Sebastien Bacher
Public bug reported:

Using utopic or current vivid, clicking on buttons/menubar in gtk
application under unity8-mir leads to not working softwares.

Not sure if that's the GTK backend or Mir to blame

Small example attached, the program has a button and a label, click on the 
button should display clicked!.
Under unity8 the button seems to stop reacting after the first click and 
sometime the program closes

(compile with gcc button.c -o button`pkgconfig --cflags --libs
gtk+-3.0`, to run it you need to have a .desktop running the binary and
including the X-Ubuntu-Touch=true key)

** Affects: gtk+3.0 (Ubuntu)
 Importance: High
 Status: New


** Tags: gtk-mir

** Attachment added: small program example
   https://bugs.launchpad.net/bugs/1388875/+attachment/4252073/+files/button.c

** Tags added: gtk-mir

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

Title:
  [gtk-mir-backend] Clicking seems to confuse GTK (or the shell)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1388875/+subscriptions

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


[Bug 1380848] Re: Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Alexandros Frantzis
I am getting similar symptoms (media-hub-server high cpu) , although I
didn't see unity8 restarting (perhaps it did and I didn't notice?).

I have attached a tarball of strace (clipped because it was just the
same after a point), gdb backtrace and a core file generated from inside
gdb for media-hub-server.

** Attachment added: media-hub-server-debug.tar.xz
   
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1380848/+attachment/4252111/+files/media-hub-server-debug.tar.xz

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

Title:
  [TOPBLOCKER] Apps and services use large amount of CPU after unity8
  resets

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1380848/+subscriptions

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


[Bug 1227824] Re: please add trust-store integration to e-d-s for calendar API

2014-11-03 Thread Jamie Strandboge
** Changed in: apparmor-easyprof-ubuntu (Ubuntu)
   Status: New = Confirmed

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

Title:
  please add trust-store integration to e-d-s for calendar API

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor-easyprof-ubuntu/+bug/1227824/+subscriptions

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


[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Olli Ries
** Summary changed:

- Apps and services use large amount of CPU after unity8 resets
+ [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

** Tags added: touch-2014-11-06

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

Title:
  [TOPBLOCKER] Apps and services use large amount of CPU after unity8
  resets

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1380848/+subscriptions

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


[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Alexandros Frantzis
The spinning futex wait we get in the strace:

2391  futex(0x1072a70, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN
(Resource temporarily unavailable)

Comes from:

25   Thread 0xb528f3e0 (LWP 2391) Binder_1 __libc_do_syscall ()
at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44

#0  __libc_do_syscall () at 
../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
#1  0xb6a951e4 in __lll_lock_wait (futex=0xfff5, futex@entry=0x1072a70, 
private=optimized out)
at ../ports/sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c:46
#2  0xb6a91840 in __GI___pthread_mutex_lock (mutex=0x1072a70) at 
pthread_mutex_lock.c:79
#3  0x000de3a8 in std::mutex::lock() ()
#4  0x0011f064 in ?? ()
#5  0x000e390c in core::Signalvoid::operator()() ()
#6  0x000e390c in core::Signalvoid::operator()() ()
#7  0xb676115e in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

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

Title:
  [TOPBLOCKER] Apps and services use large amount of CPU after unity8
  resets

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1380848/+subscriptions

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


[Bug 1380651] Re: Shotwell, unable to set as desktop slideshow, GLIB errors

2014-11-03 Thread Sebastien Bacher
** Changed in: shotwell (Ubuntu)
   Importance: Undecided = Low

** Changed in: shotwell (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  Shotwell, unable to set as desktop slideshow, GLIB errors

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

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


[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Alexandros Frantzis
An easy way to reproduce this (works for me at least):

Install stallboard app from the store, run it, play a couple of sounds
and then close it (swipe up/down in the window list) = media-hub-server
starts spinning. This doesn't involve a unity8 crash, so not 100% sure
it's the same problem described in this bug, but it sure seems related.

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

Title:
  [TOPBLOCKER] Apps and services use large amount of CPU after unity8
  resets

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1380848/+subscriptions

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


[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-11-03 Thread PJSingh5000
** Description changed:

  Open gedit.
  Notice the cursor is blinking.
  Type a few lines of text.
  Highilight some of the text.
  Press CTRLc to cut the text.
- Notice that the mouse pinter is invisible while hovering over the gedit 
window. Notice that the gedit cursor is no longer blinking.
+ Notice that the mouse ponter is invisible while hovering over the gedit 
window. Notice that the gedit cursor is no longer blinking.
  
   $ uname -a
  Linux XYZ 3.16.0-23-generic #31-Ubuntu SMP Tue Oct 21 17:56:17 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
  $ lsb_release -a
  No LSB modules are available.
  Distributor ID:   Ubuntu
  Description:  Ubuntu 14.10
  Release:  14.10
  Codename: utopic

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

Title:
  Mouse pointer disappears and cursor stops blinking

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

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

[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Michael Frey
** Changed in: media-hub
   Status: Triaged = In Progress

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

Title:
  [TOPBLOCKER] Apps and services use large amount of CPU after unity8
  resets

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1380848/+subscriptions

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


[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Ricardo Mendoza
** Changed in: media-hub
 Assignee: Jim Hodapp (jhodapp) = Ricardo Mendoza (ricmm)

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

Title:
  [TOPBLOCKER] Apps and services use large amount of CPU after unity8
  resets

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1380848/+subscriptions

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


[Bug 551950] Re: gnome-bluetooth cannot use pin = 1234

2014-11-03 Thread Bug Watch Updater
** Changed in: gnome-bluetooth
   Status: Incomplete = New

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

Title:
  gnome-bluetooth cannot use pin = 1234

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

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


[Bug 1380651] Re: Shotwell, unable to set as desktop slideshow, GLIB errors

2014-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package shotwell - 0.20.2-0ubuntu1

---
shotwell (0.20.2-0ubuntu1) vivid; urgency=medium

  * New upstream version, Set Desktop Slideshow dialog resource now
included in distribution (lp: #1380651)
 -- Sebastien Bacher seb...@ubuntu.com   Mon, 03 Nov 2014 17:30:20 +0100

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

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

Title:
  Shotwell, unable to set as desktop slideshow, GLIB errors

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

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


[Bug 1388951] [NEW] gvfsd-sftp crashed with SIGABRT when unmounting dropped sftp connection

2014-11-03 Thread Ren�alendy
Public bug reported:

After unmounting a dropped sftp connection, gvfsd-sftp crashes.

Steps to reproduce the error:
1) connect to LAN
2) use gvfs-mount to mount an sftp server
3) disconnect LAN - the sftp connection is now interrupted
4) unmount the sftp server via gvfs-mount -u
5) unmount will succeed but gvfsd-sftp will crash soon after issuing the 
unmount command.
6) the sftp mounting functionality does not seem to be affected, but gvfsd 
should better not crash if it cannot cleanly shutdown the connection because it 
got dropped.


Summing up, gvfsd-sftp should have a way to handle broken connections. If it 
cannot disconnect from the server by cleanly terminating the connection, the 
connection should be silently dropped.


Using nautilus as GUI, more problems occur (nautilus freezes): see bug #1361846

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gvfs-backends 1.20.1-1ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Nov  3 20:12:49 2014
InstallationDate: Installed on 2013-10-10 (389 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
ProcEnviron:
 LANGUAGE=de_DE
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: gvfs
UpgradeStatus: Upgraded to trusty on 2014-04-18 (198 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  gvfsd-sftp crashed with SIGABRT when unmounting dropped sftp
  connection

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

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


[Bug 1388957] [NEW] Evolution delays GNOME session quit

2014-11-03 Thread Takkat
Public bug reported:

Logging out of a Unity session while Evolution is running blocks log out
for approx. a minute. There is no windows decoration, therefore manual
closure of Evolution is not possible. Killing the running Evolution
process from TTY will lead to an immediate log out.

How to reproduce:
Login to a session to start Evolution.
Wait until there is no more activity in Evolution (that may block application 
termination).
Log out from the session by me-menu or from terminal `gnome-session-quit 
--logout'

What is expected:
Evolution should terminate and the login screen should be displayed.

What happens instead:
The windows decoration disappears on all open windows. No launcher or panel, 
mouse and keyboard are unresponsive.
After 1 minute Evolution quits and the login screen appears.

This is stock Evolution 3.10.4-0ubuntu2  from 14.04.1 LTS (am64
3.13.0-39-generic)  but was present in 12.04 and still is in 14.10  (the
latter with intact windows decoration however).

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: evolution 3.10.4-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Nov  3 20:26:39 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-05-12 (904 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
SourcePackage: evolution
UpgradeStatus: Upgraded to trusty on 2014-08-18 (77 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Evolution delays GNOME session quit

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

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


[Bug 1388961] [NEW] gnome-control-center-3.14.1-2 crashes when trying to access Date Time settings

2014-11-03 Thread Ehsan
Public bug reported:

Gnome control center on a newly installed Arch linux crashes when I
click the Date  Time icon.

Here is the output of the gnome-control-center having that crash:


(gnome-control-center:1420): GLib-GObject-WARNING **: The property 
GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will be 
removed in a future version.

(gnome-control-center:1420): GLib-GObject-WARNING **: The property
GtkAlignment:yscale is deprecated and shouldn't be used anymore. It will
be removed in a future version.

(gnome-control-center:1420): GLib-GObject-WARNING **: The property
GtkAlignment:left-padding is deprecated and shouldn't be used anymore.
It will be removed in a future version.

(gnome-control-center:1420): GLib-GObject-WARNING **: The property
GtkAlignment:right-padding is deprecated and shouldn't be used anymore.
It will be removed in a future version.

(gnome-control-center:1420): datetime-cc-panel-WARNING **: Could not
open */usr/share/zoneinfo/zone.tab*

(gnome-control-center:1420): datetime-cc-panel-WARNING **: Could not
open */usr/share/zoneinfo/zone.tab*

Segmentation fault (core dumped)


As the warnings say, this crash occures because
/usr/share/zoneinfo/zone.tab does not exists, installing tzdata package
has fixed the issue.

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


** Tags: gnome-control-center

** Description changed:

  Gnome control center on a newly installed Arch linux crashes when I
  click the Date  Time icon.
  
  Here is the output of the gnome-control-center having that crash:
  
+ 
+ (gnome-control-center:1420): GLib-GObject-WARNING **: The property 
GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will be 
removed in a future version.
+ 
  (gnome-control-center:1420): GLib-GObject-WARNING **: The property
- GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will
+ GtkAlignment:yscale is deprecated and shouldn't be used anymore. It will
  be removed in a future version.
- 
- 
- (gnome-control-center:1420): GLib-GObject-WARNING **: The property 
GtkAlignment:yscale is deprecated and shouldn't be used anymore. It will be 
removed in a future version.
  
  (gnome-control-center:1420): GLib-GObject-WARNING **: The property
  GtkAlignment:left-padding is deprecated and shouldn't be used anymore.
  It will be removed in a future version.
  
  (gnome-control-center:1420): GLib-GObject-WARNING **: The property
  GtkAlignment:right-padding is deprecated and shouldn't be used anymore.
  It will be removed in a future version.
  
  (gnome-control-center:1420): datetime-cc-panel-WARNING **: Could not
  open */usr/share/zoneinfo/zone.tab*
  
- 
- (gnome-control-center:1420): datetime-cc-panel-WARNING **: Could not open 
*/usr/share/zoneinfo/zone.tab*
+ (gnome-control-center:1420): datetime-cc-panel-WARNING **: Could not
+ open */usr/share/zoneinfo/zone.tab*
  
  Segmentation fault (core dumped)
  
  
  As the warnings say, this crash occures because
  /usr/share/zoneinfo/zone.tab does not exists, installing tzdata package
  has fixed the issue.

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

Title:
  gnome-control-center-3.14.1-2 crashes when trying to access Date 
  Time settings

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

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


[Bug 1361642] Re: DBus.Properties.Get/Set having a hardcoded default timeout of 1000ms

2014-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package dbus-cpp - 4.1.0+14.10.20141031~rtm-
0ubuntu1

---
dbus-cpp (4.1.0+14.10.20141031~rtm-0ubuntu1) 14.09; urgency=low

  [ thomas-voss ]
  * Relax timeout on org.freedesktop.Properties::{GetAll, Get, Set}.
with timeout set to 30 sec (LP: #1361642)

  [ Kevin Gunn ]
  * Relax timeout on org.freedesktop.Properties::{GetAll, Get, Set}.
with timeout set to 30 sec (LP: #1361642)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Fri, 31 Oct 2014 
07:51:25 +

** Changed in: dbus-cpp (Ubuntu RTM)
   Status: New = Fix Released

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

Title:
  DBus.Properties.Get/Set having a hardcoded default timeout of 1000ms

To manage notifications about this bug go to:
https://bugs.launchpad.net/dbus-cpp/+bug/1361642/+subscriptions

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


[Bug 792621] Re: gvfs-gdu-volume-monitor crashed with SIGABRT in raise()

2014-11-03 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New = Invalid

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

Title:
  gvfs-gdu-volume-monitor crashed with SIGABRT in raise()

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

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


[Bug 1388979] [NEW] package gnome-settings-daemon-schemas 3.8.6.1-0ubuntu11.2 failed to install/upgrade: trying to overwrite '/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gsc

2014-11-03 Thread Willem Hobers
Public bug reported:

When I needed to install something through synaptic, there were a lot of
packages which needed an update. So I duly updated them. But then there
was a system error, which resulted in this report.

Before this I had wanted to upgrade to 14.10 (from 14.04) which failed
because ubuntu-desktop could not be installed/upgraded (see bug
#1387211). I did not realize the packages that needed to be updated,
according to synaptic, were probably the updates for the upgrade.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: gnome-settings-daemon-schemas 3.8.6.1-0ubuntu11.2
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
Date: Mon Nov  3 21:48:30 2014
Dependencies:
 
DpkgTerminalLog:
 Preparing to unpack .../systemd_208-8ubuntu8_i386.deb ...
 Unpacking systemd (208-8ubuntu8) ...
 Preparing to unpack .../gnome-settings-daemon-schemas_3.12.2-1ubuntu2_all.deb 
...
 Unpacking gnome-settings-daemon-schemas (3.12.2-1ubuntu2) over 
(3.8.6.1-0ubuntu11.2) ...
DuplicateSignature: 
package:gnome-settings-daemon-schemas:3.8.6.1-0ubuntu11.2:trying to overwrite 
'/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gschema.xml',
 which is also in package gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
ErrorMessage: trying to overwrite 
'/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gschema.xml',
 which is also in package gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
InstallationDate: Installed on 2013-10-13 (386 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
PackageArchitecture: all
SourcePackage: gnome-settings-daemon
Title: package gnome-settings-daemon-schemas 3.8.6.1-0ubuntu11.2 failed to 
install/upgrade: trying to overwrite 
'/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gschema.xml',
 which is also in package gnome-settings-daemon 3.10.2-0ubuntu1~saucy6
UpgradeStatus: Upgraded to utopic on 2014-11-02 (1 days ago)

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


** Tags: apport-package i386 package-conflict utopic

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

Title:
  package gnome-settings-daemon-schemas 3.8.6.1-0ubuntu11.2 failed to
  install/upgrade: trying to overwrite
  '/usr/share/glib-2.0/schemas/org.gnome.settings-
  daemon.plugins.datetime.gschema.xml', which is also in package gnome-
  settings-daemon 3.10.2-0ubuntu1~saucy6

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

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


[Bug 1388979] Re: package gnome-settings-daemon-schemas 3.8.6.1-0ubuntu11.2 failed to install/upgrade: trying to overwrite '/usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.datetime.gsche

2014-11-03 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gnome-settings-daemon-schemas 3.8.6.1-0ubuntu11.2 failed to
  install/upgrade: trying to overwrite
  '/usr/share/glib-2.0/schemas/org.gnome.settings-
  daemon.plugins.datetime.gschema.xml', which is also in package gnome-
  settings-daemon 3.10.2-0ubuntu1~saucy6

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

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


[Bug 1388989] [NEW] package gnome-control-center 1:3.12.1-5ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/bash-completion/completions/gnome-control-center', which is also in packag

2014-11-03 Thread Willem Hobers
Public bug reported:

I am in the middle of an upgrade to 14.10 (from 14.04). The upgrade
process reports all kinds of errors. This was one of them.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: gnome-control-center 1:3.12.1-5ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic i686
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: i386
Date: Mon Nov  3 22:06:16 2014
DuplicateSignature: package:gnome-control-center:1:3.12.1-5ubuntu2:trying to 
overwrite '/usr/share/bash-completion/completions/gnome-control-center', which 
is also in package gnome-control-center-data 1:3.10.1-0ubuntu1~saucy3
ErrorMessage: trying to overwrite 
'/usr/share/bash-completion/completions/gnome-control-center', which is also in 
package gnome-control-center-data 1:3.10.1-0ubuntu1~saucy3
InstallationDate: Installed on 2013-10-13 (386 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
SourcePackage: gnome-control-center
Title: package gnome-control-center 1:3.12.1-5ubuntu2 failed to 
install/upgrade: trying to overwrite 
'/usr/share/bash-completion/completions/gnome-control-center', which is also in 
package gnome-control-center-data 1:3.10.1-0ubuntu1~saucy3
UpgradeStatus: Upgraded to utopic on 2014-11-02 (1 days ago)
usr_lib_gnome-control-center:
 activity-log-manager 0.9.7-0ubuntu14
 deja-dup 32.0-0ubuntu1

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


** Tags: apport-package i386 package-conflict third-party-packages utopic

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

Title:
  package gnome-control-center 1:3.12.1-5ubuntu2 failed to
  install/upgrade: trying to overwrite '/usr/share/bash-
  completion/completions/gnome-control-center', which is also in package
  gnome-control-center-data 1:3.10.1-0ubuntu1~saucy3

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

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


[Bug 1264102] Re: gvfs takes ages to list SMB directory content from VLC

2014-11-03 Thread Jarno Suni
No, if it was a GVFS bug, it would occur also when I request Kaffeine to
play the file. In the bug report I did not tell anything about the speed
of listing directory content. I did not ask VLC to list files in the
directory, but to play a file that is located there.

The bug may occur when I browse files in Thunar file manager (1.6.3) and
use open with feature to play a file by VLC. Effectively, Thunar adds
a path under /run/user/ as an argument for VLC or Kaffeine. If I use
PCManFM (1.2.0) to open with, a smb-url is used, instead, and then VLC
does not have such a delay before playback. On the other hand Kaffeine
can not play such a smb-url.

The bug still exists in VLC  2.1.4-0-g2a072be

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

Title:
  gvfs takes ages to list SMB directory content from VLC

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

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


[Bug 1388989] Re: package gnome-control-center 1:3.12.1-5ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/bash-completion/completions/gnome-control-center', which is also in package

2014-11-03 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package gnome-control-center 1:3.12.1-5ubuntu2 failed to
  install/upgrade: trying to overwrite '/usr/share/bash-
  completion/completions/gnome-control-center', which is also in package
  gnome-control-center-data 1:3.10.1-0ubuntu1~saucy3

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

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


[Bug 1264102] Re: gvfs takes ages to list SMB directory content from VLC

2014-11-03 Thread Jarno Suni
** Package changed: gvfs (Ubuntu) = vlc (Ubuntu)

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

Title:
  gvfs takes ages to list SMB directory content from VLC

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

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


[Bug 1380848] Re: [TOPBLOCKER] Apps and services use large amount of CPU after unity8 resets

2014-11-03 Thread Łukasz Zemczak
** Tags added: lt-blocker lt-category-visible lt-prio-high

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

Title:
  [TOPBLOCKER] Apps and services use large amount of CPU after unity8
  resets

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1380848/+subscriptions

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


[Bug 1378480] Re: Location detection is always on, despite indicator

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

** Changed in: location-service (Ubuntu)
   Status: New = Confirmed

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

Title:
  Location detection is always on, despite indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1378480/+subscriptions

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


[Bug 1386803] Re: [TOPBLOCKER] unity8 crashing a lot since image #126

2014-11-03 Thread Michał Sawicz
** Branch linked: lp:~thomas-voss/media-hub/disconnect-signal-
translation-layer-on-destruction

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

Title:
  [TOPBLOCKER] unity8 crashing a lot since image #126

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dbus-cpp/+bug/1386803/+subscriptions

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


[Bug 1378480] Re: Location detection is always on, despite indicator

2014-11-03 Thread jtd
1a - On both OS build #5 and #6 (Channel: ubuntu-touch/ubuntu-rtm/14.09), I 
manually disable GPS and Location detection.
2a - Then choose either Restart or Power off. Upon boot, both settings are 
shown as selected/enabled.

1b - On both OS build #5 and #6 (Channel: ubuntu-touch/ubuntu-rtm/14.09), I 
manually disable GPS and Location detection.
2b - Then start Weather app, click Scan for location and despite above 
disabled options, my geolocation is correctly suggested (was this previously 
stored when Touch installed?).
3b - Note, however, if I visit maps.google.com with GPS and Location 
detection disabled OR recently enabled, I receive Your location could not be 
determined (possibly see bug: 
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1368647).

***2a confirms Location Detection (and very often, GPS too), will revert to 
being enabled, whenever I reboot my phone
***Given 2b and 3b, I am not sure if I can confirm Location detection is 
always on, despite indicator

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

Title:
  Location detection is always on, despite indicator

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/location-service/+bug/1378480/+subscriptions

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


[Bug 1339351] Re: Update to 3.12

2014-11-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/file-roller/ubuntu

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

Title:
  Update to 3.12

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

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


[Bug 1339351] Re: Update to 3.12

2014-11-03 Thread Robert Ancell
** Changed in: file-roller (Ubuntu)
   Status: Triaged = Fix Committed

** Changed in: file-roller (Ubuntu)
 Assignee: (unassigned) = Robert Ancell (robert-ancell)

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

Title:
  Update to 3.12

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

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


[Bug 1358340] Re: [Indicators] Complete greeter profiles

2014-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-messages -
13.10.1+15.04.20141103-0ubuntu1

---
indicator-messages (13.10.1+15.04.20141103-0ubuntu1) vivid; urgency=low

  [ Ted Gould ]
  * Add filtering for lock screen. (LP: #1358340)

  [ Lars Uebernickel ]
  * libmessaging-menu: allow numbers in object paths (LP: #1384811)
  * libmessaging-menu: fix section link in the documentation and add
descriptions (LP: #1313561)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 03 Nov 2014 
20:56:30 +

** Changed in: indicator-messages (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  [Indicators] Complete greeter profiles

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

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


[Bug 1389021] [NEW] Does not detect hotplugged storage device (exfat)

2014-11-03 Thread Oliver S.
Public bug reported:

It used to work then stopped for some reason.

Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7c367968

Device Boot Start   End   Sectors   Size Id Type
/dev/sdb1  63 488392064 488392002 232.9G  7 HPFS/NTFS/exFAT


exfatfsck /dev/sdb1 finds no error

mount -t exfat works, it's just auto-mounting that doesn't. 
'-t' is required though, not sure if that's normal:
mount: /dev/sdb1: more filesystems detected. This should not happen,
   use -t type to explicitly specify the filesystem type or
   use wipefs(8) to clean up the device.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gvfs 1.20.2-1ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Nov  4 00:39:03 2014
HotplugNewDevices: /dev/sdb1 /dev/sdb
HotplugNewMounts:
 
InstallationDate: Installed on 2014-10-03 (31 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: gvfs
Symptom: storage
Title: Does not detect hotplugged storage device
UpgradeStatus: Upgraded to utopic on 2014-10-24 (10 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Does not detect hotplugged storage device (exfat)

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

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


[Bug 1339351] Re: Update to 3.12

2014-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package file-roller - 3.12.2-0ubuntu1

---
file-roller (3.12.2-0ubuntu1) vivid; urgency=medium

  * New upstream release (LP: #1339351)
 -- Robert Ancell robert.anc...@canonical.com   Tue, 04 Nov 2014 12:16:44 
+1300

** Changed in: file-roller (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Update to 3.12

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

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


[Bug 1388989] Re: package gnome-control-center 1:3.12.1-5ubuntu2 failed to install/upgrade: trying to overwrite '/usr/share/bash-completion/completions/gnome-control-center', which is also in package

2014-11-03 Thread Tim
Looks like you have some ppa packages installed. Upgrades with ppa's
installed are not supported, nor recommended. You should ppa-purge them
before upgrading.

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

Title:
  package gnome-control-center 1:3.12.1-5ubuntu2 failed to
  install/upgrade: trying to overwrite '/usr/share/bash-
  completion/completions/gnome-control-center', which is also in package
  gnome-control-center-data 1:3.10.1-0ubuntu1~saucy3

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

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


[Bug 1358340] Re: [Indicators] Complete greeter profiles

2014-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package indicator-transfer -
0.1+15.04.20141103-0ubuntu1

---
indicator-transfer (0.1+15.04.20141103-0ubuntu1) vivid; urgency=low

  [ Ted Gould ]
  * Fix menu path cut-and-paste error (LP: #1358340)
 -- Ubuntu daily release ps-jenk...@lists.canonical.com   Mon, 03 Nov 2014 
21:08:21 +

** Changed in: indicator-transfer (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  [Indicators] Complete greeter profiles

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

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


[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-11-03 Thread Dino Conte
Is a solution in sight?

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

Title:
  Mouse pointer disappears and cursor stops blinking

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

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


[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-11-03 Thread PJSingh5000
Just a quick note, launchpad automatically linked the Bugzilla bug I
referenced above to a bug ~within~ Launchpad with the same number, so
please don't use that automatic link.

Use these links instead:

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

https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1309785.

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

Title:
  Mouse pointer disappears and cursor stops blinking

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

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


[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-11-03 Thread PJSingh5000
It is possible that package  libgtk-3-0 (3.12.2-0ubuntu15) is the
culprit...

I suggest this because there is a bug where fonts become blury in text
views, whenever scrollbars are displayed.

See https://bugzilla.gnome.org/show_bug.cgi?id=715008 or see
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1309785.

The Bugzilla bug #715008 was fixed in version 3.14 of libgtk-3-0, but
Utopic (14.10) is only using version 3.12.2 of libgtk-3-0.

Perhpas this current bug is also related to the way GTK+3 (libgtk-3-0)
handles text views in general?



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

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

Title:
  Mouse pointer disappears and cursor stops blinking

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

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


[Bug 1387219] Re: Mouse pointer disappears and cursor stops blinking

2014-11-03 Thread PJSingh5000
This is a Confirmed bug, but it has not been assigned, so I don't think
a solution is in sight, yet.

Gedit is such a critical application for me, I had to reinstall Ubuntu
14.04.

As a result, I can't test if upstream GTK+3 v 4.14 solves the problem,
or if this is an incorrect hunch on my part.

If anyone wants to try, you can download the appropriate deb file
directly from Debian and install it using dpkg -i ...

AMD64
https://packages.debian.org/jessie/amd64/libgtk-3-0/download

i386
https://packages.debian.org/jessie/i386/libgtk-3-0/download

If you try this, remember, libgtk-3-0 v 3.14.4-1 is still in testing.

Also please share your findings with us.

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

Title:
  Mouse pointer disappears and cursor stops blinking

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

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


[Bug 1320534] Re: missing /run/shm backwards compat symlink

2014-11-03 Thread Launchpad Bug Tracker
This bug was fixed in the package sysvinit - 2.88dsf-53.2ubuntu1

---
sysvinit (2.88dsf-53.2ubuntu1) vivid; urgency=medium

  * Drop debian/initscripts.maintscript and other conffile cleanups which were
only necessary for P → T upgrades.
  * Drop our change to keep /etc/mtab a a file instead of a symlink to
/proc/mounts. /run/mount/utab has worked well for a long time now.
  * Merge with Debian unstable. Remaining Ubuntu changes:
- Remove some initscripts (bootlogs, motd, rmnologin) and
  /etc/network/if-up.d/mountnfs as they have been replaced by upstart jobs
  shipped in other packages.
- init.d/umountroot: If /var/run/init.upgraded exists, call telinit u
  before unmounting the root filesystem.
- debian/patches/91_sulogin_lockedpw.dpatch: Disable root account is
  locked warning, since this is the default in Ubuntu. Document this in
  sulogin.8.
- debian/patches/92_sulogin_support_static_sh.patch: add support for
  /bin/static-sh as fallback if the regular shell fails to execute
- debian/control: Drop Essential: yes from sysvinit-utils since we use
  Upstart.
- debian/control: Do not build the sysvinit and sysvinit-core binary
  packages. We don't want to support sysvinit as such, nor a dynamic
  selection between multiple init systems.
- Mark all binary packages as Multi-Arch: foreign to allow for upstart
  to be installable with multi-arch (needed for armhf containers on x86)
- Drop /etc/default/tmpfs, and drop mention of it from
  debian/src/initscripts/man/rcS.5.
- Include /lib/lsb/init-functions in various init.d scripts, or move it
  further to the top, so that they get skipped as there are equivalent
  upstart jobs.
- Drop /lib/init/{tmpfs.sh,mount-functions.sh} and their usage in init.d
  scripts; we do not need those scripts due to the previous change.
- Add debian/src/initscripts/etc/init.d/ondemand: Sleep for 60 seconds,
  then set CPU Frequency Scaling governor to ondemand (or to
  interactive on systems that support it).
- Remove mention of RAMLOCK, RAMSHM, and RAMTMP from the rcS(5) manual
  page.
- Fix documentation for other things handled by mountall instead of
  initscripts: tmpfs, /sys (mountall lets you specify options in
  /etc/fstab), and ASYNCMOUNTNFS.
- debian/src/initscripts/etc/init.d/sendsigs:
  + sendsigs: OMITPIDS needs to be reinitalized for every loop iteration
before concatenating pids of upstart jobs to it.
  + only omit jobs that are in the 'start' goal or that are in state
'stop/killed'. Those that are destined for 'stop' are waited on and
killed like all other processes.
  + make report_unkillable use apport instead of echoing to console; but
disable this reporting by default.
  + wait up to 300 extra seconds for upstart jobs that have been killed.
- debian/src/sysv-rc/sbin/invoke-rc.d: clean eatmydata from environment
  unless INVOKE_RCD_ALLOW_EATMYDATA is set to value other than '0'.
  (LP #1257036)
- debian/src/sysv-rc/sbin/invoke-rc.d: Call 'initctl reload-configuration'
  to work reliably on systems with broken inotify.
- invoke-rc.d, service: Cherrypick fixes from Debian git repository:
  + In upstart interfacing code, check that the job is actually known to
upstart. This is because during upgrades, pid 1 might still be an
older upstart which may not yet support syntax of the newly unpacked
jobs, thus sysv-init script should be continued to be used instead.
(Closes: #745503)
  + unset UPSTART_SESSION environment variable to make sure all upstart
initctl commands are executed against system init and not the session
one. (Closes: #745505)
  + in upstart interfacing code, map force-reload to restart as per
Debian policy 9.3.2, since there is no way to know for-sure if a
reload is supported.
- Revert migration of UTC setting from /etc/default/rcS to /etc/adjtime.
- init.d/rc: Disable startpar. It wreaks havoc with task upstart jobs as
  init.d scripts depending on them rely on them to be running. Drop
  startpar dependencies.
- debian/sysv-rc.postinst, update-rc.d: Adjust for our insserv being in
  /usr/lib/insserv instead of $PATH.
  * Cleans up /run/shm/ compat symlink handling. (LP: #1320534)

sysvinit (2.88dsf-53.2) unstable; urgency=medium

  * Fix a formatting error in mountnfs which turned a tab character into
U+21A6.

sysvinit (2.88dsf-53.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Skip the mountnfs hook when being triggered by the networking SysV init
script and instead use the systemd built-in mechanisms to mount remote
file systems.
This avoids a deadlock caused by the rpcbind SysV init script depending
on $network and the $network LSB facility being provided by the networking
SysV init script.