[Bug 1523081] [NEW] Count emblem in switcher pixelated

2015-12-05 Thread Michał Sawicz
Public bug reported:

The count emblem in alt+tab switcher is pixelated, see attachment.

Seems to be related to bug #1366801, too.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: unity 7.4.0+16.04.20151102-0ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.2-0ubuntu8
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CurrentDesktop: Unity
Date: Sat Dec  5 11:03:53 2015
SourcePackage: unity
UpgradeStatus: Upgraded to xenial on 2015-10-28 (37 days ago)

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


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

** Attachment added: "Zrzut ekranu z 2015-12-05 11-03-42.png"
   
https://bugs.launchpad.net/bugs/1523081/+attachment/4530061/+files/Zrzut%20ekranu%20z%202015-12-05%2011-03-42.png

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

Title:
  Count emblem in switcher pixelated

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

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


[Bug 1516388] Re: Security bug #1267059 is marked as closed but is not fixed on trusty

2015-12-05 Thread Mathew Hodson
*** This bug is a duplicate of bug 1267059 ***
https://bugs.launchpad.net/bugs/1267059

** This bug has been marked a duplicate of bug 1267059
   "Unattended-Upgrade::Remove-Unused-Dependencies" does not work

** Information type changed from Public Security to Public

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

Title:
  Security bug #1267059 is marked as closed but is not fixed on trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1516388/+subscriptions

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


[Bug 1523069] Re: Desktop-mode App switcher selector's visual design is hard to see

2015-12-05 Thread Michał Sawicz
** Also affects: ubuntu-ux
   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/1523069

Title:
  Desktop-mode App switcher selector's visual design is hard to see

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

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


[Bug 1520343] Re: Qualcomm Atheros wireless card [168c:003e] (rev 32) not supported

2015-12-05 Thread dan
I have the same situation (fresh Ubuntu 15.10 (64-bit) alongside Windows
10).

@Dennis Marttinen (technowelho) 
Thank you, your suggestion worked well, but now, I sometimes have connection 
issues (no data throughput), but nothing special shows up in dmesg. When I 
reconnect the wifi it works again. Do you have any ideas? Or maybe what logfile 
I should start looking?

Thanks,
Daniel

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

Title:
  Qualcomm Atheros wireless card [168c:003e] (rev 32) not supported

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

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


[Bug 1522958] dwalin (amd64) - tests ran: 2, failed: 0

2015-12-05 Thread Brad Figg
tests ran:   2, failed: 0;
  
http://kernel.ubuntu.com/testing/4.3.0-2.11/dwalin__4.3.0-2.11__2015-12-05_09-31-00/results-index.html

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

Title:
  linux: 4.3.0-2.11 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1522958/+subscriptions

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


[Bug 1511330] Re: PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration."

2015-12-05 Thread R4kk00n
After some tinkering I've found a somewhat different workaround (of you
might call it a fix) and a probable immediate cause of this behavior.

My VPN server has an address of 192.168.17.1 and it assings a range 
192.168.17.33 - 192.168.17.62 to clients. I used to manually add the following 
routes (this is supposed to like the relevant dialog):
Address Netmask Gateway Metric
192.168.17.0255.255.255.0   192.168.17.11
172.16.32.0 255.255.252.0   192.168.17.11

This did work because (I believe, cannot really bother with testing now)
Network Manager or PPTP plugin added a route to the VPN gateway
(192.168.17.1 in my case). And it no longer does. Without this route
further routes are considered invalid. This here might be a bug or it
might have been redesigned — I don't know.

Luckily there is way to enter link scoped routes in that dialog, although 
unintuitive: you just leave the "Gateway" field empty. Like this:
Address Netmask Gateway Metric
192.168.17.0255.255.255.0   1
172.16.32.0 255.255.252.0   
1
The "OK" button turns inactive after you delete a gateway, so you have to tab 
or click some other field for it to come back.

After this the connection works and the following routes get added to the 
routing table:
> ip route
default ...
 via 
