[Bug 1313469] Re: Power button causes unclean shutdown

2014-06-23 Thread Martin Pitt
*** This bug is a duplicate of bug 1201180 ***
https://bugs.launchpad.net/bugs/1201180

This was fixed in 14.04:
https://launchpad.net/ubuntu/+source/acpid/1:2.0.21-1ubuntu2

** Changed in: acpid (Ubuntu)
   Status: New = Fix Released

** This bug has been marked a duplicate of bug 1201180
   powerbtn.sh conflicts with logind

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

Title:
  Power button causes unclean shutdown

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

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


[Bug 1330037] Re: upower 0.99 transition

2014-06-23 Thread Tim
** Description changed:

  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.
  
  A transition is required as some features were removed and the SONAME
  was changed
  
  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages
  
  wmbattery will probably need removing. If a package only needs a
  rebuild, mark it fix commited, if something else is needed, in progress.
  
  cairo-dock-plug-ins: needs rebuilding
- #gnome-shell - ready, just need to drop upower revert.
+ gnome-applets - patch at bgo:#276997
+ gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Fixed in newest upstream release, needs packaging
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: suspend issues, device notifier broken
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: no idea.
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed in new upstream release. Needs merging from debian 
experimental
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1333140] [NEW] change udev rules for rpmb partitions

2014-06-23 Thread seshagiri
Public bug reported:

As per JESD 4.5 spec for eMMC devices,
There is a new partitions as part of eMMC storage devices it self. (Further 
details please refer eMMC spec) 

*In Linux Kernel@ 3.10.33, mmc driver has created a new partitions with
mmcblkXrpmb if device expresses it support of RPMB.

Issues observed:

issue 1:
RPMB (Replay Protected Memory Block), A signed access to a Replay Protected 
Memory Block is provided. This function provides means for the system to store 
data to the specific memory area in an authenticated and replay protected 
manner.
In that case, any read/write access to this partition device will report errors.

issue 2:
The by-path, line is wrongly mapping to platform-sdhci-tegra.1  - mmcblk2rpmb 
were as 
it should be platform-sdhci-tegra.1  - mmcblk2


ls -l /dev/disk/by-path/
total 0
lrwxrwxrwx 1 root root 17 Jan  3  2000 platform-sdhci-tegra.1 - 
../../mmcblk2rpmb
lrwxrwxrwx 1 root root 15 Jan  3  2000 platform-sdhci-tegra.1-part1 - 
../../mmcblk2p1
lrwxrwxrwx 1 root root 13 Jan  3  2000 platform-sdhci-tegra.2 - ../../mmcblk1
lrwxrwxrwx 1 root root 15 Jan  3  2000 platform-sdhci-tegra.2-part1 - 
../../mmcblk1p1
lrwxrwxrwx 1 root root 17 Jan  3  2000 platform-sdhci-tegra.3 - 
../../mmcblk0rpmb
lrwxrwxrwx 1 root root 15 Jan  3  2000 platform-sdhci-tegra.3-part1 - 
../../mmcblk0p1
lrwxrwxrwx 1 root root 15 Jan  3  2000 platform-sdhci-tegra.3-part2 - 
../../mmcblk0p2


We have locally resolved in our platform in this file 60-persistent-
storage.rules

For issue 1: (with this rule)
# skip block read for partitions of type rpmb
KERNEL==mmcblk[0-9]rpmb, SUBSYSTEM==block, GOTO=persistent_storage_end

For issue 2:
ENV{DEVTYPE}==disk, ENV{ID_PATH}==?*, KERNEL==mmcblk[0-9]rpmb, 
SYMLINK+=disk/by-path/$env{ID_PATH}-rpmb
ENV{DEVTYPE}==disk, ENV{ID_PATH}==?*, KERNEL!=mmcblk[0-9]rpmb, 
SYMLINK+=disk/by-path/$env{ID_PATH}


Please consider this issues fix in next udev release .

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

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

Title:
  change udev rules for rpmb partitions

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

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


