[Bug 1323729] Fix merged to neutron (master)

2014-10-18 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/127082
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=105dba9addfdffecea41cce58f3646d2f2a6a6cc
Submitter: Jenkins
Branch:master

commit 105dba9addfdffecea41cce58f3646d2f2a6a6cc
Author: YAMAMOTO Takashi yamam...@valinux.co.jp
Date:   Thu Oct 9 09:04:34 2014 +0900

openvswitch: Remove no longer used options

They are remainders of the recently removed monolithic OVS plugin.
Note: This change does not touch options used by OVS agent.

Partial-Bug: #1323729
Change-Id: I6dd04c5c506ff5f97f10ebab03943cd508fbfe60

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to neutron in Ubuntu.
https://bugs.launchpad.net/bugs/1323729

Title:
  Remove Open vSwitch and Linuxbridge plugins from the Neutron tree

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1359563] Re: Munin cron unable to start on Ubuntu Server 14.04

2014-10-18 Thread Bug Watch Updater
** Changed in: munin (Debian)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/1359563

Title:
  Munin cron unable to start on Ubuntu Server 14.04

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1382837] [NEW] nova-compute is started before libvirt

2014-10-18 Thread Ante Karamatić
Public bug reported:

Ubuntu 14.04, nova 2014.1.2-0ubuntu1.1

Rebooting nova-compute node results in a non-running nova-compute
service. This is due the fact that nova-compute starts before libvirt:

2014-10-19 01:49:20.686 2993 AUDIT nova.service [-] Starting compute node 
(version 2014.1.2)
2014-10-19 01:50:15.141 2993 WARNING nova.virt.libvirt.driver [-] URI 
qemu:///system does not support events: Cannot write data: Broken pipe
2014-10-19 01:50:15.147 2993 ERROR nova.openstack.common.threadgroup [-] 
internal error: client socket is closed
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup Traceback 
(most recent call last):
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py, line 
117, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
x.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/threadgroup.py, line 
49, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self.thread.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 168, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self._exit_event.wait()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
hubs.get_hub().switch()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 187, in switch
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup return 
self.greenlet.switch()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 194, in main
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup result 
= function(*args, **kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/openstack/common/service.py, line 483, 
in run_servic
e
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
service.start()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 163, in start
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self.manager.init_host()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 1030, in 
init_host
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self.driver.init_host(host=self.host)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 658, in 
init_host
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
self._do_quality_warnings()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 641, in 
_do_quality_warnings
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup caps = 
self.get_host_capabilities()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 2870, in 
get_host_capabilities
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup xmlstr 
= self._conn.getCapabilities()
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 179, in doit
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup result 
= proxy_call(self._autowrap, f, *args, **kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 139, in proxy_call
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup rv = 
execute(f,*args,**kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/eventlet/tpool.py, line 77, in tworker
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup rv = 
meth(*args,**kwargs)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup   File 
/usr/lib/python2.7/dist-packages/libvirt.py, line 3303, in getCapabilities
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup if ret 
is None: raise libvirtError ('virConnectGetCapabilities() failed', conn=self)
2014-10-19 01:50:15.147 2993 TRACE nova.openstack.common.threadgroup 
libvirtError: 

[Bug 1371159] Re: MacBookPro 11, 1 (Haswell, retina) fails to both suspend and hibernate with ubuntu 14.04

2014-10-18 Thread Albert
To add here that if the USB ethernet adapter is plugged in and the
laptop lid is closed, and then the adapter is unplugged, the laptop will
wake up within 20 seconds or so. Closing the lid again suspends it
without issue.

In other words, remove the USB ethernet adapter prior to putting the
laptop to sleep.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pm-utils in Ubuntu.
https://bugs.launchpad.net/bugs/1371159

Title:
  MacBookPro 11,1 (Haswell, retina) fails to both suspend and hibernate
  with ubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1371159/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1382842] [NEW] Security update breaks pacemaker in 14.04

2014-10-18 Thread Ante Karamatić
Public bug reported:

Ubuntu 14.04

If system is running with pacemaker from the archive:

$ dpkg -l | grep 1.1.10+git20130802-1ubuntu2
ii  libcib3   
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - CIB
ii  libcrmcluster4
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - CRM
ii  libcrmcommon3 
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - common CRM
ii  libcrmservice1
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - crmservice
ii  liblrmd1  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - lrmd
ii  libpe-rules2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - rules for P-Engine
ii  libpe-status4 
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - status for P-Engine
ii  libpengine4   
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - P-Engine
ii  libstonithd2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - stonith
ii  libtransitioner2  
1.1.10+git20130802-1ubuntu2 amd64Pacemaker 
libraries - transitioner
ii  pacemaker 
1.1.10+git20130802-1ubuntu2 amd64HA cluster 
resource manager
ii  pacemaker-cli-utils   
1.1.10+git20130802-1ubuntu2 amd64Command line 
interface utilities for Pacemaker

$ sudo crm status
Last updated: Sat Oct 18 20:52:32 2014
Last change: Sat Oct 18 20:51:28 2014 via crmd on saturn
Stack: corosync
Current DC: saturn (2130706433) - partition with quorum
Version: 1.1.10-42f2063
1 Nodes configured
0 Resources configured

Online: [ saturn ]

And then one installs pacemaker (which pulls in pacemaker from
-security):

$ sudo apt-get install pacemaker
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libccrtp0 libdbus-c++-1-0 libucommon6 libyate5.0.0 libzrtpcpp2
Use 'apt-get autoremove' to remove them.
The following packages will be upgraded:
  pacemaker
1 upgraded, 0 newly installed, 0 to remove and 59 not upgraded.
Need to get 364 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://hr.archive.ubuntu.com/ubuntu/ trusty-updates/main pacemaker amd64 
1.1.10+git20130802-1ubuntu2.1 [364 kB]
Fetched 364 kB in 1s (197 kB/s)
(Reading database ... 638230 files and directories currently installed.)
Preparing to unpack .../pacemaker_1.1.10+git20130802-1ubuntu2.1_amd64.deb ...
Unpacking pacemaker (1.1.10+git20130802-1ubuntu2.1) over 
(1.1.10+git20130802-1ubuntu2) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up pacemaker (1.1.10+git20130802-1ubuntu2.1) ...
addgroup: The group `haclient' already exists as a system group. Exiting.
Warning: The home dir /var/lib/heartbeat you specified already exists.
The system user `hacluster' already exists. Exiting.

Restarting pacemaker results in havoc:

$ sudo /etc/init.d/pacemaker stop
Signaling Pacemaker Cluster Manager to terminate: [  OK  ]
Waiting for cluster services to unload:^[[A.[  OK  ]
$ sudo /etc/init.d/pacemaker start
Starting Pacemaker Cluster Manager: [  OK  ]

$ sudo crm status
Last updated: Sat Oct 18 20:54:03 2014
Last change: Sat Oct 18 20:51:28 2014 via crmd on saturn
Stack: corosync
Current DC: NONE
1 Nodes configured
0 Resources configured

Node saturn (2130706433): UNCLEAN (offline)

From the syslog:

Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 2 (30 max) times
Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 3 (30 max) times
Oct 18 20:54:16 saturn crmd[23424]:  warning: do_lrm_control: Failed to sign on 
to the LRM 4 (30 max) times

This is because pacemaker package depends on wrong library versions:

Package: pacemaker
Priority: optional
Section: admin
Installed-Size: 1564
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Architecture: amd64
Version: 1.1.10+git20130802-1ubuntu2.1
Replaces: pacemaker-heartbeat, pacemaker-openais
Depends: libc6 (= 2.14), libcfg6 (= 2.3.0), libcib3 (= 1.1.10+git20130802), 

[Bug 1379297] Re: python-greenlet ftbfs on ARM32

2014-10-18 Thread Bug Watch Updater
** Changed in: python-greenlet (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-greenlet in Ubuntu.
https://bugs.launchpad.net/bugs/1379297

Title:
  python-greenlet ftbfs on ARM32

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-greenlet/+bug/1379297/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1362631] Re: Enter Full Screen Mode crashes Plasma Next Desktop in Kubuntu 14.10 Beta 1, 2 or RC

2014-10-18 Thread Marco Parillo
** Summary changed:

- Enter Full Screen Mode crashes Plasma Next Desktop in Kubuntu 14.10 Beta 1 or 
Beta 2
+ Enter Full Screen Mode crashes Plasma Next Desktop in Kubuntu 14.10 Beta 1, 2 
or RC

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1362631

Title:
  Enter Full Screen Mode crashes Plasma Next Desktop in Kubuntu 14.10
  Beta 1, 2 or RC

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1381025] Re: Touchpad Asus Q301L

2014-10-18 Thread Patrick
I'm about to distribute this laptop to a class of CS students. It would
be great if we could fix this soon.

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

Title:
  Touchpad Asus Q301L

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

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


[Bug 1347305]

2014-10-18 Thread Josiah-l
First of all, I want to thank you for having an issue with the design
*and taking action* on it, it's very much appreciated, and a rare
quality. I actually am a fan of your idea, and think that if done
properly, could balance the cleaner design without having such a
radical change.


(In reply to Richard Leger from comment #48)
 If you look at Bugzilla, Thunderbird and Firefox layout, most of the
 editable field by end-users have a white background that clearly contrast
 with the background color of the window that contain them (eg: url address
 bar, search field, etc...) this is the most optimized contrast in term of
 usability. Most of forms on the web (and in software) do use such layout
 [though some might use a background color for field and white for the
 background color of windows/table that contain them]. This is a very
 standard design guideline that works and which is well followed in software
 development and on the web. Thunderbird should keep it.
 

Valid.

 As you are at redesigning the layout of compose windows I would also suggest
 the following additional changes as possible room for improvements:
 - Replace the current To/Bcc/Cc separate fields for each email address set
 by a comma (or semi-colon) list of addresses instead (as usually used in
 alternative email client software). With a trailing X button for each
 address to allow deletion/removal or a drop down menu to: delete, copy email
 address, edit contact, add contact, etc...

That is being handled separately in bug 440377.

 - Increase the newly set auto-completion search result display default limit
 (in To, Cc, Bcc fields) from 5 contacts to the previous value available in
 TB 24.x (I think it was about twice the amount: 10 contacts) and eventually
 allow end-users to change this limit within the options.

Noted, that would indeed be a separate bug though.

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

Title:
  Address fields are grey when composing messages

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

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


[Bug 1315020]

2014-10-18 Thread Vruiz-0
(In reply to Henrik Skupin (:whimboo) from comment #103)
 Hi Vruiz, and thanks for your report. Given that your issue related to a
 specific pdf file, please file a new bug and if possible attach the PDF to
 the bug. Devs can then have a  look at. This particular bug has been fixed a
 while ago. Thanks.

Thanks! I have created a neg bug:

https://bugzilla.mozilla.org/show_bug.cgi?id=1084327

I hope the description could help to solve the problem.

Thanks!

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

Title:
  PDF.js prints blank pages

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

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


[Bug 1347305]

2014-10-18 Thread Richard Leger
Created attachment 8507216
TB31-compose-windows-mockup-improvement-proposal.png

Idea for improvement...

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

Title:
  Address fields are grey when composing messages

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

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


[Bug 1347305]

2014-10-18 Thread Richard Leger
(In reply to Josiah Bruner [:JosiahOne] (needinfo  CC) from comment #49)
 First of all, I want to thank you for having an issue with the design *and
 taking action* on it, it's very much appreciated, and a rare quality. I
 actually am a fan of your idea, and think that if done properly, could
 balance the cleaner design without having such a radical change.

Thanks.

  As you are at redesigning the layout of compose windows I would also suggest
  the following additional changes as possible room for improvements:
  - Replace the current To/Bcc/Cc separate fields for each email address set
  by a comma (or semi-colon) list of addresses instead (as usually used in
  alternative email client software). With a trailing X button for each
  address to allow deletion/removal or a drop down menu to: delete, copy email
  address, edit contact, add contact, etc...
 
 That is being handled separately in bug 440377.

Thanks for info. 
I have updated bug 440377 comment 39 with my input posted here for reference.
 
  - Increase the newly set auto-completion search result display default limit
  (in To, Cc, Bcc fields) from 5 contacts to the previous value available in
  TB 24.x (I think it was about twice the amount: 10 contacts) and eventually
  allow end-users to change this limit within the options.
 
 Noted, that would indeed be a separate bug though.

Done. Bug 1084653 has been opened :)
One more!!! Don't hate me... lol!

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

Title:
  Address fields are grey when composing messages

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

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


[Bug 1347305]

2014-10-18 Thread Richard Leger
As indicated in Bug 1084539 after upgrade to TB 31.2 (Win 7 64bits) the lack of 
contrast between the background color of windows and background color of fields 
(currently same color) in compose window is the main issue. It make the fields 
much more difficult to read and edit and therefore are not end-user friendly at 
all, even after a while of usage. It remain not-intuitive in term of usability. 

The address fields background color shall be of different color that the
window background color (white would remain most appropriate in a light
theme). For constancy, I would expect those field background color to be
the same as the body/content field background color (eg: white in a
light theme).

The simple fact that developer themselves seems to have difficulties to
adjust to the new layout shall have ring a bell that it wasn't an
adequate change to make for all. Why to change what's works? Better
concentrate on what doesn't...

As a stone to the edifice, you would find in attachment 8507216 a rough
mockup proposal that may inspire a better solution as a possible
compromise... Basically From and Subject fields appears more separated
(thicker lines - same color as window background color) while To,Cc,Bcc
scroll down list stand in the middle with addresses lightly separated by
thin lines of background windows color... Rounded corner may be
optional... just look more smooth... to my opinion... The field shadow
may be removed to provide a less bulky aspect and to bring it closer to
a flat design which seems fashion at the moment but which usually
create loss of contrast making things more difficult to distinguish...
new version of Android and iOS are good examples...

If you look at Bugzilla, Thunderbird and Firefox layout, most of the
editable field by end-users have a white background that clearly
contrast with the background color of the window that contain them (eg:
url address bar, search field, etc...) this is the most optimized
contrast in term of usability. Most of forms on the web (and in
software) do use such layout [though some might use a background color
for field and white for the background color of windows/table that
contain them]. This is a very standard design guideline that works and
which is well followed in software development and on the web.
Thunderbird should keep it.

As you are at redesigning the layout of compose windows I would also suggest 
the following additional changes as possible room for improvements:
- Replace the current To/Bcc/Cc separate fields for each email address set by a 
comma (or semi-colon) list of addresses instead (as usually used in alternative 
email client software). With a trailing X button for each address to allow 
deletion/removal or a drop down menu to: delete, copy email address, edit 
contact, add contact, etc...
- Increase the newly set auto-completion search result display default limit 
(in To, Cc, Bcc fields) from 5 contacts to the previous value available in TB 
24.x (I think it was about twice the amount: 10 contacts) and eventually allow 
end-users to change this limit within the options.

Those may be created as separate bug if needed.

Hope you would take all those input positively.

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

Title:
  Address fields are grey when composing messages

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

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


[Bug 1347305]

2014-10-18 Thread Josiah-l
*** Bug 1084539 has been marked as a duplicate of this bug. ***

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

Title:
  Address fields are grey when composing messages

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

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


[Bug 1315020] Re: PDF.js prints blank pages

2014-10-18 Thread Bug Watch Updater
** Bug watch added: Mozilla Bugzilla #1084327
   https://bugzilla.mozilla.org/show_bug.cgi?id=1084327

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

Title:
  PDF.js prints blank pages

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

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


[Bug 357864]

2014-10-18 Thread Josiah-l
Although now the address can be edited (via keyboard), I can no longer
click on the header to select from my existing accounts as you can
currently.

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

Title:
  Editing the From field for the current email only (as text, not
  dropdown)

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

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


[Bug 1324028] Re: [Lenovo ThinkPad X230] e1000e driver intermittently prevents suspend in 3.15.0-2-generic

2014-10-18 Thread Brendan Kelly
This also happens on my x230 - I am running Trusty (14.04 LTS).

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

Title:
  [Lenovo ThinkPad X230] e1000e driver intermittently prevents suspend
  in 3.15.0-2-generic

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

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


[Bug 1382748] [NEW] Interface with 16:9 aspect ratio

2014-10-18 Thread Sergey
Public bug reported:

When I switch matte to 16:9 interface (number of channel and time) become out 
of the screen.
Screenshot is attached.

I have found solution  https://www.gentoo.ru/node/24161 but when I try
to compile tvtime from source with or without changing sources matte
menu changes. In tvtime from package overscan works for all matte type
but when i install it from sources overscan works only with 4:3.

I am using Ubuntu 14.04 and tvtime 1.0.2-10ubuntu10.

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

** Attachment added: Screenshot
   
https://bugs.launchpad.net/bugs/1382748/+attachment/4239300/+files/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202014-10-09%2020%3A14%3A20.png

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

Title:
  Interface with 16:9 aspect ratio

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

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


[Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset

2014-10-18 Thread COLIN Stéphane
Øyvind, where did you find BIOS A11 for E7440 ?

I'm not able to find it (want to update my E7440).

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

Title:
  [Dell Latitude E7440] ALPS touchpad keeps having state reset

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

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

[Bug 1380042] Re: Chromium refreshes the pages upon network connect with no way to stop it

2014-10-18 Thread Carlo Cavalieri D'Oro
Hi, Can you tell us also the list of your chromium extensions which you
have installed ?

It could be an extension, the cause, maybe.

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

Title:
  Chromium refreshes the pages upon network connect with no way to stop
  it

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

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


[Bug 1382752] [NEW] Impossible to update libudev

2014-10-18 Thread pfff
Public bug reported:

Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 udev : Depends: libudev1 (= 204-0ubuntu19) but 204-5ubuntu20.7 is to be 
installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by 
held packages.

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

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

Title:
  Impossible to update libudev

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

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


[Bug 938027] Re: Add Unity Launcher Quicklist

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

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

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

Title:
  Add Unity Launcher Quicklist

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

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


[Bug 1382396] Re: Booting Ubuntu is very slow because of hang with USB mouse

2014-10-18 Thread Carlo Cavalieri D'Oro
Hi, I make you a simple question for deleting other causes:

Have you got, in the bios priority for booting, the usb port at first
place instead of the HDD?

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

Title:
  Booting Ubuntu is very slow because of hang with USB mouse

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

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


[Bug 937964] Re: Calibre does not use Unity overlay scrollbars

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

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

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

Title:
  Calibre does not use Unity overlay scrollbars

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

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


[Bug 1382756] [NEW] package syslinux-themes-debian 12-3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2014-10-18 Thread (J)Aloittelija
Public bug reported:

I was upgrading to 14.10

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: syslinux-themes-debian 12-3
ProcVersionSignature: Ubuntu 3.16.0-23.30-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
Date: Sat Oct 18 10:36:44 2014
Dependencies:
 
DuplicateSignature: package:syslinux-themes-debian:12-3:subprocess installed 
post-removal script returned error exit status 127
ErrorMessage: subprocess installed post-removal script returned error exit 
status 127
InstallationDate: Installed on 2013-09-29 (384 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Beta amd64 (20130925.1)
PackageArchitecture: all
SourcePackage: syslinux-themes-debian
Title: package syslinux-themes-debian 12-3 failed to install/upgrade: 
subprocess installed post-removal script returned error exit status 127
UpgradeStatus: Upgraded to utopic on 2014-10-18 (0 days ago)

** Affects: syslinux-themes-debian (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package dist-upgrade need-duplicate-check utopic

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

Title:
  package syslinux-themes-debian 12-3 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status
  127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-debian/+bug/1382756/+subscriptions

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


[Bug 1311316] Re: After locking screen there is no input field to type password for unlock

2014-10-18 Thread harrychillboy
This is annoying and specially happens while working on dual monitors with my 
laptop. Its has intel hd4000 builtin graphics. 
* password input will be disabled on laptop screen but works on attached 
monitor sometimes. 
* other times, the password input is disabled on both and then I have to hard 
reboot.
* happens after I locked the screen myselft or got locked due to time

Next time I will try unity --replace and hope it restores my work / windows.
This is the thing I hate most.

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

Title:
  After locking screen there is no input field to type password for
  unlock

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

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


[Bug 937964] Re: Calibre does not use Unity overlay scrollbars

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

** Changed in: qt4-x11 (Ubuntu)
   Status: New = Confirmed

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

Title:
  Calibre does not use Unity overlay scrollbars

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

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


[Bug 1382759] [NEW] meld prints FIXME messages to standard error when files are identical on Ubuntu 14.04

2014-10-18 Thread hakon
Public bug reported:

The following message is printed to standard error:

FIXME: Oxygen::WidgetSizeData: unknown window type:
meldapp.GtkVBox.GtkNotebook.GtkVBox.GtkTable.GtkVBox.MsgAreaController.MsgArea

The message is repeatedly written to stderr, the number of times
depending on how long the files are.

System information:

$ lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04
$ apt-cache policy meld
meld:
  Installed: 1.8.4-1
  Candidate: 1.8.4-1
  Version table
 *** 1.8.4-1 0
500 http://no.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
100 /var/lib/dpkg/status

(Note: I have only tested this from Kubuntu)

To reproduce the error:
$ echo 1  1.txt
$ echo 1  2.txt
$ meld 1.txt 2.txt

This will produce 2 lines with the message when the user exits meld.

The message also appears when there are a large number of identical
lines in the beginning of the file, such that the change highlighting
incomplete message appears.

Expected output: None. 
This error message messes up my terminal window, and gives no useful 
information to the user.

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

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

Title:
  meld prints FIXME messages to standard error when files are identical
  on Ubuntu 14.04

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

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


[Bug 1382760] [NEW] nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

2014-10-18 Thread Zied ALAYA
Public bug reported:

just updating 14.10 Beta.
the actual nvidea driver works fine.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
Uname: Linux 3.16.0-22-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
DKMSKernelVersion: 3.16.0-23-generic
Date: Sat Oct 18 08:24:56 2014
InstallationDate: Installed on 2013-03-09 (587 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130308)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  nvidia-331 331.89-0ubuntu5: nvidia-331 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1382760/+subscriptions

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


[Bug 1382741] Re: Some apps are displaying a very old styled theme as oppose to greybird

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

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

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

Title:
  Some apps are displaying a very old styled theme as oppose to greybird

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

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


[Bug 1377878] Re: PPC - GUI freezes except for mouse pointer

2014-10-18 Thread Lars Noodén
Yes, there are problems on the Alternate, but different ones.  The
alternate won't complete installation either, but for different reasons
so no data on the GUI can be gathered.

When I ssh in to a Live session that has locked, I can see from 'top'
that the load averages are very low.

Both sets of logs are from the installation.  The logs are from during
the installation process but after the freeze.

About the kernel parameters, if I boot with radeonfb: etc like used to
be required, then all I get after the splash screen is a black screen
with no mouse and no way to get to console either.

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

Title:
  PPC - GUI freezes except for mouse pointer

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

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


[Bug 1382756] Re: package syslinux-themes-debian 12-3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2014-10-18 Thread Ubuntu Foundations Team Bug Bot
*** This bug is a duplicate of bug 1365657 ***
https://bugs.launchpad.net/bugs/1365657

** Attachment removed: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/1382756/+attachment/4239318/+files/VarLogDistupgradeTermlog.gz

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

Title:
  package syslinux-themes-debian 12-3 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status
  127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-debian/+bug/1382756/+subscriptions

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


[Bug 1382756] Re: package syslinux-themes-debian 12-3 failed to install/upgrade: subprocess installed post-removal script returned error exit status 127

2014-10-18 Thread Apport retracing service
*** This bug is a duplicate of bug 1365657 ***
https://bugs.launchpad.net/bugs/1365657

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

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1365657
   package syslinux-themes-debian 12-3 failed to install/upgrade: subprocess 
installed post-removal script returned error exit status 127

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

Title:
  package syslinux-themes-debian 12-3 failed to install/upgrade:
  subprocess installed post-removal script returned error exit status
  127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/syslinux-themes-debian/+bug/1382756/+subscriptions

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


[Bug 1240198] Re: Wrong keyboard layout active after booting into desktop

2014-10-18 Thread John Belton
I have just done the updates to Ubuntu 14.10 and one of them was the
“Language Selector” and surprise surprise the wrong keyboard layout was
selected, the first time using Ubuntu 14.10. Is this the real cause of
the problem.?

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

Title:
  Wrong keyboard layout active after booting into desktop

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

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

[Bug 1258837] Re: [Dell Latitude E7440] ALPS touchpad keeps having state reset

2014-10-18 Thread COLIN Stéphane
Ok, sorry for my post #78

I found it on the US site (I am searching on the French one at 1st).

I have flashed the A11 even if it doesn't fix this specific problem ...

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

Title:
  [Dell Latitude E7440] ALPS touchpad keeps having state reset

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

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


[Bug 1382741] Re: Some apps are displaying a very old styled theme as oppose to greybird

2014-10-18 Thread Elfy
install qt4-qtconfig and set gui style to gtk+ for the apps

I sometimes see *unstyled* apps if apps are open when I shutdown, don't
see it while booting

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

Title:
  Some apps are displaying a very old styled theme as oppose to greybird

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

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


Re: [Bug 1311316] Re: After locking screen there is no input field to type password for unlock

2014-10-18 Thread Ermolin Ilya
Suggest to try patch - in comments of this thread.
It's helped me.

2014-10-18 11:43 GMT+04:00 harrychillboy 1311...@bugs.launchpad.net:

 This is annoying and specially happens while working on dual monitors with
 my laptop. Its has intel hd4000 builtin graphics.
 * password input will be disabled on laptop screen but works on attached
 monitor sometimes.
 * other times, the password input is disabled on both and then I have to
 hard reboot.
 * happens after I locked the screen myselft or got locked due to time

 Next time I will try unity --replace and hope it restores my work /
 windows.
 This is the thing I hate most.

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

 Title:
   After locking screen there is no input field to type password for
   unlock

 Status in Unity:
   Fix Committed
 Status in Unity 7.2 series:
   In Progress
 Status in “unity” package in Ubuntu:
   Fix Released

 Bug description:
   Sometimes (but not always) after locking the screen there is the
   situation not having any input field where I can type the password to
   unlock the session again. The shaded gray area simply does not have
   the input field. I can't do anything, I have to switch to text console
   and stop/start lightdm service to cure the problem loosing all of my
   session :(

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: unity 7.2.0+14.04.20140416-0ubuntu1
   ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
   Uname: Linux 3.13.0-24-generic i686
   ApportVersion: 2.14.1-0ubuntu3
   Architecture: i386
   CompizPlugins: No value set for
 `/apps/compiz-1/general/screen0/options/active_plugins'
   CurrentDesktop: Unity
   Date: Tue Apr 22 22:17:57 2014
   InstallationDate: Installed on 2012-03-03 (780 days ago)
   InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386
 (20110427.1)
   SourcePackage: unity
   UpgradeStatus: Upgraded to trusty on 2013-10-18 (186 days ago)

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



-- 
С Уважением,
Ермолин Илья

Ermolin Ilya

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

Title:
  After locking screen there is no input field to type password for
  unlock

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

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

[Bug 1382765] [NEW] PsychoPy GUI does not start

2014-10-18 Thread A Krajcsi
Public bug reported:

In Trusty for PsychoPy (1.79.00) package python-wxgtk2.8 is only
recommended, but it is not a dependency. Without wxgtk the GUI of
PsychoPy will not start. Installing wxgtk solves the GUI start problem.

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

** Summary changed:

- psychopy only recommends python-wxgtk2.8
+ PsychoPy GUI does not start

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

Title:
  PsychoPy GUI does not start

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

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


[Bug 1382767] [NEW] Bluetooth device details page has no header, no way to go back

2014-10-18 Thread Oliver Grawert
Public bug reported:

When tapping on a freshly detected device in the Bluetooth settings the
following details page has no header so there is no way to go back to
the settings anymore.

** Affects: ubuntu-system-settings (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Bluetooth device details page has no header, no way to go back

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

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


[Bug 1358157] Re: virtualbox-dkms 4.3.10-dfsg-1: virtualbox kernel module failed to build [error: macro alloc_netdev requires 4 arguments, but only 3 given]

2014-10-18 Thread lightweight
Many thanks for that, Mark. That worked for me. I've got
3.17.0-031700-lowlatency installed via the KernelUpdate script...
otherwise works great on my Lenovo X1 Carbon...

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

Title:
  virtualbox-dkms 4.3.10-dfsg-1: virtualbox kernel module failed to
  build [error: macro alloc_netdev requires 4 arguments, but only 3
  given]

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

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


[Bug 1241893] Re: dpkg tries to configure a package that failed during the unpack stage

2014-10-18 Thread cap
** Changed in: dpkg (Ubuntu)
 Assignee: (unassigned) = cap (snek)

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

Title:
  dpkg tries to configure a package that failed during the unpack stage

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

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


[Bug 228361] Re: Disable autogenerating md5 checksum in K3B

2014-10-18 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=161824.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2008-05-08T23:43:02+00:00 Richard-seguin-0 wrote:

Version:(using KDE 3.5.9)
Installed from:Ubuntu Packages
OS:Linux

Launchpad reference bug #228361

Should be an option into K3B to disable the automatic generation of md5
checksum when loading ISO images.

Although these function is really helpful when burning downloaded CDs,
it gets so slow when burning DVD isos ( 4GiB), so i think these md5
checksum should be optional.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/228361/comments/3


On 2008-05-09T00:05:43+00:00 Kde-bugzilla wrote:

You can always skip this check.. it just starts automatically, but you
do not have to wait for it to finish.

Original report in Ubuntu: https://launchpad.net/bugs/228361

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/228361/comments/4

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

Title:
  Disable autogenerating md5 checksum in K3B

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

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


[Bug 371772] Re: package gij-4.3 4.3.3-5ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 2 (OpenJDK won't get removed)

2014-10-18 Thread cap
** Also affects: dpkg
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/371772

Title:
  package gij-4.3 4.3.3-5ubuntu4 failed to install/upgrade: subprocess
  post-installation script returned error exit status 2 (OpenJDK won't
  get removed)

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

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


[Bug 1373510] Re: SAMSUNG SCX-3405 not detected in XUBUNTU 14.04 AMD 64 bit

2014-10-18 Thread vonibenz
Any news about the problem? Are you working on it? Thanks.

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

Title:
  SAMSUNG  SCX-3405 not detected in XUBUNTU 14.04 AMD 64 bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1373510/+subscriptions

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


[Bug 1373510] Re: SAMSUNG SCX-3405 not detected in XUBUNTU 14.04 AMD 64 bit

2014-10-18 Thread vonibenz
REMEMBER: I am using XUBUNTU 14.04 64bit, not Ubuntu!

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

Title:
  SAMSUNG  SCX-3405 not detected in XUBUNTU 14.04 AMD 64 bit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1373510/+subscriptions

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


[Bug 1369247] Re: package linux-image-3.13.0-36-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-10-18 Thread Martin Ravensholt
I'd also like to know if this is related to PAE. I get the error on a perfectly 
functioning, but old, IBM Thinkpad T42.
I've checked the hardware, and there's no hardware problem here, so my guess 
is, that it's related to PAE.

** Changed in: linux (Ubuntu)
   Status: Invalid = Opinion

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

Title:
  package linux-image-3.13.0-36-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

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


[Bug 1323729] Fix merged to neutron (master)

2014-10-18 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/127082
Committed: 
https://git.openstack.org/cgit/openstack/neutron/commit/?id=105dba9addfdffecea41cce58f3646d2f2a6a6cc
Submitter: Jenkins
Branch:master

commit 105dba9addfdffecea41cce58f3646d2f2a6a6cc
Author: YAMAMOTO Takashi yamam...@valinux.co.jp
Date:   Thu Oct 9 09:04:34 2014 +0900

openvswitch: Remove no longer used options

They are remainders of the recently removed monolithic OVS plugin.
Note: This change does not touch options used by OVS agent.

Partial-Bug: #1323729
Change-Id: I6dd04c5c506ff5f97f10ebab03943cd508fbfe60

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

Title:
  Remove Open vSwitch and Linuxbridge plugins from the Neutron tree

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

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


[Bug 1268120] Re: apt-build generates en error message in update-manager

2014-10-18 Thread Kenneth Wrede
Ish Sookun

Your workaround works! (And they look exactly the same in the software
sources gui.)

Looks like a tiny thing to solve for the particular developers.

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

Title:
  apt-build generates en error message in update-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-build/+bug/1268120/+subscriptions

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


[Bug 1268120] Re: apt-build generates en error message in update-manager

2014-10-18 Thread Kenneth Wrede
(The bugg affects even Trusty, btw.)

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

Title:
  apt-build generates en error message in update-manager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-build/+bug/1268120/+subscriptions

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


[Bug 1380881] Re: Kernel panic - not syncing: VFS: Unable to mount root fs

2014-10-18 Thread Nikolay Turpitko
This kernel works: /~kernel-ppa/mainline/v3.13.11.9-trusty

$ uname -a
$ Linux tnl-N76VJ 3.13.11-03131109-generic #201410141735 SMP Tue Oct 14 
21:37:14 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  Kernel panic - not syncing: VFS: Unable to mount root fs

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

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


[Bug 1236619] Re: gvfs smb / cifs file copy performance is terribly slow

2014-10-18 Thread François-Xavier Thomas
I can confirm this too, both with nautilus and cp. At work we recently
switched to the latest LTS (14.04) but the same behavior was
consistently observed on multiple Ubuntu computers running both 14.04
and 12.04 when communicating with our NAS.

  Windows 7/8 - NAS : 50-60MB/s
  Ubuntu - NAS (GVFS) : 5-10MB/s
  Ubuntu - NAS (mount.cifs) : 50-60MB/s

No need to mention, we obviously use /etc/fstab on most machines now,
but I'd love to be able to have those speeds without having to fiddle
with the configuration every time we get a new computer.

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

Title:
  gvfs smb / cifs file copy performance is terribly slow

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

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


[Bug 1376443] Re: Default ACL not inherited as Access ACL on copy and move

2014-10-18 Thread Bib
Please Seth could you be more clear? I can't see the difference when an admin 
sets a default+access acl to some directory to grant write to a group, he knows 
what he does. Furthermore, imagine the admin is been under so heavy load so 
that he didn't got time enough to regrant the group write perm to newly copied 
data when such a mail comes with the attached file arrives... then what 
only the new data of group members others than the recipient would survive. 
Then what would you think of such an admin? He didn't backed up. Should he 
never use chmod g+sw at all ? And what prevents a user to destroy its own past 
contribution to a group team, killing the job of the whole team? 
Sorry but not being native english, maybe I missed subtleties in your post.

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

Title:
  Default ACL not inherited as Access ACL on copy and move

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

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


[Bug 983998] Re: Unknown error when exporting all notes

2014-10-18 Thread k singh
I use ubuntu 14.04 and tomboy 1.15.4. I can't export ANY note to plain
text but i can export to HTML.  Latex export plugin somehow works but i
don't really know whether the whole data is exported as it saves to a
.tex file. I had 2400 plus notes and a few notebooks made over a period
of time. Earlier I could export some of the notes and some notebooks in
folders. They used to appear as .html files. But then tomboy stopped
working in exporting notes and now gives an UNKNOWN error everytime. It
creates folders/subfolders but there are no files in them--only one or
two subfolders with the names of the notebooks.

I backed up all the notes into a single txt file and deleted all the
notes from ~/.local/share/tomboy to see if the problem goes away. Then i
created a few notes linked to each other. The EXPORT to plaintext
PLUGIN still does not work and gives UNKNOWN error. I enabled and
disabled and re-enabled the ADDINs/plugins but export does not work.

If the export to plain text plugin is faulty or not compatible with the
export to html plugin if both are enabled at the same time, the buggy
one should not be allowed to be enabled by the system. When i started
testing the plugins, HTML export addin was enabled and Plain text addin
was disabled-- the unknown error still came. then i disabled the HTML
export addin, and enabled the Plain text plugin--still the unknown error
came. Both were enabled--still the unknown error came. Then i backup up
all the notes to a single text file and deleted all the notes in the
.local/share/tomboy folder and quit tomboy and then restarted it. Tomboy
still showed the earlier notes which was surprising. Only when i
rebooted, the tomboy cache was cleared and no notes showed up. Then i
recreated some notes and tried to export. Still the unknown error came
--with the Plain text export plugin. After the Plain text export plugin
was DISABLED and the HTML export plugin enabled, i was able to export
the notes to htnl files in a folder.

It is unnerving to see such a major problem in this wonderful application 
software. Also have observed several bugs reported here at launchpad.net
Unexpected crashes, cannot write to disk --disk full error(when disk space 
low), lost notes, links to notes with shortest names only highlighted etc but 
there are workarounds for some of them which i have learnt over time.

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

Title:
  Unknown error when exporting all notes

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

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


[Bug 1382462] Re: Desktop/windows painted incorrectly in dual monitor configuration

2014-10-18 Thread Piotr Kołaczkowski
Yesterday evening I updated the kernel to 3.16.0-23-generic (tpogether
with all the other updates) and the problem still exists.

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

Title:
  Desktop/windows painted incorrectly in dual monitor configuration

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

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


[Bug 1382770] Re: package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: le sous-processus script post-removal installé a retourné une erreur de sortie d'état 8

2014-10-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: le sous-
  processus script post-removal installé a retourné une erreur de sortie
  d'état 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1382770/+subscriptions

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

[Bug 1382770] [NEW] package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: le sous-processus script post-removal installé a retourné une erreur de sortie d'état 8

2014-10-18 Thread Benbugohit
Public bug reported:

Occured while upgrading to nvidia-340 in apt-get

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
Uname: Linux 3.16.0-22-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
Date: Sat Oct 18 11:36:33 2014
DuplicateSignature: package:nvidia-331:331.89-0ubuntu5:le sous-processus script 
post-removal installé a retourné une erreur de sortie d'état 8
ErrorMessage: le sous-processus script post-removal installé a retourné une 
erreur de sortie d'état 8
InstallationDate: Installed on 2014-10-10 (7 days ago)
InstallationMedia: Ubuntu-GNOME 14.10 Utopic Unicorn - Alpha amd64 (20140923)
SourcePackage: nvidia-graphics-drivers-331
Title: package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: le 
sous-processus script post-removal installé a retourné une erreur de sortie 
d'état 8
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package gnome3-ppa third-party-packages utopic

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

Title:
  package nvidia-331 331.89-0ubuntu5 failed to install/upgrade: le sous-
  processus script post-removal installé a retourné une erreur de sortie
  d'état 8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1382770/+subscriptions

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

[Bug 1071394] Re: Tomboy not saving notes

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

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

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

Title:
  Tomboy not saving notes

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

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


[Bug 1382462] Re: Desktop/windows painted incorrectly in dual monitor configuration

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

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

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

Title:
  Desktop/windows painted incorrectly in dual monitor configuration

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

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


[Bug 1071394] Re: Tomboy not saving notes

2014-10-18 Thread k singh
Tomboy started acting funny as reported. But the problem went away. It
does not seem to be there now. I am using ubuntu 14.04, tomboy 1.15.04.
It may have been in earlier versions of tomboy, ubuntu. I experienced it
for some time but then stopped using tomboy for a period of time and
when i restarted using it, somehow the problem never reoccured.

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

Title:
  Tomboy not saving notes

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

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


[Bug 886742] Re: links are not completed to a note if a shorter title exists

2014-10-18 Thread k singh
My workaround was to change the names of the links a bit so that there are no 
blank spaces.
eg. if there were 2 links with similar substrings
testing link 1 and testing link

i would rename the first link to testinglink1 so that it would remain
unique

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

Title:
  links are not completed to a note if a shorter title exists

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

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


[Bug 1381777] Re: xchat doesn't support TLS 1.x

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

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

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

Title:
  xchat doesn't support TLS 1.x

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

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


[Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2014-10-18 Thread stano
unfortunatelly, I have i7 4700mq which does not support VT-d :(

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

Title:
  No wireless support for Realtek RTL8192EE [10ec:818b]

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1239578/+subscriptions

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


[Bug 1362358] Re: uvcvideo doesn't work with USB webcam with linux 3.16

2014-10-18 Thread Oleksij Rempel
seems to be fixed:
http://git.linuxtv.org/cgit.cgi/pinchartl/media.git/commit/?h=uvcvideo/fixesid=a7f053c67c357c4b68c1be21976a1d464f97916b

but currently not yet upstream.

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

Title:
  uvcvideo doesn't work with USB webcam with linux 3.16

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

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


[Bug 626582] Re: Can't open transferred .notes files in Ubuntu or Windows

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

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

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

Title:
  Can't open transferred .notes files in Ubuntu or Windows

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

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


[Bug 626582] Re: Can't open transferred .notes files in Ubuntu or Windows

2014-10-18 Thread k singh
There is no way to associate .note files with Tomboy as it is not listed
in the set of applications under Nautilus. Gnote is listed as an
application under Nautilus but after associating .note files with it, it
also does not open them. The only workaround is to move the .note files
to ~/.local/share/tomboy and then start Tomboy.

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

Title:
  Can't open transferred .notes files in Ubuntu or Windows

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

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


[Bug 1382772] [NEW] Corrupt panel and graphic artifacts

2014-10-18 Thread Arc
Public bug reported:

Panel and panel shadow textures are corrupt while other semi-transparent
element of UI look ok. It seems this problem affects only panel, panel
shadow and bottom(!) border of ubuntu start menu.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
Uname: Linux 3.13.0-32-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CasperVersion: 1.340
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Sat Oct 18 09:45:52 2014
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS600M [Radeon Xpress 1250] [1002:7942] 
(prog-if 00 [VGA controller])
   Subsystem: Samsung Electronics Co Ltd Device [144d:c034]
LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
MachineType: SAMSUNG ELECTRONICS CO., LTD. SR58P
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper quiet splash --
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/05/2008
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 06YK
dmi.board.name: SR58P
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr06YK:bd03/05/2008:svnSAMSUNGELECTRONICSCO.,LTD.:pnSR58P:pvr06YK:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSR58P:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
dmi.product.name: SR58P
dmi.product.version: 06YK
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.52-1
version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.10-1ubuntu2
xserver.bootTime: Sat Oct 18 11:47:29 2014
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.15.1-0ubuntu2
xserver.video_driver: radeon

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


** Tags: amd64 apport-bug compiz-0.9 third-party-packages trusty ubuntu

** Attachment added: Screenshot from 2014-10-18 09:52:39.png
   
https://bugs.launchpad.net/bugs/1382772/+attachment/4239348/+files/Screenshot%20from%202014-10-18%2009%3A52%3A39.png

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

Title:
  Corrupt panel and graphic artifacts

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

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


[Bug 1382773] [NEW] bad memory info (ddr swisscom modules)

2014-10-18 Thread asgard2
Public bug reported:

Hi,

the memory information is missing at my old P4 with lubuntu 14.04 32Bit with 
lshw 02.16-2ubuntu1.
The HW sticker shows:
512MB DDR-PC3200-CL3
Swissbit SDU08464P1B72MT-50

sudo lshw -C memory
  *-firmware  
   Beschreibung: BIOS
   Hersteller: Phoenix Technologies, LTD
   Physische ID: 0
   Version: 6.00 PG
   date: 01/27/2005
   Größe: 128KiB
   Kapazität: 448KiB
   Fähigkeiten: isa pci pnp apm upgrade shadowing cdboot bootselect 
socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb 
ls120boot zipboot biosbootspecification
  *-cache:0
   Beschreibung: L1 Cache
   Physische ID: a
   Steckplatz: Internal Cache
   Größe: 32KiB
   Kapazität: 32KiB
   Fähigkeiten: synchronous internal write-back
  *-cache:1
   Beschreibung: L2 Cache
   Physische ID: b
   Steckplatz: External Cache
   Größe: 2MiB
   Kapazität: 2MiB
   Fähigkeiten: synchronous external write-back
  *-memory
   Beschreibung: Systemspeicher
   Physische ID: 1a
   Steckplatz: Systemplatine oder Hauptplatine
   Größe: 1019MiB
 *-bank:0
  Beschreibung: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL 
NAME EMAIL@ADDRESSPOT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 
2012-05-30 08:16+Last-Translator: Hendrik Knackstedt 
UnknownLanguage-Team: German d...@li.orgMIME-Version: 1.0Content-Type: 
text/plain; charset=UTF-8Content-Transfer-Encoding: 
8bitX-Launchpad-Export-Date: 2014-07-07 12:12+X-Generator: Launchpad (build 
17086) [leer]
  Produkt: None
  Hersteller: None
  Physische ID: 0
  Seriennummer: None
  Steckplatz: A0
 *-bank:1
  Beschreibung: DIMM SDRAM Synchron [leer]
  Produkt: None
  Hersteller: None
  Physische ID: 1
  Seriennummer: None
  Steckplatz: A1
  Breite: 256 bits
 *-bank:2
  Beschreibung: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL 
NAME EMAIL@ADDRESSPOT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 
2012-05-30 08:16+Last-Translator: Hendrik Knackstedt 
UnknownLanguage-Team: German d...@li.orgMIME-Version: 1.0Content-Type: 
text/plain; charset=UTF-8Content-Transfer-Encoding: 
8bitX-Launchpad-Export-Date: 2014-07-07 12:12+X-Generator: Launchpad (build 
17086) [leer]
  Produkt: None
  Hersteller: None
  Physische ID: 2
  Seriennummer: None
  Steckplatz: A2
 *-bank:3
  Beschreibung: DIMM SDRAM Synchron [leer]
  Produkt: None
  Hersteller: None
  Physische ID: 3
  Seriennummer: None
  Steckplatz: A3
  Breite: 256 bits

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

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

Title:
  bad memory info (ddr swisscom modules)

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

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

[Bug 703250] Re: Tomboy doesn't remember window position size

2014-10-18 Thread k singh
Tomboy note windows appear as standard size whenever reopened--without
remembering their last position or window size. Using Ubuntu 14.04,
tomboy 1.15.4. This bug appeared resolved earlier but has re-surfaced in
the present versions.

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

Title:
  Tomboy doesn't remember window position  size

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

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


[Bug 1382774] [NEW] MAAS can't connect to postgresql

2014-10-18 Thread Ante Karamatić
Public bug reported:

Ubuntu 14.04 with all updates as of time of the writing.

MAAS - 1.5.4+bzr2294-0ubuntu1.1

# apt-get install maas
...
Setting up maas-dns (1.5.4+bzr2294-0ubuntu1.1) ...
 * Stopping domain name service... bind9

 waiting for pid 29580 to 
die


  [ OK ]
 * Starting domain name service... bind9

  [ OK ] 
Setting up maas-region-controller (1.5.4+bzr2294-0ubuntu1.1) ...
locale: Cannot set LC_ALL to default locale: No such file or directory
Considering dependency proxy for proxy_http:
Module proxy already enabled
Module proxy_http already enabled
Module expires already enabled
Module wsgi already enabled
rsyslog stop/waiting
rsyslog start/running, process 32763
squid-deb-proxy stop/waiting
squid-deb-proxy start/running, process 349
 * Restarting message broker rabbitmq-server

  [ OK ] 
Creating user maas_longpoll ...
...done.
Creating vhost /maas_longpoll ...
...done.
Setting permissions for user maas_longpoll in vhost /maas_longpoll ...
...done.
Creating user maas_workers ...
...done.
Creating vhost /maas_workers ...
...done.
Setting permissions for user maas_workers in vhost /maas_workers ...
...done.
 * No PostgreSQL clusters exist; see man pg_createcluster
dbconfig-common: writing config to 
/etc/dbconfig-common/maas-region-controller.conf

Creating config file /etc/dbconfig-common/maas-region-controller.conf with new 
version
unable to connect to postgresql server.
error encountered creating user:
psql: could not connect to server: No such file or directory Is the server 
running locally and accepting connections on Unix domain socket 
/var/run/postgresql/.s.PGSQL.5432?
/usr/bin/locale: Cannot set LC_ALL to default locale: No such file or directory

Here's the environment:
# export
declare -x HOME=/root
declare -x LANG=en_US.UTF-8
declare -x LANGUAGE=en_US:en
declare -x LC_ADDRESS=hr_HR.UTF-8
declare -x LC_IDENTIFICATION=hr_HR.UTF-8
declare -x LC_MEASUREMENT=hr_HR.UTF-8
declare -x LC_MONETARY=hr_HR.UTF-8
declare -x LC_NAME=hr_HR.UTF-8
declare -x LC_NUMERIC=hr_HR.UTF-8
declare -x LC_PAPER=hr_HR.UTF-8
declare -x LC_TELEPHONE=hr_HR.UTF-8
declare -x LC_TIME=hr_HR.UTF-8
declare -x LESSCLOSE=/usr/bin/lesspipe %s %s
declare -x LESSOPEN=| /usr/bin/lesspipe %s
declare -x LOGNAME=root
declare -x 
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;
 
35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36:
declare -x MAIL=/var/mail/root
declare -x OLDPWD
declare -x PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
declare -x PWD=/root
declare -x SHELL=/bin/bash
declare -x SHLVL=1
declare -x SUDO_COMMAND=/bin/bash
declare -x SUDO_GID=1000
declare -x SUDO_UID=1000
declare -x SUDO_USER=ubuntu
declare -x TERM=xterm
declare -x USER=root
declare -x USERNAME=root

After installing language-pack-hr package, I was successful at
installing MAAS. To fix it, I had to purge maas.* and postgresql.*
packages and then install maas package again.

This could easily be postgresql packaging bug, but it also renders MAAS
uninstallable.

** Affects: maas
 Importance: Undecided
 Status: New

** Affects: postgresql-9.3 

[Bug 1382775] [NEW] XScreenSaver doesn't lock screen on suspend

2014-10-18 Thread Giulio De Pasquale
Public bug reported:

XScreenSaver does not lock screen on suspend even with gnome-screensaver 
removed. With the standard CTRL-ALT-L shortcut the screen is NOT locked with 
xscreensaver; this is solved by setting that shortcut to 'xscreensaver-command 
-lock'. 
Even with these workarounds the screen is locked using Ubuntu's standard lock 
screen and not with xscreensaver's one.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xscreensaver 5.15-3ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Oct 18 12:03:02 2014
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: xscreensaver
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  XScreenSaver doesn't lock screen on suspend

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

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


[Bug 884856] Re: gnome-keyring integration breaks some GPG functions

2014-10-18 Thread legolas558
@hawke make sure you have disabled Start GNOME services in your
Session  startup settings

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

Title:
  gnome-keyring integration breaks some GPG functions

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

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


[Bug 1382772] Re: Corrupt panel and graphic artifacts

2014-10-18 Thread Arc
** Description changed:

  Panel and panel shadow textures are corrupt while other semi-transparent
- element of UI look ok. It seems this problem affects only panel, panel
+ elements of UI look ok. It seems this problem affects only panel, panel
  shadow and bottom(!) border of ubuntu start menu.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8
  ProcVersionSignature: Ubuntu 3.13.0-32.57-generic 3.13.11.4
  Uname: Linux 3.13.0-32-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CasperVersion: 1.340
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Oct 18 09:45:52 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
-  Advanced Micro Devices, Inc. [AMD/ATI] RS600M [Radeon Xpress 1250] 
[1002:7942] (prog-if 00 [VGA controller])
-Subsystem: Samsung Electronics Co Ltd Device [144d:c034]
+  Advanced Micro Devices, Inc. [AMD/ATI] RS600M [Radeon Xpress 1250] 
[1002:7942] (prog-if 00 [VGA controller])
+    Subsystem: Samsung Electronics Co Ltd Device [144d:c034]
  LiveMediaBuild: Ubuntu 14.04.1 LTS Trusty Tahr - Release amd64 (20140722.2)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. SR58P
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: file=/cdrom/preseed/username.seed boot=casper quiet splash 
--
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/05/2008
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 06YK
  dmi.board.name: SR58P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr06YK:bd03/05/2008:svnSAMSUNGELECTRONICSCO.,LTD.:pnSR58P:pvr06YK:rvnSAMSUNGELECTRONICSCO.,LTD.:rnSR58P:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
  dmi.product.name: SR58P
  dmi.product.version: 06YK
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.3-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.3-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Oct 18 11:47:29 2014
  xserver.configfile: default
  xserver.errors:
-  
+ 
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.15.1-0ubuntu2
  xserver.video_driver: radeon

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

Title:
  Corrupt panel and graphic artifacts

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

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

[Bug 1377727] Re: Desktop permissions (e.g shutdown, network, users) broken for all accounts after upgrade to 14.10

2014-10-18 Thread Laurens Bosscher
I fixed this by removing upstart from my Ubuntu installation. I know
it's not the best solution but I finally got a working desktop again :)

I hope this helps in debugging this bug!

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

Title:
  Desktop permissions (e.g shutdown, network, users) broken for all
  accounts after upgrade to 14.10

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

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


[Bug 1376245] Re: remove_proc_entry+0x139/0x1b0() -- name 'fs/nfsfs'

2014-10-18 Thread Stefan Bader
There is an additional patch that hit 3.17 upstream recently. It is
marked for stable but had not enough time to come through:

commit 2f3169fb18f4643ac9a6a097a6a6c71f0b2cef75
Author: Fabian Frederick f...@skynet.be
Date:   Wed Sep 24 18:56:11 2014 +0200

nfs: fix duplicate proc entries

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

Title:
  remove_proc_entry+0x139/0x1b0() -- name 'fs/nfsfs'

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

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


[Bug 1382772] Re: Corrupt panel and graphic artifacts

2014-10-18 Thread Arc
** Tags added: ui

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

Title:
  Corrupt panel and graphic artifacts

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

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


[Bug 1375893] Re: Black background to Try/Install Dialogue

2014-10-18 Thread Elfy
That didn't work for me.

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

Title:
  Black background to Try/Install Dialogue

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

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


[Bug 1382778] [NEW] Filename typo in contest/trusty.xml results in blank wallpaper

2014-10-18 Thread Laurens Post
Public bug reported:

In the source package, the last wallpaper in contest/trusty.xml is
mistyped. This results in a blank wallpaper being shown for half an
hour. A patch is attached.

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

** Patch added: trusty.patch
   
https://bugs.launchpad.net/bugs/1382778/+attachment/4239383/+files/trusty.patch

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

Title:
  Filename typo in contest/trusty.xml results in blank wallpaper

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

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


[Bug 1375893] Re: Black background to Try/Install Dialogue

2014-10-18 Thread Pasi Lallinaho
** Changed in: ubiquity (Ubuntu)
   Importance: Undecided = High

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

Title:
  Black background to Try/Install Dialogue

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

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


[Bug 1372187] Re: Desktop console-kit permissions (e.g shutdown, network, users) broken for all accounts after upgrade to 14.10

2014-10-18 Thread Laurens Bosscher
I managed to fix this bug by removing upstart. When I reinstall it the
bug comes back.

I know it's not a decent solution but I hope it helps you guys debug
this issue. I'm of course willing to do further debugging work.

This 7 page topic on the Ubuntu forums seems to have lots of users with the 
same problem:
http://ubuntuforums.org/showthread.php?t=2246405

As far as I can see I only have the amd64 version of libpam-systemd
installed. Synaptics list these files as installed for the package
libpam-systemd :

/.
/lib
/lib/x86_64-linux-gnu
/lib/x86_64-linux-gnu/security
/lib/x86_64-linux-gnu/security/pam_systemd.so
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libpam-systemd
/usr/share/doc/libpam-systemd/changelog.Debian.gz
/usr/share/doc/libpam-systemd/copyright
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/pam_systemd.8.gz
/usr/share/pam-configs
/usr/share/pam-configs/systemd

Just to be sure I ran:

sudo apt-get remove libpam-systemd:i386 and libsystemd-login0:i386
sudo apt-get remove libpam-modules:i386 libpam-cap:i386

The output was as following:

laurens@laurens-desktop:~$ sudo apt-get remove libpam-systemd:i386 and 
libsystemd-login0:i386
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd   
De status informatie wordt gelezen... Klaar
Package 'and' is not installed, so not removed
Package 'libpam-systemd:i386' is not installed, so not removed. Did you mean 
'libpam-systemd'?
Package 'libsystemd-login0:i386' is not installed, so not removed. Did you mean 
'libsystemd-login0'?
0 pakketten opgewaardeerd, 0 pakketten nieuw geïnstalleerd, 0 te verwijderen en 
212 niet opgewaardeerd.
laurens@laurens-desktop:~$ sudo apt-get remove libpam-modules:i386 
libpam-cap:i386
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd   
De status informatie wordt gelezen... Klaar
Package 'libpam-cap:i386' is not installed, so not removed. Did you mean 
'libpam-cap'?
Package 'libpam-modules:i386' is not installed, so not removed. Did you mean 
'libpam-modules'?
0 pakketten opgewaardeerd, 0 pakketten nieuw geïnstalleerd, 0 te verwijderen en 
212 niet opgewaardeerd.

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

Title:
  Desktop console-kit permissions (e.g shutdown, network, users) broken
  for all accounts after upgrade to 14.10

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

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

[Bug 1382055] Re: Trusty/HybridGraphics: nvidia not detected, prime-switch segfaulting since introduced.

2014-10-18 Thread Bontius
I found a working combination:
nvidia-331 nvidia-settings-updates from xorg-edgers
ubuntu-drivers-common:1:0.2.98.4  from packages.ubuntu.com (utopic!)

kernel:
3.13.0-37-generic

dpkg -l | grep nvidia:

ii  nvidia-331
331.89-0ubuntu1~xedgers14.04.2 amd64NVIDIA 
binary driver - version 331.89
ii  nvidia-libopencl1-331 
331.89-0ubuntu1~xedgers14.04.2 amd64NVIDIA 
OpenCL Driver and ICD Loader library
ii  nvidia-opencl-icd-331 
331.89-0ubuntu1~xedgers14.04.2 amd64NVIDIA 
OpenCL ICD
ii  nvidia-prime  0.6.2 
 amd64Tools to enable NVIDIA's Prime
ii  nvidia-settings   
343.13-0ubuntu1~xedgers14.04.1 amd64Tool for 
configuring the NVIDIA graphics driver
ii  nvidia-settings-updates   
343.13-0ubuntu1~xedgers14.04.1 amd64
Transitional package for nvidia-settings

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

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

Title:
  Trusty/HybridGraphics: nvidia not detected, prime-switch segfaulting
  since introduced.

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

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


[Bug 885570] Re: Tomboy crashes while I am working on a note. It says that the note can't be saved.

2014-10-18 Thread k singh
The application should mention size limit of a note --it becomes very
slow or crashes with large notes or crashes with large number of notes--
upper limits for number of notes should also be mentioned. Ubuntu 10.04,
Tomboy 1.15.4.

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

Title:
  Tomboy crashes while I am working on a note. It says that the note
  can't be saved.

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

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


[Bug 846233] Re: Export to html plugin requires colon at end of note title

2014-10-18 Thread k singh
There is no way to export a single note or a set of notes(unless they
are part of a notebook) to HTML or plain text. Plain text export option
does not work in my case--Unknown error is seen. ubuntu 14.04 tomboy
1.15.4

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

Title:
  Export to html plugin requires colon at end of note title

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

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


[Bug 1347788] Re: find crashed when current working directory is not readable and -exec or -execdir used

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

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

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

Title:
  find crashed when current working directory is not readable and -exec
  or -execdir used

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

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


[Bug 885570] Re: Tomboy crashes while I am working on a note. It says that the note can't be saved.

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

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

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

Title:
  Tomboy crashes while I am working on a note. It says that the note
  can't be saved.

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

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


[Bug 884132] Re: Add image conversion option to k3b

2014-10-18 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=154292.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2007-12-18T23:39:32+00:00 usr wrote:

Version:   1.0.3 (using KDE KDE 3.5.8)
Installed from:Ubuntu Packages
OS:Linux

K3b support mount images (like as GMointISO, for 
example) and to make conversions betwen different images.

Excuse my bad English.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/884132/comments/0


On 2011-11-02T18:40:07+00:00 Alessandro Menti wrote:

This feature has also been requested by an Ubuntu user:
https://bugs.launchpad.net/bugs/884132

Reply at:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/884132/comments/8

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

Title:
  Add image conversion option to k3b

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

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


[Bug 1382661] Re: Support for JLINK in 0.8.0 requires small patch

2014-10-18 Thread Andreas Fritiofson
The fix is most definitely in the SF repo:

http://sourceforge.net/p/openocd/code/ci/96549bf0121a7cff08885ddca22ab7a1c362ea24/


You may want to check that you're using the correct URL, SF changed it a few 
years back and unfortunately the old one is still available but frozen. The 
correct one is:

http://git.code.sf.net/p/openocd/code


By the way, the patch only helps in the odd case where libusb-1.0 is 
unavailable so libusb-0.1 is used instead. This is not a recommended 
configuration, since adapter drivers that only work with libusb-1.0 API will 
not be built.

I recommend to install libusb-1.0-0-dev before the configure step, then
the patch won't be needed.

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

Title:
  Support for JLINK in 0.8.0 requires small patch

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

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


[Bug 1347788] Re: find crashed when current working directory is not readable and -exec or -execdir used

2014-10-18 Thread Philip Blakely
I just marked this as affecting me as well. However, I had to add one
other step to reproduce the bug using the instructions above. As the bug
title says, the problem only happens when the working directory (not
necessarily the one on which find is being run) is unreadable or not
executable by the current user. So, I had to add chmod u-r ./2 before
the line cd 2. The find command then fails with

find: pred.c:1932: launch: Assertion `starting_desc = 0' failed.
Aborted (core dumped)

As a real-world example of this bug, this can happen when you are
logged-in as root, and in /root and su to another user. You are
therefore left in /root but without having read/execute permissions to
it. find with -exec therefore fails, even if you are searching another
directory. This came up while using Puppet, which included a 'find'
command. Of course, switching to another directory solved the problem.

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

Title:
  find crashed when current working directory is not readable and -exec
  or -execdir used

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

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


[Bug 1381224] Re: Installation crashed anormaly

2014-10-18 Thread Franck
I solved this problem alone. Apparently, i just need to launch the
install one more time and that run correctly.

Thanks.

I close my ticket :)

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  Installation crashed anormaly

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

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


[Bug 1382780] [NEW] gnome-shell starts ultra zoomed in

2014-10-18 Thread Vysakhan
Public bug reported:

After installing the gnome-shell and logging in to gnome  the whole
environment zooms in to the cursor. I cannot zoom out also. i have tried
reinstalling.i am using ubuntu 14.04 64 bit.The gnome shell version is
3.10.4 .

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: gnome3

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

Title:
  gnome-shell starts ultra zoomed in

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

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


[Bug 1382780] Re: gnome-shell starts ultra zoomed in

2014-10-18 Thread Vysakhan
** Tags added: gnome3

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

Title:
  gnome-shell starts ultra zoomed in

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

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


[Bug 1302885] Re: Media keyboard shortcuts not working

2014-10-18 Thread Dom
Tried dconf-editor GUI as Andriy Petruk (#8). Worked fine.
But still have the problem with:
BrightnessDown (fn-F5)
BrightnessUp (fn-F6)
Toggle screen on/off (fn-F7) works fine.
I couldn't find any about these keys in dconf-editor (like XF86BrightnessDn or 
whatever).
Is there a way to correctly configure the keys just as for the volume keys ?

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

Title:
  Media keyboard shortcuts not working

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

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


[Bug 1381995] Re: Sync from Utopic to trusty, precise

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

** Changed in: distro-info-data (Ubuntu Precise)
   Status: New = Confirmed

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

Title:
  Sync from Utopic to trusty, precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/1381995/+subscriptions

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


[Bug 1381995] Re: Sync from Utopic to trusty, precise

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

** Changed in: distro-info-data (Ubuntu Trusty)
   Status: New = Confirmed

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

Title:
  Sync from Utopic to trusty, precise

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/distro-info-data/+bug/1381995/+subscriptions

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


[Bug 1382784] Re: fglrx-updates-core 2:14.201-0ubuntu2: fglrx-updates-core kernel module failed to build

2014-10-18 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  fglrx-updates-core 2:14.201-0ubuntu2: fglrx-updates-core kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1382784/+subscriptions

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


[Bug 1342175] Re: [upstream] Poor performance with find replace with empty value on large data set

2014-10-18 Thread Björn Michaelsen
** Changed in: libreoffice (Ubuntu)
   Status: Fix Committed = In Progress

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

Title:
  [upstream] Poor performance with find  replace with empty value on
  large data set

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1342175/+subscriptions

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


[Bug 1382784] [NEW] fglrx-updates-core 2:14.201-0ubuntu2: fglrx-updates-core kernel module failed to build

2014-10-18 Thread Stixy90
Public bug reported:

при запуске сообщает об ошибке

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: fglrx-updates-core 2:14.201-0ubuntu2
Uname: Linux 3.17.1-031701-lowlatency x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
DKMSKernelVersion: 3.17.1-031701-lowlatency
Date: Sat Oct 18 14:04:16 2014
DuplicateSignature: 
dkms:fglrx-updates-core:2:14.201-0ubuntu2:/var/lib/dkms/fglrx-updates-core/14.201/build/2.6.x/kcl_acpi.c:845:21:
 error: ‘struct acpi_device_flags’ has no member named ‘no_hotplug’
InstallationDate: Installed on 2014-10-17 (0 days ago)
InstallationMedia: Lubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140826.1)
PackageVersion: 2:14.201-0ubuntu2
SourcePackage: fglrx-installer-updates
Title: fglrx-updates-core 2:14.201-0ubuntu2: fglrx-updates-core kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fglrx-installer-updates (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package utopic

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

Title:
  fglrx-updates-core 2:14.201-0ubuntu2: fglrx-updates-core kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer-updates/+bug/1382784/+subscriptions

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

[Bug 1379836] Re: dialer and messaging app show unlocked pin as locked

2014-10-18 Thread taiebot65
I am still experiencing this on mako rtm/devel-proposed on r98

I am experiencing this at boot and i do not know why it s not happening
every time. Anyway to solve the problem i just did

a sudo restart ofono in the terminal app and sim lock disappear.

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

Title:
  dialer and messaging app show unlocked pin as locked

To manage notifications about this bug go to:
https://bugs.launchpad.net/telepathy-ofono/+bug/1379836/+subscriptions

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


[Bug 1342175] Re: [upstream] Poor performance with find replace with empty value on large data set

2014-10-18 Thread Björn Michaelsen
@xtrusia: Did you ever even test that debdiff vs. 4.2? I doesnt even seem to 
compile:
- For one there seems to be an obvious typo in using both 
rMark.getMarkedRanges() and rMark.GetMarkedRanges() in the same patch
- Curiously this typo isnt even there in the upstream commit 
91502a72c12c559442e8bf77c27a516b49c2a68d from which it was derived
- then the patch uses sc::ColRowSpan which does not seem to be available on 
LibreOffice 4.2.x yet

Here is an example build log failure:
https://launchpadlibrarian.net/187606247/buildlog_ubuntu-trusty-amd64.libreoffice_1%3A4.2.7~rc2-0ubuntu1_FAILEDTOBUILD.txt.gz

Im not too happy to have wasted some time to rebase the patch from 4.2.6
on 4.2.7, now realizing this likely never build on 4.2.6 in the first
place.

In the future, please in general consider using the upstream backport
branches as per:
https://wiki.documentfoundation.org/Development/Branches#libreoffice-X-Y
on https://gerrit.libreoffice.org. For one, this gives you the support
of upstream CI and buildbots, but more importantly also the support of
upstream reviewers. Sadly, its now too late for this to succeed with
that as 4.2.7.2 has been tagged and is at the end of the upstream
support for this series.

For now, I will leave the patch in packaging (so that the rebase work
isnt lost), but disable it. If you want this patch to still make the
next trusty SRU, the patch needs to be in a good form against 4.2.7 and
be thoroughly tested before the end of October 2014. That means you need
to do a build and at least run the autopkgtests against it and at least
do some basic manual testing in the patched functionality. Thanks.

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

Title:
  [upstream] Poor performance with find  replace with empty value on
  large data set

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1342175/+subscriptions

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


[Bug 1382786] [NEW] nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to build

2014-10-18 Thread pinguin999
Public bug reported:

After running game from Steam. I was loggt out and got this bug

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: nvidia-331-uvm 331.89-0ubuntu5
ProcVersionSignature: Ubuntu 3.16.0-22.29-generic 3.16.4
Uname: Linux 3.16.0-22-generic x86_64
ApportVersion: 2.14.7-0ubuntu7
Architecture: amd64
DKMSKernelVersion: 3.16.0-23-generic
Date: Sat Oct 18 11:12:03 2014
InstallationDate: Installed on 2013-10-12 (370 days ago)
InstallationMedia: Ubuntu-GNOME 13.10 Saucy Salamander - Beta amd64 (20130926)
PackageVersion: 331.89-0ubuntu5
SourcePackage: nvidia-graphics-drivers-331
Title: nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to 
build
UpgradeStatus: Upgraded to utopic on 2014-10-13 (4 days ago)

** Affects: nvidia-graphics-drivers-331 (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  nvidia-331-uvm 331.89-0ubuntu5: nvidia-331-uvm kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1382786/+subscriptions

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


[Bug 1378106] Re: package linux-image-3.13.0-37-generic (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-10-18 Thread Martin Ravensholt
I get the same error when I do an sudo apt-get update  sudo apt-get upgrade 
on Lubuntu 14.04.
Because of this error, I can't install any new software because this breaks 
first.
Is there anyway I can tell the package manager to ignore the error and continue 
installing other packages?
If so, please don't hestitate to contact me.
I'm running Lubuntu 14.04 on an old IBM Thinkpad T42.
I also commented on another thread which is related to this one, asking if it 
has something to do with PAE?
There are no hardware issues with this machine, so my guess is that it actualy 
has something to do with PAE.

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

Title:
  package linux-image-3.13.0-37-generic (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 1

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

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


  1   2   3   4   >