...
172.16.32.0/22 dev ppp0  proto static  scope link  metric 1 
192.168.17.0/24 dev ppp0  proto static  scope link  metric 1 
192.168.17.35 dev ppp0  proto kernel  scope link  src 192.168.17.35  
metric 50 
...

Hope this helps someone else

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

Title:
  PPTP connection does not establish due to error: "Connection
  activation failed: the VPN service returned invalid configuration."

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1511330/+subscriptions

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

[Bug 1523078] [NEW] Crash Reporting Assistant fails to install debug symbols

2015-12-05 Thread krusty
Public bug reported:

I experienced a crash of the plasma shell. It restarted right away and
the "Crash Reporting Assistant" came up.

While trying to file a bug using this assistant it informs me that
further debug symbols need to be installed, it shows me a list of
packages it likes to install and when I say ok, it claims that it does
not have authorization to install them, or that no authorization was
provided.

It sounds to me like it just failed to bring up the password dialog?!

Kubuntu 15.04 (upgraded recently)

/usr/lib/x86_64-linux-gnu/libexec/drkonqi --version
kf5.kiconthemes: "Theme tree: (Breeze)"
drkonqi 5.2.2

ProblemType: Bug
DistroRelease: Ubuntu 15.04
Package: plasma-workspace 4:5.2.2-0ubuntu3
ProcVersionSignature: Ubuntu 3.19.0-39.44-generic 3.19.8-ckt9
Uname: Linux 3.19.0-39-generic x86_64
ApportVersion: 2.17.2-0ubuntu1.8
Architecture: amd64
CurrentDesktop: KDE
Date: Sat Dec  5 10:23:52 2015
EcryptfsInUse: Yes
ExecutablePath: /usr/lib/x86_64-linux-gnu/libexec/drkonqi
InstallationDate: Installed on 2015-02-22 (285 days ago)
InstallationMedia: Kubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
SourcePackage: plasma-workspace
UpgradeStatus: Upgraded to vivid on 2015-12-04 (0 days ago)

** Affects: plasma-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug vivid

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

Title:
  Crash Reporting Assistant fails to install debug symbols

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1523078/+subscriptions

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


[Bug 1523075] [NEW] package virtualbox 5.0.10-dfsg-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-05 Thread Stefano Longano
Public bug reported:

To fix the problem, I installed virtualbox-5.0 before installing
vitualbox and then I had to reinstall (with --reinstall apt-get option)
virtualbox-dkms.

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: virtualbox 5.0.10-dfsg-2ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Fri Dec  4 17:31:31 2015
DuplicateSignature: package:virtualbox:5.0.10-dfsg-2ubuntu1:subprocess 
installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2011-05-03 (1676 days ago)
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426)
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: virtualbox
Title: package virtualbox 5.0.10-dfsg-2ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to wily on 2015-11-02 (31 days ago)

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


** Tags: amd64 apport-package need-duplicate-check wily

** Description changed:

- To fix the problem, I installed virtualbox-5.0 and the I had to
+ To fix the problem, I installed virtualbox-5.0 and then I had to
  reinstall (with --reinstall apt-get option) virtualbox-dkms.
  
  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: virtualbox 5.0.10-dfsg-2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Fri Dec  4 17:31:31 2015
  DuplicateSignature: package:virtualbox:5.0.10-dfsg-2ubuntu1:subprocess 
installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2011-05-03 (1676 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426)
  RelatedPackageVersions:
-  dpkg 1.18.2ubuntu5.1
-  apt  1.0.10.2ubuntu1
+  dpkg 1.18.2ubuntu5.1
+  apt  1.0.10.2ubuntu1
  SourcePackage: virtualbox
  Title: package virtualbox 5.0.10-dfsg-2ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to wily on 2015-11-02 (31 days ago)

** Description changed:

- To fix the problem, I installed virtualbox-5.0 and then I had to
- reinstall (with --reinstall apt-get option) virtualbox-dkms.
+ To fix the problem, I installed virtualbox-5.0 before installing
+ vitualbox and then I had to reinstall (with --reinstall apt-get option)
+ virtualbox-dkms.
  
  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: virtualbox 5.0.10-dfsg-2ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Fri Dec  4 17:31:31 2015
  DuplicateSignature: package:virtualbox:5.0.10-dfsg-2ubuntu1:subprocess 
