[Touch-packages] [Bug 1419667] Re: [DatePicker] pathItemCount binding loop when using DatePicker

2015-09-23 Thread Launchpad Bug Tracker
** Branch linked: lp:~zsombi/ubuntu-ui-toolkit/pickerProblems

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1419667

Title:
  [DatePicker] pathItemCount binding loop when using DatePicker

Status in ubuntu-ui-toolkit package in Ubuntu:
  Confirmed

Bug description:
  New problem with the latest UITK:

  ---
  tst_focus.qml: QWARN  : 
components::FocusingTests::test_0_transfer_focus(PickerPanel) 
file:///build/buildd/ubuntu-ui-toolkit-1.1.1403+15.04.20150206/modules/Ubuntu/Components/Pickers/Picker.qml:280:9:
 QML PathView: Binding loop detected for property "pathItemCount"
  tst_focus.qml: QWARN  : 
components::FocusingTests::test_0_transfer_focus(PickerPanel) 
file:///build/buildd/ubuntu-ui-toolkit-1.1.1403+15.04.20150206/modules/Ubuntu/Components/Pickers/Picker.qml:280:9:
 QML PathView: Binding loop detected for property "pathItemCount"
  ...
  (not sure if binding loops are related, no other indications of something 
being out of ordinary reported)
  ...
  tst_focus.qml: Totals: 17 passed, 0 failed, 1 skipped, 0 blacklisted
  tst_focus.qml: * Finished testing of components *
  tst_focus.qml: Shutting down
  DBus daemon: Shutdown
  Error: 2 warnings in tst_focus.qml
  tst_focus.qml exited with 666
  Makefile:356: recipe for target 'check' failed
  ---

  https://launchpadlibrarian.net/197084020/buildlog_ubuntu-vivid-amd64
  .ubuntu-ui-
  toolkit_1.1.1403%2B15.04.20150206-0ubuntu2~test1_FAILEDTOBUILD.txt.gz

  Interestingly while i386 and amd64 fail, armhf succeeds.

  https://wiki.ubuntu.com/Touch/QtTesting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1419667/+subscriptions

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


[Touch-packages] [Bug 1498775] [NEW] Greeter auth doesn't unlock unity lockscreen

2015-09-23 Thread Sebastien Bacher
Public bug reported:

Using current wily

- use indicator-session to go to the greeter (e.g pick another user in the list)
- select your normal user back
- enter your password

you should go back to an unlocked session but it's still locked...

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1498775

Title:
  Greeter auth doesn't unlock unity lockscreen

Status in unity package in Ubuntu:
  New

Bug description:
  Using current wily

  - use indicator-session to go to the greeter (e.g pick another user in the 
list)
  - select your normal user back
  - enter your password

  you should go back to an unlocked session but it's still locked...

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

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


[Touch-packages] [Bug 1495467] Re: Memory leak on previews

2015-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package unity8 -
8.11+15.10.20150922.1-0ubuntu1

