[Dx-packages] [Bug 1506427] Re: Using calendar with keys might cause Indicator-datetime to crash unity-panel-service

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package ido - 13.10.0+16.04.20161028-0ubuntu1

---
ido (13.10.0+16.04.20161028-0ubuntu1) xenial; urgency=medium

  * IdoCalendarMenuItem: disconnect from parent signals on item
destruction (LP: #1506427)

 -- Marco Trevisan (TreviƱo)   Fri, 28 Oct 2016 22:43:02
+

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

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to ido in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1506427

Title:
  Using calendar with keys might cause Indicator-datetime to crash
  unity-panel-service

Status in ido package in Ubuntu:
  Fix Released
Status in ido source package in Xenial:
  Fix Released
Status in ido source package in Yakkety:
  Fix Released

Bug description:
  [Impact] 
  Unity panel service crashes (removing indicators from panel) when calendar 
menu is opened and there are some key presses.

  [Test Case]
  This is a quite random bug that is not easy to reproduce, it happens 
sometimes that you open the indicator-datetime and after a keypress the panel 
crashes.

  [Regression Potential]
  Nothing expected, but calendar item in datetime might behave differently on 
key-presses.
  Although the fix is quite safe since we're just ensuring that we disconnect 
from parent widget signals on menuitem destruction.

  ===

  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding unity.  This problem was most recently seen with version
  7.3.2+15.10.20151002.2-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/74901303bee889a2ca807616ea267069ad252435
  contains more details.

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1622686] Re: double header in 16.10

2017-01-24 Thread David Jordan
** Description changed:

- STEPS:
- 1. grab the latest iso
- 2. Note the header during install
+ [Impact]
  
- EXPECTED:
- Icon on one header
+ During install and oem-firstboot, the header bar at the top of the
+ screen in Ubiquity is twice as tall as it should be on hidpi screens
+ (looking like two normal sized header bars stacked on top of each
+ other), and the blue a11y icon is double sized.
  
- ACTUAL:
- I believe the a11y icon is double sized and forces a double header.  see photo
+ This looks obviously incorrect and ugly and makes a bad first impression
+ on users installing Ubuntu on a hidpi laptop or customers of Ubuntu OEMs
+ booting new machines for the first time.  Arstechnica commented
+ negatively on this in their review of Dell's XPS 13:
+ http://arstechnica.com/gadgets/2017/01/dells-latest-xps-13-de-still-
+ delivers-linux-now-embraces-svelte-hardware/
  
- /!\ Seem to be a hidpi only issue I see it on xps13 but not on other
- installs
+ Users of the Dell XPS 13 are affected as well as users of other brands
+ of laptops with hidpi screens.  System76 is temporarily carrying a
+ patched version of Humanity to work around this bug.
+ 
+ The a11y icon is double-sized because the version of Humanity shipping
+ in Ubuntu doesn't support @2 hidpi scaling, which results in the header
+ bar doubling its height.  Because the header bar is drawn with
+ CAIRO_PAD_REPEAT, the gradient is repeated so it looks like two bars
+ stacked one on top of the other.  The fix to the Humanity icon theme
+ adds @2 hidpi support, which shrinks the icon and restores the header
+ bar to its normal height.
+ 
+ 
+ [Test Case]
+ ISO install:
+ 1. Grab an Ubuntu iso and proceed to install (not "try") Ubuntu on a computer 
with a hidpi screen.
+ 2. Note the double-sized header and icon during install.
+ - Using an iso with a fixed version of Humanity, the header and icon 
should look normal.
+ 
+ OEM-Firstboot:
+ 1. Grab an Ubuntu iso and do an oem-install on on a computer with a hidpi 
screen.
+ 2. After installing, click the launcher icon to "Prepare for shipping to the 
end user" and reboot.
+ 3. During oem-firstboot, note the double-sized header and icon during install.
+ - To test the fix, install a fixed version of humanity before preparing 
the system for the end user.
+ 
+ 
+ [Regression Potential]
+ 
+ This patch affects the look of anything using the Humanity icon set.
+ The look of Nautilus, and many other GTK apps will be affected.  This is
+ not a regression but fixes another bug and resolves a discrepancy
+ between rendering of icons on hidpi screens vs lowdpi screens.
+ 
+ The biggest risk for regression comes from the off chance that there is
+ an error or omission in the index.theme files.  Comparing icons on a
+ broad range of applications and systems should catch this class of
+ issues.  If any issues with icons are found, check there.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to humanity-icon-theme in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1622686