installed post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2011-05-03 (1676 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110426)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: virtualbox
  Title: package virtualbox 5.0.10-dfsg-2ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to wily on 2015-11-02 (31 days ago)

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

Title:
  package virtualbox 5.0.10-dfsg-2ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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

[Bug 1523070] Re: Plasma session does not start after upgrade to Kubuntu 15.04

2015-12-05 Thread krusty
** Summary changed:

- Plasma session does not start after upgrade to Kubuntu 15.10
+ Plasma session does not start after upgrade to Kubuntu 15.04

** Description changed:

- I just upgraded to Kubuntu 15.10. There were no problems during the
+ I just upgraded to Kubuntu 15.04. There were no problems during the
  upgrade itself. After the reboot I see the new login screen (sddm, used
  to be lightdm before the upgrade).
  
  I can enter my password but then nothing visibly changes. The screen
  still shows the login screen, but nothing can be clicked. On some
  occasions there is one change: the mouse cursor changes to an X.
  
  I can go to Ctrl-Alt-F1 and login ok.
  
  I have removed some old user configurations:
  mv ~/.kde dot.kde.old
  mv ~/.config dot.config.old
  rm -rf ~/.cache
  then rebooted and tried again, but the result is the same
  
  I have switched back to lightdm:
  dpkg-reconfigure lightdm
  then
  service sddm stop
  service lightdm start
  but the behaviour in lightdm is basically the same. I can enter the password 
then only the lightdm background is visible anymore and nothing furhter happens
  
  What I see now is that after sddm or lightdm are in this 
post-password-nothing-happens-anymore state, I can go to Ctrl-Alt-F1 and do:
  export DISPLAY=:0
  xlogo
  back to Ctrl-Alt-F7
  and the logo shows ok.
  
- In fact, it seems I can even do 
+ In fact, it seems I can even do
  startkde
  and the session comes up ok and now everything appers to be running fine. Hey 
I can even open a browser and report a bug!

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

Title:
  Plasma session does not start after upgrade to Kubuntu 15.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-desktop/+bug/1523070/+subscriptions

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


[Bug 1523073] [NEW] please remove dolphin-plugins-bazaar

2015-12-05 Thread Logan Rosen
Public bug reported:

Superseded by the same plugin in dolphin-plugins. This package is
causing installation conflicts (see Bug 1264659 and Bug 1469082). This
is an Ubuntu-only package with no reverse dependencies.