---
unity8 (8.11+15.10.20150922.1-0ubuntu1) wily; urgency=medium

  [ Albert Astals Cid ]
  * Adapt test to code changes
  * Add DEP-8 test for all our UI and unit tests
  * Keep the PreviewStack around to avoid mem leaks (LP: #1495467)

  [ CI Train Bot ]
  * Resync trunk.

  [ Michael Terry ]
  * When libusermetrics gives us an empty string, still show the
infographic circle rather than hiding it.  This is a follow-on to a
branch [1] that changes the "no data available" label to the empty
string.

  [ Michał Sawicz ]
  * Add DEP-8 test for all our UI and unit tests
  * Fix integrated LightDM path
  * Resync trunk

 -- Michał Sawicz   Tue, 22 Sep 2015
12:57:15 +

** Changed in: unity8 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1495467

Title:
  Memory leak on previews

Status in unity-scopes-shell package in Ubuntu:
  In Progress
Status in unity8 package in Ubuntu:
  Fix Released

Bug description:
  Preview stack objects leak memory because of the custom
  QObject::event() handlers that shell plugin uses. These event handlers
  need to call base QOBject::event for unhandled events, and unity8
  needs to make sure it keeps the reference to PreviewStack object (not
  just preview model) for as long as needed till the preview is closed.

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

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


[Touch-packages] [Bug 1419829] Re: [Scope] location settings are enabled by default

2015-09-23 Thread Jason Yen
@Pat,

After the discussion with Rex. This is a potential blocker for CTA Level
1. Can we add it to the blocking list? Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1419829

Title:
  [Scope] location settings are enabled by default

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Opinion
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  This is in contrast to the rest of the system where user have to
  explicitly grant access right upfront.

  Possible solution would be to add a new page in phone setup wizard
  asking for whether scopes are allowed to use location or not and then
  applying this to individual scope location settings.

  UX comment-

  Potential new project: When scopes will be launched as apps, we'll
  probably need some coach marks // independent onboard experience to
  explain data consumption and location services usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419829/+subscriptions

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


[Touch-packages] [Bug 1455241] Re: Gnome window manager dies shortly after login

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1455241

Title:
  Gnome window manager dies shortly after login

Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Whenever I log in, the window manager dies immediately. The file menus
  goes missing in all windows and it is not possible to switch between
  windows with alt+tab. I always have to invoke gnome-wm --replace from
  the command line.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gnome-session-flashback 1:3.8.0-1ubuntu12.2
  ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16
  Uname: Linux 3.13.0-48-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.10
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu May 14 22:58:20 2015
  GsettingsChanges:
   
  InstallationDate: Installed on 2015-03-17 (58 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: all
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1403349] Re: Right click items in Launcher, pop up a menu, the menu will disappear after move the mouse

2015-09-23 Thread Andrea Azzarone
Can you still reproduce this problem?

** Changed in: ubuntukylin
   Status: New => Incomplete

** Changed in: unity
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1403349

Title:
  Right click items in Launcher, pop up a menu, the menu will disappear
  after move the mouse

Status in Ubuntu Kylin:
  Incomplete
Status in Unity:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  Right click items in Launcher, pop up a menu, the menu will disappear
  after move the mouse. This problem only exists in vivid x32 system.

  右键点击启动栏的项目,弹出一个小菜单。移动鼠标后,小菜单消失。该问题只在vivid32位系统上发现

  Steps:
  1. Install the latest OS(Vivid x32 Daily Build 20141214)
  2. Log in the system, right click the items in Launcher
  3. After a menu pop up, move the mouse
  -->Failed. The menu disappear

  Configuration:
  OS: Vivid x32 Daily Build 20141214

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

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


[Touch-packages] [Bug 1399906] Re: guest session does not start with Xorg

2015-09-23 Thread Andrea Azzarone
Can you still reproduce this problem?

** Changed in: lightdm
   Status: New => Incomplete

** Changed in: unity
   Status: New => Incomplete

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1399906

Title:
  guest session does not start with Xorg

Status in Light Display Manager:
  Incomplete
Status in Unity:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  When choosing the guest session from the login screen, the screen freezes.
  `pidof Xorg` gives no running process of the x server.
  When being logged into a user account and switching to a guest session, it 
returns after some time to the lock screen of the logged in user.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
  Uname: Linux 3.16.0-25-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Sat Dec  6 12:51:14 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-02-02 (306 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 "Trusty Tahr" - Alpha amd64 (20140201)
  SourcePackage: unity
  UpgradeStatus: Upgraded to utopic on 2014-11-04 (31 days ago)

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

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


[Touch-packages] [Bug 1403867] Re: Desktop/wallpaper flickers dreadfully

2015-09-23 Thread Andrea Azzarone
Can you still reproduce this problem?

** Changed in: unity
   Status: New => Incomplete

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1403867

Title:
  Desktop/wallpaper flickers dreadfully

Status in Unity:
  Incomplete
Status in unity package in Ubuntu:
  Incomplete

Bug description:
  Since 14.10 the only way to use the system is with apps full-screen,
  because the background/desktop is constantly flickering. If you close
  a window, it leaves flickering ghosts of itself, like a nightmare. See
  enclosed ogv file for an example.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20141016-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
  Uname: Linux 3.16.0-29-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,imgpng,vpswitch,unitymtgrabhandles,grid,place,move,resize,regex,animation,expo,mousepoll,session,snap,gnomecompat,ezoom,wall,workarounds,fade,scale,unityshell]
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu Dec 18 13:45:17 2014
  DistUpgraded: Fresh install
  DistroCodename: utopic
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0042] 
(rev 12) (prog-if 00 [VGA controller])
 Subsystem: Acer Incorporated [ALI] Device [1025:0344]
  InstallationDate: Installed on 2011-12-09 (1105 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  MachineType: Acer Aspire X3900
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-29-generic 
root=UUID=b7a5a606-5ebd-444b-8760-c11800be9c9e ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/16/2009
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P01-A3
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: FIH57
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP01-A3:bd12/16/2009:svnAcer:pnAspireX3900:pvr:rvnAcer:rnFIH57:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Aspire X3900
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12+14.10.20140918-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.56-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.3.2-0ubuntu0.1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.3.2-0ubuntu0.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.16.0-1ubuntu1.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.0-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.4.0-2ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.914-1~exp1ubuntu4.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu2
  xserver.bootTime: Thu Dec 18 12:31:24 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id1139 
   vendor SAM
  xserver.version: 2:1.16.0-1ubuntu1.2

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

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


[Touch-packages] [Bug 1397983] Re: Slow Single Click Fails to Work

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Importance: Undecided => Medium

** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity
   Status: New => Triaged

** Changed in: unity (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1397983

Title:
  Slow Single Click Fails to Work

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  I already asked about this in Launchpad Question #256474, but with no
  answer.

  If I single-click on an Ubuntu Unity Launcher Tile, I expect that to
  launch the application.

  It only does so if I can click-&-release extremely rapidly (less than
  one tenth of a second - who can measure?).

  At my normal click-&-release timing, the action is interpreted as
  click-&-hold, so the Tile just wobbles (preliminary to being moved
  in/from the Launcher) and the application is NOT launched.

  For personal reasons, I am not able to click-&-release any faster.
  There must be many other people (older, handicapped, etc) in the same 
situation.

  We need to be able to reset the threshold between click-&-release and 
click-&-hold to get satisfactory functionality with Unity.
  In the same way everybody can already reset the timing for double-click to 
suit their equipment & physiology.

  The same problem occurs with Window Menus in Unity (with Menus on
  Windows) where a slowish single click fails to open the Menu & is
  interpreted as a desire to move the Window.

  For information, MS Windows 8.1 works perfectly for me, with the same
  hardware...

  Ubuntu 14.04.1

  unity:   Installed: 7.2.2+14.04.20140714-0ubuntu1.1

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.5
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Mon Dec  1 13:41:47 2014
  InstallationDate: Installed on 2014-10-23 (38 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1404671] Re: Closing an app via appspread with a confirm dialogue locks up interface

2015-09-23 Thread Andrea Azzarone
*** This bug is a duplicate of bug 1272517 ***
https://bugs.launchpad.net/bugs/1272517

** This bug has been marked a duplicate of bug 1272517
   Closing an application in spread mode is disabled when a dialog occurs

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1404671

Title:
  Closing an app via appspread with a confirm dialogue locks up
  interface

Status in Unity:
  New
Status in unity package in Ubuntu:
  New

Bug description:
  I'm unsure if it's called "appspread," but it's when you click an icon in the 
Laucher of an application with many windows, and it will present them all to 
you. I was trying to close an unsaved Gimp project, which came up with a 
dialogue I could not get to. It required me pressing the arrow keys and enter, 
blindly, to finally close it. The appspread was still locked up, however, and I 
needed to go onto another application in the launcher to leave it.
  I also quickly tested this with gedit, with the same result, yet not such a 
restrictive lockup, this time.
  Note, I have compiz enabled, but I don't think this is affected by that...

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

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


[Touch-packages] [Bug 646527] Re: Application name should be at top in the quicklist menu.

2015-09-23 Thread Andrea Azzarone
** Changed in: hundredpapercuts
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: unity
   Importance: Undecided => Wishlist

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/646527

Title:
  Application name should be at top in the quicklist menu.

Status in Ayatana Design:
  Opinion
Status in One Hundred Papercuts:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  The Application name in the quicklist should be at the top. see the
  attached screenshot.

  The title entry "Tomboy Notes" should be at the top, not third from
  the bottom.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: unity 0.2.42-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Uname: Linux 2.6.35-22-generic x86_64
  Architecture: amd64
  Date: Thu Sep 23 22:08:43 2010
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  SourcePackage: unity

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

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


[Touch-packages] [Bug 711982] Re: Launcher does not respect GTK theme

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity
   Importance: Medium => Wishlist

** Changed in: unity-2d (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: unity (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: unity-2d
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity-2d (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/711982

Title:
  Launcher does not respect GTK theme

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity-2d:
  Opinion
Status in unity package in Ubuntu:
  Opinion
Status in unity-2d package in Ubuntu:
  Opinion

Bug description:
  With standard Gnome 2 and 3, changing the GTK theme also changes appearance 
of shell.
  In Unity, the launcher and some icons always looks like with Ambiance theme.

  There should either be new Unity-specific settings added to GTK+ to
  allow for developers to set panel themes or Unity should look at
  settings already in GTK+ and use them for the launcher.

  See also: Bug #663524 "Top Panel does not respect GTK theme"
  See also: Bug #605475 "Launcher does not respond to changes in icon theme".

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

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


[Touch-packages] [Bug 736105] Re: dash- Search field should have Right-Click menu

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: unity
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/736105

Title:
  dash- Search field should have Right-Click menu

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I think mouse right-click menu should be enabled in the text field for
  Dash. It should include "Undo, Cut, Copy, Paste, Delete, Select All",
  which is kind of standard. I believe many desktop users will be
  missing this feature and it completes the Dash experience.

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

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


[Touch-packages] [Bug 721974] Re: Unity should have startup animations for Panel and Launcher

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Importance: Undecided => Wishlist

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/721974

Title:
  Unity should have startup animations for Panel and Launcher

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Unity Launcher and Panel should have fade or slide animations at startup.
  It would be better if it's the same effect selected in ccsm for the launcher 
also the effect is used for the panel also at startup

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

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


[Touch-packages] [Bug 732261] Re: Unity: Long strings are not displayed properly in Dash

2015-09-23 Thread Andrea Azzarone
Unity dash shortcuts are gone. Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: ubuntu-translations
   Status: Triaged => Invalid

** Changed in: unity
   Status: Confirmed => Invalid

** Changed in: unity (Ubuntu)
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/732261

Title:
  Unity: Long strings are not displayed properly in Dash

Status in Ayatana Design:
  Invalid
Status in Ubuntu Translations:
  Invalid
Status in Unity:
  Invalid
Status in unity-2d:
  Invalid
Status in unity package in Ubuntu:
  Invalid
Status in unity-2d package in Ubuntu:
  Won't Fix

Bug description:
  As can be seen in the screenshot below if the string is too long three
  dots (...) are displayed in front of the word.

  Can maximum length of the string be somehow increased?

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

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


[Touch-packages] [Bug 727421] Re: Rounding technique in menu looks odd.

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Importance: Undecided => Wishlist

** Changed in: unity (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/727421

Title:
  Rounding technique in menu looks odd.

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The rounding radius on certain widgets in the menu seem to be
  inconsistent, Like in the bottom corner where the outermost corner is
  overly rounded in comparison to the inner dark section and other
  rounded items such as the search bar etc. Inner items should always be
  less round, to their outermost ones so the UI fits into better blocks.

  Suggestion : Use radii that are concentric to each other for each
  rectangular object in the menu from the inner buttons and widgets to
  the outer borders, so that they "fit" into each other better.

  Best example I could find to show this visually is here
  http://explodingpixels.wordpress.com/2009/04/22/concentric-rounded-rectangles/

  formula ( I think?)
  innerRadius=(outerRectWidth-innerRectWidth)/2

  The main culprit for the bug is the outermost border, the others are
  not so serious.

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

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


[Touch-packages] [Bug 727864] Re: shouldn't restrict the installed application view to 1 line by default

2015-09-23 Thread Andrea Azzarone
I think it's safe to close this one.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/727864

Title:
  shouldn't restrict the installed application view to 1 line by default

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  Using unity 3.6.0 in natty, the applications lens display only one
  line of items by default, it seems you would have a better chance to
  spot the item you want if there was extra lines, especially that the
  screen is empty

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

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


[Touch-packages] [Bug 727637] Re: Policy question: what /should/ happen when the requested program is not found (currently Firefox is launched)

2015-09-23 Thread Andrea Azzarone
Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/727637

Title:
  Policy question: what /should/ happen when the requested program is
  not found (currently Firefox is launched)

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Just hit the super key and select "Listen to Music" it runs Firefox
  every time.

  This happens because the default music player yet is rhythmbox (see
  bug #729952), and when the program is not found, Unity is launching
  Firefox instead.

  See comment #4 for details.

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

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


[Touch-packages] [Bug 733269] Re: Dash should show Nautilus emblems

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/733269

Title:
  Dash should show Nautilus emblems

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  Currently Dash is not overlaying Nautilus emblems over the icons of
  files that have them. The emblems are particularly important for
  folders synced with Ubuntu One, so I think they should be supported.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.6.4-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-6.34-generic 2.6.38-rc7
  Uname: Linux 2.6.38-6-generic i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Fri Mar 11 10:43:51 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110308)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-03-09 (1 days ago)

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

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


[Touch-packages] [Bug 734133] Re: Transparency of Panel doesn't fit to transparency of the Launcher.

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Importance: Undecided => Wishlist

** Changed in: unity (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/734133

Title:
  Transparency of Panel doesn't fit to transparency of the Launcher.

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  The transparency of the panel (when activated) doesn't fit to the
  transparency to the launcher. The Launcher is too dark... See
  Screenshot.

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

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


[Touch-packages] [Bug 734595] Re: Launcher should be clickable when mouse over menu button

2015-09-23 Thread Andrea Azzarone
Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/734595

Title:
  Launcher should be clickable when mouse over menu button

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  When mouse is over the menu button (top left of the screen), the Unity
  launcher is shown, but is translucent and no interaction can be done
  with it. A user has to first click on the menu button in order to the
  Launcher be interactive.

  The Launcher being shown, even if translucent, makes a user believe he
  can interact with it. Moving down its mouse pointer over the Launcher,
  without having clicked on the menu button, makes Unity Launcher
  disappear.

  If a blurred Unity Launcher is visible and the mouse pointer goes over
  it, Unity Launcher should become fully opaque and be interactive -- a
  user should be able to click icons in Unity Launcher.

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

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


[Touch-packages] [Bug 734085] Re: applications are shown multiple times (once under most frequently used, then in installed)

2015-09-23 Thread Andrea Azzarone
Tested on 15.04. Still a problem here.

** Changed in: unity
   Status: Incomplete => Triaged

** Changed in: unity (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: unity
   Importance: Undecided => Low

** Changed in: unity (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/734085

Title:
  applications are shown multiple times (once under most frequently
  used, then in installed)

Status in Ayatana Design:
  New
Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  Probably more a feature request.

  When opening Applications from unity menu and searching e.g "software
  center", it's shown twice: once in Most used section and once in
  Installed section. Imo it shouldn't show under installed when it's all
  ready been shown in Most used.

  (Maybe for clarity it would also be good idea to rename "Installed" to
  "Other Installed" or similar)

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

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


[Touch-packages] [Bug 1498129] Re: Asus Xonar U7 S/PDIF output not recognized by pulseaudio

2015-09-23 Thread aoandr
I can not grok ALSA configuration files, sorry. 
Please, help me put up a proper definition (overrides) for Xonar U7.
lsusb - output attached. Anything else?
Thanks in advance!

** Attachment added: "lsusb - output"
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1498129/+attachment/4472044/+files/lsusb-.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1498129

Title:
  Asus Xonar U7 S/PDIF output not recognized by pulseaudio

Status in alsa-driver package in Ubuntu:
  Incomplete

Bug description:
  The external USB audio card Asus Xonar U7 is capable of both analog and 
digital output.
  ALSA name for the digital (S/PDIF) output is hw:1,1, and it is listed in 
aplay -l output, and aplay can output to it:
  aplay -D plughw:1,1 sample.wav. So, direct alsa sound works fine.

  However, pulseadio does not recognize the digital output of Xonar U7,
  it offers only analog output.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11.1
  ProcVersionSignature: Ubuntu 3.13.0-63.103-lowlatency 3.13.11-ckt25
  Uname: Linux 3.13.0-63-lowlatency i686
  ApportVersion: 2.14.1-0ubuntu3.13
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  aoand  3756 F pulseaudio
   /dev/snd/controlC0:  aoand  3756 F pulseaudio
  CurrentDesktop: Unity
  Date: Mon Sep 21 21:29:54 2015
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2011-02-20 (1674 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007.1)
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to trusty on 2014-05-19 (490 days ago)
  dmi.bios.date: 11/29/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7WET71WW (3.21 )
  dmi.board.name: 7448CTO
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7WET71WW(3.21):bd11/29/2012:svnLENOVO:pn7448CTO:pvrThinkPadX200Tablet:rvnLENOVO:rn7448CTO:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 7448CTO
  dmi.product.version: ThinkPad X200 Tablet
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1498129/+subscriptions

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


[Touch-packages] [Bug 735570] Re: Scale-view make mini-views too small on netbook

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/735570

Title:
  Scale-view make mini-views too small on netbook

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Today, scale view is used for :

  - switching between workspace after click on workspace icon on launcher
  - switching between multiple windows of a same application after double-click 
on the icon in the launcher

  But on a netbook, the scale view make this too little.
   A zoom would can us see what documents/applications are opened and we would 
can make our choice better.
  I think a scroll on this would be user-friendly.

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

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


[Touch-packages] [Bug 734946] Re: Only a small area of the unity launcher should unfold when hovering the mouse to keep icons visible and switching apps easy.

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/734946

Title:
  Only a small area of the unity launcher should unfold when hovering
  the mouse to keep icons visible and switching apps easy.

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  unfolding completely makes it one of the hardest launchers/docks to
  switch apps with a mouse, because it hides many of the other icons
  (this affects smaller screens the most, which unity has been designed
  in it's majority to be optimizing for).

  when hovering the mouse on the launcher, the user is only interested
  in a small area, so he/she expects that only the icons in and near
  that area should be the ones unfolding and becoming more visible.

  This would the launcher more accessible, specially when is in auto-
  hide mode.

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

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


[Touch-packages] [Bug 1495116] Re: booting with amd64 kernel and completely i386 userland is unstable during the system upstart

2015-09-23 Thread Ivan Zakharyaschev
Perhaps, this combination of hardware and amd64 kernel is simply buggy,
and it would be unstable in a completely amd64 system. I should test
that to be sure.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1495116

Title:
  booting with amd64 kernel and completely i386 userland is unstable
  during the system upstart

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Confirmed
Status in udev package in Ubuntu:
  Confirmed
Status in upstart package in Ubuntu:
  Confirmed

Bug description:
  I wanted to run my 14.10 (Utopic) i386 system with the amd64 kernel,
  so I added that architecture and apt-get-installed the amd64 linux-
  image and linux-image-extra (I learned this was possible thanks to the
  advice at http://askubuntu.com/a/635774/19753 ).

  However, the system upstart procedure more often fails than not: it
  fails by rebooting the computer. (Only around 1 time of 4 is
  successful.)

  A limited system start is (probably, always) successful: either with
  init=/bin/bash parameter to the kernel, or choosing the recovery boot
  option. (However, if I "resume" from the recovery menu, or run "exec
  init" in bash, then the upstart procedure is similarly unstable: it
  usually fails/crashes and reboots.)

  I checked my suspection that  the video driver (nouveau) and X might
  be involved, but that turned out not true: the upstart procedure is
  similarly unstable with "nomodesetting" kernel parameter and without,
  booting into runlevel 3 or the default one.

  Perhaps, I'd like to debug the upstart procedure step-by-step to
  detect which step makes the system crash and reboot, but I don't know
  how. As concerns the timing, the moment the reboot happens can be
  different: it can happen rather early (when I see the message about
  activating the swap) or much later.

  If the system upstart procedure has completed successfully, then it
  works in a quite stable manner and doesn't crash/reboot. So, there is
  something bad specifically during the system upstart procedure.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: upstart 1.13.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-44.59-generic 3.16.7-ckt14
  Uname: Linux 3.16.0-44-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: i386
  CurrentDesktop: Unity
  Date: Sat Sep 12 18:36:28 2015
  InstallationDate: Installed on 2014-06-04 (464 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release i386 
(20140204)
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-44-generic 
root=UUID=980299a2-fde5-4f39-acb0-189f528b8485 ro nosplash
  SourcePackage: upstart
  UpgradeStatus: Upgraded to utopic on 2015-09-11 (0 days ago)
  UpstartBugCategory: System
  UpstartRunningSessionVersion: upstart 1.13.2
  UpstartRunningSystemVersion: init (upstart 1.13.2)
  modified.conffile..etc.at.deny: [inaccessible: [Errno 13] Отказано в доступе: 
'/etc/at.deny']
  modified.conffile..etc.cron.daily.upstart: [modified]
  modified.conffile..etc.cups.cups.browsed.conf: [modified]
  modified.conffile..etc.default.apport: [modified]
  modified.conffile..etc.default.cups: [modified]
  modified.conffile..etc.init.d.binfmt.support: [modified]
  mtime.conffile..etc.X11.Xsession.d.99upstart: 2014-09-30T12:21:08
  mtime.conffile..etc.cron.daily.upstart: 2014-09-30T12:27:13
  mtime.conffile..etc.cups.cups.browsed.conf: 2015-09-06T09:29:16.410097
  mtime.conffile..etc.default.apport: 2014-06-05T12:49:10.316398
  mtime.conffile..etc.default.cups: 2015-09-06T09:20:49.891585
  mtime.conffile..etc.init.d.binfmt.support: 2014-09-30T12:21:08
  mtime.conffile..etc.upstart.xsessions: 2014-09-30T12:21:08
  --- 
  ApportVersion: 2.14.7-0ubuntu8.5
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  marsmorgana   1972 F pulseaudio
  CRDA:
   country RU: DFS-UNSET
(2402 - 2482 @ 40), (N/A, 20)
(5735 - 5835 @ 20), (N/A, 30)
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.10
  HibernationDevice: RESUME=UUID=9267c811-3a01-4484-b968-c08582280d81
  InstallationDate: Installed on 2014-06-04 (464 days ago)
  InstallationMedia: Ubuntu 12.04.4 LTS "Precise Pangolin" - Release i386 
(20140204)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R510/P510
  Package: upstart 1.13.2-0ubuntu2
  PackageArchitecture: i386
  ProcFB: 0 nouveaufb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-44-generic 
root=UUID=980299a2-fde5-4f39-acb0-189f528b8485 ro nosplash
  ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.16.0-44-generic 
root=UUID=980299a2-fde5-4f39-acb0-189f528b8485 ro nosplash
  ProcVersionSignature: Ubuntu 3.16.0-44.59-generic 3.16.7-ckt14
  RelatedPackageVersions:
   linux-restricted-modules-3.16.0-44-generic N/A
   linux-backports-modules-3.16.0-44-generic  N/A
   linux-firmware 1.138.1
  Tags: utopic 

[Touch-packages] [Bug 1498544] Re: Autologin lost after 15.04 to 15.10 upgrades and/or 15.10 clean installs

2015-09-23 Thread Sebastien Bacher
** Package changed: lightdm (Ubuntu) => user-setup (Ubuntu)

** Changed in: user-setup (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: user-setup (Ubuntu)
 Assignee: Robert Ancell (robert-ancell) => Sebastien Bacher (seb128)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1498544

Title:
  Autologin lost after 15.04 to 15.10 upgrades and/or 15.10 clean
  installs

Status in user-setup package in Ubuntu:
  In Progress

Bug description:
  Installed 15.04, using autologin.

  Updated and upgraded 15.04.

  System autologin works correctly.

  Upgraded (via image
  http://iso.qa.ubuntu.com/qatracker/testcases/1498/info) then rebooted.

  Autologin fails.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.2-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Tue Sep 22 16:10:39 2015
  InstallationDate: Installed on 2015-09-21 (0 days ago)
  InstallationMedia: Xubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150921)
  LightdmConfig: [Seat:*]
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-setup/+bug/1498544/+subscriptions

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


[Touch-packages] [Bug 1470434] Re: wrong buttons borders in file-rollect extract dialog

2015-09-23 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+3.0 - 3.16.7-0ubuntu1

---
gtk+3.0 (3.16.7-0ubuntu1) wily; urgency=medium

  [ Lars Uebernickel ]
  * 
debian/patches/0001-GtkButtonBox-remove-spacing-when-buttons-are-linked.patch:
backport from master (LP: #1470434)

  [ Iain Lane ]
  * New upstream release 3.16.7

 -- Lars Uebernickel   Tue, 22 Sep 2015
16:32:51 +0100

** Changed in: gtk+3.0 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1470434

Title:
  wrong buttons borders in file-rollect extract dialog

Status in GTK+:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Fix Released

Bug description:
  Using current wily versions
  - open an archive in file-roller
  - select a file
  - click on the extract button
  - extract it somewhere

  the "summary" dialog button have "cut" borders (like the orange lines
  are not on every side)

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

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


[Touch-packages] [Bug 1494240] Re: Xmir crashes immediately on startup using glamor on Nexus4

2015-09-23 Thread Daniel van Vugt
Re-opened for libhybris. I just realized we could fix this in hybris by 
pre-pending the OpenGL version string it returns. Instead of returning:
OpenGL ES 3.0 V@53.0 AU@ (CL@)
we could make it:
Hybris OpenGL ES 2.0 on OpenGL ES 3.0 V@53.0 AU@ (CL@)

So then epoxy would not try to use the 3.0 functions missing in hybris.
And no crash.

** Changed in: libhybris (Ubuntu)
   Status: Won't Fix => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libhybris in Ubuntu.
https://bugs.launchpad.net/bugs/1494240

Title:
  Xmir crashes immediately on startup using glamor on Nexus4

Status in libepoxy package in Ubuntu:
  In Progress
Status in libhybris package in Ubuntu:
  New
Status in xorg-server package in Ubuntu:
  In Progress

Bug description:
  Xmir crashes immediately on startup using glamor on Nexus4.

  glamor GL version: OpenGL ES 3.0 V@53.0 AU@  (CL@)
  ...
  glamor GLSL version: OpenGL ES GLSL ES 3.00
  (EE)
  (EE) Backtrace:
  (EE)
  (EE) Segmentation fault at address 0x0
  (EE)
  Fatal server error:
  (EE) Caught signal 11 (Segmentation fault). Server aborting
  (EE)

  The stack trace is lost. However the problem appears to be the
  glGetStringi() function. This function is new in GLESv3 and libepoxy
  only uses it because the GLES version is 3.0 on mako. However,
  libhybris fails to implement glGetStringi() and forward it to the
  driver correctly. At least that seems to be the problem. Our hybris
  GLESv2 is missing the function but the Android GLESv2 on the device
  has it.

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

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


[Touch-packages] [Bug 1462373] Re: Need preset layouts for the new ListItem

2015-09-23 Thread Andrea Bernabei
brace yourself, SlotsLayout and ListItemLayout are coming :D

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1462373

Title:
  Need preset layouts for the new ListItem

Status in ubuntu-settings package in Ubuntu:
  Incomplete
Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  We need preset layouts for the new ListItem

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

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


[Touch-packages] [Bug 1498799] [NEW] screen resolution 640x480

2015-09-23 Thread ibnu
Public bug reported:

I am honestly completely confused as to why this is happening. This
morning I boot up my computer and it was stuck at 640x480, for no
apparent reason.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic i686
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Sep 23 15:11:45 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: virtualbox-guest, 4.3.10, 3.16.0-30-generic, i686: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter [1039:6351] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:0801]
InstallationDate: Installed on 2015-09-23 (0 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 (20150218.1)
Lsusb:
 Bus 001 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B Wireless 
802.11g 54Mbps Network Adapter
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: clevo M7x0S
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=e2d9e4a4-8627-4223-ab53-4466b48fd5ba ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/08/0892
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.asset.tag: 1234567890
dmi.board.name: M7x0S
dmi.board.vendor: clevo
dmi.board.version: Bottom
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SiS
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd12/08/0892:svnclevo:pnM7x0S:pvrRev.A1:rvnclevo:rnM7x0S:rvrBottom:cvnSiS:ct1:cvrN/A:
dmi.product.name: M7x0S
dmi.product.version: Rev. A1
dmi.sys.vendor: clevo
version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
version.libdrm2: libdrm2 2.4.65+git20150922.f3c6740f-0ubuntu0ricotz~trusty
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Wed Sep 23 15:09:28 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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


** Tags: apport-bug compiz-0.9 i386 trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1498799

Title:
  screen resolution 640x480

Status in xorg package in Ubuntu:
  New

Bug description:
  I am honestly completely confused as to why this is happening. This
  morning I boot up my computer and it was stuck at 640x480, for no
  apparent reason.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Sep 23 15:11:45 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox-guest, 4.3.10, 3.16.0-30-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter 
[1039:6351] (rev 10) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:0801]
  InstallationDate: Installed on 2015-09-23 (0 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  Lsusb:
   Bus 001 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B 
Wireless 802.11g 54Mbps Network Adapter
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 003: ID 046d:c52f Logitech, Inc. Unifying Receiver
   Bus 003 Device 001: ID

[Touch-packages] [Bug 1421623] Re: Welcome wizard claims GPS is less accurate than wifi based location

2015-09-23 Thread Rex Tsai
I believe "only wifi + cellular" is needed for user. Since that many
apps are not designed for "preserve battery" but for best performance,
which these apps will try to access to most accurate location
information anytime, which consumed battery from gps sensors.

That option is needed to allow a user put the phone into power-saving
mode.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1421623

Title:
  Welcome wizard claims GPS is less accurate than wifi based location

Status in Canonical System Image:
  New
Status in Ubuntu UX:
  Invalid
Status in ubuntu-system-settings package in Ubuntu:
  Invalid
Status in unity8 package in Ubuntu:
  Incomplete

Bug description:
  First boot welcome wizard in location sections claims GPS is less accurate 
than network based location service from HERE.
  While this can be theoretically true in some insane corner case, in normal 
life GPS is far more accurate.

  To help form correct text here are main differences.

  GPS - more accurate, but slow to acquire fix, does not work indoors,
  drains battery more, no need for internet connection, does not send
  any data out.

  Network based location - almost instant to get coarse location, works
  indoors, accuracy depends on network coverage in the area, more power
  efficient, requires internet connection. To get location data about
  visible GSM network and wifi networks needs to be send to 3rd party
  server.

  tested on krillin vivid-proposed r107

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1421623/+subscriptions

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


[Touch-packages] [Bug 1498808] [NEW] stuck resolution 640x480

2015-09-23 Thread ibnu
Public bug reported:

 gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) i can not change my
desktop resolution and stuck at 640x480

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
Uname: Linux 3.16.0-30-generic i686
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.1-0ubuntu3.7
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Sep 23 15:32:36 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
DkmsStatus: virtualbox-guest, 4.3.10, 3.16.0-30-generic, i686: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter [1039:6351] 
(rev 10) (prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:0801]
InstallationDate: Installed on 2015-09-23 (0 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 (20150218.1)
Lsusb:
 Bus 001 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B Wireless 
802.11g 54Mbps Network Adapter
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: clevo M7x0S
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-30-generic 
root=UUID=e2d9e4a4-8627-4223-ab53-4466b48fd5ba ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/08/0892
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.asset.tag: 1234567890
dmi.board.name: M7x0S
dmi.board.vendor: clevo
dmi.board.version: Bottom
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: SiS
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd12/08/0892:svnclevo:pnM7x0S:pvrRev.A1:rvnclevo:rnM7x0S:rvrBottom:cvnSiS:ct1:cvrN/A:
dmi.product.name: M7x0S
dmi.product.version: Rev. A1
dmi.sys.vendor: clevo
version.compiz: compiz 1:0.9.11.3+14.04.20150122-0ubuntu1
version.libdrm2: libdrm2 2.4.65+git20150922.f3c6740f-0ubuntu0ricotz~trusty
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Wed Sep 23 15:27:14 2015
xserver.configfile: /etc/X11/xorg.conf
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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


** Tags: apport-bug compiz-0.9 i386 trusty ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1498808

Title:
  stuck resolution 640x480

Status in xorg package in Ubuntu:
  New

Bug description:
   gallium 0.4 on llvmpipe (LLVM 3.5, 128 bits) i can not change my
  desktop resolution and stuck at 640x480

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-30.40~14.04.1-generic 3.16.7-ckt3
  Uname: Linux 3.16.0-30-generic i686
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.7
  Architecture: i386
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Wed Sep 23 15:32:36 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus: virtualbox-guest, 4.3.10, 3.16.0-30-generic, i686: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter 
[1039:6351] (rev 10) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:0801]
  InstallationDate: Installed on 2015-09-23 (0 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  Lsusb:
   Bus 001 Device 002: ID 0bda:8189 Realtek Semiconductor Corp. RTL8187B 
Wireless 802.11g 54Mbps Network Adapter
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 003 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation

[Touch-packages] [Bug 740411] Re: Launcher being shown with dash is distracting and unnecessary

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/740411

Title:
  Launcher being shown with dash is distracting and unnecessary

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The launcher really doesn't need to be shown with the dash. The two
  are reasonably independent. You don't show the dash every time you
  show the launcher, why should the inverse be true? The only case I can
  think of showing the launcher with the dash is on drag from dash, but
  we should wait to show the launcher until this has happened, just like
  all other drag cases.

  (This is the opposite of bug 747309.)

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

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


[Touch-packages] [Bug 740479] Re: Alt-f1 is a poor choice for initiating keyboard launcher navigation

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/740479

Title:
  Alt-f1 is a poor choice for initiating keyboard launcher navigation

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Alt-f1 seems like an arbitrary choice for the keyboard shortcut to
  begin launcher keynav. Much more natural would be something involving
  super. We already have hold super to show the launcher, this could be
  made very natural if when the launcher was in the held-super-quick-
  launch mode, pressing the down arrow key would begin the keyboard
  navigation. The rest would continue as currently implemented.

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

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


[Touch-packages] [Bug 735855] Re: Unity's panel does not respect right-aligned window control settings (maximized windows)

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/735855

Title:
  Unity's panel does not respect right-aligned window control settings
  (maximized windows)

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I realise that this is an issue that has likely been raised time and
  again since the decision to switch window controls to the left-hand
  side by default. However, given the cementing of the user interface
  represented by Unity (and the inclusion of window controls within the
  Unity panel) I felt that it was worth a revisit.

  I can only speak to my own experiences, but as someone who is forced
  through circumstance to dual-boot both Ubuntu and Windows. I work
  within an academic research environment, wherein the vast majority of
  laboratory equipment and scientific software relies upon Windows. The
  down shot of this is that I have little choice but to dual-boot or VM
  into Windows when manipulating or translating data, and the transition
  from a right-handed to a left-handed (for want of better phraseology)
  is a little jarring to say the least (it definitely impacts on my
  efficiency). I'm sure I'm not alone in this, as many workplaces and IT
  departments tend to provision workspaces on a Windows only basis.

  Surely providing an optional right-handed UI mode is not beyond the
  wit of the Unity developers.

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

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


[Touch-packages] [Bug 746782] Re: No way to see keyboard shortcuts for all unity apps

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/746782

Title:
  No way to see keyboard shortcuts for all unity apps

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  In the screenshot attached you will note that there is not enough
  screen estate to show all of the launcher apps using the super key.
  You therefore can't see what buttons to press for the apps lower down.

  This would include the lenses, rubbish bin etc.

  The obvious thing to do at that point is press the up/down arrow to
  make it scroll the list of apps in the launcher but this does nothing.
  The next obvious thing is Page up/down that does nothing either.

  There seems to be no way to do this fairly obvious task :(

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.6.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  CurrentDmesg:
   [   29.376042] eth1: no IPv6 routers present
   [   35.780081] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro,commit=0
   [ 1731.054287] type=1400 audit(1301607764.571:20): apparmor="STATUS" 
operation="profile_replace" name="/sbin/dhclient" pid=5845 
comm="apparmor_parser"
   [ 1731.054934] type=1400 audit(1301607764.571:21): apparmor="STATUS" 
operation="profile_replace" 
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=5845 
comm="apparmor_parser"
   [ 1731.055450] type=1400 audit(1301607764.571:22): apparmor="STATUS" 
operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" 
pid=5845 comm="apparmor_parser"
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1024x576
   edid-base64: 
AP///wAGr9ESAAESAQOAFg14ChG1l1hXkyYeUFQBAQEBAQEBAQEBAQEBAQEBLBUAQEFAYCAwIEQA330YDwAg/gBBVU8KICAgICAgICAg/gBCMTAxQVcwMSBWMiAKADg=
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: Off
   modes: 
   edid-base64:
  Date: Thu Mar 31 22:51:43 2011
  DistUpgraded: Log time: 2011-03-22 22:02:35.356829
  DistroCodename: natty
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 5.100.82.38+bdcom, 2.6.38-5-generic, i686: installed 
   bcmwl, 5.100.82.38+bdcom, 2.6.38-6-generic, i686: installed 
   bcmwl, 5.100.82.38+bdcom, 2.6.38-7-generic, i686: installed
  GraphicsCard:
   Intel Corporation Mobile 945GME Express Integrated Graphics Controller 
[8086:27ae] (rev 03) (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:308f]
 Subsystem: Hewlett-Packard Company Device [103c:308f]
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110301.2)
  InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110301.2)
  InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110301.2)
  MachineType: Hewlett-Packard Compaq Mini 110c-1000
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-7-generic 
root=UUID=7eae1160-51b3-4904-bfa3-0ab538e9b11d ro quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-7.39-generic 2.6.38
  ProcVersionSignature__: Ubuntu 2.6.38-7.39-generic 2.6.38
  Renderer: Unknown
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-03-25 (6 days ago)
  dmi.bios.date: 06/18/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: 308F0 Ver. F.07
  dmi.board.name: 308F
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: KBC Version 02.0B
  dmi.chassis.asset.tag: CNU9334ZN9
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvr308F0Ver.F.07:bd06/18/2009:svnHewlett-Packard:pnCompaqMini110c-1000:pvr03A8100010030:rvnHewlett-Packard:rn308F:rvrKBCVersion02.0B:cvnHewlett-Packard:ct10:cvr:
  dmi.product.name: Compaq Mini 110c-1000
  dmi.product.version: 03A8100010030
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.4git20110322-0ubuntu5
  version.libdrm2: libdrm2 2.4.23-1ubuntu5
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6~3ubuntu11
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu4
  v

[Touch-packages] [Bug 740919] Re: Unity: Searching for both localized and non-localized names

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: ubuntu-translations
   Status: Triaged => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity-2d
   Status: Incomplete => Opinion

** Changed in: ubuntu-translations
   Importance: High => Wishlist

** Changed in: unity (Ubuntu)
   Importance: High => Wishlist

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity-lens-applications
   Status: Incomplete => Opinion

** Changed in: unity-2d
   Importance: Undecided => Wishlist

** Changed in: unity
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/740919

Title:
  Unity: Searching for both localized and non-localized names

Status in Ayatana Design:
  Opinion
Status in Ubuntu Translations:
  Opinion
Status in Unity:
  Opinion
Status in unity-2d:
  Opinion
Status in unity-lens-applications:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Unity Applications Place now searches only for the localized
  name/description of an application.

  Sometimes a user may remember what the name of the application was in
  English, but not in his own language, as it's now always really simple
  to know what the translation picked by the translator was.

  I am the team leader for Romanian translations in GNOME/Ubuntu and I
  have this problem even though I approved some of these translations
  myself.

  As an example take "Remote desktop viewer". The translation in
  Romanian is "Vizualizare desktop la distanță". The translation was the
  best the team could come up with, but it's not very intuitive.

  If you search for "remote" or even "remote desktop viewer" you'll get
  a list of applications that have those words but which have not been
  translated (either name or package description).

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

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


[Touch-packages] [Bug 742671] Re: Expo scaling far from optimal, wastes a lot of space

2015-09-23 Thread Andrea Azzarone
Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: compiz (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/742671

Title:
  Expo scaling far from optimal, wastes a lot of space

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in compiz package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  Steps to reproduce:
  Open 3 PDF documents of your choice. Click on the evince icon on the launcher.

  Expected behavior:
  Windows are nicely spread out over the scree. Optimally: Window titles 
displayed below to allow for proper identification of the windows.

  Actual behavior:
  A lot of space is wasted. See attached screenshot.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.6.8-0ubuntu3
  ProcVersionSignature: Ubuntu 2.6.38-7.38-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  NonfreeKernelModules: wl
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,gnomecompat,mousepoll,grid,vpswitch,place,compiztoolbox,move,resize,snap,regex,wall,session,animation,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell]
  Date: Fri Mar 25 19:02:37 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20110122)
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-03-25 (0 days ago)

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

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


[Touch-packages] [Bug 746487] Re: clicking a launcher that has more than one window open should trigger compiz scale by default

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/746487

Title:
  clicking a launcher that has more than one window open should trigger
  compiz scale by default

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  My parents often have several firefox windows open. They're currently
  using docky as a window manager but never manage to get a certain
  window to the front as they're always clicking the launcher only once.
  They will never ever catch the idea of double-clicking launchers in
  some situations. Showing the overview of all open windows would be a
  big help. Besides that, Win7 launchers behave the same (showing litte
  previews of all open app windows).

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

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


[Touch-packages] [Bug 748590] Re: desktop wall layout shouldn't be a sphere in Unity

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/748590

Title:
  desktop wall layout shouldn't be a sphere in Unity

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  The problem is a design issue. When you move a mouse, for exemple, at
  the bottom of the two desktops in the bottoms, your window go up, and
  the bottom of the window appear in the top desktop. same problem with
  sides. To "simplify", bottoms desktops are also on the top of tops
  desktops, left desktops are on the right of right's desktops... This
  is unintuitive I find. Should I discuss that on Ayatana mailing list,
  to know waht think other people?

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.2-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
  Uname: Linux 2.6.38-7-generic i686
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  Date: Sat Apr  2 21:53:57 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  InstallationMedia_: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
  ProcEnviron:
   LANGUAGE=fr_FR:en
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature_: Ubuntu 2.6.38-7.39-generic 2.6.38
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-03-19 (14 days ago)

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

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


[Touch-packages] [Bug 748616] Re: dash is fullscreen on netbooks and no option to resize

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity-2d
   Status: Incomplete => Opinion

** Changed in: unity-2d (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/748616

Title:
  dash is fullscreen on netbooks and no option to resize

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity-2d:
  Opinion
Status in unity package in Ubuntu:
  Opinion
Status in unity-2d package in Ubuntu:
  Opinion

Bug description:
  When clicking on the "ubuntu-sign" in the top left corner of the screen, an 
application chooser opens.
  However, this is fullscreen on the netbook I am using, which is incredibly 
inconvenient, and no option to resize it is given.
  This is a distraction to whatever work is being done at the same time, and 
also hampers the user experience as the buttons and input fields are much 
larger than everywhere else and therefore inconsistent and wasting screen space.

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

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


[Touch-packages] [Bug 747180] Re: virtualbox machine windows are not recognized

2015-09-23 Thread Andrea Azzarone
Works fine now. Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity-2d
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: bamf (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: bamf
   Status: Incomplete => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/747180

Title:
  virtualbox machine windows are not recognized

Status in Ayatana Design:
  Invalid
Status in BAMF:
  Invalid
Status in Unity:
  Invalid
Status in unity-2d:
  Invalid
Status in bamf package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  running virtualbox, each virtual machine has an individual icon that
  can be seen in Alt-Tab window switcher.

  this may be recognized by bamf, and shown as individual launchers in
  unity.

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

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


[Touch-packages] [Bug 1430416] Re: [OSK] Should remember keyboard layout per conversation

2015-09-23 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Status: Incomplete => Won't Fix

** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: Undecided => Wishlist

** Description changed:

  Steps:
  * go to a conversation
  * select a non-default keyboard layout
  * go to a different conversation
  * select a different keyboard layout
  * go back to the first conversation
  
  Expected:
  * the selected layout should be restored for each conversation
  
  Current:
  * layout is "global" for the whole session
  
  Thinking about the solution... it'd probably be best if text fields had
  a "context" property that the input method could read and restore
  layouts per context. If a field had no context, it would fall back to
  the generic behaviour - per-c
  
  Rationale: you generally change layouts per contact, to write to someone
  in a different language.
  
  -
  
  This would require deeper functionality between the OSK and SDK /
  messaging app than we currently have - the proposal sounds good but not
  much to add from UX POV at this stage
+ 
+ -
+ In par with UX, moved to Wishlist for UITK.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1430416

Title:
  [OSK] Should remember keyboard layout per conversation

Status in Ubuntu Settings:
  New
Status in Ubuntu UX:
  Won't Fix
Status in messaging-app package in Ubuntu:
  New
Status in ubuntu-keyboard package in Ubuntu:
  New
Status in ubuntu-ui-toolkit package in Ubuntu:
  Won't Fix

Bug description:
  Steps:
  * go to a conversation
  * select a non-default keyboard layout
  * go to a different conversation
  * select a different keyboard layout
  * go back to the first conversation

  Expected:
  * the selected layout should be restored for each conversation

  Current:
  * layout is "global" for the whole session

  Thinking about the solution... it'd probably be best if text fields
  had a "context" property that the input method could read and restore
  layouts per context. If a field had no context, it would fall back to
  the generic behaviour - per-c

  Rationale: you generally change layouts per contact, to write to
  someone in a different language.

  -

  This would require deeper functionality between the OSK and SDK /
  messaging app than we currently have - the proposal sounds good but
  not much to add from UX POV at this stage

  -
  In par with UX, moved to Wishlist for UITK.

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

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


[Touch-packages] [Bug 751587] Re: Some kind of introduction to Unity should be provided given the significant change to the user experience in Natty compared to 10.10.

2015-09-23 Thread Andrea Azzarone
Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/751587

Title:
  Some kind of introduction to Unity should be provided  given the
  significant change to the user experience in Natty compared to 10.10.

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  Some kind of introduction to Unity should be provided given the
  significant change to the user experience in Natty compared to 10.10.
  As a new user I have no knowledge of the interface or how to utilise
  it appropriately to even begin finding helpful resources that would
  explain Unity to me (or any other task).

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

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


[Touch-packages] [Bug 1498816] [NEW] Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Unity8 apps never disconnect from Mir cleanly.

Even if I kill an app "cleanly" from the spread, the SessionMediator
report for unity8 shows it was terminated abruptly:

[1442998678.171561]  frontend::SessionMediator: virtual
mir::frontend::SessionMediator::~SessionMediator() -
session_error("QtUbuntu"):

This means the client died without disconnecting or releasing surfaces
correctly.

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

-- 
Unity8 apps never disconnect from Mir cleanly
https://bugs.launchpad.net/bugs/1498816
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to unity8 in Ubuntu.

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


[Touch-packages] [Bug 755400] Re: Window control buttons are hard to hit

2015-09-23 Thread Andrea Azzarone
This bug has been fixed months and months ago. Closing.

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/755400

Title:
  Window control buttons are hard to hit

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  The close, minimise, and restore buttons are too hard to hit on
  maximised appplications.

  To reproduce:
   * Open Firefox
   * Ensure the window is maximised
   * Move the mouse to the very top of the screen
   * Note that the buttons don't highlight
   * Move the mouse down three pixels
   * See the buttons highlight

  The clickable area of the buttons should go to the top of the screen.

  Seen on natty beta1 with a Radeon graphics on x86_64 Thinkpad R500.

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

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


[Touch-packages] [Bug 750965] Re: Both BFB and Messaging menu turn blue on Empathy message arrival

2015-09-23 Thread Andrea Azzarone
This is no longer valid. BFB does not exist anymore.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/750965

Title:
  Both BFB and Messaging menu turn blue on Empathy message arrival

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  When Empathy is in the background and a new message arrives, the
  messaging menu indicator and the Launcher/BFB panel icon turn blue at
  the same moment.  Raising Empathy by any method then causes both blue
  alerts to clear at the same time.

  Ideally I would expect only one indicator to turn blue for the same
  event; with the most specific indicator (indicator-* on the right-
  hand-side) taking precedence.

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

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


[Touch-packages] [Bug 749335] Re: Explore options for tab integration with Unity top bar

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: firefox (Ubuntu)
   Status: Confirmed => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/749335

Title:
  Explore options for tab integration with Unity top bar

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in chromium-browser package in Ubuntu:
  Opinion
Status in firefox package in Ubuntu:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: chromium-browser

  Firefox and Chromium/Google Chrome when maximised align tabs right at
  the upper screen edge which speeds up accessing these tabs (see
  Fitts's Law, the time needed for accessing interface elements depends
  on their size, screen edges have indefinite width).

  Unity instead of allowing applications to make use of this precious
  screen edge puts a global menubar to the top, the "panel". However
  both Firefox 4+ and Chromium unlike other browsers and most
  applications don't have (or need) anything like a traditional menubar.
  Therefore Unity wastes space (problematic for tablets and netbooks)
  and breaks application level usability.

  I suggest to take clues from Chromium OS which puts tabs at the top,
  together with indicator applet like functionality (clock, network
  status).

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

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


[Touch-packages] [Bug 748983] Re: Launcher grey items can't be moved on top of the list

2015-09-23 Thread Andrea Azzarone
Closing. This bug is no more valid.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/748983

Title:
  Launcher grey items can't be moved on top of the list

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  Launcher grey items like "Applications" or "Files and Folders" can't
  be moved on top of application items.

  In netbooks this is an annoyance. The user has to repeatedly unfold
  the Launcher to access the application list or type in Dash search
  every time. Items like "Applications" or "Files and Folders" can be
  useful to some users to justify a top position.

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

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


[Touch-packages] [Bug 1498775] Re: Greeter auth doesn't unlock unity lockscreen

2015-09-23 Thread Sebastien Bacher
The issue starts with that lightdm update,
https://launchpad.net/ubuntu/+source/lightdm/1.16.1-0ubuntu1

The update changes the pam configuration, unsure if that could confuse
unity in some way?

** Changed in: unity (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1498775

Title:
  Greeter auth doesn't unlock unity lockscreen

Status in unity package in Ubuntu:
  New

Bug description:
  Using current wily

  - use indicator-session to go to the greeter (e.g pick another user in the 
list)
  - select your normal user back
  - enter your password

  you should go back to an unlocked session but it's still locked...

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

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


[Touch-packages] [Bug 1491331] Re: DatePicker example not working in Ubuntu UI Toolkit Gallery

2015-09-23 Thread Zsombor Egri
** Changed in: ubuntu-ui-toolkit (Ubuntu)
   Importance: High => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1491331

Title:
  DatePicker example not working in Ubuntu UI Toolkit Gallery

Status in ubuntu-ui-toolkit package in Ubuntu:
  In Progress

Bug description:
  1. Open the Ubuntu UI Toolkit Gallery
  2. Click on the "Pickers" list element
  3. Go to DatePicker section
  -> See Date, Month, Time. Clicking on them just console.log(), but no Picker 
appears.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: ubuntu-ui-toolkit-examples 1.3.1603+15.10.20150824.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu8
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed Sep  2 12:27:19 2015
  InstallationDate: Installed on 2012-05-28 (1191 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  SourcePackage: ubuntu-ui-toolkit
  UpgradeStatus: Upgraded to wily on 2014-10-31 (305 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1491331/+subscriptions

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


[Touch-packages] [Bug 756846] Re: Jumbo icons look really clunky

2015-09-23 Thread Andrea Azzarone
The dash design changed since this bug was reported. Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/756846

Title:
  Jumbo icons look really clunky

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  When I open the Unity panel to select an application, the icons are
  all really jumbo-sized which looks really silly on a standard desktop.
  Whilst this may be useful for touch-input devices, it just looks
  unprofessional on a desktop - they really should be no larger than the
  icons in the dock. Please see screenshot for image

  J

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

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


[Touch-packages] [Bug 755690] Re: Please add option for spacers in the unity panel

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Triaged => Opinion

** Changed in: unity
   Status: Triaged => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/755690

Title:
  Please add option for spacers in the unity panel

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  wishlist:

  I would like to add empty space to the panel so i can align the items
  on the panel as per wish.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.4-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  NonfreeKernelModules: fglrx
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,shift,gnomecompat,place,grid,regex,vpswitch,snap,animation,session,mousepoll,workarounds,move,expo,resize,ezoom,wall,switcher,fade,scale,unityshell]
  CompositorRunning: compiz
  Date: Sat Apr  9 23:25:56 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: ubuntu
  DkmsStatus:
   fglrx, 8.840, 2.6.38-7-generic, x86_64: installed 
   fglrx, 8.840, 2.6.38-8-generic, x86_64: installed
  GraphicsCard:
   ATI Technologies Inc Juniper [Radeon HD 5750 Series] [1002:68be] (prog-if 00 
[VGA controller])
 Subsystem: Hightech Information System Ltd. Device [1787:2287]
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta 1 amd64 (20110329.1)
  InstallationMedia_: Ubuntu 11.04 "Natty Narwhal" - Beta 1 amd64 (20110329.1)
  InstallationMedia__: Ubuntu 11.04 "Natty Narwhal" - Beta 1 amd64 (20110329.1)
  JockeyStatus: xorg:fglrx - ATI/AMD proprietary FGLRX graphics driver 
(Proprietary, Enabled, In use)
  MachineType: Gigabyte Technology Co., Ltd. GA-MA785GM-US2H
  ProcEnviron:
   LANGUAGE=en_US:en
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=5978d552-57fe-4695-8ab8-76d41760d500 ro quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  ProcVersionSignature__: Ubuntu 2.6.38-8.41-generic 2.6.38.2
  Renderer: Unknown
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/22/2010
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F9
  dmi.board.name: GA-MA785GM-US2H
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF9:bd03/22/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-MA785GM-US2H:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-MA785GM-US2H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: GA-MA785GM-US2H
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  version.compiz: compiz 1:0.9.4+bzr20110407-0ubuntu2
  version.fglrx-installer: fglrx-installer N/A
  version.ia32-libs: ia32-libs 20090808ubuntu11
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.1-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.1-0ubuntu3
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu6
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu6

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

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


[Touch-packages] [Bug 755429] Re: Terminology for Applications is inconsistent

2015-09-23 Thread Andrea Azzarone
Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/755429

Title:
  Terminology for Applications is inconsistent

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Unity should use the word 'Apps' or 'Applications' but not both.

  In the Search panel it's 'Find More Apps'
  In the launcher it's 'Applications'
  In the applications panel itself it's 'Search Applications', 'All 
Applications', and 'Apps Available for Download'.

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

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


[Touch-packages] [Bug 759719] Re: small blue triangle not visible for colour-blind(tritanopia) people

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Triaged

** Changed in: unity (Ubuntu)
   Status: Incomplete => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/759719

Title:
  small blue triangle not visible for colour-blind(tritanopia) people

Status in Ayatana Design:
  Confirmed
Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  im colour-blind i can't see blue (like you)

  i already changed the blue 'enveloppe' but it seems the triangle is
  hardcoded it can't be modified.

  is that possible to get color choice easily please ?

  thank you

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

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


[Touch-packages] [Bug 762449] Re: Dash is visually hard to grasp and browse

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/762449

Title:
  Dash is visually hard to grasp and browse

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  Click the application lense to open the application dash. It is kind
  of messy to visually grasp and browse, and finding something is
  challenging (it looks almost like a memory game). I know there is also
  the search bar to find things, but that's not the problem.

  Our eyes cannot grasp too many icons on a row (that's why for example,
  newspapers and articles are often in skinny columns, so that are
  easier to read). At least on my laptop, I see six icons on each row
  which is a lot to handle if you're browsing for something: I believe
  that having 4, maybe bigger, icons would be much easier on the eyes.
  This obviously has its caveats: (a) we would have less suggestions
  upon opening the app dash when the 3 sections are still collapsed; and
  (b) we would need more columns in general.

  For (a) we could have a longer (and skinnier) dash so that we would
  have 2 rows (4x4 icons) for the "Most frequently used" and "Installed"
  sections; for the "Available for download" section, one row should be
  enough. Notice that this has also the visual benefit that if we have
  the dash going down to the bottom, it would be in perfect harmony with
  the launcher.

  For (b) we should still have this longer dash, and in addition
  something like pages rather than scrolling up & down (to have visual
  stability). Also, when expanding a section, say "Installed Apps", its
  icons could take the whole dash space (i.e. only one section can be
  expanded each time, and we could have some button to go back to the
  overview): now after expanding a section, rather than scrolling, we
  could have a couple arrows to move to the next and previous page. In
  this way, the rows are visually still but the content changes, which
  is much (much!) comfortable for the eyes (also given this stability,
  we would remember where things are more easily).

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

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


[Touch-packages] [Bug 760419] Re: Incorrectly underlines mnemonic characters while interacting with menus using mouse

2015-09-23 Thread Andrea Azzarone
Thank you for taking the time to report this bug.  We have tried to
recreate this on the latest release of Ubuntu and cannot reproduce it.
This bug is being marked as Invalid.  If you believe the problem to
still exist in the latest version of Ubuntu please comment on why that
is the case and change the bug status to NEW.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/760419

Title:
  Incorrectly underlines mnemonic characters while interacting with
  menus using mouse

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity-2d:
  Fix Released
Status in unity package in Ubuntu:
  Invalid

Bug description:
  When I interact with the menu bar using the mouse, mnemonic characters
  are underlined as if I am interacting with the keyboard. This
  behaviour is at odds with how menu bars started to behave in Ubuntu
  10.10, where mnemonics were only underlined when menus were accessed
  with the keyboard.

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

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


[Touch-packages] [Bug 757814] Re: Static Application Switcher Plugin does not show window titles

2015-09-23 Thread Andrea Azzarone
** No longer affects: unity

** No longer affects: unity (Ubuntu)

** Changed in: ayatana-design
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/757814

Title:
  Static Application Switcher Plugin does not show window titles

Status in Ayatana Design:
  Invalid
Status in compiz package in Ubuntu:
  Confirmed

Bug description:
  When using Alt+Tab Static Switcher Plugin in Natty the pop-up
  notification does not show the window name. It also happens with
  "Exposé". I think (without testing) that it may affect other plugins
  that deal with windows and that in the past presented windows' names.

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

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


[Touch-packages] [Bug 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Daniel van Vugt
To get the report, use:

$ restart unity8 MIR_SERVER_SESSION_MEDIATOR_REPORT=log
$ tail -f ~/.cache/upstart/unity8.log | grep SessionMed | grep -v submit_buf

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1498816

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

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

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


[Touch-packages] [Bug 1498816] [NEW] Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Daniel van Vugt
Public bug reported:

Unity8 apps never disconnect from Mir cleanly.

Even if I kill an app "cleanly" from the spread, the SessionMediator
report for unity8 shows it was terminated abruptly:

[1442998678.171561]  frontend::SessionMediator: virtual
mir::frontend::SessionMediator::~SessionMediator() -
session_error("QtUbuntu"):

This means the client died without disconnecting or releasing surfaces
correctly.

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

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

** Project changed: mir => unity8 (Ubuntu)

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1498816

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

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

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


[Touch-packages] [Bug 765410] Re: title bar fade pointless on large monitors

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Fix Released => Opinion

** Changed in: unity-2d
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/765410

Title:
  title bar fade pointless on large monitors

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity-2d:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I'm using unity on a 1920px wide monitor, which has something like a
  foot of empty space between the window title and the indicators.  It
  seems needlessly cramped to truncate the window title to put the menus
  on top of it when there is plenty of empty space to put them into.

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

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


[Touch-packages] [Bug 770099] Re: Cannot drag application icons onto covered-up windows

2015-09-23 Thread Andrea Azzarone
You can actually do that now both dnd while alt+tabbing or dnd over a
launcher icon should activate the spread view. Closing the bug.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/770099

Title:
  Cannot drag application icons onto covered-up windows

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  When I try to drag-and-drop an application icon onto a window that is
  covered by another window, there is no way raise the covered-up
  window. A screencast is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,imgjpeg,compiztoolbox,decor,resize,wallpaper,snap,regex,gnomecompat,move,grid,titleinfo,text,mousepoll,imgpng,vpswitch,place,unitymtgrabhandles,animation,wall,session,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell,scaleaddon]
  Date: Sun Apr 24 20:43:22 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 769353] Re: Icon for Trash should be 2D, not 3D

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/769353

Title:
  Icon for Trash should be 2D, not 3D

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  When the launcher moves to accordion mode, icons that don't fit are
  deformed to make it appear that they have rotated backwards around
  their lower edge.  The deformation is a simple skew, which works as
  long as the icon is perceived to be a planar object parallel to the
  screen.  However, the trash icon is a 3D wastebasket.  Were it to
  rotate back, we would expect a different view.  Instead, the skew
  deforms the basket into a roll of duct tape (see image).  The easiest
  solution would be to use a more cartoonish 2D image of a wastebasket,

  This is seen on Natty beta 2.

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

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


[Touch-packages] [Bug 769374] Re: Apps. lenses shows apps pinned in unity bar in "most frequently used apps"

2015-09-23 Thread Andrea Azzarone
This has been fixed months and months ago. Closing.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/769374

Title:
  Apps. lenses shows apps pinned in unity bar in "most frequently used
  apps"

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: unity

  If i'm using the Apps. lense to find an app it is obviously NOT one
  which is already attached to the Unity bar.

  The Apps lense should not show apps attached to the bar in the "Most
  Frequently Used" section.

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

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


[Touch-packages] [Bug 769949] Re: Let the themes creators that they modify the launcher background

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/769949

Title:
  Let the themes creators that they modify the launcher background

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in gnome-themes-ubuntu package in Ubuntu:
  Invalid
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I noticed that  the theme creators can't modify the launcher
  background.

  I attached a extremely screenshot what show why wrong this.

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

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


[Touch-packages] [Bug 769922] Re: Impossible to distinguish between "applications" with the same name

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/769922

Title:
  Impossible to distinguish between "applications" with the same name

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  It is impossible to distinguish between multiple "applications" which
  have the same name but are in different menu categories.

  Example (see attached screenshot):
  Applications ▸ Internet ▸ Desktop Webmail
  System ▸ Preferences ▸ Desktop Webmail

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,imgjpeg,compiztoolbox,decor,resize,wallpaper,snap,regex,gnomecompat,move,grid,titleinfo,text,mousepoll,imgpng,vpswitch,place,unitymtgrabhandles,animation,wall,session,workarounds,expo,ezoom,staticswitcher,fade,scale,unityshell,scaleaddon]
  Date: Sun Apr 24 08:29:16 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1479045] Re: E: Method gave invalid 103 Redirect message

2015-09-23 Thread Julien Duponchelle
I confirm the issue on Ubuntu 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1479045

Title:
  E: Method gave invalid 103 Redirect message

Status in apt package in Ubuntu:
  Confirmed

Bug description:
  Sometimes when running `apt update` or equivalent, the progress stops
  with error "E: Method gave invalid 103 Redirect message". This seems
  to happen especially when http:://mirrors.ubuntu.com/mirrors.txt is
  used.

  Current sources.list on this laptop is below. This happens with other
  my devices running Ubuntu too which sources.list is
  https://raw.githubusercontent.com/Mikaela/shell-
  things/a5c9156eb41826e3c2cb05ce09f9981d01ce979d/etc/apt/sources.list/15.04

  ```
  # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  # newer versions of the distribution.
  deb mirror://mirrors.ubuntu.com/mirrors.txt vivid main restricted universe 
multiverse

  ## Major bug fix updates produced after the final vivid of the
  ## distribution.
  deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-updates main restricted 
universe multiverse

  ## N.B. software from this repository may not have been tested as
  ## extensively as that contained in the main vivid, although it includes
  ## newer versions of some applications which may provide useful features.
  ## Also, please note that software in backports WILL NOT receive any review
  ## or updates from the Ubuntu security team.
  deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-backports main restricted 
universe multiverse
  deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-security main restricted 
universe multiverse
  deb http://security.ubuntu.com/ubuntu vivid-security main restricted universe 
multiverse
  deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid main restricted 
universe multiverse
  deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-updates main restricted 
universe multiverse
  deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-backports main 
restricted universe multiverse
  deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-security main 
restricted universe multiverse
  deb-src http://security.ubuntu.com/ubuntu vivid-security main restricted 
universe multiverse

  ## Uncomment the following two lines to add software from Canonical's
  ## 'partner' repository.
  ## This software is not part of Ubuntu, but is offered by Canonical and the
  ## respective vendors as a service to Ubuntu users.
  deb http://archive.canonical.com/ubuntu vivid partner
  deb-src http://archive.canonical.com/ubuntu vivid partner

  # https://wiki.ubuntu.com/DebuggingProgramCrash
  # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 428D7C01
  deb http://ddebs.ubuntu.com vivid main restricted universe multiverse
  deb http://ddebs.ubuntu.com vivid-updates main restricted universe multiverse
  # Ignore unless you have enabled proposed below
  #deb http://ddebs.ubuntu.com vivid-proposed main restricted universe 
multiverse

  # https://wiki.ubuntu.com/Testing/EnableProposed
  #deb mirror://mirrors.ubuntu.com/mirrors.txt vivid-proposed main restricted 
universe multiverse
  #deb-src mirror://mirrors.ubuntu.com/mirrors.txt vivid-proposed main 
restricted universe multiverse
  ```

  This has been happening for a long time, possibly years and I was
  surprised that I wasn't able to find bug report by searching bugs for
  package "apt" with search term "103" redirect.

  I have learned that workaround for this issue is `cd
  /var/lib/apt/lists;rm *;cd partial;rm *;cd`.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: apt 1.0.9.7ubuntu4
  ProcVersionSignature: Ubuntu 3.19.0-25.26-generic 3.19.8-ckt2
  Uname: Linux 3.19.0-25-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: amd64
  CurrentDesktop:
   
  Date: Tue Jul 28 19:25:58 2015
  InstallationDate: Installed on 2015-07-14 (14 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  SourcePackage: apt
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Daniel van Vugt
I wonder if this is related?
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1495871/comments/21

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1498816

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

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

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


[Touch-packages] [Bug 1468373] Re: GPU driver issues when waking up from suspend mode

2015-09-23 Thread Timo Aaltonen
*** This bug is a duplicate of bug 1452318 ***
https://bugs.launchpad.net/bugs/1452318

** This bug has been marked a duplicate of bug 1452318
   Faulty behavior when resuming from suspend

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libdrm in Ubuntu.
https://bugs.launchpad.net/bugs/1468373

Title:
  GPU driver issues when waking up from suspend mode

Status in libdrm package in Ubuntu:
  Confirmed

Bug description:
  I have noticed strange issue, since i updated my kubuntu from 14.10 to 15.04. 
So the system suspend works fine, but from time to time when i wake my PC up 
from this mode, I see only some weird triangles, chaotically moving on a 
screen. It looks like on the picture i taken.
  What i see in logs is:

  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132246] WARNING: CPU: 0 PID: 
842 at /build/buildd/linux-3.19.0/drivers/gpu/drm/i915/intel_display.c:1256 
assert_plane.constprop.87+0x7b/0x90 [
  i915]()
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132247] plane A assertion 
failure (expected on, current off)
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132270] Modules linked in: ctr 
ccm vmnet(OE) vmw_vsock_vmci_transport vsock vmw_vmci vmmon(OE) bbswitch(OE) 
rfcomm bnep nls_iso8859_1 hid_gene
  ric usbhid arc4 btusb bluetooth uvcvideo videobuf2_vmalloc videobuf2_memops 
videobuf2_core v4l2_common videodev media nvidia(POE) uas usb_storage 
asus_nb_wmi asus_wmi sparse_keymap iwlmvm m
  xm_wmi mac80211 intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp 
coretemp kvm_intel kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
aesni_intel snd_hda_codec_conexant aes_x86
  _64 iwlwifi lrw snd_hda_codec_generic gf128mul glue_helper ablk_helper cryptd 
joydev serio_raw cfg80211 snd_hda_codec_hdmi snd_soc_rt5640 lpc_ich shpchp 
snd_soc_rl6231 snd_hda_intel mei_me 
  snd_soc_core snd_hda_controller mei snd_hda_codec snd_compress snd_hwdep 
snd_pcm_dmaengine snd_pcm snd_seq_midi processor_thermal_device 
snd_seq_midi_event snd_rawmidi snd_seq snd_seq_devic
  e snd_timer snd soundcore wmi i2c_hid hid dw_dmac dw_dmac_core 
snd_soc_sst_acpi 8250_dw i2c_designware_platform i2c_designware_core 
spi_pxa2xx_platform int3402_thermal int3400_thermal acpi_
  thermal_rel acpi_pad mac_hid parport_pc ppdev lp parport autofs4 i915 
i2c_algo_bit drm_kms_helper drm ahci psmouse(OE) libahci video sdhci_acpi sdhci
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132286] CPU: 0 PID: 842 Comm: 
Xorg Tainted: PW  OE  3.19.0-21-generic #21-Ubuntu
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132286] Hardware name: ASUSTeK 
COMPUTER INC. UX303LNB/UX303LNB, BIOS UX303LNB.206 01/22/2015
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132288]  c03d4de8 
88031cbe36f8 817c3da8 b118b118
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132290]  88031cbe3748 
88031cbe3738 810769aa 8800a2c4ee00
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132291]   
880320a51000 880320a4a800 880320a4a800
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132292] Call Trace:
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132300]  [] 
dump_stack+0x45/0x57
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132302]  [] 
warn_slowpath_common+0x8a/0xc0
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132304]  [] 
warn_slowpath_fmt+0x46/0x50
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132308]  [] 
? zone_statistics+0x80/0xa0
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132327]  [] 
assert_plane.constprop.87+0x7b/0x90 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132344]  [] 
hsw_disable_ips+0x41/0x190 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132360]  [] 
intel_crtc_disable_planes+0x48/0x140 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132375]  [] 
haswell_crtc_disable+0x4f/0x3c0 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132391]  [] 
__intel_set_mode+0xa59/0xc80 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132407]  [] 
intel_crtc_set_config+0xbfb/0xf70 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132410]  [] 
? native_send_call_func_ipi+0xa2/0xb0
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132427]  [] 
drm_mode_set_config_internal+0x66/0x100 [drm]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132437]  [] 
restore_fbdev_mode+0xc8/0xf0 [drm_kms_helper]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132445]  [] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x80 [drm_kms_helper]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132451]  [] 
drm_fb_helper_set_par+0x22/0x50 [drm_kms_helper]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132467]  [] 
intel_fbdev_set_par+0x1a/0x60 [i915]
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132470]  [] 
fb_set_var+0x18a/0x410
  Jun 24 14:09:51 piotrek-laptop kernel: [153517.132473]  [] 
