[Bug 1315442] Re: Extra "fi" in /etc/init.d/gdm

2015-10-25 Thread Mathew Hodson
** Changed in: gdm (Ubuntu Utopic)
   Status: Fix Committed => Won't Fix

** Changed in: gdm (Ubuntu Utopic)
   Importance: Undecided => Low

** Changed in: gdm (Ubuntu Trusty)
   Importance: Undecided => Low

** Changed in: gdm (Ubuntu)
   Importance: Undecided => Low

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

Title:
  Extra "fi" in /etc/init.d/gdm

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

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


[Bug 1509946] [NEW] Update to 3.18.0

2015-10-25 Thread Tim
Public bug reported:

Need Merge with debian and a rename of source package to gdm3 to cut
down on the delta with debian.

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


** Tags: upgrade-software-version

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

Title:
  Update to 3.18.0

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

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


[Bug 1509747] Re: Intermittent lxc failures on wily

2015-10-25 Thread Martin Pitt
Do you have a chance to replace this in /lib/systemd/system/systemd-
update-utmp-runlevel.service:

ExecStart=/usr/bin/strace -fvvs1024 -o /run/update-utmp.trace
/lib/systemd/systemd-update-utmp runlevel

and add this line

Environment=SYSTEMD_LOG_LEVEL=debug

? Then please boot and attach the journal again.

** Package changed: lxc (Ubuntu) => systemd (Ubuntu)

** Changed in: systemd (Ubuntu)
   Status: New => Incomplete

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

Title:
  Intermittent lxc failures on wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1509747/+subscriptions

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


[Bug 1509747] Re: Intermittent lxc failures on wily