[Bug 1330037] Re: upower 0.99 transition

2014-06-23 Thread Tim
** Also affects: gnome-applets (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  upower 0.99 transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Bug 1332731] Re: Nautilus' Email... context menu is confusing.

2014-06-23 Thread Sebastien Bacher
** Package changed: nautilus (Ubuntu) = nautilus-sendto (Ubuntu)

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

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

Title:
  Nautilus' Email... context menu is confusing.

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

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


[Bug 1332721] Re: Add patch to allow toolbar dragging

2014-06-23 Thread Sebastien Bacher
Thank you for your bug report. Do you know if a request has been made
upstream to have that change commited to the gtk-2-24 serie?

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

** Changed in: gtk+2.0 (Ubuntu)
   Status: New = Confirmed

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

Title:
  Add patch to allow toolbar dragging

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

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


[Bug 1332731] Re: Nautilus' Email... context menu is confusing.

2014-06-23 Thread Sebastien Bacher
*** This bug is a duplicate of bug 1321235 ***
https://bugs.launchpad.net/bugs/1321235

** This bug has been marked a duplicate of bug 1321235
   Wrong translation send via email

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

Title:
  Nautilus' Email... context menu is confusing.

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

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


[Bug 1321235] Re: send via email wording is incorrect

2014-06-23 Thread Sebastien Bacher
** Summary changed:

- Wrong translation send via email
+ send via email wording is incorrect

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

Title:
  send via email wording is incorrect

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

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


[Bug 1226807] Re: rhythmbox crashed with SIGSEGV in oil_init_structs()

2014-06-23 Thread Sebastien Bacher
** Information type changed from Private to Public

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

Title:
  rhythmbox crashed with SIGSEGV in oil_init_structs()

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

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


[Bug 1101096] Re: file-roller crashed with SIGSEGV

2014-06-23 Thread Sebastien Bacher
e.u.c report on
https://errors.ubuntu.com/problem/da778f6beb54de16dc94361d2932fa64154b63b2

** Changed in: file-roller (Ubuntu)
   Importance: Medium = High

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

Title:
  file-roller crashed with SIGSEGV

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

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


[Bug 1333140] Re: change udev rules for rpmb partitions

2014-06-23 Thread bhs
Updated package to udev as the file 60-persistent-storage belongs to
udev package.