? check_preempt_curr+0x89/0xa0
  Jun 24 14:09:51 piotrek-lapt

[Touch-packages] [Bug 771672] Re: Alt+F2 cannot find system setting items

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/771672

Title:
  Alt+F2 cannot find system setting items

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  If you try to find pressing Alt+F2 any random "System setting" item
  like Keyboard shortcuts, Screensaver or other items, Unity cannot find
  them, but when you open "Applications" lense, in this dash can Unity
  list them without a problem...

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

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


[Touch-packages] [Bug 770102] Re: tiled window sets size attributes for subsequent windows

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/770102

Title:
  tiled window sets size attributes for subsequent windows

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Binary package hint: unity

  I don't know if this should be a "grid" bug or not.

  1. open a firefox window and make it very small.
  2. tile it to the left by dragging it to the screen edge.
  3. open another firefox window.

  see that it is the size of the tiled window
  i expect it to be very small.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.10-0ubuntu2
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  NonfreeKernelModules: nvidia
  .proc.driver.nvidia.gpus.0: Error: [Errno 21] Is a directory: 
'/proc/driver/nvidia/gpus/0'
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86 Kernel Module  270.41.06  Mon Apr 18 14:54:25 
PDT 2011
   GCC version:  gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  Architecture: i386
  CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,grid,vpswitch,gnomecompat,place,imgpng,regex,snap,resize,move,mousepoll,put,session,animation,unitymtgrabhandles,expo,workarounds,wall,fade,group,ezoom,scale,unityshell,switcher]
  CompositorRunning: compiz
  Date: Sun Apr 24 23:43:43 2011
  DistUpgraded: Log time: 2011-04-21 17:51:33.968863
  DistroCodename: natty
  DistroVariant: ubuntu
  DkmsStatus: nvidia-current, 270.41.06, 2.6.38-8-generic, i686: installed
  GraphicsCard:
   nVidia Corporation G86 [GeForce 8400M GS] [10de:0427] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Dell Device [1028:0209]
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InstallationMedia_: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InstallationMedia__: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  InstallationMedia___: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
  JockeyStatus:
   xorg:nvidia_173 - NVIDIA accelerated graphics driver (Proprietary, Disabled, 
Not in use)
   xorg:nvidia_current - NVIDIA accelerated graphics driver (Proprietary, 
Enabled, Not in use)
  MachineType: Dell Inc. XPS M1330
  ProcEnviron:
   LANGUAGE=en_US:en
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=96761261-328d-4418-8fba-6c120eb0e3b9 ro quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  ProcVersionSignature___: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Renderer: Unknown
  SourcePackage: unity
  UpgradeStatus: Upgraded to natty on 2011-04-21 (3 days ago)
  dmi.bios.date: 12/26/2008
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A15
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA15:bd12/26/2008:svnDellInc.:pnXPSM1330:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
  dmi.product.name: XPS M1330
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

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

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


