[Bug 1364905] Re: new item panel's Ok button disabled (github version works)

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

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

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

Title:
  new item panel's Ok button disabled (github version works)

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

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


[Bug 1364905] Re: new item panel's Ok button disabled (github version works)

2014-11-26 Thread Bob van de Loo
When editing an existing item the OK button stays disabled.

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

Title:
  new item panel's Ok button disabled (github version works)

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

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


[Bug 1346734] Re: Unprivileged LXC containers don't work under systemd

2014-11-26 Thread Martin Pitt
I created a per-user container t1, and confirm that it does start
under upstart/cgmanger and doesn't under systemd. I now have a
preliminary patch for putting the user slices into all cgroup
controllers, plus some hand-crafted chown ubuntu for all the
user-1000.slice cgroup directories so that they become writable (this
part still needs to be added to the patch). I understand that this
should now be sufficient:

ubuntu@ulxc$ cat /proc/$$/cgroup
10:devices:/user.slice/user-1000.slice
9:memory:/user.slice/user-1000.slice
8:cpuset:/
7:hugetlb:/user.slice/user-1000.slice
6:blkio:/user.slice/user-1000.slice
5:cpu,cpuacct:/user.slice/user-1000.slice
4:freezer:/user.slice/user-1000.slice
3:perf_event:/user.slice/user-1000.slice
2:net_cls,net_prio:/user.slice/user-1000.slice
1:name=systemd:/user.slice/user-1000.slice/session-1.scope