2015-10-25 Thread Martin Pitt
The "Failed to reset devices.list" is known and mostly harmless
(prohibited by LXC's apparmor profile).

** Package changed: systemd (Ubuntu) => lxc (Ubuntu)

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

Title:
  Intermittent lxc failures on wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1509747/+subscriptions

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


[Bug 1509747] [NEW] Intermittent lxc failures on wily

2015-10-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Frequently, when creating an lxc container on wily (either through --to
lxc:#, or using the local provider on wily), the template never stops
and errors out here:

[ 2300.885573] cloud-init[2758]: Cloud-init v. 0.7.7 running 'modules:final' at 
Sun, 25 Oct 2015 00:28:57 +. Up 182 seconds.
[ 2300.886101] cloud-init[2758]: Cloud-init v. 0.7.7 finished at Sun, 25 Oct 
2015 00:29:03 +. Datasource DataSourceNoCloudNet 
[seed=/var/lib/cloud/seed/nocloud-net][dsmode=net].  Up 189 seconds
[  OK  ] Started Execute cloud user/final scripts.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
 Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started /dev/initctl Compatibility Daemon.
[FAILED] Failed to start Update UTMP about System Runlevel Changes.
See 'systemctl status systemd-update-utmp-runlevel.service' for details.

Attaching to the container and running the above command yields:

ubuntu@cherylj-wily-local-lxc:~$ sudo lxc-attach --name juju-wily-lxc-template
root@juju-wily-lxc-template:~# systemctl status 
systemd-update-utmp-runlevel.service
● systemd-update-utmp-runlevel.service - Update UTMP about System Runlevel 
Changes
   Loaded: loaded (/lib/systemd/system/systemd-update-utmp-runlevel.service; 
static; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2015-10-25 00:30:29 UTC; 2h 
23min ago
 Docs: man:systemd-update-utmp.service(8)
   man:utmp(5)
  Process: 3963 ExecStart=/lib/systemd/systemd-update-utmp runlevel 
(code=exited, status=1/FAILURE)
 Main PID: 3963 (code=exited, status=1/FAILURE)

Oct 25 00:29:46 juju-wily-lxc-template systemd[1]: Starting Update UTMP about 
System Runlevel Changes...
Oct 25 00:30:29 juju-wily-lxc-template systemd[1]: 
systemd-update-utmp-runlevel.service: Main process exited, code=exited, 
status=1/FAILURE
Oct 25 00:30:30 juju-wily-lxc-template systemd[1]: Failed to start Update UTMP 
about System Runlevel Changes.
Oct 25 00:30:30 juju-wily-lxc-template systemd[1]: 
systemd-update-utmp-runlevel.service: Unit entered failed state.
Oct 25 00:30:30 juju-wily-lxc-template systemd[1]: 
systemd-update-utmp-runlevel.service: Failed with result 'exit-code'.


I have seen this on ec2 and in canonistack.  The canonistack machine is 
available for further debugging.  Ping me for access.

** Affects: juju-core
 Importance: Critical
 Status: Invalid

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


** Tags: bug-squad lxc wily
-- 
Intermittent lxc failures on wily
https://bugs.launchpad.net/bugs/1509747
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to systemd in Ubuntu.

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

[Bug 1499946] Re: Fingerprint login (GDM) dont set locale

2015-10-25 Thread Biji
** Also affects: fprintd (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Fingerprint login (GDM) dont set locale

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

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


[Bug 1174162] Re: chrome-browser makes gnome-keyring-daemon use 100% cpu

2015-10-25 Thread Biji
You will lost passwords if you do

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

Title:
  chrome-browser makes gnome-keyring-daemon use 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1174162/+subscriptions

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


[Bug 1509607] Re: Update to 3.18.1

2015-10-25 Thread Launchpad Bug Tracker
This bug was fixed in the package libgweather - 3.18.1-1ubuntu1

---
libgweather (3.18.1-1ubuntu1) xenial; urgency=medium

  * Merge from debian (LP: #1509607). Remaining changes:
- debian/control.in, debian/rules:
  + Run autoreconf
- debian/rules:
  + Generate POT files on build
- debian/patches/02_no_external_gettext.patch:
  + Can't have both IT_PROG_INTLTOOL and AM_GNU_GETTEXT
- debian/control: Update Vcs-* field.

 -- Tim Lunn   Sat, 24 Oct 2015 16:39:51 +1100

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

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

Title:
  Update to 3.18.1

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

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


[Bug 1509747] Re: Intermittent lxc failures on wily

2015-10-25 Thread Cheryl Jennings
** Also affects: systemd (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: juju-core
   Status: New => 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/1509747

Title:
  Intermittent lxc failures on wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1509747/+subscriptions

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


[Bug 1509903] [NEW] After sleeping or hibernating via the K Menu options, the computer suddenly powers on again by itself, some seconds later, in Kubuntu 15.10

2015-10-25 Thread Mishal
Public bug reported:

I recently upgraded from Kubuntu 15.04 to Kubuntu 15.10 and I've noticed
this failure: when going through the graphical K Menu > Logout > Sleep
or K Menu > Logout > Hibernate, the computer seems to do the
corresponding operation fine, but some seconds later the computer powers
on by itself, undoing the previous order to sleep or hibernate. A sample
of the corresponding log messages stored in the file /var/log/syslog is
this:

Oct 25 18:47:16 hostname NetworkManager[663]:   sleep requested 
(sleeping: no  enabled: yes)
Oct 25 18:47:16 hostname NetworkManager[663]:   sleeping...
Oct 25 18:47:16 hostname NetworkManager[663]:   NetworkManager state is 
now ASLEEP
Oct 25 18:47:16 hostname whoopsie[653]: [18:47:16] offline
Oct 25 18:47:17 hostname systemd[1]: Reached target Sleep.
Oct 25 18:47:17 hostname systemd[1]: Starting Suspend...
Oct 25 18:47:18 hostname systemd-sleep[4848]: Suspending system...
Oct 25 18:47:21 hostname kernel: [13031.018587] PM: Syncing filesystems ... 
done.
Oct 25 18:47:21 hostname kernel: [13031.280695] PM: Preparing system for sleep 
(mem)
Oct 25 18:47:21 hostname kernel: [13031.281033] Freezing user space processes 
... (elapsed 0.075 seconds) done.
Oct 25 18:47:21 hostname kernel: [13031.357037] Freezing remaining freezable 
tasks ... (elapsed 0.001 seconds) done.
Oct 25 18:47:21 hostname kernel: [13031.358480] PM: Suspending system (mem)
Oct 25 18:47:21 hostname kernel: [13031.358604] Suspending console(s) (use 
no_console_suspend to debug)
Oct 25 18:47:21 hostname kernel: [13031.359627] sd 3:0:0:0: [sda] Synchronizing 
SCSI cache
Oct 25 18:47:21 hostname kernel: [13031.368742] serial 00:05: disabled
Oct 25 18:47:21 hostname kernel: [13031.368751] serial 00:05: System wakeup 
disabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.368785] i8042 aux 00:04: System wakeup 
disabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.368858] parport_hostname 00:03: disabled
Oct 25 18:47:21 hostname kernel: [13031.493405] sd 3:0:0:0: [sda] Stopping disk
Oct 25 18:47:21 hostname kernel: [13031.880050] PM: suspend of devices complete 
after 521.067 msecs
Oct 25 18:47:21 hostname kernel: [13031.896046] PM: late suspend of devices 
complete after 15.988 msecs
Oct 25 18:47:21 hostname kernel: [13031.896488] pcieport :00:1c.1: System 
wakeup enabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.896660] ehci-pci :00:1d.7: System 
wakeup enabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.896690] uhci_hcd :00:1d.3: System 
wakeup enabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.896723] uhci_hcd :00:1d.2: System 
wakeup enabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.896747] uhci_hcd :00:1d.1: System 
wakeup enabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.896776] uhci_hcd :00:1d.0: System 
wakeup enabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.912105] PM: noirq suspend of devices 
complete after 16.053 msecs
Oct 25 18:47:21 hostname kernel: [13031.912287] ACPI: Preparing to enter system 
sleep state S3
Oct 25 18:47:21 hostname kernel: [13031.935217] PM: Saving platform NVS memory
Oct 25 18:47:21 hostname kernel: [13031.936928] Disabling non-boot CPUs ...
Oct 25 18:47:21 hostname kernel: [13031.938236] smpboot: CPU 1 is now offline
Oct 25 18:47:21 hostname kernel: [13031.952279] ACPI: Low-level resume complete
Oct 25 18:47:21 hostname kernel: [13031.952279] PM: Restoring platform NVS 
memory
Oct 25 18:47:21 hostname kernel: [13031.952279] microcode: CPU0 microcode 
updated early to revision 0xa4, date = 2010-10-02
Oct 25 18:47:21 hostname kernel: [13031.952279] Enabling non-boot CPUs ...
Oct 25 18:47:21 hostname kernel: [13031.952279] x86: Booting SMP configuration:
Oct 25 18:47:21 hostname kernel: [13031.952279] smpboot: Booting Node 0 
Processor 1 APIC 0x1
Oct 25 18:47:21 hostname kernel: [13031.938225] microcode: CPU1 microcode 
updated early to revision 0xa4, date = 2010-10-02
Oct 25 18:47:21 hostname kernel: [13031.964405]  cache: parent cpu1 should not 
be sleeping
Oct 25 18:47:21 hostname kernel: [13031.964682] CPU1 is up
Oct 25 18:47:21 hostname kernel: [13031.966074] ACPI: Waking up from system 
sleep state S3
Oct 25 18:47:21 hostname kernel: [13031.966634] uhci_hcd :00:1d.0: System 
wakeup disabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.966700] uhci_hcd :00:1d.1: System 
wakeup disabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.966723] uhci_hcd :00:1d.2: System 
wakeup disabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.966755] uhci_hcd :00:1d.3: System 
wakeup disabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.980264] ehci-pci :00:1d.7: System 
wakeup disabled by ACPI
Oct 25 18:47:21 hostname kernel: [13031.980391] PM: noirq resume of devices 
complete after 14.090 msecs
Oct 25 18:47:21 hostname kernel: [13031.980742] PM: early resume of devices 
complete after 0.326 msecs
Oct 25 18:47:21 hostname kernel: [13031.988081] usb usb2: root hub lost power 
or was res