Title:
  double header in 16.10

Status in humanity-icon-theme package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in humanity-icon-theme source package in Xenial:
  New
Status in ubiquity source package in Xenial:
  New
Status in humanity-icon-theme source package in Yakkety:
  New
Status in ubiquity source package in Yakkety:
  New

Bug description:
  [Impact]

  During install and oem-firstboot, the header bar at the top of the
  screen in Ubiquity is twice as tall as it should be on hidpi screens
  (looking like two normal sized header bars stacked on top of each
  other), and the blue a11y icon is double sized.

  This looks obviously incorrect and ugly and makes a bad first
  impression on users installing Ubuntu on a hidpi laptop or customers
  of Ubuntu OEMs booting new machines for the first time.  Arstechnica
  commented negatively on this in their review of Dell's XPS 13:
  http://arstechnica.com/gadgets/2017/01/dells-latest-xps-13-de-still-
  delivers-linux-now-embraces-svelte-hardware/

  Users of the Dell XPS 13 are affected as well as users of other brands
  of laptops with hidpi screens.  System76 is temporarily carrying a
  patched version of Humanity to work around this bug.

  The a11y icon is double-sized because the version of Humanity shipping
  in Ubuntu doesn't support @2 hidpi scaling, which results in the
  header bar doubling its height.  Because the header bar is drawn with
  CAIRO_PAD_REPEAT, the gradient is repeated so it looks like two bars
  stacked one on top of the other.  The fix to the Humanity icon theme
  adds @2 hidpi support, which shrinks the icon and restores the header
  bar to its normal height.

  
  [Test Case]
  ISO install:
  1. Grab an Ubuntu iso and proceed to install (not "try") Ubuntu on a computer 
with a hidpi screen.
  2. Note the double-sized header and i

[Dx-packages] [Bug 1657863] Re: Icons are too big or the wrong icon is shown on hidpi screens

2017-01-24 Thread David Jordan
** Description changed:

- Because Humanity doesn't have support for @2x icons, some icons are
- displayed too big.  This is a general issue, but is easily noticed in a
- few examples below.
+ [Impact]
  
- In Nautilus, the icons are much too big on hidpi screends in 16.04,
- while in 16.10 the icons are the same size but use different icons with
- much thinner strokes.  The difference is also visible in icons on the
- Desktop.
+ Humanity icons are sometimes displayed too big on hidpi screens in
+ 16.04.  On both 16.04 and 16.10, different icons are used on hidpi
+ screens than non-hidpi screens.  Sometimes the icons look similar but
+ with much thinner strokes, while other times an icon with a different
+ metaphor is used.  Users on hidpi screens will notice that icons in
+ applications like Nautilus, Transmission, etc. look different (not just
+ clearer) on hidpi screens.
  
- In Transmission, the "Open" button in the toolbar uses an icon with a
- different metaphor on hidpi screens (an up arrow emerging from a folder)
- than on lowdpi screens (a sheet of paper emerging from a folder).
+ The fix here is to add support for @2 icons to the Humanity theme by
+ adding symbolic links for @2 icons and updating the index.theme files
+ accordingly.
  