[Touch-packages] [Bug 998129] Re: context-menu within the dash

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/998129

Title:
  context-menu within the dash

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  It's just an idea, not really a bug.

  It would be nice to have a context-menu when one right-clicks on a
  item within the dash. I can use the dash to find and open files but I
  would like to being able to "open the containing folder" or "copy-
  paste" or "cut-paste" the file from the dash.

  The thing is that I can find my file but I want to move it into
  another folder. The dash doesn't help me here. Of course I can use
  Nautilus to do that but then I have to know where the file is myself.

  I think that a simple context-menu could greatly enhance the
  possibilities of the dash.

  What do you think?

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

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


[Touch-packages] [Bug 774324] Re: No indcation that global menu is clickable

2015-09-23 Thread Andrea Azzarone
** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/774324

Title:
  No indcation that global menu is clickable

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  When the global menu is shown it looks like a static text, not
  something you could click. It should have some hover effect to show
  the user it can be opened.

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

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


[Touch-packages] [Bug 980310] Re: Search Categories should be next to search box

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/980310

Title:
  Search Categories should be next to search box

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I think the search categories should be next to the search box (next to it on 
the right or right under it). 
  When I need to search for a song I need to navigate to the bottom to select 
the music category, and then go back all the way up across the whole desktop to 
type again. If I remember it was a movie and not a music file, I need to do 
that again. I guess you get the picture...

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

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