[Bug 1506635] Re: evince doesn't print the whole page

2015-10-25 Thread Chelmite
The bounding rectangle, which is part of the image, does show up in the
preview. It does not print properly under evince. The lower-left corner
is cut off when printed from evince. It does print properly with okular.
I have a Lexmark X543 printer.

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

Title:
  evince doesn't print the whole page

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

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


[Bug 1405380] Re: evince crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

2015-10-25 Thread Václav Haisman
** Tags added: wily

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

Title:
  evince crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

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

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


[Bug 1509864] [NEW] Incorrect values for SSH_AGENT_PID and SSH_AUTH_SOCK

2015-10-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I have just upgraded to Ubuntu 15.10 and realized when I tried to log in
that my ssh private key password is requested in terminal instead of a
popup window.

After checking I saw that the related environment variables have values similar 
to this:
SSH_AGENT_PID=1758
SSH_AUTH_SOCK=/tmp/ssh-q8UkJJDzaYfg/agent.1694

Instead of 
SSH_AGENT_PID=1678
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh

It seems that after the upgrade these variables started to have the values 
belonging to
/usr/bin/ssh-agent /usr/bin/im-launch 
/usr/lib/gnome-flashback/gnome-flashback-metacity
instead of the ones belonging to
/usr/bin/gnome-keyring-daemon --daemonize --login