ubuntu@ulxc:~$ ls -ld /sys/fs/cgroup/*/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/blkio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpuacct/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpuset/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/cpu/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/devices/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/freezer/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/hugetlb/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/memory/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_cls,net_prio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_cls/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/net_prio/user.slice/user-1000.slice/
drwxr-xr-x 2 ubuntu root 0 Nov 26 10:41 
/sys/fs/cgroup/perf_event/user.slice/user-1000.slice/
drwxr-xr-x 4 root   root 0 Nov 26 10:33 
/sys/fs/cgroup/systemd/user.slice/user-1000.slice/

I'm not sure why my login shell isn't in cpuset, I'll debug that
still. But I chown'ed /sys/fs/cgroup/cpuset/ to ubuntu as well.

But still lxc-start fails:

$ lxc-start -n t1 -F 
lxc-start: cgfs.c: lxc_cgroupfs_create: 849 Could not set clone_children to 1 
for cpuset hierarchy in parent cgroup.
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/devices/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/memory/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpuset//user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpuset//user.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Read-only file system - cgroup_rmdir: 
failed to delete /sys/fs/cgroup/cpuset/
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/hugetlb/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/blkio/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/freezer/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/perf_event/user.slice/user-1000.slice
lxc-start: cgfs.c: cgroup_rmdir: 207 Permission denied - cgroup_rmdir: failed 
to delete /sys/fs/cgroup/net_cls,net_prio/user.slice/user-1000.slice
lxc-start: start.c: lxc_spawn: 864 failed creating cgroups

Questions:

 - Why is it trying to *remove* the existing cgroups? It sounds wrong to
fuzz around with those, I thought it would merely want and need to
create new cgroups below those? And the ubuntu user can definitively do
that:

ubuntu@ulxc:~$ mkdir 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup
ubuntu@ulxc:~$ ls -ld 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup
drwxrwxr-x 2 ubuntu ubuntu 0 Nov 26 10:50 
/sys/fs/cgroup/cpu,cpuacct/user.slice/user-1000.slice/mygroup

--logpriority debug --logfile /tmp/d doesn't really give much
information either. stracing lxc-start only shows rmdir() whose errors
are shown above, it doesn't have any mkdir() or similar call which would
show an attempt to create new cgroups?

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

** No longer affects: lxc (Ubuntu)

-- 
You received this bug notification because you are a member of 

[Bug 890747] Re: Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it would expect

2014-11-26 Thread John Lea
@bregma; is this issue fixed in 14.04 or 14.10 then?

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

Title:
  Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it
  would expect

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

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


[Bug 1392267] Re: [SRU] New stable release 2.42.1

2014-11-26 Thread Iain Lane
Since nobody else commented. Been running on my laptop for a while, no
problems detected.

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

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

Title:
  [SRU] New stable release 2.42.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1392267/+subscriptions

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


[Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04

2014-11-26 Thread Ian Ozsvald
In reference to Milton's comments (and thanks for the follow-ups) - my
problems (listed in #11) are *not* related to a post-suspend loss of
wifi. My problems happen consistently on a fresh boot.

Frankly my E6420 can be 'wobbly' after suspend (it has been since 10.10)
so I rarely suspend (it can fail to restart wifi, sometimes it refuses
to wake at all, sometimes it works fine but won't shutdown - I've no
idea what causes this instability). For the time being I'm using a 2nd
wifi device (a EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS])
whilst in the office to avoid the loss of wifi problem.

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

Title:
  Wifi cannot connect or unstable after suspend 14.04

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

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


[Bug 890747] Re: Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it would expect

2014-11-26 Thread Treviño
14.04 should be

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

Title:
  Keyboard shortcut - Ctrl Alt Del doesn't do what most people typing it
  would expect

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

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


[Bug 1303079] Re: refresh rate value is not saved

2014-11-26 Thread Ian Ozsvald
I'm seeing this on 14.04 (Linux mint 17), 64 bit. I can't help but
remember that I've seen this bug over the years.

Two scenarios:
1) Edit|Preferences, Resources tab, Update interval is shown as 0.00, you can 
adjust it, Close, then if you go back it'll be marked as 0.00 (although the 
update speed in the charts has probably changed)
2) Make a change to Update interval, switch to another tab, the change is made 
and the graphs change speed, switch back to Resources tab and the interval is 
shown as 0.00

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

Title:
  refresh rate value is not saved

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/1303079/+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-11-26 Thread plasecki
I have the same issue.
I use:
- Ubuntu 14.04.1 LTS
- Example device that does not work: Samsung Galaxy S2, Android 2.3.6

Environment: Device was connected to USB Hub and then to Ubuntu machine.

I observed that:
- Device icon is visible on Ubuntu desktop.
But when I click that then I cannot go inside. I can see only message: 
Failed to mount Samsung Android
Unable to open MTP device
- Device is visible via adb
- Ubuntu restart and plugging in device (USB debugging on and screen saver off) 
does not help
- when I run mtpfs from command line I can see: Unable to open ~/.mtpz-data for 
reading

Will this issue be fixed soon?
Should upgrade to Ubuntu 14.10 help to fix that?

This is urgent issue for me as Ubuntu user and I hope it can be fixed
soon

Regards
Piotr

-- 
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 1396626] [NEW] print dialog font selection scrolled to end

2014-11-26 Thread Andreas E.
Public bug reported:

When printing  a gedit (plain text) document, it is possible to
configure which font is used for printing.

When you click on a font button to open the font selector dialog, and
type into the search field, the filtered font list is scrolled to the
last list item. As a result, the most general font (Arial or Ubuntu)
are with high probability hidden from view, and only more specialized
fonts (Arial Bold, Arial Bold Italic) are shown in the visible
scroll area.

The expected behavior is that scroll area defaults to scrolled to top,
which users are used to from other applications.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gedit 3.10.4-0ubuntu6
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: Wed Nov 26 15:02:10 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-02-02 (296 days ago)
InstallationMedia: Ubuntu-GNOME 14.04 Trusty Tahr - Alpha amd64 (20140201)
SourcePackage: gedit
UpgradeStatus: Upgraded to utopic on 2014-11-04 (21 days ago)

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


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

** Attachment added: screenshot
   
https://bugs.launchpad.net/bugs/1396626/+attachment/4269012/+files/print_font_selection.png

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

Title:
  print dialog font selection scrolled to end

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

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


[Bug 1396649] [NEW] Code Comment: uncomment removing non-comment %-signs in e.g. LaTeX document

2014-11-26 Thread Danna Gifford
Public bug reported:

The code comment/uncomment plugin Code Comment is behaving
unexpectedly.  In LaTeX, % signs are used to indicate a comment, but are
also used as the actual percent sign when escaped with a \ (e.g. 50\% is
half, 25\% is one-quarter, etc...)

The uncomment part of the Code Comment plugin is removing % signs, even
when they are not at the start of a line.  This can break LaTeX code, as
demonstrated with the following example

Steps to reproduce:
1. Open a new document
2. Copy/paste the LaTeX code below Test case:
3. Enable the Code Comment plugin under PreferencesPlugins
4. Under ViewHighlight Mode..., Select LaTeX (or save file with a .tex 
extension)
5. Select all text in the document.
6. Press shift-ctrl-m or select from the menu EditUncomment Code


Test case:
\documentclass{report}
\begin{document}
Here is some text you might type in LaTeX. $99\%$ of lines in LaTeX look like 
this.
e.g. 50\% is half, 25\% is one-quarter
%Like all statistics, the above line is completely fabricated.
Here is a line with an in-line comment. %This is an inline comment and should 
not be removed.
%Here is a commented line with a percentage: 50\% means the same as half.
\end{document}

Expected result (% signs should only be removed from start of line):
\documentclass{report}
\begin{document}
Here is some text you might type in LaTeX. $99\%$ of lines in LaTeX look like 
this.
e.g. 50\% is half, 25\% is one-quarter
Like all statistics, the above line is completely fabricated.
Here is a line with an in-line comment. %This is an inline comment and should 
not be removed.
Here is a commented line with a percentage: 50\% means the same as half.
\end{document}

Actual result (first % sign found on a line is being removed. Note missing % 
sign in lines 3, 4, 6. File won't compile now due to \$ caused on line 3):
\documentclass{report}
\begin{document}
Here is some text you might type in LaTeX. $99\$ of lines in LaTeX look like 
this.
e.g. 50\ is half, 25\% is one-quarter
Like all statistics, the above line is completely fabricated.
Here is a line with an in-line comment. This is an inline comment and should 
not be removed.
Here is a commented line with a percentage: 50\% means the same as half.
\end{document}

Work-around:
Do a find-replace with ^% as the search query and Match as regular 
expression selected.  This will match % only at the start of a line.

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

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

Title:
  Code Comment: uncomment removing non-comment %-signs in e.g. LaTeX
  document

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

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


[Bug 1396700] [NEW] Needs to be updated to bluez5

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

See https://blueprints.launchpad.net/ubuntu/+spec/desktop-v-bluez5 for
details

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

** Changed in: indicator-bluetooth (Ubuntu)
   Importance: Undecided = High

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

Title:
  Needs to be updated to bluez5

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

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


[Bug 1396699] [NEW] Needs to be updated to bluez5

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

See https://blueprints.launchpad.net/ubuntu/+spec/desktop-v-bluez5 for
details

** Affects: indicator-bluetooth (Ubuntu)
 Importance: Low
 Status: Invalid

** Changed in: indicator-bluetooth (Ubuntu)
   Status: New = Invalid

** Changed in: indicator-bluetooth (Ubuntu)
   Importance: Undecided = Low

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

Title:
  Needs to be updated to bluez5

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

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


[Bug 1061195] Re: Can't create EWS or MAPI account

2014-11-26 Thread Daniel Jay Haskin
I wanted to post one further workaround. This is thanks to a co worker
of mine.

He tells me that when using the gnome shell and evolution, he *did not*
use the online accounts at first. Instead, he first manually configured
his IMAP email account (his personal email account) as he always did
within evolution. He then went into online accounts and configured his
ews account through gnome shell and everything worked :)

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

Title:
  Can't create EWS or MAPI account

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

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


[Bug 1396708] [NEW] package libudev1:i386 204-5ubuntu20.9 failed to install/upgrade: package libudev1:i386 is already installed and configured

2014-11-26 Thread Gustavo Blanco
Public bug reported:

i don't know

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: libudev1:i386 204-5ubuntu20.9
ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
Uname: Linux 3.13.0-40-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
AptdaemonVersion: 1.1.1-1ubuntu5.1
Architecture: amd64
Date: Wed Nov 26 14:50:40 2014
DuplicateSignature: package:libudev1:i386:204-5ubuntu20.9:package libudev1:i386 
is already installed and configured
ErrorMessage: package libudev1:i386 is already installed and configured
InstallationDate: Installed on 2014-11-25 (0 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
PackageArchitecture: i386
SourcePackage: systemd
Title: package libudev1:i386 204-5ubuntu20.9 failed to install/upgrade: package 
libudev1:i386 is already installed and configured
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: already-installed apport-package i386 need-duplicate-check 
package-from-proposed third-party-packages trusty

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

Title:
  package libudev1:i386 204-5ubuntu20.9 failed to install/upgrade:
  package libudev1:i386 is already installed and configured

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

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


[Bug 838543] Re: False battery warning +suspend

2014-11-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/linux-lts-trusty

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

Title:
  False battery warning +suspend

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

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


[Bug 1396748] [NEW] New upstream release 3.14.0

2014-11-26 Thread Jackson Doak
Public bug reported:

A new upstream release is out, and we'd like to have all of 3.14 in for ubuntu 
vivid. This doesn't need gtk 3.14 and is bugfix only.
debdiff attached

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

** Patch added: debdiff to the new version
   https://bugs.launchpad.net/bugs/1396748/+attachment/4269217/+files/deb.diff

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

Title:
  New upstream release 3.14.0

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

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


[Bug 838543] Re: False battery warning +suspend

2014-11-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/linux-keystone

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

Title:
  False battery warning +suspend

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

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


[Bug 1173150] Re: Can't turn off 'Airplane Mode' after toggling hardware wifi switch

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

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

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

Title:
  Can't turn off 'Airplane Mode' after toggling hardware wifi switch

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

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


[Bug 1396797] [NEW] package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade: Trigger bilden eine Schleife, aufgegeben

2014-11-26 Thread Josef Hopfgartner
Public bug reported:

reinstall - then ok

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: gnome-icon-theme 3.12.0-1ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 2.14.7-0ubuntu10
Architecture: amd64
Date: Wed Nov 26 21:48:40 2014
DuplicateSignature: package:gnome-icon-theme:3.12.0-1ubuntu1:Trigger bilden 
eine Schleife, aufgegeben
ErrorMessage: Trigger bilden eine Schleife, aufgegeben
PackageArchitecture: all
SourcePackage: gnome-icon-theme
Title: package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade: 
Trigger bilden eine Schleife, aufgegeben
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package vivid

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

Title:
  package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade:
  Trigger bilden eine Schleife, aufgegeben

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

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


[Bug 1396797] Re: package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade: Trigger bilden eine Schleife, aufgegeben

2014-11-26 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-icon-theme in Ubuntu.
https://bugs.launchpad.net/bugs/1396797

Title:
  package gnome-icon-theme 3.12.0-1ubuntu1 failed to install/upgrade:
  Trigger bilden eine Schleife, aufgegeben

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

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


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-11-26 Thread Pádraig Brady
I wonder is this related to traversing symlinks to the mount point?
https://bugzilla.redhat.com/show_bug.cgi?id=844713

** Bug watch added: Red Hat Bugzilla #844713
   https://bugzilla.redhat.com/show_bug.cgi?id=844713

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

Title:
  Nautilus says the USB stick is read only when it is not

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

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


[Bug 1034108] Re: Lubuntu, won't take system password, always prompts for keyring

2014-11-26 Thread Daniel Hollocher
** Also affects: lubuntu-meta (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Lubuntu, won't take system password, always prompts for keyring

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

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


[Bug 1034108] Re: Lubuntu, won't take system password, always prompts for keyring

2014-11-26 Thread Walter Lapchynski
This is not fixed because Ubuntu One for cloud storage, etc. is gone:
https://login.ubuntu.com/one-redirect

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

** Changed in: lubuntu-meta (Ubuntu)
   Status: New = Invalid

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

Title:
  Lubuntu, won't take system password, always prompts for keyring

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

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


[Bug 1226962]

2014-11-26 Thread Yuval Adam
This bug exists in a fully-updated Arch system:

$ uname -a
Linux X 3.17.3-1-ARCH #1 SMP PREEMPT Fri Nov 14 23:13:48 CET 2014 x86_64 
GNU/Linux

$ libreoffice --version
LibreOffice 4.3.4.1 430m0(Build:1)

Please fix this annoying bug, it prevents non-English locale users from
getting any meaningful work done.

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

Title:
  Hotkeys not functional in non-latin keyboard layout in 13.10, 14.04,
  14.04.1, 14.10

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 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-11-26 Thread Victor Mendonça
I also have the same problem on 14.04, however I'm using Nemo and not
nautilus.

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

Title:
  Nautilus says the USB stick is read only when it is not

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

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


[Bug 1345884] Re: Update to 3.12

2014-11-26 Thread Robert Ancell
See lp:~robert-ancell/gnome-bluetooth/update-3.12

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

Title:
  Update to 3.12

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

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


[Bug 608537] Re: Rhythmbox not support cue sheet for lossless audio disk image (external and embedded) and cue sheet for tracks

2014-11-26 Thread Justin Forest
Found another player, thanks, bye.

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

Title:
  Rhythmbox not support cue sheet for lossless audio disk image
  (external and embedded) and cue sheet for tracks

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

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


[Bug 1251281] Re: gnome-session-flashback fails to start without hardware acceleration in cloud/remote environments (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

2014-11-26 Thread Maxim Kuvyrkov
Hi,

Would, please, someone clarify for users whether the fix will be
backported to trusty's gnome-session or to any other released ubuntu
version?

Thank you.

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

Title:
  gnome-session-flashback fails to start without hardware acceleration
  in cloud/remote environments (Forwarded-X/XRDP/VNC/NX/X2GO/Chromoting)

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

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