[Touch-packages] [Bug 774311] Re: Maximising by moving to the top panel is confusing

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/774311

Title:
  Maximising by moving to the top panel is confusing

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Usability bug: when user moves a window to the top of the screen nothing 
happens until the mouse key is released. Then suddenly the window maximises.
  Solution: window should maximise when user moves the window to the top panel 
immediately, not after releasing the left mouse button OR not at all (I prefer 
the latter, but most will probably prefer the former).

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

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


[Touch-packages] [Bug 1419829] Re: [Scope] location settings are enabled by default

2015-09-23 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Importance: High => Critical

** Tags added: lt-blocker

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-shell in
Ubuntu.
https://bugs.launchpad.net/bugs/1419829

Title:
  [Scope] location settings are enabled by default

Status in Canonical System Image:
  Confirmed
Status in Ubuntu UX:
  Opinion
Status in unity-scopes-shell package in Ubuntu:
  New

Bug description:
  This is in contrast to the rest of the system where user have to
  explicitly grant access right upfront.

  Possible solution would be to add a new page in phone setup wizard
  asking for whether scopes are allowed to use location or not and then
  applying this to individual scope location settings.

  UX comment-

  Potential new project: When scopes will be launched as apps, we'll
  probably need some coach marks // independent onboard experience to
  explain data consumption and location services usage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1419829/+subscriptions

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