The strange thing is that when I realized this I restarted my computer and 
after that the variables had the right values.
Although I restarted my desktop several times since then and was not able to 
reproduce the "good" behavior.

So I would expect to have the values belonging to gnome-keyring in those
environment variables instead of the ones I currently have as gnome-
keyring automatically asks for password and adds ssh keys and the simple
agent doesn't.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: gnome-flashback 3.17.2-2ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sun Oct 25 21:35:05 2015
SourcePackage: gnome-flashback
UpgradeStatus: Upgraded to wily on 2015-10-22 (2 days ago)

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


** Tags: amd64 apport-bug wily
-- 
Incorrect values for SSH_AGENT_PID and SSH_AUTH_SOCK
https://bugs.launchpad.net/bugs/1509864
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.

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


[Bug 1509869] [NEW] [services-admin] Service list is only high enough to show one service at a time

2015-10-25 Thread Alexandre-Xavier Labonté-Lamoureux
Public bug reported:

Hello,

This is a bug that affects the program 'services-admin' from the package
'gnome-system-tools'.

In the service list, the visible space is only high enough so that one
item can be seen at a time.

See screenshot: http://i.imgur.com/zb2ueWp.png

Older versions of gnome-system-tools didn't have this issue. I am using
version 3.0.0-4. This is not related to themes. I'm using Debian Jessie.

Thanks,
Alexandre-Xavier

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

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

Title:
  [services-admin] Service list is only high enough to show one service
  at a time

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

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


[Bug 1488469] Re: GIMP crashes on startup

2015-10-25 Thread Hans Joachim Desserud
Thanks for providing the requested information.

>From what I found on
http://elementaryos.stackexchange.com/questions/1859/gtk-message-failed-
to-load-module-pantheon-filechooser-module it looks like the message
about "pantheon-filechooser-module" might be unrelated, which leaves us
with gimp and adobe reader. It's not clear to me how the combination
could trigger this issue though.

Based on the gimp version number, it seems to be installed from a PPA.
Have you checked whether the same problem occured with the regular gimp
version available in the archives?

(Also, I thought Adobe Reader was available in the archives, but from
skimming online it only seems to be present in older releases.)

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

Title:
  GIMP crashes on startup

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

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


[Bug 1174162] Re: chrome-browser makes gnome-keyring-daemon use 100% cpu

2015-10-25 Thread Anmar Oueja
FYI. the way I fixed this was to remove the keyring subdirs from .cache
and .local/share and reboot.

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

Title:
  chrome-browser makes gnome-keyring-daemon use 100% cpu

To manage notifications about this bug go to:
https://bugs.launchpad.net/chromium-browser/+bug/1174162/+subscriptions

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


[Bug 1509607] Re: Update to 3.18.1

2015-10-25 Thread Dmitry Shachnev
Uploaded, thanks!

** Changed in: libgweather (Ubuntu)
   Status: New => Fix Committed

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

Title:
  Update to 3.18.1

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

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


[Bug 1509808] [NEW] Bluetooth indicator disappeared after upgrade from 15.04 to 15.10

2015-10-25 Thread Robert Orzanna
Public bug reported:

After the upgrade from 15.04 to 15.10 the bluetooth indicator icon
disappeared.

Can someone confirm this?

Experienced on a Thinkpad X230.