** Affects: dolphin-plugins-bazaar (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/1523073

Title:
  please remove dolphin-plugins-bazaar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dolphin-plugins-bazaar/+bug/1523073/+subscriptions

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


[Bug 1520568] Re: All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

2015-12-05 Thread dino99
Confirm that version 47 works here too , even if the issue described above 
(#29) is still not resolved.
Chad as been asked to upgrade to version 47 ( Bug #1522411 ) ,  so  its a 
matter of a couple days to get it into xenial archive.

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

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

Title:
  All queries fails when 'google' is used: ERR_SSL_PROTOCOL_ERROR

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

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


[Bug 1522958] Re: linux: 4.3.0-2.11 -proposed tracker

2015-12-05 Thread Brad Figg
** Changed in: kernel-development-workflow/automated-testing
   Status: New => Confirmed

** Changed in: kernel-development-workflow/prepare-package-meta
   Status: New => Fix Released

** Changed in: kernel-development-workflow/prepare-package-meta
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

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

Title:
  linux: 4.3.0-2.11 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1522958/+subscriptions

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


[Bug 1523070] [NEW] Plasma session does not start after upgrade to Kubuntu 15.10

2015-12-05 Thread krusty
Public bug reported:

I just upgraded to Kubuntu 15.10. There were no problems during the
upgrade itself. After the reboot I see the new login screen (sddm, used
to be lightdm before the upgrade).

I can enter my password but then nothing visibly changes. The screen
still shows the login screen, but nothing can be clicked. On some
occasions there is one change: the mouse cursor changes to an X.

I can go to Ctrl-Alt-F1 and login ok.

I have removed some old user configurations:
mv ~/.kde dot.kde.old
mv ~/.config dot.config.old
rm -rf ~/.cache
then rebooted and tried again, but the result is the same

I have switched back to lightdm:
dpkg-reconfigure lightdm
then
service sddm stop
service lightdm start
but the behaviour in lightdm is basically the same. I can enter the password 
then only the lightdm background is visible anymore and nothing furhter happens

What I see now is that after sddm or lightdm are in this 
post-password-nothing-happens-anymore state, I can go to Ctrl-Alt-F1 and do:
export DISPLAY=:0
xlogo
back to Ctrl-Alt-F7
and the logo shows ok.

In fact, it seems I can even do 
startkde
and the session comes up ok and now everything appers to be running fine. Hey I 
can even open a browser and report a bug!

** Affects: plasma-desktop (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/1523070

Title:
  Plasma session does not start after upgrade to Kubuntu 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-desktop/+bug/1523070/+subscriptions

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


[Bug 1523072] [NEW] Physical Keyboard ENTER key doesn't work in input fields

2015-12-05 Thread Kugi Eusebio
Public bug reported:

WHAT HAPPENS: Pressing the ENTER key from a connected physical keyboard,
does nothing. This includes when pressing enter after inputting your
credentials to login and when you want to start a new line in a
multiline input field.


WHAT'S EXPECTED: Pressing the ENTER key should invoke the login/submit button 
when trying to login in a site and should insert a line feed when in a 
multiline input field.

** Affects: webbrowser-app (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/1523072

Title:
  Physical Keyboard ENTER key doesn't work in input fields

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1523072/+subscriptions

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


[Bug 1523069] [NEW] Desktop-mode App switcher selector's visual design is hard to see

2015-12-05 Thread Kugi Eusebio
Public bug reported:

WHAT HAPPENS: The app selector visual highlight(not sure how to call it)
in the Unity8's desktop-mode app switcher is hard to see making it
difficult to determine which app you are currently selecting when doing
Alt-Tab.

WHAT'S EXPECTED: The highlight should be obvious and can be easily
distinguishable similar to how it is in Uniy 7.

** Affects: unity8 (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/1523069

Title:
  Desktop-mode App switcher selector's visual design is hard to see

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

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


[Bug 1523064] [NEW] dual boot win 8

2015-12-05 Thread Jan Steinebrunner
Public bug reported:

tried to install dual boot with win 8, installation crashed while
executing grub2. I wanted it to go in the same partition as Win boot
manager

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubiquity 2.18.8.9 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 3.19.0-25.26~14.04.1-generic 3.19.8-ckt2
Uname: Linux 3.19.0-25-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.11
Architecture: amd64
CasperVersion: 1.340.2
Date: Sat Dec  5 09:33:23 2015
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
cdrom-detect/try-usb=true noprompt floppy.allowed_drive_mask=0 ignore_uuid 
boot=casper quiet splash --
LiveMediaBuild: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty ubiquity-2.18.8.9 ubuntu

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

Title:
  dual boot win 8

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

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


[Bug 1522956] Re: package linux-image-4.2.0-19-generic 4.2.0-19.23 failed to install/upgrade: package linux-image-4.2.0-19-generic is already installed and configured

2015-12-05 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package linux-image-4.2.0-19-generic 4.2.0-19.23 failed to
  install/upgrade: package linux-image-4.2.0-19-generic is already
  installed and configured

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

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


[Bug 1522985] Re: package linux-image-extra-3.19.0-39-generic 3.19.0-39.44~14.04.1 failed to install/upgrade: package linux-image-extra-3.19.0-39-generic is already installed and configured

2015-12-05 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package linux-image-extra-3.19.0-39-generic 3.19.0-39.44~14.04.1
  failed to install/upgrade: package linux-image-extra-3.19.0-39-generic
  is already installed and configured

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

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


[Bug 1522986] Re: package linux-image-extra-3.19.0-39-generic 3.19.0-39.44~14.04.1 failed to install/upgrade: package linux-image-extra-3.19.0-39-generic is already installed and configured

2015-12-05 Thread dino99
*** This bug is a duplicate of bug 1407757 ***
https://bugs.launchpad.net/bugs/1407757

** This bug has been marked a duplicate of bug 1407757
   multi-arch packages cannot be installed due to dpkg wrongly detecting them 
as already installed

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

Title:
  package linux-image-extra-3.19.0-39-generic 3.19.0-39.44~14.04.1
  failed to install/upgrade: package linux-image-extra-3.19.0-39-generic
  is already installed and configured

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

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


[Bug 916356] Dana and Paula House Celebration - Boyle Heights

2015-12-05 Thread Dana
Dana and Paula open house party this sunday

View this email in your browser (http://us4.campaign-
archive2.com/?u=dad1b7a19a0262b96767efef0&id=f2066d4de8&e=2fd5b154b9)

We're having an open house party at our Boyle Heights Craftsman Revival house.
Sunday 11 - 3.
2230 Inez st.
L.A. 90023
We're just celebrating for fun and are proud to have you here.
It took a lot of work and love to make this space beautiful.
We hope you can come.

Dana and Paula


** 
(http://danaross.us4.list-manage1.com/track/click?u=dad1b7a19a0262b96767efef0&id=554432df9e&e=2fd5b154b9)
** 
(http://danaross.us4.list-manage.com/track/click?u=dad1b7a19a0262b96767efef0&id=3610314c6d&e=2fd5b154b9)
** 
(http://danaross.us4.list-manage2.com/track/click?u=dad1b7a19a0262b96767efef0&id=8397101e9e&e=2fd5b154b9)
Want to change how you receive these emails?
You can ** update your preferences 
(http://danaross.us4.list-manage.com/profile?u=dad1b7a19a0262b96767efef0&id=4520cc1d96&e=2fd5b154b9)
or ** unsubscribe from this list 
(http://danaross.us4.list-manage1.com/unsubscribe?u=dad1b7a19a0262b96767efef0&id=4520cc1d96&e=2fd5b154b9&c=f2066d4de8)


This email was sent to 916...@bugs.launchpad.net 
(mailto:916...@bugs.launchpad.net)
why did I get this? 
(http://danaross.us4.list-manage.com/about?u=dad1b7a19a0262b96767efef0&id=4520cc1d96&e=2fd5b154b9&c=f2066d4de8)
 unsubscribe from this list 
(http://danaross.us4.list-manage1.com/unsubscribe?u=dad1b7a19a0262b96767efef0&id=4520cc1d96&e=2fd5b154b9&c=f2066d4de8)
 update subscription preferences 
(http://danaross.us4.list-manage.com/profile?u=dad1b7a19a0262b96767efef0&id=4520cc1d96&e=2fd5b154b9)
cultureandmusic . 13510 Erwin Street . Los Angeles, CA 91401 . USA

Email Marketing Powered by MailChimp
http://www.mailchimp.com/monkey-rewards/?utm_source=freemium_newsletter&utm_medium=email&utm_campaign=monkey_rewards&aid=dad1b7a19a0262b96767efef0&afl=1

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

Title:
  unity-applications-daemon crashed with SIGSEGV in
  dee_sequence_model_free_row()

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

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


[Bug 1523060] [NEW] skype is not installable on trusty

2015-12-05 Thread Daniel Holbach
Public bug reported:

lisa@aspire-v3:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename:   trusty
lisa@aspire-v3:~$ LC_ALL=C sudo apt install skype
Reading package lists... Done
Building dependency tree   
Reading state information... Done
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:
 skype : Depends: skype-bin
E: Unable to correct problems, you have held broken packages.
lisa@aspire-v3:~$ LC_ALL=C sudo apt install skype skype-bin
Reading package lists... Done
Building dependency tree   
Reading state information... Done
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:
 skype-bin:i386 : Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not 
going to be installed
  Depends: libgl1-mesa-glx:i386
E: Unable to correct problems, you have held broken packages.
lisa@aspire-v3:~$ dpkg -l | grep -v ^ii
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
 Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name  Version   
  Architektur  Beschreibung
+++-=-===--===
lisa@aspire-v3:~$

** Affects: skype (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/1523060

Title:
  skype is not installable on trusty

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

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

[Bug 1523058] [NEW] package linux-image-extra-3.19.0-39-generic 3.19.0-39.44~14.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-12-05 Thread Aaron Bruelisauer
Public bug reported:

The bugreport window just poped up, i thought i commit the problem (even
I don't know what's up). For now the system is running fine.

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: linux-image-extra-3.19.0-39-generic 3.19.0-39.44~14.04.1
ProcVersionSignature: Ubuntu 3.19.0-33.38~14.04.1-generic 3.19.8-ckt7
Uname: Linux 3.19.0-33-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: amd64
Date: Sat Dec  5 08:59:46 2015
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-08-26 (100 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.5
 apt  1.0.1ubuntu2.10
SourcePackage: linux-lts-vivid
Title: package linux-image-extra-3.19.0-39-generic 3.19.0-39.44~14.04.1 failed 
to install/upgrade: subprocess installed post-installation script returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-lts-vivid (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package trusty

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

Title:
  package linux-image-extra-3.19.0-39-generic 3.19.0-39.44~14.04.1
  failed to install/upgrade: subprocess installed post-installation
  script returned error exit status 1

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

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


[Bug 263822] Re: RTL (right to left) support in terminal (BiDi)

2015-12-05 Thread Bug Watch Updater
** Changed in: vte
   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/263822

Title:
  RTL (right to left) support in terminal (BiDi)

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

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


[Bug 1522958] Re: linux: 4.3.0-2.11 -proposed tracker

2015-12-05 Thread Brad Figg
** Changed in: kernel-development-workflow/prepare-package
   Status: New => Fix Released

** Changed in: kernel-development-workflow/prepare-package
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

** Changed in: kernel-development-workflow/prepare-package-signed
   Status: New => Fix Released

** Changed in: kernel-development-workflow/prepare-package-signed
 Assignee: Canonical Kernel Team (canonical-kernel-team) => Tim Gardner 
(timg-tpi)

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

Title:
  linux: 4.3.0-2.11 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/1522958/+subscriptions

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


[Bug 1523056] Missing required logs.

2015-12-05 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1523056

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  Async loop died!Address already in use(0x62)

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

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


[Bug 1523055] Missing required logs.

2015-12-05 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1523055

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  Async loop died!Address already in use(0x62)

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

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


[Bug 1516314] Re: Ubuntu/Xubuntu 15.10 do not boot succcessfully on Inspiron 1012

2015-12-05 Thread Dandromb
I was doing some other tests to rule out certain causes; This issue does not 
occur, same machine, using Linux Mint Rosa (Cinnamon). I tested with these two 
kernel versions: 3.19.0-32; 4.2.0-18
Both work fine.
Since 4.2.0-18 is the kernel I used with Ubuntu and Xubuntu (pretty sure), this 
looks like it is not a kernel bug.

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

Title:
  Ubuntu/Xubuntu 15.10 do not boot succcessfully on Inspiron 1012

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

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


[Bug 1523057] [NEW] Xinput: no way to map absolute input to whole screen

2015-12-05 Thread Akdor 1154
Public bug reported:

By default, absolute input devices like tablets or touchscreens are
mapped across the user's full screen. This can then be changed to single
screen by, for example:

xinput map-to-output DeviceNum VGA0

This is all well and good, but it appears there is no way to map the
input back to the spanned screen. It would be great if there was a way
to do this, e.g.

xinput map-to-output DeviceName "Screen 0"

Alternatively, if I have missed something obvious, consider this a
documentation bug because I can't find any way to do this mentioned in
man pages or help.

Using xinput 1.6.1.

Jarrad

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


** Tags: xinput xrandr

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

Title:
  Xinput: no way to map absolute input to whole screen

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

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


<    1   2   3   4