** Package changed: systemd (Ubuntu) = udev (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/1333140

Title:
  change udev rules for rpmb partitions

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

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


[Bug 1290785] Re: Users with big UID are invisible in login and Settings-User

2014-06-23 Thread Robert Euhus
** Also affects: lightdm
   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/1290785

Title:
  Users with big UID are invisible in login and Settings-User

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

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


[Bug 1314556] Re: Unable to mount Android MTP device

2014-06-23 Thread Leandro Fantinel
This seriously affects android developers

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

Title:
  Unable to mount Android MTP device

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

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


[Bug 1290785] Re: Users with big UID are invisible in login and Settings-User

2014-06-23 Thread Robert Euhus
** Also 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-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1290785

Title:
  Users with big UID are invisible in login and Settings-User

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

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


[Bug 1333294] [NEW] 32-bit kernel HDD slow write speed

2014-06-23 Thread atterdag
Public bug reported:

Summary

After upgrading my Ubuntu 32-bit from 12.04 to 14.04 the write
performance is painfully slow (less than 4.6MB/s) of both my SSD drives.
The read speed is still fine. I've tested with the latest version of
System Rescue CD (4.2.0 at this time) to see if was a hardware problem.
However the performance of my drives was even better better than using
Ubuntu 12.04.

I've also tried to make a fresh installation of Ubuntu 14.04 on a spare
SSD drive of mine to see if its because I upgraded from 12.04. But after
waiting 4 hours for it to install, I finally lost patience, and stopped
the installation.

I'm using the deadline scheduler, but it doesn't matter which one I use.
I'm also using the lowlatency kernel, but using the generic kernel
doesn't have any effect.

I've tested with mechanical hard drives, and the problem also occurs
there.

I've also tried to update to the proposed updates, and updated to kernel
3.13.0-30.54, but problem still exists there.

The only think that helps is telling the kernel only to address 8GB RAM
using the mem=8GB kernel option, but that is obviously not a solution
when I need to utilize all the 32GB RAM that I have .

The reason that I use a 32-bit OS  is because most of the applications I
use on my laptop are propriety software that only exists in 32-bit
versions.


Details

Kernel version
root@ubuntu:~# uname -a
Linux fk20563 3.13.0-29-lowlatency #53-Ubuntu SMP PREEMPT Wed Jun 4 21:20:42 
UTC 2014 i686 i686 i686 GNU/Linux

List hardware
lshw  lshw.txt

Timings of devices (which is also 4x slower than normal)
root@ubuntu:~# hdparm -t /dev/sda  hdparm -t /dev/sda  hdparm -t /dev/sda
/dev/sda:
 Timing buffered disk reads: 470 MB in  3.01 seconds = 156.33 MB/sec

/dev/sda:
 Timing buffered disk reads: 530 MB in  3.03 seconds = 174.86 MB/sec

/dev/sda:
 Timing buffered disk reads: 500 MB in  3.01 seconds = 166.36 MB/sec

root@ubuntu:~# hdparm -t /dev/sdb  hdparm -t /dev/sdb  hdparm -t /dev/sdb
/dev/sdb:
 Timing buffered disk reads: 500 MB in  3.32 seconds = 150.61 MB/sec

/dev/sdb:
 Timing buffered disk reads: 508 MB in  3.03 seconds = 167.49 MB/sec

/dev/sdb:
 Timing buffered disk reads: 500 MB in  3.21 seconds = 155.81 MB/sec

SSD partition alignment check
root@ubuntu:~# fdisk -l

Disk /dev/sda: 256.1 GB, 256060514304 bytes
255 heads, 63 sectors/track, 31130 cylinders, total 500118192 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
Disk identifier: 0xd162fc6d

Device Boot Start End Blocks Id System
/dev/sda1 2048 483332095 241665024 83 Linux
/dev/sda2 483332096 500117503 8392704 5 Extended
/dev/sda5 483334144 500117503 8391680 82 Linux swap / Solaris

Disk /dev/sdb: 480.1 GB, 480103981056 bytes
255 heads, 63 sectors/track, 58369 cylinders, total 937703088 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
Disk identifier: 0x

Device Boot Start End Blocks Id System
/dev/sdb1 2048 937703087 468850520 83 Linux
root@ubuntu:~# parted 
GNU Parted 2.3
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) select /dev/sda
Using /dev/sda
(parted) align-check opt 1 
1 aligned
(parted) select /dev/sdb
Using /dev/sdb
(parted) align-check opt 1 
1 aligned
(parted) quit 

Scheduler:
root@ubuntu:~# cat /sys/block/sd{a,b}/queue/scheduler
noop [deadline] cfq 
noop [deadline] cfq 

Mount options:
root@fk20563:~# mount | grep sda
/dev/sda1 on / type ext4 (rw,noatime,nodiratime,errors=remount-ro,discard)
root@fk20563:~# mount | grep sdb
/dev/sdb1 on /media/vmware type xfs 
(rw,noatime,nodiratime,logbsize=256k,discard)

FS read/write check of /dev/sda1 on Ubuntu
root@fk20563:~# dd if=/dev/zero of=/test.raw bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 229.091 s, 4.6 MB/s
root@fk20563:~# dd of=/dev/null if=/test.raw
2048000+0 records in
2048000+0 records out
1048576000 bytes (1.0 GB) copied, 2.58461 s, 406 MB/s

FS read/write check of /dev/sdb1 on Ubuntu
root@fk20563:~# dd if=/dev/zero of=/media/vmware/test.raw bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 229.395 s, 4.6 MB/s
root@fk20563:~# dd of=/dev/null if=/media/vmware/test.raw
2048000+0 records in
2048000+0 records out
1048576000 bytes (1.0 GB) copied, 2.75578 s, 381 MB/s