- After adding symbolic links for @2x icons and updating the index.theme
- files accordingly fixes these issues.
+ We should backport the fix to 16.04 and 16.10, so Humanity icons look
+ the same on hidpi screens as non-hidpi screens.
+ 
+ 
+ [Test Case]
+ 
+ Here are a few test cases: 
+ 1) Using a computer with hidpi screen and a computer with a lowdpi screen 
both running Ubuntu 16.04: Open Nautilus and see that the icons on the hidpi 
screen are much larger.  (This applies to icons on the desktop as well.)
+ -The fix should result in icons being the same size on both hidpi and 
lowdpi.
+ 
+ 2) Using a computer with a hidpi screen and one with a lowdpi screen running 
Ubuntu 16.04 or 16.10: Open Transmission and see that the "Open" button in the 
toolbar uses an icon with a different metaphor on hidpi screens (an up arrow 
emerging from a folder) than on lowdpi screens (a sheet of paper emerging from 
a folder).
+ - The fix should result in the "sheet of paper emerging from a folder" 
icon being used here on both hidpi and lowdpi screens.
+ 
+ 3) Using a computer with hidpi screen and a computer with a lowdpi screen 
both running Ubuntu 16.10: Compare icons in Nautilus and see that the icons 
look sutbly different.  The strokes in icons on the hidpi screen will be 
visibly thinner on the hidpi screen because icons for bigger scale are used 
(say 48 on hidpi instead of 24) rather than rendering the original size icon at 
a larger resolution.
+ - The fix should result in icons that have the same stroke width on hidpi 
and lowdpi screens.  The icons will still be sharper on the hidpi screen, but 
the lines won't be thinner.
+ 
+ 
+ [Regression Potential]
+ 
+ The patch is designed for compatibility where @2 support is not
+ available by listing the @2 directories under "ScaledDirectories="
+ rather than "Directories=".  However it's possible there could be other
+ kinds of issues not found in testing.  If there are any omissions or
+ errors in the index.theme, this could cause rendering issues for some
+ categories of icons.  Comparing icons on a broad range of applications
+ and systems should catch this class of issues.
+ 
+ Hidpi users may find that their machine looks different after the update
+ than it did before.  This is not a regression, but a fix to a bug that's
+ been present all along.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to humanity-icon-theme in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1657863

Title:
  Icons are too big or the wrong icon is shown on hidpi screens

Status in humanity-icon-theme package in Ubuntu:
  Fix Released
Status in humanity-icon-theme source package in Xenial:
  New
Status in humanity-icon-theme source package in Yakkety:
  New

Bug description:
  [Impact]

  Humanity icons are sometimes displayed too big on hidpi screens in
  16.04.  On both 16.04 and 16.10, different icons are used on hidpi
  screens than non-hidpi screens.  Sometimes the icons look similar but
  with much thinner strokes, while other times an icon with a different
  metaphor is used.  Users on hidpi screens will notice that icons in
  applications like Nautilus, Transmission, etc. look different (not
  just clearer) on hidpi screens.

  The fix here is to add support for @2 icons to the Humanity theme by
  adding symbolic links for @2 icons and updating the index.theme files
  accordingly.

  We should backport the fix to 16.04 and 16.10, so Humanity icons look
  the same on hidpi screens as non-hidpi screens.

  
  [Test Case]

  Here are a few test cases: 
  1) Using a computer with hidpi screen and a computer with a lowdpi screen 
both run

[Dx-packages] [Bug 1307619] Re: All Qt5 applications' menu bar is missing at non-Unity DEs after appmenu-qt5 installed

2017-01-24 Thread thieuquangtuan
I have the same problem on Ubuntu Mate 16.10
The menu bar, left toolbar,... are missing when i launch Qt Creator 4.2.1
I have tried "sudo apt remove appmenu-qt5" but it didn't work.

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to appmenu-qt5 in Ubuntu.
https://bugs.launchpad.net/bugs/1307619

Title:
  All Qt5 applications' menu bar is missing at non-Unity DEs after
  appmenu-qt5 installed

Status in appmenu-qt5:
  New
Status in LyX:
  New
Status in appmenu-qt5 package in Ubuntu:
  Confirmed