** Affects: indicator-bluetooth (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- Bluetooth indicator disappeared
+ Bluetooth indicator disappeared after upgrade from 15.04 to 15.10

** Package changed: chromium-browser (Ubuntu) => indicator-bluetooth
(Ubuntu)

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

Title:
  Bluetooth indicator disappeared after upgrade from 15.04 to 15.10

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

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


[Bug 1509808] [NEW] Bluetooth indicator disappeared after upgrade from 15.04 to 15.10

2015-10-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

After the upgrade from 15.04 to 15.10 the bluetooth indicator icon
disappeared.

Can someone confirm this?

Experienced on a Thinkpad X230.

** Affects: indicator-bluetooth (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Bluetooth indicator disappeared after upgrade from 15.04 to 15.10
https://bugs.launchpad.net/bugs/1509808
You received this bug notification because you are a member of Ubuntu Desktop 
Bugs, which is subscribed to indicator-bluetooth in Ubuntu.

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


[Bug 870805] Re: Screen dialog won't remember brightness setting

2015-10-25 Thread Dmitry Kann
This used to be fixed in 15.04 but apparently broken again in 15.10.

** Also affects: unity-control-center (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Screen dialog won't remember brightness setting

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

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


[Bug 1287594] Re: Import fail with error message about photo library not being writeable

2015-10-25 Thread Amael
Hello,

Same than Serguei for me, the folder .cache/shotwell had bad permissions
:

d---rwxrwx   2 amael amael 4,0K juil.  6  2013 shotwell/

The timestamp is over two years ago so it might be a very old bug that left 
over the folder in this state.
Everything works now.

** Changed in: shotwell (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Import fail with error message about photo library not being writeable

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

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


[Bug 1509775] Re: package gnome-terminal 3.16.2-1ubuntu4 failed to install/upgrade: zkouším přepsat soubor „/usr/share/gnome-shell/search-providers/gnome-terminal-search-provider.ini“, který je také v

2015-10-25 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-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1509775

Title:
  package gnome-terminal 3.16.2-1ubuntu4 failed to install/upgrade:
  zkouším přepsat soubor „/usr/share/gnome-shell/search-providers/gnome-
  terminal-search-provider.ini“, který je také v balíku gnome-terminal-
  data 3.12.3-0ubuntu1~utopic2

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

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

[Bug 1509775] [NEW] package gnome-terminal 3.16.2-1ubuntu4 failed to install/upgrade: zkouším přepsat soubor „/usr/share/gnome-shell/search-providers/gnome-terminal-search-provider.ini“, který je také

2015-10-25 Thread pavel bursa
Public bug reported:

system upgrade - gnome-terminal failed to install
i had to to use apt-get -f install gnome terminal

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: gnome-terminal 3.16.2-1ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu3
Architecture: amd64
Date: Sat Oct 24 18:30:04 2015
DuplicateSignature: package:gnome-terminal:3.16.2-1ubuntu4:zkouším přepsat 
soubor 
„/usr/share/gnome-shell/search-providers/gnome-terminal-search-provider.ini“, 
který je také v balíku gnome-terminal-data 3.12.3-0ubuntu1~utopic2
ErrorMessage: zkouším přepsat soubor 
„/usr/share/gnome-shell/search-providers/gnome-terminal-search-provider.ini“, 
který je také v balíku gnome-terminal-data 3.12.3-0ubuntu1~utopic2
InstallationDate: Installed on 2015-04-04 (204 days ago)
InstallationMedia: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5
 apt  1.0.10.2ubuntu1
SourcePackage: gnome-terminal
Title: package gnome-terminal 3.16.2-1ubuntu4 failed to install/upgrade: 
zkouším přepsat soubor 
„/usr/share/gnome-shell/search-providers/gnome-terminal-search-provider.ini“, 
který je také v balíku gnome-terminal-data 3.12.3-0ubuntu1~utopic2
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package wily

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

Title:
  package gnome-terminal 3.16.2-1ubuntu4 failed to install/upgrade:
  zkouším přepsat soubor „/usr/share/gnome-shell/search-providers/gnome-
  terminal-search-provider.ini“, který je také v balíku gnome-terminal-
  data 3.12.3-0ubuntu1~utopic2

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

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

Re: [Bug 1488469] Re: GIMP crashes on startup

2015-10-25 Thread Gavin
Hi Joachim,

Yes, I did get the error each time I ran GIMP. I attribute the error to 
the installation of Adobe Reader .deb package I installed using Gdebi. 
Removing Adobe completely, re-installing GIMP and replacing the .GIMP 
folder in my home directory resolved the issue.

I have followed your automated debugging suggestion.

Thanks bro!

All the best,
Gavin

On 10/17/2015 04:43 PM, Hans Joachim Desserud wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.
>
> I took the liberty of moving this bug report to the gimp package, since it 
> doesn't seem to be related to radiotray.
> Do you consistently get this error message each time you attempt to run gimp?
>
> Also, could you please execute the following command, as it will 
> automatically gather debugging information, in a terminal:
> apport-collect 1488469
> When reporting bugs in the future please use apport by using 'ubuntu-bug' and 
> the name of the package affected. You can learn more about this functionality 
> at https://wiki.ubuntu.com/ReportingBugs.
>
> ** Package changed: radiotray (Ubuntu) => gimp (Ubuntu)
>

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

Title:
  GIMP crashes on startup

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

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


[Bug 1488469] Re: GIMP crashes on startup

2015-10-25 Thread Gavin
apport information

** Tags added: apport-collected freya third-party-packages

** Description changed:

  GIMP was functioning normally then after restart received following error 
launching GIMP:
  Gtk-Message: Failed to load module "pantheon-filechooser-module" Bus error 
(core dumped) gimp
  
  Also received:
  Gtk-Message: Failed to load module "canberra-gtk-module" (installed: 
libcanberra-gtk-module:i386, which resolved that error.)
  
  Recently I installed:
  AdbeRdr9.5.5-1_i386linux_enu.deb (if thats at all helpful).
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.16
+ Architecture: amd64
+ CurrentDesktop: Pantheon
+ DistroRelease: elementary OS 0.3.1
+ InstallationDate: Installed on 2015-05-19 (158 days ago)
+ InstallationMedia: elementary OS 0.3 "Freya" - Stable amd64 (20150411)
+ NonfreeKernelModules: fglrx
+ Package: gimp 2.8.14-0trusty0~ppa [origin: LP-PPA-otto-kesselgulasch-gimp]
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 3.16.0-51.69~14.04.1-generic 3.16.7-ckt17
+ Tags: third-party-packages freya
+ Uname: Linux 3.16.0-51-generic x86_64
+ UnreportableReason: This is not an official elementary package. Please remove 
any third party package and try again.
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1488469/+attachment/4504547/+files/Dependencies.txt

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

Title:
  GIMP crashes on startup

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

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


[Bug 1488469] ProcEnviron.txt

2015-10-25 Thread Gavin
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1488469/+attachment/4504548/+files/ProcEnviron.txt

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

Title:
  GIMP crashes on startup

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

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


[Bug 1409291] Re: missing toolbar

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

** Changed in: evince (Ubuntu)
   Status: New => Confirmed

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

Title:
  missing toolbar

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

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


[Bug 1509762] [NEW] After upgrade to Ubuntu 15.10, Systemd fail to boot

2015-10-25 Thread Naz Ahmed
Public bug reported:

After successful upgrading to Ubuntu 15.10 from 15.04, restart system option 
couldn't boot, seemed in a loop, showing mouse pointer in the center of the 
screen for few seconds and then a blinking cursor at the upper left corner, 
instead. Used Ctrl+Alt+Del to reboot and selected Upstart option which 
successfully booted the system but showing a message like "Upstart; Error while 
reading from descriptor, broken pipe."
On my next attempt to boot using default systemd option I observed a message 
like "Systemd(1) Failed to setup API Bus. Connection timed out." , and then saw 
a window saying like "running low graphic" and then went into the same loop.
Now, I can boot using Upstart option only not the systemd option.

I'm using Dell Optiplex 755 with NVIDIA 8400GS Graphic card,
Ubuntu 15.10 is installed on a external HD connected with one of external usb 
port.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: systemd 225-1ubuntu9
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu3
Architecture: i386
CurrentDesktop: Unity
Date: Sun Oct 25 11:57:44 2015
InstallationDate: Installed on 2014-10-10 (379 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release i386 (20140417)
MachineType: Dell Inc. OptiPlex 755
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-16-generic 
root=UUID=2d1a4b9b-fccd-4a6a-9e7f-4da57834255a ro quiet splash 
init=/sbin/upstart
SourcePackage: systemd
SystemdDelta:
 [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
 [EXTENDED]   /lib/systemd/system/systemd-timesyncd.service → 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf
 [EXTENDED]   /etc/systemd/system/display-manager.service → 
/lib/systemd/system/display-manager.service.d/xdiagnose.conf
 
 3 overridden configuration files found.
UpgradeStatus: Upgraded to wily on 2015-10-23 (1 days ago)
dmi.bios.date: 06/11/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A22
dmi.board.name: 0PU052
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 15
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA22:bd06/11/2012:svnDellInc.:pnOptiPlex755:pvr:rvnDellInc.:rn0PU052:rvr:cvnDellInc.:ct15:cvr:
dmi.product.name: OptiPlex 755
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 wily

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

Title:
  After upgrade to Ubuntu 15.10, Systemd fail to boot

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

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

[Bug 1418771] Re: gjs-console assert failure: *** Error in `/usr/bin/gjs-console': free(): invalid next size (fast): 0x00007f74a804b240 ***

2015-10-25 Thread Bug Watch Updater
** Changed in: gjs (Debian)
   Status: Confirmed => Fix Released

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

Title:
  gjs-console assert failure: *** Error in `/usr/bin/gjs-console':
  free(): invalid next size (fast): 0x7f74a804b240 ***

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

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