Read/write speed using SysResCd:
root@sysresccd /root % dd if=/dev/zero of=/mnt/backup/test.raw bs=1M
count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 1.8919 s, 554 MB/s
root@sysresccd /root % dd of=/dev/null if=/mnt/backup/test.raw 
2048000+0 records in
2048000+0 records out
1048576000 bytes (1.0 GB) copied, 2.14372 s, 489 MB/s
root@sysresccd /root % dd if=/dev/zero of=/mnt/custom/test.raw bs=1M
count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 3.93656 s, 266 MB/s

[Bug 1333294] Re: 32-bit kernel HDD slow write speed

2014-06-23 Thread atterdag
Sorry this is linked to the wrong package - it should be linked to the
kernel

** Package changed: gnome-keyring (Ubuntu) = linux-meta-lts-trusty
(Ubuntu)

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

Title:
  32-bit kernel HDD slow write speed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-meta-lts-trusty/+bug/1333294/+subscriptions

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


[Bug 1290785] Re: Users with big UID are invisible in login and Settings-User

2014-06-23 Thread Robert Euhus
I am using fresh install of Xubuntu 14.04 and I have a slightliy
different behaviour than what is described above:

1. create a user with uid = 60001 (e.g change uid for an existing user in 
extended settings from users-admin dialog)
- Result: The user is neither shown in the users-admin dialog, nor in 
lightdm-greeter, but can of course still log in manually.

2. in /etc/login.defs set UID_MAX=
- Result: the user *is* shown in users-admin dialog and after *reboot* the 
user also *reappears* in the lightdm-greeter
- Note: a simple 'service lightdm restart' was not enough, I had to do a full 
reboot!

So for me changing the UID_MAX in login.defs is a usable workaround, but
it definitely should be documented, at least in the users-admin gui.
Also a short note about the dropped users and a hint to the woraround
(solution?) should be shown in the lightdm-logs.

Warning: I don't know yet, whether this setting in login.defs has some
other security implications. I just noticed that there is a couple of
new setting files concerning id ranges for subordinate user ids (e.g.
/etc/subuid), which use some uids in distances of 65535. Sadly even
after searching for quite a while I still don't have a clue what they
are for.

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

Title:
  Users with big UID are invisible in login and Settings-User

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

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


[Bug 1182205] Re: totem freezes after changing/disabling subtitle on mp4 files.

2014-06-23 Thread Adam Reid
Same distribution as Eduardo, but it also happens via the view menu as
well.

Having to use VLC for any files with automatically loaded/unwanted
subtitles... far from ideal.  Looks like totem don't use launchpad so
they'll likely not notice any of this, and clearly they don't care; 7
years later and still a bug.

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

Title:
  totem freezes after changing/disabling subtitle on mp4 files.

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

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


[Bug 1196167] Re: Totem player stop working

2014-06-23 Thread Adam Reid
Same issue with Totem in Mint 16 Cinnamon... crashes every time when
disabling subtitles no matter how I try (menu or context).  Having to
use VLC for affected files, so crippling problem really.

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

Title:
  Totem player stop working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/1196167/+subscriptions

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