Bug description:
  1. Open "Qt Creator" Version 3.0.1 at the Gnome3 Desktop
  2. Menu bar is missing.

   workaround --
  After Deinstall appmenu-qt5 is the Menu bar working again.
  Open Terminal:
  sudo apt-get remove appmenu-qt5

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: appmenu-qt5 0.3.0+14.04.20140314-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-8.28-generic 3.13.2
  Uname: Linux 3.13.0-8-generic i686
  ApportVersion: 2.14.1-0ubuntu2
  Architecture: i386
  CurrentDesktop: GNOME
  Date: Mon Apr 14 18:52:18 2014
  InstallationDate: Installed on 2014-02-14 (58 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha i386 (20140214)
  SourcePackage: appmenu-qt5
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt5/+bug/1307619/+subscriptions

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1622686] Re: double header in 16.10

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package humanity-icon-theme - 0.6.12

---
humanity-icon-theme (0.6.12) zesty; urgency=medium

  * Add hidpi @2 support (LP: #1657863, #1622686)

 -- David Jordan   Mon, 23 Jan 2017 12:29:57 -0700

** Changed in: humanity-icon-theme (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to humanity-icon-theme in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1622686

Title:
  double header in 16.10

Status in humanity-icon-theme package in Ubuntu:
  Fix Released
Status in ubiquity package in Ubuntu:
  Fix Released
Status in humanity-icon-theme source package in Xenial:
  New
Status in ubiquity source package in Xenial:
  New
Status in humanity-icon-theme source package in Yakkety:
  New
Status in ubiquity source package in Yakkety:
  New

Bug description:
  STEPS:
  1. grab the latest iso
  2. Note the header during install

  EXPECTED:
  Icon on one header

  ACTUAL:
  I believe the a11y icon is double sized and forces a double header.  see photo

  /!\ Seem to be a hidpi only issue I see it on xps13 but not on other
  installs

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1657863] Re: Icons are too big or the wrong icon is shown on hidpi screens

2017-01-24 Thread Launchpad Bug Tracker
This bug was fixed in the package humanity-icon-theme - 0.6.12

---
humanity-icon-theme (0.6.12) zesty; urgency=medium

  * Add hidpi @2 support (LP: #1657863, #1622686)

 -- David Jordan   Mon, 23 Jan 2017 12:29:57 -0700

** Changed in: humanity-icon-theme (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to humanity-icon-theme in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1657863

Title:
  Icons are too big or the wrong icon is shown on hidpi screens

Status in humanity-icon-theme package in Ubuntu:
  Fix Released
Status in humanity-icon-theme source package in Xenial:
  New
Status in humanity-icon-theme source package in Yakkety:
  New

Bug description:
  Because Humanity doesn't have support for @2x icons, some icons are
  displayed too big.  This is a general issue, but is easily noticed in
  a few examples below.

  In Nautilus, the icons are much too big on hidpi screends in 16.04,
  while in 16.10 the icons are the same size but use different icons
  with much thinner strokes.  The difference is also visible in icons on
  the Desktop.

  In Transmission, the "Open" button in the toolbar uses an icon with a
  different metaphor on hidpi screens (an up arrow emerging from a
  folder) than on lowdpi screens (a sheet of paper emerging from a
  folder).

  After adding symbolic links for @2x icons and updating the index.theme
  files accordingly fixes these issues.

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1622686] Re: double header in 16.10

2017-01-24 Thread Iain Lane
** Changed in: humanity-icon-theme (Ubuntu)
   Status: New => Fix Committed

** Also affects: ubiquity (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: humanity-icon-theme (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: ubiquity (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: humanity-icon-theme (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to humanity-icon-theme in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1622686

Title:
  double header in 16.10

Status in humanity-icon-theme package in Ubuntu:
  Fix Committed
Status in ubiquity package in Ubuntu:
  Fix Released
Status in humanity-icon-theme source package in Xenial:
  New
Status in ubiquity source package in Xenial:
  New
Status in humanity-icon-theme source package in Yakkety:
  New
Status in ubiquity source package in Yakkety:
  New

Bug description:
  STEPS:
  1. grab the latest iso
  2. Note the header during install

  EXPECTED:
  Icon on one header

  ACTUAL:
  I believe the a11y icon is double sized and forces a double header.  see photo

  /!\ Seem to be a hidpi only issue I see it on xps13 but not on other
  installs

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1657863] Re: Icons are too big or the wrong icon is shown on hidpi screens

2017-01-24 Thread Iain Lane
** Changed in: humanity-icon-theme (Ubuntu)
   Status: Confirmed => Fix Committed

** Also affects: humanity-icon-theme (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: humanity-icon-theme (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to humanity-icon-theme in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1657863

Title:
  Icons are too big or the wrong icon is shown on hidpi screens

Status in humanity-icon-theme package in Ubuntu:
  Fix Committed
Status in humanity-icon-theme source package in Xenial:
  New
Status in humanity-icon-theme source package in Yakkety:
  New

Bug description:
  Because Humanity doesn't have support for @2x icons, some icons are
  displayed too big.  This is a general issue, but is easily noticed in
  a few examples below.

  In Nautilus, the icons are much too big on hidpi screends in 16.04,
  while in 16.10 the icons are the same size but use different icons
  with much thinner strokes.  The difference is also visible in icons on
  the Desktop.

  In Transmission, the "Open" button in the toolbar uses an icon with a
  different metaphor on hidpi screens (an up arrow emerging from a
  folder) than on lowdpi screens (a sheet of paper emerging from a
  folder).

  After adding symbolic links for @2x icons and updating the index.theme
  files accordingly fixes these issues.

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1622686] Re: double header in 16.10

2017-01-24 Thread Iain Lane
** Also affects: humanity-icon-theme (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to humanity-icon-theme in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1622686

Title:
  double header in 16.10

Status in humanity-icon-theme package in Ubuntu:
  New
Status in ubiquity package in Ubuntu:
  Fix Released

Bug description:
  STEPS:
  1. grab the latest iso
  2. Note the header during install

  EXPECTED:
  Icon on one header

  ACTUAL:
  I believe the a11y icon is double sized and forces a double header.  see photo

  /!\ Seem to be a hidpi only issue I see it on xps13 but not on other
  installs

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp


[Dx-packages] [Bug 1658671] Re: Dash shows no applications - 17.04 new install

2017-01-24 Thread corrado venturini
adding screenshot

** Attachment added: "Dash3.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/unity-lens-applications/+bug/1658671/+attachment/4808523/+files/Dash3.jpg

-- 
You received this bug notification because you are a member of DX
Packages, which is subscribed to unity-lens-applications in Ubuntu.
https://bugs.launchpad.net/bugs/1658671

Title:
  Dash shows no applications - 17.04 new install

Status in unity-lens-applications package in Ubuntu:
  New

Bug description:
  I installed Ubuntu 17.04 unity from the daily: Ubuntu 17.04 "Zesty Zapus" - 
Alpha amd64 (20170118)
  corrado@corrado-Z2:~$ uname -a
  Linux corrado-Z2 4.9.0-12-generic #13-Ubuntu SMP Mon Jan 9 20:06:25 UTC 2017 
x86_64 x86_64 x86_64 GNU/Linux
  corrado@corrado-Z2:~$ 
  when i click the dash icon in the launcher the dash opens, remains some 
seconds with .. searching and then: sorry, there is nothing that matches  ... 
If I click on the dash plugin for applications i see only the dash plugins. 
Some applications appear only when I enter some text in the search for ...
  The dash works fine in another 17.04 installed some time ago on the same 
desktop, different partition.

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

-- 
Mailing list: https://launchpad.net/~dx-packages
Post to : dx-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dx-packages
More help   : https://help.launchpad.net/ListHelp