[Touch-packages] [Bug 983518] Re: Opening programs or folders via dash is too confusing

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/983518

Title:
  Opening programs or folders via dash is too confusing

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Opening apps you don't know the name yet is quite hard with the
  current dash in precise.

  For excample my parents complayed about, how they could open an app or files 
and folders, when I visted them last time.
  They didn't know what app does what.

  I added a PDF with some ideas on how to change that. To make it easier
  for new users.

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

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


[Touch-packages] [Bug 988840] Re: HUD is limited to only 5 results

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/988840

Title:
  HUD is limited to only 5 results

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I've updated to Ubuntu 12.04
  I noticed the HUD is limited to only 5 results. I can't scroll to see more.

  Screenshot attached.

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

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


[Touch-packages] [Bug 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1498816

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

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

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


[Touch-packages] [Bug 1480138] Re: The background image becomes titled for a while during the logout process.

2015-09-23 Thread Shih-Yuan Lee
I can not reproduce this issue on wily right now.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1480138

Title:
  The background image becomes titled for a while during the logout
  process.

Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  Ubuntu 14.04.2

  Reproducible Steps:

  1. Login Unity desktop environment.
  2. Change the scale factor to 2 in Displays of Settings.
  3. Logout

  Expected Result:

  * There is no tiled background.

  Actual Result:

  * There is a tiled background.

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

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


[Touch-packages] [Bug 963338] Re: Show number of items in trash on mouseover

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/963338

Title:
  Show number of items in trash on mouseover

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Wishlist:
  I think it would be nice if the number of items in the trash would be 
displayed when I hover my mouse over the trash.

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

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


[Touch-packages] [Bug 1019453] Re: Unity Launcher Regression: Autohide Option makes the launcher not being used anymore, add Intellihide mode like all other docks/launchers have

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1019453

Title:
  Unity Launcher Regression: Autohide Option makes the launcher not
  being used anymore, add Intellihide mode like all other
  docks/launchers have

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  In Ubuntu 11.10 with the dodge function enabled I was still using the
  launcher a lot, but since 12.04 and in 12.10 I almost stopped using it
  completely, because it is always hidden and I have to do quite some
  mouse work to get it revealed, and once it does so, I have to move the
  mouse again to the right to stop it from immediately autohiding again.
  :(

  This behaviour could be improved:

  1. Do not make the launcher autohide immediately, but let it stay visible 
until the mousepointer leaves the launcher
  Currently hovering the mousepointer over the launcher still makes it 
autohide, which feels wrong.

  2. Add an additional "intellihide" option for the launcher, like popular 
docks like Docky or Cairo Dock already use with success.
  This option should just hide the launcher when it overlaps the current 
(selected) window.

  These 2 changes/features would encourage people to use the launcher much 
more, even when it is set to autohide.
  Change 1 would also be valid for the new intellihide feature ofc.

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

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


[Touch-packages] [Bug 1017541] Re: Unity Dash: The Dash is not designed to work with more than 16 Lenses

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Triaged

** Changed in: unity (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: unity
   Importance: Undecided => Low

** Changed in: unity (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1017541

Title:
  Unity Dash: The Dash is not designed to work with more than 16 Lenses

Status in Ayatana Design:
  New
Status in Unity:
  Triaged
Status in unity package in Ubuntu:
  Triaged

Bug description:
  Using 17+ Lenses seems to enhance the virtual size of the Dash and
  icons and settings are rendered off-screen if the Dash is not set to
  run in fullscreen.

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

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


[Touch-packages] [Bug 776485] Re: Feature request: Fading of inactive icons on the launcher when hovered

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/776485

Title:
  Feature request: Fading of inactive icons on the launcher when hovered

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  This feature request is a result of an Ayatana mailing list
  discussion.

  The problem we believe to have a solution for is when certain icon
  sets are used (e.g. Faenza) it's really hard to distinguish what
  applications are running or not. This might not be a problem with the
  default set but it exists for some people. So the solution we propose
  is that as a configurable option the launcher's inactive applications
  icons fade to grey so that the active ones really stick out when the
  cursor hovers the launcher. And to avoid confusion whether the
  inactive icons can be pressed or not they resaturate when hovered.

  A mockup of this functionality is included as an attachment and as you
  can see it's really hard to distinguish which of the applications are
  running during a quick glance with the default setup.

  What also would be good is a slider that allows setting how much the
  icons should fade when the launcher is hovered so that people still
  can distinguish applications by color and not only shape and position.

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

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


[Touch-packages] [Bug 1024184] Re: Launcher reveal shadow should be illuminated (not dark like a shadow)

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1024184

Title:
  Launcher reveal shadow should be illuminated (not dark like a shadow)

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The launcher reveal shadow should be illuminated (not dark like a
  shadow). This will make its special meaning more obvious and
  distinctive.

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

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


[Touch-packages] [Bug 955021] Re: Different strings shown on the top panel and on the application menu panel

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/955021

Title:
  Different strings shown on the top panel and on the application menu
  panel

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  At present the application title shown on the top panel and on the
  application title panel are different. This can be seen for
  applications like Firefox and Thunderbird.

  In the case of Firefox, this is the case where in the Top Panel -
  "Firefox Web Browser" and in the Application Title - "Mozilla Firefox"
  is shown. This is also similar to Thunderbird where in the Top Panel -
  "Thunderbird Mail" and in the Application Title - "Mozilla
  Thunderbird" is shown.

  This bug is not critical but still is an imperfection. See attached
  screenshot.

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

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


[Touch-packages] [Bug 1024452] Re: Dash: Category should be expanded by default when suitable

2015-09-23 Thread Andrea Azzarone
It works like that now. Closing the bug.

** Changed in: ayatana-design
   Status: New => Invalid

** Changed in: unity (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: unity
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1024452

Title:
  Dash: Category should be expanded by default when suitable

Status in Ayatana Design:
  Invalid
Status in Unity:
  Invalid
Status in unity package in Ubuntu:
  Invalid

Bug description:
  All categories are collapsed by default and it works well.

  In case there is only one category in a lens, it should be expanded by
  default. It doesn't make much sense to have a single category
  collapsed and waste the rest of the space + require an additional
  click.

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

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


[Touch-packages] [Bug 1023885] Re: Dash sheen could use some improvements

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1023885

Title:
  Dash sheen could use some improvements

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Currently the Dash sheen is a white diagonal stripe on the top left corner on 
the Dash, that lightens up the Dash in the top left corners. However I think 
there is space for improvements. Having the lightening diagonal stripe only 
drawn in top left corner looks kinda asymmetric and the stripe itself is a bit 
too bright. 
  To fix this bug I did this MR:
  
https://code.launchpad.net/~kokoto-java/unity/images-patch-for-Dash-sheen-and-launcher-icon-borders/+merge/114615

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

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


[Touch-packages] [Bug 1023879] Re: Launcher icons borders are jagged

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Confirmed => Opinion

** Changed in: unity (Ubuntu)
   Status: Confirmed => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1023879

Title:
  Launcher icons borders are jagged

Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  When you look closely in the icon borders for the launcher icons you can see 
that they are more or less jagged, which needless to say is not a good thing. 
This is fixable by modifying the file "launcher_icon_edge_54.png" in 
"/usr/share/unity/5" (or in "plugins/unityshell/resources/" in the unity 
source).
  This MR fixes that.

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

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


[Touch-packages] [Bug 1028845] Re: [Dash] The lenses order is random, and the user should be able to change it

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1028845

Title:
  [Dash] The lenses order is random, and the user should be able to
  change it

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  At the moment, it is not possible to reorder the lenses. It seems like
  there is no pattern to creating the order of the lenses in the dash:
  the lenses I added myself are added randomly in the list, Home and
  Apps stay at the beginning, Videos is at the end, and Files and Music
  are somewhere in the middle, mixed with the lenses I added.

  The 5 original lenses should stay at the beginning of the list, with
  the newly installed ones added at the end.

  Also, the user should be able to change the order of the lenses. This
  would make it easier to make the preferred ones more accessible.

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

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


[Touch-packages] [Bug 1030064] Re: unity launcher does not display name of mounted mediums without putting the mouse on every single icon

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1030064

Title:
  unity launcher does not display name of mounted mediums without
  putting the mouse on every single icon

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  If you have many (different) devices (device is used substitutional for both: 
physical devices and partitions) mounted it can be very inconvenient to see a 
bunch of icons all looking the same and don't giving you information about the 
mounted device without holding the mouse cursor over the icon.
  Especially for keyboard navigation it takes much time to figure out which 
device the target device is.
  For mouse navigation the current behavior is  not as inconvenient as for the 
keyboard method, but you still have to check every icon with the cursor after 
the wanted device, which takes more time to navigate than seeing the target 
device immediately.
  So in terms of usability the best option would be if you see the name of the 
device somewhere at the depending icon and display  more information (for 
instance mount point etc.) about the device when the mouse is hovering over the 
icon.

  If this is unwanted behavior in terms of design, then at least it would be 
great if the name of the device would automatically pop up (for example in the 
same place it pops up with the mouse cursor) in the keyboard navigation mode 
(for instance when the icon is selected
  (this idea could also be adopted for the normal apps displayed in the 
launcher!)).

  But in terms of design I have to add, it is more aesthetic to see the
  icon and the depending name of a device instead of only showing an
  icon, because this doesn't look very good if you have mounted many
  external hard drives with many partitions on them and the launcher
  displays 10 icons all looking the same.

  
  To conclude the best option would be, if the name of the device automatically 
pops up if the cursor enters the area of mounted devices, meaning, if the 
cursor is on one icon of a mounted medium, the names of the other mounted 
mediums should also show up, same for keyboard mode. A progress bar for free 
space would also be nice for both, information and design.

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

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


[Touch-packages] [Bug 1032059] Re: unity feature request: dash open actions

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1032059

Title:
  unity feature request: dash open actions

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  It would make work more intuitive, if you could open items listed in
  dash with special options, meaning for example open a folder as root,
  or open a file with a program other to the standard program, open a
  file in it's directory etc. If you look at other implemations of other
  operating system this is provided by a right click menu. To have
  options like this would be very useful, but I am not sure if a right
  click menu would be the best option in terms of design.  Even  better
  would be, if you can right click an item and then you can  use the
  search field to give opening options, for example typing su could
  launch the application as root.  Maybe there is even a better option
  to implement a function like this., but this functionality would be a
  great help to many users. If it gets implemented a  keyboard shortcut
  equivalent to right-click for dash would be great.

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

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


[Touch-packages] [Bug 1029971] Re: Launcher: Super + Shift + Tab does not trigger launcher icon chooser

2015-09-23 Thread Andrea Azzarone
** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1029971

Title:
  Launcher: Super + Shift + Tab does not trigger launcher icon chooser

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  Super + Tab triggers the launcher item switcher, highlighting items
  from top to bottom. One can also reverse the direction by holding down
  Shift. So Super + Shift + Tab highlights the launcher entries from
  bottom to top but it works only after initiating the process by
  holding Super + Tab first.

  It should be possible to directly start the switcher using Super +
  Shift + Tab. The last item should be highlighted by default in this
  case.

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

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


[Touch-packages] [Bug 811225] Re: Unity launcher should show all windows if one might be obscured

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/811225

Title:
  Unity launcher should show all windows if one might be obscured

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  If an application has more than one window open, then clicking the
  icon in the launcher typically brings just one of those windows to the
  fore.

  To access the second window the user then has to click on the launcher
  a second time which then takes them into a kind of 'chooser' where
  they can then choose the one they want.

  This is a problem when many applications run with a main window that
  is maximised, and have then have other windows that are not maximised.
  The first click on the launcher brings up the maximised main window,
  yet I invariably want to get at one of the other windows. Having to
  return to the launcher a second time seems to slow me down.

  A classic example is using evolution when composing an email - the
  email composer is a secondary (non-maximised) window. Returning to
  evolution from something else means I have to access the launcher
  twice before I can choose it and get back to it.

  I can understand the logic from not always going straight to the
  'chooser' on the first click, but of course Sodde's Law determines
  that just as often this slows the user down.

  So how about this for an optimisation:
   - if there is only one window for the app, then go straight to it
   - if there is more than one window for the app, and at least one of the 
windows has coordinates the lie entirely inside the coordinates of any other 
window for that same app, then go straight to the chooser
   - if there is more than one window for the app, but no window of that app 
can completely obscure any other window of that same app, then raise all 
windows for the app and make the 'main window' the top-most.

  That way, if any window might be hidden, you always get the chooser
  and thus the chance to choose straightaway from the launcher.

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

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


[Touch-packages] [Bug 1490349] Re: 15:10: bluetoothd reports "Not enough handles to register service" at start

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

** Changed in: bluez (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1490349

Title:
  15:10: bluetoothd reports "Not enough handles to register service" at
  start

Status in bluez package in Ubuntu:
  Confirmed

Bug description:
  On 15:10 after the bluetooth service has been stopped and restarted it
  is not possible to scan or connect to devices:

  $ sudo systemctl start bluetooth
  $ journalctl --unit=bluetooth | tail -n 19 | awk '{$1="";$2="";$4="";print 
$0}'
23:31:53  systemd[1]: Starting Bluetooth service...
23:31:53  bluetoothd[16647]: Bluetooth daemon 5.33
23:31:53  systemd[1]: Started Bluetooth service.
23:31:53  bluetoothd[16647]: Starting SDP server
23:31:53  bluetoothd[16647]: Bluetooth management interface 1.9 initialized
23:31:53  bluetoothd[16647]: Failed to obtain handles for "Service Changed" 
characteristic
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Error adding Link Loss service
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Current Time Service could not be registered
23:31:53  bluetoothd[16647]: gatt-time-server: Input/output error (5)
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Not enough free handles to register service
23:31:53  bluetoothd[16647]: Sap driver initialization failed.
23:31:53  bluetoothd[16647]: sap-server: Operation not permitted (1)
23:31:53  bluetoothd[16647]: Endpoint registered: sender=:1.440 
path=/MediaEndpoint/A2DPSource
23:31:53  bluetoothd[16647]: Endpoint registered: sender=:1.440 
path=/MediaEndpoint/A2DPSink

  And

  $ bluetoothctl
  [NEW] Controller 00:1F:3A:E0:0A:AF hephaestion.lan.iam.tj [default]
  [NEW] Device 00:0A:95:4B:BD:C2 Apple Wireless Keyboard
  [NEW] Device 00:07:61:3B:86:98 Bluetooth Travel Mouse
  [bluetooth]# scan on
  Failed to start discovery: org.bluez.Error.NotReady

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

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


[Touch-packages] [Bug 1498825] [NEW] SessionBackend tests unreliable, talk to real system services

2015-09-23 Thread Michał Sawicz
Public bug reported:

The new SessionBackend tests talk to the real system services (like
logind), which means the result depends on where the test is ran. They
pass on CI because the tests are effectively skipped if the service
isn't available. On the other hand it fails for me (see below), because
my laptop does not hibernate and the answer from logind is "na", not
"no":

$> qdbus --system org.freedesktop.login1 /org/freedesktop/login1 
org.freedesktop.login1.Manager.CanHibernate
na

The tests need to talk to a mock service (on the session bus) that's
launched along the test using dbus-test-runner. Use
QDBusConnection::SM_BUSNAME() to switch the implementation between
system and session buses (see e.g. AccountsService tests for examples).

$> ninja -C builddir testSessionBackend 
ninja: Entering directory `builddir'
[1/1] Re-running CMake...
-- Could NOT find Lcov (missing:  LCOV_EXECUTABLE GENHTML_EXECUTABLE) 
-- Could NOT find gcovr (missing:  GCOVR_EXECUTABLE) 
-- Configuring done
-- Generating done
-- Build files have been written to: 
/home/michal/dev/canonical/unity8/repo/builddir
[3/3] cd 
/home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session && 
env 
QML2_IMPORT_PATH=/home/michal/dev/canonica...michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session/testSessionBackend.xml,xunitxml
 --parameter -o --parameter -,txt
FAILED: cd 
/home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session && 
env 
QML2_IMPORT_PATH=/home/michal/dev/canonical/unity8/repo/builddir/tests/mocks:/home/michal/dev/canonical/unity8/repo/builddir/tests/utils/modules:/home/michal/dev/canonical/unity8/repo/builddir/plugins
 UNITY_TESTING=1 LANGUAGE=C LC_ALL=C.UTF-8 QT_QPA_PLATFORM=minimal 
/usr/bin/dbus-test-runner --task 
/home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session/sessionbackendtestExec
 --parameter -o --parameter 
/home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session/testSessionBackend.xml,xunitxml
 --parameter -o --parameter -,txt
DBus daemon: 
unix:abstract=/tmp/dbus-SUPywz2RlD,guid=c082954870d6b539cdebaf6e56026aca
task-0: Started with PID: 1331
task-0: * Start testing of SessionBackendTest *
task-0: Config: Using QtTest library 5.4.2, Qt 5.4.2 (x86_64-little_endian-lp64 
shared (dynamic) release build; by GCC 5.2.1 20150729)
task-0: PASS   : SessionBackendTest::initTestCase()
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Logout)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Reboot)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Shutdown)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(PromptLock)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Logout)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Shutdown)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Reboot)
task-0: PASS   : SessionBackendTest::testUserName()
task-0: PASS   : SessionBackendTest::testRealName()
task-0: FAIL!  : SessionBackendTest::testLogin1Capabilities() Compared values 
are not the same
task-0:Actual   (dbusUnitySessionService.CanHibernate())
  : 0
task-0:Expected 
((login1face.call("CanHibernate").arguments().first().toString() != "no")): 1
task-0:Loc: [../tests/plugins/Unity/Session/sessionbackendtest.cpp(157)]
task-0: PASS   : SessionBackendTest::cleanupTestCase()
task-0: Totals: 11 passed, 1 failed, 0 skipped, 0 blacklisted
task-0: * Finished testing of SessionBackendTest *
task-0: Exited with status 256
task-0: Shutting down
DBus daemon: Shutdown
ninja: build stopped: subcommand failed.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: unity8 8.11+15.10.20150922.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
Uname: Linux 4.2.0-10-generic x86_64
ApportVersion: 2.18.1-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Sep 23 11:02:45 2015
SourcePackage: unity8
UpgradeStatus: Upgraded to wily on 2015-09-18 (5 days ago)

** Affects: unity8 (Ubuntu)
 Importance: High
 Assignee: Lukáš Tinkl (lukas-kde)
 Status: Triaged


** Tags: amd64 apport-bug wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1498825

Title:
  SessionBackend tests unreliable, talk to real system services

Status in unity8 package in Ubuntu:
  Triaged

Bug description:
  The new SessionBackend tests talk to the real system services (like
  logind), which means the result depends on where the test is ran. They
  pass on CI because the tests are effectively skipped if the service
  isn't available. On the other hand it fails for me (see below),
  because my laptop does not hibernate and the answer from logind is
  "na", not "no":

  $> qdbus --system org.freedesktop.login1 /org/freede

[Touch-packages] [Bug 1027949] Re: Improve workspace functionality under Unity

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1027949

Title:
  Improve workspace functionality under Unity

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  I would like to get back with the idea about handling workspaces in Unity. I 
know, there were couple bugs filed on this topic and most of them end up in 
status “Won't fix”. Probably this is due to authors position not clearly 
expressed / backed up with real world usage, more incompatible ideas thrown in 
in the same bug, which renders the bug unreadable and unclear.
  With this I would like to express the “power” user's opinion which I am. I 
really hope that Unity is not designed just for casual users and designers 
listen to power user needs as well.
  I'm hoping for constructive discussion and criticism if needed.
   
  Workspaces by design are meant to extend a space, organize the apps/work on 
desktop which should reduce clutter. In unity, I can't understand how they are 
meant to be used to achieve the goal.
   
  If average user uses handful of applications there is no need for workspaces 
at all. If he wants to use workspaces for some strange reason, application 
switching just adds distracting workspace switching animation to the workflow. 
If he wants to group applications in workspaces, there doesn't seem to be good 
way either as launcher shows all apps as alt-tab does, changing couple of apps 
in this case is shifting the screen in some direction. There is a scale plugin 
which handles workspaces, for most users it's not needed and they don't know 
the existence of such thing.
  One thing which comes to my mind is if user want's to see more than one pair 
of applications side by side then workspaces would come handy, but this fits in 
the power user group as then he perfectly knows what's on every workspace he 
use. Casual users usually come from windows world and will use minimize 
instead. But this is not the point and maybe I'm wrong :)
   
  Power users know exactly how they want to work, they have tons of 
applications opened at the same time as well.
  Me for instance, I have laptop with 8G of RAM, I work on many different 
projects, so I would like to group applications based on projects, currently I 
have 5 workspaces, one for common things like email, some other company stuff, 
one for my personal needs and 3 for projects.  Each of the workspace have at 
least one firefox instance opened (via the -P –no-remote), most of them have 
libreoffice writer and terminals opened, specific workspaces have specific 
programs opened, on average about 6-10 apps per WS, seprately in each WS that 
is manageable amount of apps, taken together it's a nightmare. I have work 
in-progress situation on every workspace, I don't want to store my progress of 
each project in my head or notes, so I never close anything in workspaces until 
it's done (just save docs/work), so when returning to it I can continue where I 
left off.
  In this kind of workflow launcher is unreadable, it's hard to distinguish 
what application is where, it has all the stuff shown with squeezed icons at 
the bottom, not nice at all. Similar to this: 
http://41.0.71.70/files/unity_full.png, but in my case it might get even worse 
:)
  In addition, when I'm working on project X I don't really care for project Y 
apps or my personal apps. I don't want to see some random game I opened on 
private workspace all day long when I clearly won't use it until the evening, 
the same applies for half-way watched movies etc., the idea is clear.
  There are couple of things to be shared across the workspaces, like skype, 
keepassx, music player to mention some.
   
  What I propose/suggest and many others already did - one setting in ccsm 
which says “Show applications for current desktop only”.
  This setting would be for power users, not the default, launcher behavior 
would remain the same as in current form:
  * if user want to see application across the workspaces, he can pin it to the 
launcher to see it's icon, current behavior w/o changes
  * to have app in every workspace, use “Always on visible Workspace” from 
window menus, no changes
  * interactions with visible icons - no changes
   
  So to me this seems basically about showing / hiding certain icons, not much 
more, unity already knows which application is on which workspace as it 
switches to it when clicked, it handles workspace switching as backlight and 
pips (>) are changing, etc. It should be very easy to implement and will help 
power users a great deal.
  For me this is a thing which prevents me using Unity which in other aspects 
ar

[Touch-packages] [Bug 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Daniel van Vugt
Actually it might be related to unity8 still:

surfaceItem.surface = null; in unity8 SurfaceContainer.qml

** Changed in: unity8 (Ubuntu)
   Status: Invalid => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1498816

Title:
  Unity8 apps never disconnect from Mir cleanly

Status in qtmir package in Ubuntu:
  New
Status in unity8 package in Ubuntu:
  New

Bug description:
  Unity8 apps never disconnect from Mir cleanly.

  Even if I kill an app "cleanly" from the spread, the SessionMediator
  report for unity8 shows it was terminated abruptly:

  [1442998678.171561]  frontend::SessionMediator: virtual
  mir::frontend::SessionMediator::~SessionMediator() -
  session_error("QtUbuntu"):

  This means the client died without disconnecting or releasing surfaces
  correctly.

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

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


[Touch-packages] [Bug 1158010] Re: Shutdown dialog asks a yes/no question but doesn't offer a binary choice

2015-09-23 Thread Andrea Azzarone
** Changed in: ayatana-design
   Status: New => Opinion

** Changed in: unity (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: unity
   Status: Incomplete => Opinion

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity in Ubuntu.
https://bugs.launchpad.net/bugs/1158010

Title:
  Shutdown dialog asks a yes/no question but doesn't offer a binary
  choice

Status in Ayatana Design:
  Opinion
Status in Unity:
  Opinion
Status in unity package in Ubuntu:
  Opinion

Bug description:
  The new dialog displays the text

  "Goodbye Iain Lane! Are you sure you want to close all programs and
  shut down the computer?"

  But it's not asking me if I'm sure. It's asking me to choose whether
  to shut down or restart.

  We should come up with some better wording. Perhaps just "Would you
  like to shut down or restart the computer?"

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

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


  1   2   3   >