[Bug 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-23 Thread really
Over a year and this still isn't fixed. I mean, no one needs any new
(and even more buggy) features when the old ones aren't even working
properly...

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

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

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

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

[Bug 1333373] [NEW] test

2014-06-23 Thread Felix Kay
Public bug reported:

This was just a test bug report to get the Apport Report. May be
deleted.

test

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.1
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun 23 20:07:44 2014
GsettingsChanges:
 b'org.gnome.nautilus.list-view' b'default-zoom-level' b'smaller'
 b'org.gnome.nautilus.list-view' b'default-column-order' b['name', 'size', 
'type'launchpad , 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug third-party-packages trusty

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

Title:
  test

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

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

[Bug 1278437] Re: can't move link type .desktop files around on desktop

2014-06-23 Thread Felix Kay
As of today moving URLs mysterically works on my desktop.

Other experiences? Please help to solve this bug. Thanks

Apport Data:

DistroRelease: Ubuntu 14.04
Package: nautilus 1:3.10.1-0ubuntu9.1
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun 23 20:07:44 2014
GsettingsChanges:
 b'org.gnome.nautilus.list-view' b'default-zoom-level' b'smaller'
 b'org.gnome.nautilus.list-view' b'default-column-order' b['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  can't move link type .desktop files around on desktop

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

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


[Bug 1333373] Re: test

2014-06-23 Thread Felix Kay
** Description changed:

+ This was just a test bug report to get the Apport Report. May be
+ deleted.
+ 
  test
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: nautilus 1:3.10.1-0ubuntu9.1
  ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
  Uname: Linux 3.13.0-29-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Jun 23 20:07:44 2014
  GsettingsChanges:
-  b'org.gnome.nautilus.list-view' b'default-zoom-level' b'smaller'
-  b'org.gnome.nautilus.list-view' b'default-column-order' b['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']
+  b'org.gnome.nautilus.list-view' b'default-zoom-level' b'smaller'
+  b'org.gnome.nautilus.list-view' b'default-column-order' b['name', 'size', 
'type'launchpad , 'date_modified', 'date_accessed', 'owner', 'group', 
'permissions', 'mime_type', 'where']
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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

Title:
  test

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

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

[Bug 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-23 Thread maxicastro
Con todo respeto, no entiendo por qué este bug sigue sin corregirse cuando es 
algo tan concreto de la GUI.
Digo, se tiene que resolver desde la comunidad o algun empleado de Canonical?
O Canonical o los líderes de proyectos están esperando que lo tome la comunidad 
y lo resuelva?

Quizas desde mi punto de vista como usuario pero no dev, está mal que parezca 
un bug relativamente fácil de resolver.
O no se va a resolver hasta que alguien de la comunidad estudie y lo intente?

@Treviño está asignado hace 7 meses pero no se sabe si está trabajando o no, 
luego de que lo asignara @seb128.
En su página de lauchpad treviño está trabajando y commiteando pero no se si en 
este bug o en otros.

La pregunta es, cuál es el motivo por el cual un bug tan concreto y
molesto para el usuario no ha sido siquiera pasado de Triaged a In
progress?

Y pido disculpas porque escribir, pero no se inglés...

Y estoy de acuerdo con wlfbck.

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

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

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

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

[Bug 1333398] [NEW] Crash when trying to update with gui icon shows up for app/update or when running sudo nemo trying to close terminal after closing nemo terminal keeps it open and crashes

2014-06-23 Thread xreuze
Public bug reported:

I have had few other problems when running apps or trying to close apps,
terminal running in shell apps the gui type window is not closing and
terminal crashes where i have to force it to quit.

I have gotten away by reopen gnome/terminal


:~$gnome-terminal.wrapper −−geometry=GEOMETRY
:~$ gnome-terminal −−geometry=GEOMETRY

This usually fix it.

After running 
sudo apt-get update  sudo apt-get upgrade

the problem shows back up, so i think there is a lib file that is causing a 
problem. 
I have been trying to locate the libs that is associated with gnome - terminal 
to see
if there is a problem with a wrapper or problem with closing session of the 
terminal.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: gnome-terminal 3.6.2-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic i686
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
CurrentDesktop: Unity
Date: Mon Jun 23 22:00:49 2014
ExecutablePath: /usr/bin/gnome-terminal
InstallationDate: Installed on 2014-04-24 (60 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release i386 (20140417)
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 trusty

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

Title:
  Crash when trying to update with gui icon shows up for app/update or
  when running sudo nemo trying to close terminal after closing nemo
  terminal keeps it open and crashes

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

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

[Bug 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-23 Thread Adolfo Jayme
** Changed in: bamf (Ubuntu)
   Importance: Medium = High

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

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

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

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

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

[Bug 1333411] [NEW] Sync libimobiledevice 1.1.6+dfsg-2 (main) from Debian unstable (main)

2014-06-23 Thread Artur Rona
Public bug reported:

Please sync libimobiledevice 1.1.6+dfsg-2 (main) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Merge from Debian unstable. (LP: #1328701) Remaining changes:
- debian/libimobiledevice-utils.manpages:
  + Replace a duplicate 'backup' util man page with the one
for 'crashreport'. (Closes: #750955)

Debian has merged Ubuntu changes.

Changelog entries since current utopic version 1.1.6+dfsg-1ubuntu1:

libimobiledevice (1.1.6+dfsg-2) unstable; urgency=medium

  * [169b453] Fix libimobiledevice-utils.manpages.
 - Drop duplicate idevicebackup.1 entry
 - Add idevicename.1 and idevicecrashreport.1
Thanks to Artur Rona (Closes: #750955)
  * [583a454] Fix dependency on transitional libtasn1-3-dev package
(Closes: #731707)

 -- Chow Loong Jin hyper...@debian.org  Mon, 23 Jun 2014 14:43:38
+0800

** Affects: libimobiledevice (Ubuntu)
 Importance: Wishlist
 Status: New

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

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

Title:
  Sync libimobiledevice 1.1.6+dfsg-2 (main) from Debian unstable (main)

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

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


[Bug 1333425] [NEW] Cover designer: can not in front or back page

2014-06-23 Thread Davide Capodaglio
Public bug reported:

Brasero 3.10 on 14.04 amd64 : cover designer is almost unusable, as it does not 
allow to write anything in front or back page.
It is possible to write only on the side of the CD case.

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

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

Title:
  Cover designer: can not in front or back page

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

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


[Bug 1333004] Re: login without passwort prompt

2014-06-23 Thread Seth Arnold
** Information type changed from Private Security to Public Security

** Summary changed:

- login without passwort prompt
+ login without password prompt

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

Title:
  login without password prompt

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

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


[Bug 1299604] Re: evolution keeps asking for password

2014-06-23 Thread aleandro
Ubuntu 14.04. Same issue but with a yahoo account. I solved removing the
account from the keyring by using seahorse and inserting it there again.

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

Title:
  evolution keeps asking for password

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

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


[Bug 1290785] Re: Users with big UID are invisible in login and Settings-User

2014-06-23 Thread Robert Ancell
The component that is reading UID_MAX is accounts service which is why
restarting lightdm would have no effect.

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

Title:
  Users with big UID are invisible in login and Settings-User

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

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


[Bug 1290785] Re: Users with big UID are invisible in login and Settings-User

2014-06-23 Thread Robert Ancell
The reason they show on the 13.10 login screen is bug 1248541 had not
been fixed - LightDM was showing users that accountsservice considered
system (i.e. with a UI = UID_MAX).

** Also affects: accountsservice (Ubuntu)
   Importance: Undecided
   Status: New

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

** Summary changed:

- Users with big UID are invisible in login and Settings-User
+ Users with UID  6 are invisible in login and Settings-User unless 
/etc/login.defs updated

** No longer affects: lightdm

** No longer affects: gnome-control-center (Ubuntu)

** Changed in: accountsservice (Ubuntu)
   Importance: Undecided = Medium

** No longer affects: gnome-system-tools (Ubuntu)

** Also affects: accountsservice (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: accountsservice (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: accountsservice (Ubuntu Trusty)
   Importance: Undecided = Medium

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

Title:
  Users with UID  6 are invisible in login and Settings-User
  unless /etc/login.defs updated

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

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


[Bug 1290785] Re: Users with UID 60000 are invisible in login and Settings-User unless /etc/login.defs updated

2014-06-23 Thread Launchpad Bug Tracker
This bug was fixed in the package accountsservice - 0.6.37-1ubuntu4

---
accountsservice (0.6.37-1ubuntu4) utopic; urgency=medium

  * debian/patches/0020-support-login.defs.patch:
- Don't use UID_MAX - all system users will be below UID_MIN and using
  UID_MAX hides valid users on systems with large UIDs (LP: #1290785)
 -- Robert Ancell robert.anc...@canonical.com   Tue, 24 Jun 2014 11:34:15 
+1200

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

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

Title:
  Users with UID  6 are invisible in login and Settings-User
  unless /etc/login.defs updated

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

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


[Bug 1065695] Re: Screen not locked when coming out of suspend/hibernate

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

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

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

Title:
  Screen not locked when coming out of suspend/hibernate

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

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


[Bug 1065695] Vacation reply

2014-06-23 Thread mikael hammarlind
-- 
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/1065695

Title:
  Screen not locked when coming out of suspend/hibernate

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

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


[Bug 1322181] Re: file-roller isn't properly opening some rar files

2014-06-23 Thread Monsta
** Summary changed:

- file-roller isn't properly opening rar files with srt files inside
+ file-roller isn't properly opening some rar files

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

Title:
  file-roller isn't properly opening some rar files

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

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


[Bug 1278437] Re: can't move link type .desktop files around on desktop

2014-06-23 Thread bitinerant
Still not working for me, same nautilus 1:3.10.1-0ubuntu9.1.  Felix, try
the steps in post #4.

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

Title:
  can't move link type .desktop files around on desktop

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

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


[Bug 1333512] [NEW] Failing to import module adds noise to the logging stream

2014-06-23 Thread Christopher Lee
Public bug reported:

When there is a failure to import a module this failure is logged but
also means that everything else will be logged to stdout from that point
on.

To reproduce/test:

Run the python script found here: http://pastebin.ubuntu.com/7693393/

Expected output: Nothing. No logging and no text etc.

Actual Output:
ERROR:root:Could not find any typelib for rubbish
INFO:something-not-root:You shouldn't see this

Note that you can see the logged output for something-not-root even
though it's logging level is set to DEBUG.

Ubuntu Version:
Description:Ubuntu 14.04 LTS
Release:14.04

Package Version:
python3-gi 3.12.0-1

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

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

Title:
  Failing to import module adds noise to the logging stream

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

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


[Bug 1299245] Re: Rhythmbox fails to start

2014-06-23 Thread Launchpad Bug Tracker
[Expired for rhythmbox (Ubuntu) because there has been no activity for
60 days.]

** Changed in: rhythmbox (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Rhythmbox fails to start

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

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


[Bug 1310167] Re: Twin head displays not retaining settings across reboot.

2014-06-23 Thread Launchpad Bug Tracker
[Expired for gnome-control-center (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  Twin head displays not retaining settings across reboot.

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

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


[Bug 1294366] Re: Empathy does not open under Ubuntu 14.04 LTS

2014-06-23 Thread Launchpad Bug Tracker
[Expired for empathy (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Empathy does not open under Ubuntu 14.04 LTS

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

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


[Bug 1333512] Re: Failing to import module adds noise to the logging stream

2014-06-23 Thread Martin Pitt
** Description changed:

  When there is a failure to import a module this failure is logged but
  also means that everything else will be logged to stdout from that point
  on.
  
- 
  The Issue:
  When failing to import a module the gi.repository import module adds a 
handler, that sends output to stdout, to the root logger. This means that _any_ 
logging after the failed import will be sent to stdout.
- 
  
  To reproduce/test:
  
  Run the python script found here: http://pastebin.ubuntu.com/7693434/
  
  Expected output: Nothing. No logging and no text etc.
  
  Actual Output:
  ERROR:root:Could not find any typelib for rubbish
  INFO:something-not-root:You shouldn't see this
  
  Note that you can see the logged output for something-not-root even
- though it's logging level is set to DEBUG.
+ though it's logging level is set to INFO (which isn't normally shown).
  
  Ubuntu Version:
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  
  Package Version:
  python3-gi 3.12.0-1

** Also affects: pygobject (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: pygobject (Ubuntu Utopic)
   Importance: Undecided
   Status: New

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

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

** Description changed:

  When there is a failure to import a module this failure is logged but
  also means that everything else will be logged to stdout from that point
  on.
  
  The Issue:
  When failing to import a module the gi.repository import module adds a 
handler, that sends output to stdout, to the root logger. This means that _any_ 
logging after the failed import will be sent to stdout.
  
  To reproduce/test:
  
  Run the python script found here: http://pastebin.ubuntu.com/7693434/
  
  Expected output: Nothing. No logging and no text etc.
  
  Actual Output:
  ERROR:root:Could not find any typelib for rubbish
  INFO:something-not-root:You shouldn't see this
  
  Note that you can see the logged output for something-not-root even
  though it's logging level is set to INFO (which isn't normally shown).
  
+ Upstream fix: https://git.gnome.org/browse/pygobject/commit/?id=ac8b59e
+ 
  Ubuntu Version:
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  
  Package Version:
  python3-gi 3.12.0-1

** Changed in: pygobject (Ubuntu Utopic)
   Status: New = In Progress

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

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

Title:
  Failing to import module adds noise to the logging stream

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

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


[Bug 1333512] Re: Failing to import module adds noise to the logging stream

2014-06-23 Thread Christopher Lee
** Description changed:

  When there is a failure to import a module this failure is logged but
  also means that everything else will be logged to stdout from that point
  on.
  
+ 
+ The Issue:
+ When failing to import a module the gi.repository import module adds a 
handler, that sends output to stdout, to the root logger. This means that _any_ 
logging after the failed import will be sent to stdout.
+ 
+ 
  To reproduce/test:
  
- Run the python script found here: http://pastebin.ubuntu.com/7693393/
+ Run the python script found here: http://pastebin.ubuntu.com/7693434/
  
  Expected output: Nothing. No logging and no text etc.
  
  Actual Output:
  ERROR:root:Could not find any typelib for rubbish
  INFO:something-not-root:You shouldn't see this
  
  Note that you can see the logged output for something-not-root even
  though it's logging level is set to DEBUG.
  
  Ubuntu Version:
  Description:  Ubuntu 14.04 LTS
  Release:  14.04
  
  Package Version:
  python3-gi 3.12.0-1

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

Title:
  Failing to import module adds noise to the logging stream

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

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


[Bug 1333512] Re: Failing to import module adds noise to the logging stream

2014-06-23 Thread Martin Pitt
The ERROR log is removed upstream with the fix, so I'll upload 3.13.3
to utopic (which we want anyway).

** Changed in: pygobject (Ubuntu Utopic)
   Status: In Progress = Fix Committed

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

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

Title:
  Failing to import module adds noise to the logging stream

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

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


[Bug 1333512] Re: Failing to import module adds noise to the logging stream

2014-06-23 Thread Martin Pitt
The upstream fix indeed removes the ERROR:root:Could not find any
typelib for rubbish. But I can't reproduce the logging level change to
INFO, i. e. I never see the INFO:something-not-root:You shouldn't see
this. I tried with python 2 and 3 on trusty and utopic.

** Changed in: pygobject (Ubuntu Trusty)
   Status: New = Incomplete

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

Title:
  Failing to import module adds noise to the logging stream

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

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


[Bug 1226962] Re: Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

2014-06-23 Thread defis
1. Ubuntu 14.04, clean installed
2. English (US) + Greek
3. (Left) LShift + (Left) LAlt
4. Unity
5. Blender v2.7

When I use English keyboard layout I can use all the shortcuts (except
some that use the Alt key, but that's a Linux problem.  For example Alt
+ (Middle) MClick (or button 3)). But When I switch to Greek, I can use
only the numeric shortcut (Ctlr + 1 for example).

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

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10 and 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

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


[Bug 1333512] Re: Failing to import module adds noise to the logging stream

2014-06-23 Thread Bug Watch Updater
** Changed in: pygobject
   Status: Unknown = Fix Released

** Changed in: pygobject
   Importance: Unknown = Medium

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

Title:
  Failing to import module adds noise to the logging stream

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

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