[Dx-packages] [Bug 959260] Re: DSO linking issues

2014-09-10 Thread Daniel van Vugt
** Changed in: compiz-plugins-main (Ubuntu)
 Assignee: Daniel van Vugt (vanvugt) => (unassigned)

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

Title:
  DSO linking issues

Status in Compiz Animations Plugin:
  Fix Committed
Status in Compiz MousePoll Plugin:
  Fix Committed
Status in Compiz Main Plugins:
  Fix Released
Status in Compiz Text Plugin:
  Fix Committed
Status in Compiz Desktop Wall Plugin:
  Fix Committed
Status in “compiz-plugins-main” package in Ubuntu:
  Triaged

Bug description:
  Hello:

  Similar to lp:#959249

  libwall.so should be linked against ld.

  Some of the pc files:
  -exec_prefix=@prefix@
  +exec_prefix=@exec_prefix@

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-animation-plugin/+bug/959260/+subscriptions

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


[Dx-packages] [Bug 989463] Re: Magic Lamp animation only moves vertically, not horizontally

2014-09-10 Thread Daniel van Vugt
** Changed in: compiz
 Assignee: Daniel van Vugt (vanvugt) => (unassigned)

** Changed in: compiz-animation-plugin
 Assignee: Daniel van Vugt (vanvugt) => (unassigned)

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

Title:
  Magic Lamp animation only moves vertically, not horizontally

Status in Compiz:
  Triaged
Status in Compiz Animations Plugin:
  Triaged
Status in Compiz Main Plugins:
  Triaged
Status in “compiz-plugins-main” package in Ubuntu:
  Triaged

Bug description:
  The Magic Lamp animation only seems to run up or down. It appears to
  not support mostly-horizontal animation very well.

  This is particularly noticeable in Unity where you are minimizing
  windows to the left (Unity Launcher). It's also noticeable with
  upstream compiz if you restore a window (using switcher for example)
  to a location that is vertically in line, but horizontally a long way
  from the mouse pointer.

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

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


[Dx-packages] [Bug 1026465] Re: unity shell disappears when cloned monitor turned off and on

2014-09-10 Thread Daniel van Vugt
** Changed in: unity
 Assignee: Daniel van Vugt (vanvugt) => (unassigned)

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

Title:
  unity shell disappears when cloned monitor turned off and on

Status in Unity:
  Triaged
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  1. fresh install Ubuntu12.04(64 bit)
  2. connect 2 monitors to my graphics card, clone mode will be configured by 
default
  3. turn off one monitor using xrandr --output DFPx --off
  4. turn on the monitor using xrandr --output DFPx --auto

  issue happens that the launcher disappears, should be a problem of
  unity shell.

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

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


[Dx-packages] [Bug 930192] Re: [regression] Animations of large or full-screen windows skip frames (not smooth)

2014-09-10 Thread Daniel van Vugt
** Changed in: compiz-core
 Assignee: Daniel van Vugt (vanvugt) => (unassigned)

** Changed in: compiz
 Assignee: Daniel van Vugt (vanvugt) => (unassigned)

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

Title:
  [regression] Animations of large or full-screen windows skip frames
  (not smooth)

Status in Compiz:
  Triaged
Status in Compiz Animations Plugin:
  Fix Committed
Status in Compiz Core:
  Triaged
Status in Compiz Main Plugins:
  Fix Released
Status in Unity Distro Priority:
  Fix Released
Status in “compiz-plugins-main” package in Ubuntu:
  Fix Released

Bug description:
  The issue here appears mostly when minimizing/restoring full screen windows. 
The animation is no longer smooth when using compiz 0.9.7 (precise) or 
ppa:vanvugt/compiz (oneiric). It appears the problem is the combination of two 
facts:
    1. The minimize/restore animations use only regional damage logic, not full 
screen.
    2. The new compiz code needs to call glFinish in order to eliminate 
tearing. But it only needs to call glFinish for regional damage, not full 
screen damage.

  WORKAROUND:
  Run ccsm
  Go to Workarounds
  Enable "Force full screen redraws (buffer swap) on repaint"

  THE CORRECT SOLUTION:
  The ideal long-term solution to this problem is described by bug 901097. That 
will allow us to use glXSwapBuffers (and glXSwapIntervalSGI) on every frame and 
avoid the need to call glFinish (because we no longer need to call 
glXWaitVideoSyncSGI).

  A QUICK SOLUTION:
  There are really two options for a quick solution:
  (a) Modify the animation plugin to use full-screen damage, and hence use the 
high-performance code path during animations; or
  (b) Modify composite to detect when the regional damage is large (say >= one 
third of the screen) and automatically switch to full-screen damage mode.
  ... or both?

  ORIGINAL DESCRIPTION:
  using nvidia binary driver one precise with gtx9800+ with the release 
candidate of compiz 0.9.7 the minimize/raise animation feels slow if you have a 
few apps opened.. I then reverted compiz to stable version of precise and 
didn't notice the issue.

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

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


[Dx-packages] [Bug 1061339] Re: Panel shadow is visible as a thin black line in workspace switcher previews

2014-09-10 Thread Daniel van Vugt
** Changed in: unity/6.0
 Assignee: Daniel van Vugt (vanvugt) => (unassigned)

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

Title:
  Panel shadow is visible as a thin black line in workspace switcher
  previews

Status in Unity:
  Fix Released
Status in Unity 6.0 series:
  Triaged
Status in “unity” package in Ubuntu:
  Fix Released

Bug description:
  If you switch workspaces with Ctrl+Alt+Arrow but keep Ctrl+Alt help
  down and look at the preview then you will see thin back lines
  rendered. Those are the Unity panel shadow, which should not be
  visible if the Unity shell is not.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: unity 6.6.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  Date: Thu Oct  4 09:24:27 2012
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20120926)
  ProcEnviron:
   LANGUAGE=en_AU:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_AU.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/unity/+bug/1061339/+subscriptions

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


[Dx-packages] [Bug 1321419] Re: Bluetooth becomes re-enabled after reboot

2014-09-10 Thread Launchpad Bug Tracker
[Expired for indicator-bluetooth (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: indicator-bluetooth (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Bluetooth becomes re-enabled after reboot

Status in “indicator-bluetooth” package in Ubuntu:
  Expired
Status in “rfkill” package in Ubuntu:
  Expired

Bug description:
  Every time i reboot my computer or it wakes up from suspend , Bluetooth 
becomes re-enabled.
  It must be disabled after reboot if it is  disabled before reboot.

  OS :- Ubuntu 14.04 (64 bit)

  uname -r :- 3.13.0-24-generic

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

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


[Dx-packages] [Bug 1321419] Re: Bluetooth becomes re-enabled after reboot

2014-09-10 Thread Launchpad Bug Tracker
[Expired for rfkill (Ubuntu) because there has been no activity for 60
days.]

** Changed in: rfkill (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Bluetooth becomes re-enabled after reboot

Status in “indicator-bluetooth” package in Ubuntu:
  Expired
Status in “rfkill” package in Ubuntu:
  Expired

Bug description:
  Every time i reboot my computer or it wakes up from suspend , Bluetooth 
becomes re-enabled.
  It must be disabled after reboot if it is  disabled before reboot.

  OS :- Ubuntu 14.04 (64 bit)

  uname -r :- 3.13.0-24-generic

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

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


Re: [Dx-packages] [Bug 1365875] mail notification displayed even when phone locked

2014-09-10 Thread Roberto Alsina
Or maybe I just did it faster :-)

On Wed, Sep 10, 2014 at 10:18 PM, Sergio Schvezov <
sergio.schve...@canonical.com> wrote:

> On miércoles 10 de septiembre de 2014 22h'04:36 ART, Roberto Alsina wrote:
>
>> ** Changed in: ubuntu-push
>>Status: Fix Committed => Fix Released
>>
>>
> If you are manually changing this it means the train is doing something
> wrong (the bugs seem to be linked to the branches) or the debian/changelog
> has been provided without an (LP:##) entry. I suggest taking a look to
> avoid this manual process.
>

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

Title:
  mail notification displayed even when phone locked

Status in Ubuntu Push Notifications:
  Fix Released
Status in “account-polld” package in Ubuntu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  I had just woken up the phone (screen was displaying the welcome
  greeter) but had not yet unlocked the device (I have set a pin code)
  when a mail notification appeared on screen that divulged the sender.

  This is a privacy issue.

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

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


Re: [Dx-packages] [Bug 1365875] mail notification displayed even when phone locked

2014-09-10 Thread Sergio Schvezov
On miércoles 10 de septiembre de 2014 22h'04:36 ART, Roberto Alsina wrote:
> ** Changed in: ubuntu-push
>Status: Fix Committed => Fix Released
>

If you are manually changing this it means the train is doing something 
wrong (the bugs seem to be linked to the branches) or the debian/changelog 
has been provided without an (LP:##) entry. I suggest taking a look to 
avoid this manual process.

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

Title:
  mail notification displayed even when phone locked

Status in Ubuntu Push Notifications:
  Fix Released
Status in “account-polld” package in Ubuntu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  I had just woken up the phone (screen was displaying the welcome
  greeter) but had not yet unlocked the device (I have set a pin code)
  when a mail notification appeared on screen that divulged the sender.

  This is a privacy issue.

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

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


[Dx-packages] [Bug 1365875] Re: mail notification displayed even when phone locked

2014-09-10 Thread Roberto Alsina
** Changed in: ubuntu-push
   Status: Fix Committed => Fix Released

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

Title:
  mail notification displayed even when phone locked

Status in Ubuntu Push Notifications:
  Fix Released
Status in “account-polld” package in Ubuntu:
  New
Status in “indicator-messages” package in Ubuntu:
  New
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  I had just woken up the phone (screen was displaying the welcome
  greeter) but had not yet unlocked the device (I have set a pin code)
  when a mail notification appeared on screen that divulged the sender.

  This is a privacy issue.

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

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


[Dx-packages] [Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Bug Watch Updater
** Changed in: systemd-shim (Debian)
   Status: New => Fix Released

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

Title:
  [FFE] Implement AbandonScope (etc)

Status in “cgmanager” package in Ubuntu:
  Fix Released
Status in “systemd-shim” package in Ubuntu:
  Triaged
Status in “systemd-shim” package in Debian:
  Fix Released

Bug description:
  Currently, logout produces the following error in upstart systems:

  systemd-logind[15351]: Failed to abandon scope session-c7.scope
  systemd-logind[15351]: Failed to abandon session scope: No such interface 
'org.freedesktop.systemd1.Scope' on object at path 
/org/freedesktop/systemd1/unit/session_2dc7_2escope

  Whlie the cgroup is being autoremoved when empty,  the more important
  bug is that StopSession won't forcibly kill the cgroup.  These methods
  should be added at some point.

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

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


[Dx-packages] [Bug 1364453] Re: Brightness setting does not persist across reboots

2014-09-10 Thread Charles Kerr
** Tags added: rtm14

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

Title:
  Brightness setting does not persist across reboots

Status in “indicator-power” package in Ubuntu:
  Confirmed
Status in “ubuntu-system-settings” package in Ubuntu:
  Confirmed

Bug description:
  When altering the brightness setting, it is always reset to the
  default value after a reboot. It is expected that changing the setting
  should persist across reboots.

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

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


[Dx-packages] [Bug 1367961] [NEW] No applications are shown in dash after unsucessful search

2014-09-10 Thread TomasHnyk
Public bug reported:

Steps to reproduce:
1. Open Dash
2. Type a name of an application installed on your system, like "calculator"
3. press escape

What happens: Application scope stops giving results

What should happen: Application scope should still give results

How to fix it once it happen:
type something and either hit escape or delete what you have typed.

in gsettings, I have these lenses disabled:

['recipes.scope', 'books.scope', 'info.scope', 'notes-tomboy.scope',
'graphics-colourlovers.scope', 'graphics-openclipart.scope', 'help-
texdoc.scope', 'help-yelp.scope', 'help.scope', 'video-remote.scope',
'boxes-virtualbox.scope', 'home.scope', 'info-calculator.scope',
'recipes-gourmet.scope', 'music-audacious.scope', 'music-
musicstore.scope', 'music-clementine.scope', 'music-
gmusicbrowser.scope', 'music-musique.scope', 'music-banshee.scope',
'music-guayadeque.scope', 'boxes.scope', 'reference-zotero.scope',
'photos-picasa.scope', 'photos-flickr.scope', 'photos-facebook.scope',
'web-firefoxbookmarks.scope', 'web-chromiumbookmarks.scope',
'code.scope', 'reference.scope', 'calendar.scope', 'notes.scope',
'web.scope', 'news.scope', 'more_suggestions.scope', 'code-
manpages.scope', 'code-devhelp.scope', 'social.scope', 'graphics.scope',
'files-gdrive.scope']

And remote search is turned off, otherwise the settings of the dash are
default.

I will try to include a screencast for better understnading of what
happens

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
Uname: Linux 3.13.0-35-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.3
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,decor,grid,imgpng,compiztoolbox,gnomecompat,mousepoll,resize,snap,regex,place,vpswitch,move,winrules,animation,wall,session,workarounds,expo,fade,scale,ezoom,unityshell]
CurrentDesktop: Unity
Date: Thu Sep 11 00:00:17 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-07-27 (45 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

** Attachment added: "Screencast of the bug"
   
https://bugs.launchpad.net/bugs/1367961/+attachment/4200980/+files/dash_bug.ogv

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

Title:
  No applications are shown in dash after unsucessful search

Status in “unity” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Open Dash
  2. Type a name of an application installed on your system, like "calculator"
  3. press escape

  What happens: Application scope stops giving results

  What should happen: Application scope should still give results

  How to fix it once it happen:
  type something and either hit escape or delete what you have typed.

  in gsettings, I have these lenses disabled:

  ['recipes.scope', 'books.scope', 'info.scope', 'notes-tomboy.scope',
  'graphics-colourlovers.scope', 'graphics-openclipart.scope', 'help-
  texdoc.scope', 'help-yelp.scope', 'help.scope', 'video-remote.scope',
  'boxes-virtualbox.scope', 'home.scope', 'info-calculator.scope',
  'recipes-gourmet.scope', 'music-audacious.scope', 'music-
  musicstore.scope', 'music-clementine.scope', 'music-
  gmusicbrowser.scope', 'music-musique.scope', 'music-banshee.scope',
  'music-guayadeque.scope', 'boxes.scope', 'reference-zotero.scope',
  'photos-picasa.scope', 'photos-flickr.scope', 'photos-facebook.scope',
  'web-firefoxbookmarks.scope', 'web-chromiumbookmarks.scope',
  'code.scope', 'reference.scope', 'calendar.scope', 'notes.scope',
  'web.scope', 'news.scope', 'more_suggestions.scope', 'code-
  manpages.scope', 'code-devhelp.scope', 'social.scope',
  'graphics.scope', 'files-gdrive.scope']

  And remote search is turned off, otherwise the settings of the dash
  are default.

  I will try to include a screencast for better understnading of what
  happens

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,decor,grid,imgpng,compiztoolbox,gnomecompat,mousepoll,resize,snap,regex,place,vpswitch,move,winrules,animation,wall,session,workarounds,expo,fade,scale,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Thu Sep 11 00:00:17 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2014-07-27 (45 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh 

[Dx-packages] [Bug 1330037] Re: upower 0.99 transition

2014-09-10 Thread Jackson Doak
weather manager's upower support is off by default

** Changed in: xfce4-weather-plugin (Ubuntu)
   Status: New => Invalid

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

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Released
Status in “cinnamon-control-center” package in Ubuntu:
  New
Status in “cinnamon-session” package in Ubuntu:
  New
Status in “cinnamon-settings-daemon” package in Ubuntu:
  New
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “gnome-shell-pomodoro” package in Ubuntu:
  New
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “kde-workspace” package in Ubuntu:
  Fix Released
Status in “mate-applets” package in Ubuntu:
  Fix Released
Status in “mate-power-manager” package in Ubuntu:
  Fix Released
Status in “mate-session-manager” package in Ubuntu:
  Fix Released
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “xfce4-weather-plugin” package in Ubuntu:
  Invalid
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Dx-packages] [Bug 1359299] Re: utopic 3.16.0-9 iso boots to desktop no unity

2014-09-10 Thread jerrylamos
As of 10 September, the amd64 daily build hasn't been built since 5 September 
and is still at the 3.16.0-12 level.
The .iso boots to desktop as usual.  No compiz/unity.
>From command line do apt-get update and then apt-get dist-upgrade, reboot at 
>3.16.0-14 whereupon compiz/unity work.
BTW, 3.17.0-rc4 unity/compiz work when added to the 3.16.0-14 install.

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

Title:
  utopic 3.16.0-9 iso boots to desktop no unity

Status in Unity:
  Confirmed
Status in “linux” package in Ubuntu:
  Incomplete
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Intel Core 2 Duo 3 gHz 4 gb Lenovo Think Centre.
  Boots 3.16.0-6 amd64 fine, runs compiz 3D fine.  

  Today's amd64 iso download, 20 August, boots to desktop & cursor.  
  No unity.
  Did ubuntu-bug from command line on the booted iso, saved report.

  Booted 3.10.0-6 and ran ubuntu-bug apport on the saved file.

  Planet Ubuntu asked for results on 3.16.0-9 so this is my result.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: linux-image-3.16.0-9-generic 3.16.0-9.14
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Uname: Linux 3.16.0-9-generic x86_64
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.341
  Date: Wed Aug 20 16:57:57 2014
  LiveMediaBuild: Ubuntu 14.10 "Utopic Unicorn" - Alpha amd64 (20140820)
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=(loop)/casper/vmlinuz.efi boot=casper 
iso-scan/filename=/utopic-desktop-amd64.iso noprompt noeject
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/10/2011
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 5CKT69AUS
  dmi.board.name: LENOVO
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: NONE
  dmi.modalias: 
dmi:bvnLENOVO:bvr5CKT69AUS:bd01/10/2011:svnLENOVO:pn6234A1U:pvrThinkCentreM58p:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct3:cvrNONE:
  dmi.product.name: 6234A1U
  dmi.product.version: ThinkCentre M58p
  dmi.sys.vendor: LENOVO

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

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


[Dx-packages] [Bug 1289470] Re: battery indicator and brightness settings should have brightness slider; battery settings shouldn't

2014-09-10 Thread Charles Kerr
** Branch linked: lp:~charlesk/indicator-power/lp-1289470-restore-
brightness-slider

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

Title:
  battery indicator and brightness settings should have brightness
  slider; battery settings shouldn't

Status in “indicator-power” package in Ubuntu:
  In Progress
Status in “ubuntu-system-settings” package in Ubuntu:
  Fix Released

Bug description:
  The current phone design has three brightness sliders that do exactly the 
same thing:
  * System Settings > "Brightness"
  * System Settings > "Battery"
  * the Battery menu.

  This is kind of ridiculous. We should get rid of one or two.

  : "'Display brightness' should
  navigate to a mirror of the 'Brightness' screen."

  : "The brightness slider
  should exactly mirror the one in the Brightness settings panel."

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

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


[Dx-packages] [Bug 1364453] Re: Brightness setting does not persist across reboots

2014-09-10 Thread Charles Kerr
We'll need to store this somewhere; probably in the
"com.ubuntu.touch.system" schema alongside the auto-brightness flag
setting?

In order to fail gracefully on non-touch (ie unity7), indicator-power
would need to check g_settings_schema_source_lookup() to see if the
schema's installed.

** Changed in: indicator-power (Ubuntu)
   Status: New => Confirmed

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

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

Title:
  Brightness setting does not persist across reboots

Status in “indicator-power” package in Ubuntu:
  Confirmed
Status in “ubuntu-system-settings” package in Ubuntu:
  Confirmed

Bug description:
  When altering the brightness setting, it is always reset to the
  default value after a reboot. It is expected that changing the setting
  should persist across reboots.

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

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


[Dx-packages] [Bug 1330037] Re: upower 0.99 transition

2014-09-10 Thread Jackson Doak
** Also affects: cinnamon-control-center (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cinnamon-session (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: cinnamon-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Released
Status in “cinnamon-control-center” package in Ubuntu:
  New
Status in “cinnamon-session” package in Ubuntu:
  New
Status in “cinnamon-settings-daemon” package in Ubuntu:
  New
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “gnome-shell-pomodoro” package in Ubuntu:
  New
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “kde-workspace” package in Ubuntu:
  Fix Released
Status in “mate-applets” package in Ubuntu:
  Fix Released
Status in “mate-power-manager” package in Ubuntu:
  Fix Released
Status in “mate-session-manager” package in Ubuntu:
  Fix Released
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “xfce4-weather-plugin” package in Ubuntu:
  New
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Dx-packages] [Bug 1330037] Re: upower 0.99 transition

2014-09-10 Thread Jackson Doak
** Also affects: gnome-shell-pomodoro (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Released
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “gnome-shell-pomodoro” package in Ubuntu:
  New
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “kde-workspace” package in Ubuntu:
  Fix Released
Status in “mate-applets” package in Ubuntu:
  Fix Released
Status in “mate-power-manager” package in Ubuntu:
  Fix Released
Status in “mate-session-manager” package in Ubuntu:
  Fix Released
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “xfce4-weather-plugin” package in Ubuntu:
  New
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Dx-packages] [Bug 1226962]

2014-09-10 Thread Kpeace1-4
Confirming that this bug STILL exists in:

$ uname -a
Linux localhost.localdomain 3.14.5-200.fc20.x86_64 #1 SMP Mon Jun 2 14:26:34 
UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/fedora-release 
FXorg -version

X.Org X Server 1.14.4
Release Date: 2013-10-31
X Protocol Version 11, Revision 0
Build Operating System:  3.14.3-200.fc20.x86_64 
Current Operating System: Linux localhost.localdomain 3.14.5-200.fc20.x86_64 #1 
SMP Mon Jun 2 14:26:34 UTC 2014 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.14.5-200.fc20.x86_64 
root=UUID=64bb5aa4-a945-4e0e-8d4d-776f44302cd1 ro rootflags=subvol=root 
vconsole.font=latarcyrheb-sun16 rhgb quiet LANG=en_US.UTF-8
Build Date: 27 June 2014  01:35:28AM
Build ID: xorg-x11-server 1.14.4-11.fc20 
Current version of pixman: 0.30.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.edora release 20 
(Heisenbug)

$ libreoffice --version
LibreOffice 4.2.6.2 420(Build:2)

Tools -> Options -> Language Settings -> Languages -> Ignore system
input language - Checked as advised by commenter Paulo Fino, still no
hotkeys :-(

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

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

Status in Aptana Studio Installer:
  New
Status in Default settings for the Baltix GNU/Linux OS and desktop:
  New
Status in LibreOffice Productivity Suite:
  Confirmed
Status in IBus:
  New
Status in Indicator keyboard:
  Fix Released
Status in Inkscape: A Vector Drawing Tool:
  New
Status in MonoDevelop:
  New
Status in Mutter:
  Fix Released
Status in The OpenOffice.org Suite:
  New
Status in Unity:
  Fix Released
Status in “gnome-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-terminal” package in Ubuntu:
  Triaged
Status in “indicator-keyboard” package in Ubuntu:
  Triaged
Status in “openjdk-7” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged
Status in “unity-settings-daemon” package in Ubuntu:
  Triaged
Status in “gnome-settings-daemon” package in Fedora:
  Unknown
Status in “gnome-shell” package in Fedora:
  Unknown

Bug description:
  New keyboard layout changer in Ubuntu 13.10 introduce  old-new bug. Any 
system or application hotkey witch use char (for example: ctrl+alt+t for 
terminal or ctrl+t for new tab in browser) become unfunctional when selected 
non-latin keyboard layout.
  Hotkeys with F1-12, numbers and other non-character buttons works perfectly.

  Window manager hotkeys not affected by this bug. All hotkeys in system
  parameters->keyboard->hotkeys->windows works perfect with any keyboard
  layout.

  Workaround for some system hotkeys and two layouts (english and non-
  latin): rebind all hotkeys in your local layout. For example instead
  of ctrl+alt+t use ctrl+alt+τ (greek tau). That hotkey still work with
  english layout.  If you use english and two different non-latin
  layouts this workaround helps only with one of them.


  Dear Ubuntu users and developers! 
  Please include the following information to your comment about non-latin 
shortcuts problems:
  1. What Ubuntu version do you have (Ubuntu 13.10, Ubuntu 13.10 GNOME, Ubuntu 
14.04, Ubuntu 14.04 GNOME and so on), upgraded (describe version) or clean 
installed
  2. What keyboard layout do you have
  3. What shortcut for keyboard layout switching do you use 
  4. On which session you have problems - that is one from Unity, GNOME Shell, 
GNOME FlashBack/Fallback (Metacity), GNOME FlashBack/Fallback (Compiz)
  5. With which program and its version and origin (Ubuntu repositories, PPA, 
non-deb binary package from some website) you have problems.

  By providing this information you can make bug-fixing much simpler and
  may be faster.

  --
  For other layout switching problems introduced in Ubuntu 13.10 you can see 
bug 1218322.
  --

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptana-studio-installer/+bug/1226962/+subscriptions

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


[Dx-packages] [Bug 1330037] Re: upower 0.99 transition

2014-09-10 Thread Jackson Doak
I had left weather-plugin off as we don't enable the upower backend in
ubuntu or debian

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

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Released
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “kde-workspace” package in Ubuntu:
  Fix Released
Status in “mate-applets” package in Ubuntu:
  Fix Released
Status in “mate-power-manager” package in Ubuntu:
  Fix Released
Status in “mate-session-manager” package in Ubuntu:
  Fix Released
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “xfce4-weather-plugin” package in Ubuntu:
  New
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Dx-packages] [Bug 1316830] Re: /usr/lib/accountsservice/accounts-daemon :: memory and CPU time leak

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

** Changed in: accountsservice (Ubuntu)
   Status: New => Confirmed

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

Title:
  /usr/lib/accountsservice/accounts-daemon :: memory and CPU time leak

Status in “accountsservice” package in Ubuntu:
  Confirmed

Bug description:
  
  netikras@netikras-netbook ~/received/accountsservice-0.6.20 $ cat 
/etc/lsb-release 
  DISTRIB_ID=LinuxMint
  DISTRIB_RELEASE=16
  DISTRIB_CODENAME=petra
  DISTRIB_DESCRIPTION="Linux Mint 16 Petra"

  uname -a
  Linux netikras-netbook 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:12:00 
UTC 2013 i686 i686 i686 GNU/Linux


  
  Nothing. Using my netbook as usual. Did not really notice when this started 
since earlier today did not feel any significant slowdowns.

  
  That's what happened:
PID   USER  PR  NI  VIRT  RES   SHR   S  %CPU %MEMTIME+  COMMAND
   
  13155 root  20   0 61424  25m 2948 R  99,6  1,3   1:06.01 
accounts-daemon 

  
  netikras@netikras-netbook /tmp $ while :; do ps aux | grep accounts|grep -v 
grep;echo; sleep 2; done
  root 13155 93.6 26.1 555660 519912 pts/0   Sl   01:11   3:15 
/usr/lib/accountsservice/accounts-daemon

  root 13155 92.7 26.1 555660 519912 pts/0   Sl   01:11   3:15
  /usr/lib/accountsservice/accounts-daemon

  root 13155 91.9 26.1 555660 519912 pts/0   Sl   01:11   3:15
  /usr/lib/accountsservice/accounts-daemon

  
  accounts-daemon is using lots o CPU cycles and memory. Stats above are after 
restarting daemon for several times. Before this memory usage was >60%; CPU - 
100%.

  In file attached you should  be able to see there's a loop checking
  for something repeatedly. Not sure this is the cause though, but feels
  like it..

  
  It's the first time I've noticed this problem, but I often leave my computer 
running unattended so I cannot tell if it's really the first time it happened.

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

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


Re: [Dx-packages] [Bug 1357681] Re: System tray icons for Owncloud, Insync and Dropbox disapear after reboot

2014-09-10 Thread Jonas Karlsson
Hi Andrea,
Yes it should be. I just tried to mark pre-released updates under
"Software and Updates" and did a upgrade. When I login after reboot
the problem persist. Insync is giving me the notification "It seems
that another insync app is currently running. Will quit now."

Best regards

Jonas


On Wed, Sep 10, 2014 at 7:36 PM, Andrea Azzarone
<1357...@bugs.launchpad.net> wrote:
> Your system is full updated? Because it looks like bug #1310200
>
> ** Changed in: unity
>Status: New => Incomplete
>
> ** Changed in: unity (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1357681
>
> Title:
>   System tray icons for Owncloud, Insync and Dropbox disapear after
>   reboot
>
> Status in Unity:
>   Incomplete
> Status in “unity” package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I have used 3 clients for file synchronization: Owncloud Client,
>   Dropbox and Insync. Apparently the bug applies to all of the
>   applications.
>
>   Within the last 2-3 months the icons for the the applications have
>   started to disappear from the system tray after a reboot. The icons
>   doesn't reappear when (re)launching the applications from dash or
>   terminal. However if I run "killall owncloud; owncloud" the icon for
>   owncloud (re)appears. The icons for  Dropbox and Insync also
>   (re)appears when using "killall" before launching.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 14.04
>   Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
>   ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
>   Uname: Linux 3.13.0-34-generic x86_64
>   .tmp.unity.support.test.0:
>
>   ApportVersion: 2.14.1-0ubuntu3.3
>   Architecture: amd64
>   CompizPlugins: No value set for 
> `/apps/compiz-1/general/screen0/options/active_plugins'
>   CompositorRunning: compiz
>   CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
>   CompositorUnredirectFSW: true
>   CurrentDesktop: Unity
>   Date: Sat Aug 16 11:33:31 2014
>   DistUpgraded: 2014-02-21 20:58:31,099 DEBUG enabling apt cron job
>   DistroCodename: trusty
>   DistroVariant: ubuntu
>   GraphicsCard:
>Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
> (rev 09) (prog-if 00 [VGA controller])
>  Subsystem: Dell Device [1028:060a]
>   InstallationDate: Installed on 2014-01-15 (212 days ago)
>   InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
> (20131016.1)
>   MachineType: Dell Inc. XPS13 9333
>   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
> root=UUID=0a466d6e-f0bc-4c34-bcc1-9649cb723803 ro quiet splash vt.handoff=7
>   SourcePackage: unity
>   UpgradeStatus: Upgraded to trusty on 2014-02-21 (175 days ago)
>   dmi.bios.date: 12/11/2013
>   dmi.bios.vendor: Dell Inc.
>   dmi.bios.version: A02
>   dmi.board.vendor: Dell Inc.
>   dmi.chassis.type: 8
>   dmi.chassis.vendor: Dell Inc.
>   dmi.chassis.version: 0.1
>   dmi.modalias: 
> dmi:bvnDellInc.:bvrA02:bd12/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr0.1:
>   dmi.product.name: XPS13 9333
>   dmi.sys.vendor: Dell Inc.
>   version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
>   version.ia32-libs: ia32-libs N/A
>   version.libdrm2: libdrm2 2.4.54-1
>   version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.2-0intel1
>   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
>   version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.2-0intel1
>   version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
>   version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
>   version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
>   version.xserver-xorg-video-intel: xserver-xorg-video-intel 
> 2:2.99.911-0intel1
>   version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
> 1:1.0.10-1ubuntu2
>   xserver.bootTime: Sat Aug 16 09:12:00 2014
>   xserver.configfile: default
>   xserver.errors:
>
>   xserver.logfile: /var/log/Xorg.0.log
>   xserver.outputs:
>product id4933
>vendor CMN
>   xserver.version: 2:1.15.1-0ubuntu2
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/unity/+bug/1357681/+subscriptions

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

Title:
  System tray icons for Owncloud, Insync and Dropbox disapear after
  reboot

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

Bug description:
  I have used 3 clients for file synchronization: Owncloud Client,
  Dropbox and Insync. Apparently the bug applies to all of the
  applications.

  Within the last 2-3 months the icons for the the applications have
  started to disappear from the system tray after a reboot. 

[Dx-packages] [Bug 1367810] Re: Show Brightness (important power saving control) within 'battery' indicator

2014-09-10 Thread Charles Kerr
*** This bug is a duplicate of bug 1289470 ***
https://bugs.launchpad.net/bugs/1289470

This is already tracked in bug #1289470; however, it would be hard to
find that at-a-glance because the summary is a bit opaque. I've edited
it to be more clear and tagged it for touch-2014-09-25

** This bug has been marked a duplicate of bug 1289470
   battery indicator and brightness settings should have brightness slider; 
battery settings shouldn't

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

Title:
  Show Brightness (important power saving control) within 'battery'
  indicator

Status in “indicator-power” package in Ubuntu:
  New

Bug description:
  Short Term:
  "Add brightness slider back to battery indicator".

  Long Term:
  Consider assessing battery indicator and identifying other bits of 
functionality related to saving power that could be surfaced within the 
indicator-power area.

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

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


[Dx-packages] [Bug 1289470] Re: battery indicator and brightness settings should have brightness slider; battery settings shouldn't

2014-09-10 Thread Charles Kerr
I've rephrased the bug title to reflect mpt's summary in comment #4 and
to clarify what the TODO item is for indicator-power.

** Summary changed:

- The phone has three brightness sliders
+ battery indicator and brightness settings should have brightness slider; 
battery settings shouldn't

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

Title:
  battery indicator and brightness settings should have brightness
  slider; battery settings shouldn't

Status in “indicator-power” package in Ubuntu:
  In Progress
Status in “ubuntu-system-settings” package in Ubuntu:
  Fix Released

Bug description:
  The current phone design has three brightness sliders that do exactly the 
same thing:
  * System Settings > "Brightness"
  * System Settings > "Battery"
  * the Battery menu.

  This is kind of ridiculous. We should get rid of one or two.

  : "'Display brightness' should
  navigate to a mirror of the 'Brightness' screen."

  : "The brightness slider
  should exactly mirror the one in the Brightness settings panel."

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

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


[Dx-packages] [Bug 1350952] Re: [Indicators] replace the text "Empty!" with something more useful

2014-09-10 Thread Jim Hodapp
@Charles: curious why you're marking this bug as invalid for indicator-
transfer?

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

Title:
  [Indicators] replace the text "Empty!" with something more useful

Status in Transfer Indicator:
  Invalid
Status in Ubuntu UX bugs:
  Fix Committed
Status in “indicator-messages” package in Ubuntu:
  Confirmed
Status in “indicator-transfer” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Triaged

Bug description:
  when clearing the menu on this indicator (and others), the text
  "Empty!" is displayed. Can we please remove that and put something
  more useful there. It looks bad. Need advise from design..

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-transfer/+bug/1350952/+subscriptions

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


[Dx-packages] [Bug 1342609] Re: on windowless desktop opens window accessibility menu

2014-09-10 Thread Andrea Azzarone
** Changed in: unity
   Importance: Undecided => Medium

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

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

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

Title:
   on windowless desktop opens window accessibility menu

Status in Unity:
  Triaged
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  1. Go to a desktop with now windows open.
  2. Press .
  3. See that the "window accessibility" menu opens.

  Clicking on entries in this menu causes problems with Unity.
  For example if you click on "Move Workspace Left", then many graphical issues 
arrise.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.1+14.04.20140513-0ubuntu2
  ProcVersionSignature: Ubuntu 3.13.0-30.55-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CurrentDesktop: Unity
  Date: Wed Jul 16 11:11:27 2014
  InstallationDate: Installed on 2013-10-03 (285 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-23 (83 days ago)

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

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


[Dx-packages] [Bug 1357681] Re: System tray icons for Owncloud, Insync and Dropbox disapear after reboot

2014-09-10 Thread Andrea Azzarone
Your system is full updated? Because it looks like bug #1310200

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

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

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

Title:
  System tray icons for Owncloud, Insync and Dropbox disapear after
  reboot

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

Bug description:
  I have used 3 clients for file synchronization: Owncloud Client,
  Dropbox and Insync. Apparently the bug applies to all of the
  applications.

  Within the last 2-3 months the icons for the the applications have
  started to disappear from the system tray after a reboot. The icons
  doesn't reappear when (re)launching the applications from dash or
  terminal. However if I run "killall owncloud; owncloud" the icon for
  owncloud (re)appears. The icons for  Dropbox and Insync also
  (re)appears when using "killall" before launching.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sat Aug 16 11:33:31 2014
  DistUpgraded: 2014-02-21 20:58:31,099 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16] 
(rev 09) (prog-if 00 [VGA controller])
 Subsystem: Dell Device [1028:060a]
  InstallationDate: Installed on 2014-01-15 (212 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MachineType: Dell Inc. XPS13 9333
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-34-generic 
root=UUID=0a466d6e-f0bc-4c34-bcc1-9649cb723803 ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-02-21 (175 days ago)
  dmi.bios.date: 12/11/2013
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A02
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA02:bd12/11/2013:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.54-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.2-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.2-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.911-0intel1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sat Aug 16 09:12:00 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id4933 
   vendor CMN
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Dx-packages] [Bug 1330037] Re: upower 0.99 transition

2014-09-10 Thread Stephen Michael Kellat
** Also affects: xfce4-weather-plugin (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Released
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “kde-workspace” package in Ubuntu:
  Fix Released
Status in “mate-applets” package in Ubuntu:
  Fix Released
Status in “mate-power-manager” package in Ubuntu:
  Fix Released
Status in “mate-session-manager” package in Ubuntu:
  Fix Released
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “xfce4-weather-plugin” package in Ubuntu:
  New
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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


[Dx-packages] [Bug 1363534] Re: Wrong keyboard shortcuts for Workspaces in Dash overlay

2014-09-10 Thread Andrea Azzarone
** Branch linked: lp:~andyrock/unity/lp-1363534

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

Title:
  Wrong keyboard shortcuts for Workspaces in Dash overlay

Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  When you hold the Super key and the overlay with the keyboard shortcut
  opens:

  Under "Workspaces" it says:

  Ctrl + Alt + Left + Arrow Keys: Switches Workspaces
  Shift + Ctrl + Alt + Left + Arrow Keys: Moves focused window to another 
workspace

  
  The shortcuts are wrong, the "+ Left" makes no sense. Is this supposed to be 
"Left Alt"? But on the other hand all other shortcuts do not say "Left Alt" but 
just "Alt", so that's probably not it.

  Anyway, the correct shortcuts are:

  Ctrl + Alt + Arrow Keys: Switches Workspaces
  Shift + Ctrl + Alt + Arrow Keys: Moves focused window to another workspace

  This is also what it says on the official help:
  https://help.ubuntu.com/14.04/ubuntu-help/shell-keyboard-shortcuts.html

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,ezoom,unityshell,expo,scale]
  CurrentDesktop: Unity
  Date: Sun Aug 31 01:58:00 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-09-15 (714 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-03-29 (154 days ago)

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

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


[Dx-packages] [Bug 1363534] Re: Wrong keyboard shortcuts for Workspaces in Dash overlay

2014-09-10 Thread Andrea Azzarone
** Changed in: unity
   Status: Confirmed => In Progress

** Changed in: unity (Ubuntu)
   Status: Confirmed => In Progress

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

** Changed in: unity
 Assignee: (unassigned) => Andrea Azzarone (andyrock)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (andyrock)

** Changed in: unity
Milestone: None => 7.3.1

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

Title:
  Wrong keyboard shortcuts for Workspaces in Dash overlay

Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  When you hold the Super key and the overlay with the keyboard shortcut
  opens:

  Under "Workspaces" it says:

  Ctrl + Alt + Left + Arrow Keys: Switches Workspaces
  Shift + Ctrl + Alt + Left + Arrow Keys: Moves focused window to another 
workspace

  
  The shortcuts are wrong, the "+ Left" makes no sense. Is this supposed to be 
"Left Alt"? But on the other hand all other shortcuts do not say "Left Alt" but 
just "Alt", so that's probably not it.

  Anyway, the correct shortcuts are:

  Ctrl + Alt + Arrow Keys: Switches Workspaces
  Shift + Ctrl + Alt + Arrow Keys: Moves focused window to another workspace

  This is also what it says on the official help:
  https://help.ubuntu.com/14.04/ubuntu-help/shell-keyboard-shortcuts.html

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,ezoom,unityshell,expo,scale]
  CurrentDesktop: Unity
  Date: Sun Aug 31 01:58:00 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-09-15 (714 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-03-29 (154 days ago)

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

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


[Dx-packages] [Bug 1363534] Re: Wrong keyboard shortcuts for Workspaces in Dash overlay

2014-09-10 Thread Andrea Azzarone
** Changed in: unity
   Status: New => Incomplete

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

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

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

Title:
  Wrong keyboard shortcuts for Workspaces in Dash overlay

Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  When you hold the Super key and the overlay with the keyboard shortcut
  opens:

  Under "Workspaces" it says:

  Ctrl + Alt + Left + Arrow Keys: Switches Workspaces
  Shift + Ctrl + Alt + Left + Arrow Keys: Moves focused window to another 
workspace

  
  The shortcuts are wrong, the "+ Left" makes no sense. Is this supposed to be 
"Left Alt"? But on the other hand all other shortcuts do not say "Left Alt" but 
just "Alt", so that's probably not it.

  Anyway, the correct shortcuts are:

  Ctrl + Alt + Arrow Keys: Switches Workspaces
  Shift + Ctrl + Alt + Arrow Keys: Moves focused window to another workspace

  This is also what it says on the official help:
  https://help.ubuntu.com/14.04/ubuntu-help/shell-keyboard-shortcuts.html

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-34.60-generic 3.13.11.4
  Uname: Linux 3.13.0-34-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,ezoom,unityshell,expo,scale]
  CurrentDesktop: Unity
  Date: Sun Aug 31 01:58:00 2014
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2012-09-15 (714 days ago)
  InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 
(20120823.1)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-03-29 (154 days ago)

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

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


[Dx-packages] [Bug 1330037] Re: upower 0.99 transition

2014-09-10 Thread Eric Koegel
For Xfce Upower 0.99 support:

xfce4-weather-plugin
https://bugzilla.xfce.org/show_bug.cgi?id=10922
 
xfce4-systemload-plugin
https://bugzilla.xfce.org/show_bug.cgi?id=10923
 
xfce4-session
https://bugzilla.xfce.org/show_bug.cgi?id=9952
 
xfce4-settings
https://bugzilla.xfce.org/show_bug.cgi?id=10918

I noticed this bug meta-list missed the xfce4-weather-plugin. I was
using http://qa-reports.gentoo.org/output/genrdeps/rindex/sys-
power/upower from Gentoo for a list to work off of.

** Bug watch added: Xfce Bugzilla #10922
   https://bugzilla.xfce.org/show_bug.cgi?id=10922

** Bug watch added: Xfce Bugzilla #10923
   https://bugzilla.xfce.org/show_bug.cgi?id=10923

** Bug watch added: Xfce Bugzilla #9952
   https://bugzilla.xfce.org/show_bug.cgi?id=9952

** Bug watch added: Xfce Bugzilla #10918
   https://bugzilla.xfce.org/show_bug.cgi?id=10918

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

Title:
  upower 0.99 transition

Status in “cairo-dock-plug-ins” package in Ubuntu:
  Fix Released
Status in “gnome-applets” package in Ubuntu:
  Invalid
Status in “gnome-control-center” package in Ubuntu:
  In Progress
Status in “gnome-packagekit” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  In Progress
Status in “gnome-session” package in Ubuntu:
  In Progress
Status in “gnome-settings-daemon” package in Ubuntu:
  In Progress
Status in “gnome-shell” package in Ubuntu:
  In Progress
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “kde-workspace” package in Ubuntu:
  Fix Released
Status in “mate-applets” package in Ubuntu:
  Fix Released
Status in “mate-power-manager” package in Ubuntu:
  Fix Released
Status in “mate-session-manager” package in Ubuntu:
  Fix Released
Status in “mutter” package in Ubuntu:
  In Progress
Status in “powerd” package in Ubuntu:
  New
Status in “python-dbusmock” package in Ubuntu:
  Fix Released
Status in “razorqt” package in Ubuntu:
  New
Status in “sugar-0.96” package in Ubuntu:
  New
Status in “sugar-0.98” package in Ubuntu:
  New
Status in “telepathy-mission-control-5” package in Ubuntu:
  Fix Released
Status in “tracker” package in Ubuntu:
  Fix Committed
Status in “ubuntu-system-settings” package in Ubuntu:
  Triaged
Status in “unity-control-center” package in Ubuntu:
  New
Status in “unity-settings-daemon” package in Ubuntu:
  New
Status in “upower” package in Ubuntu:
  In Progress
Status in “xfce4-power-manager” package in Ubuntu:
  Fix Committed
Status in “xfce4-session” package in Ubuntu:
  Fix Released
Status in “xfce4-settings” package in Ubuntu:
  In Progress
Status in “xfce4-systemload-plugin” package in Ubuntu:
  Fix Committed
Status in “wmbattery” package in Debian:
  Fix Released

Bug description:
  upower 0.99 needs uploading for gnome 3.12. This bug tracks the
  transition.

  A transition is required as some features were removed and the SONAME
  was changed

  Some packages are staged in
  https://launchpad.net/~noskcaj/+archive/upower/+packages

  wmbattery and sugar will probably need removing. If a package only
  needs a rebuild, mark it fix commited, if something else is needed, in
  progress.

  cairo-dock-plug-ins: needs rebuilding
  gnome-applets - patch at bgo:730588
  gnome-shell - ready, just need to drop upower revert.
  gnome-control-center: WIP
  gnome-packagekit: Upower dropped from newest upstream release. Merge from 
debian
  gnome-power-manager: Fixed in newest upstream release. Merge from debian 
experimental
  gnome-session: Done in ppa, needs patches from git or new upstream release
  gnome-settings-daemon: 3.12 is ready out of the box, however that also 
requires gnome-desktop transition. 3.8 and also u-s-d: I have a package that is 
mostly working, however had to cherry-pick quite a few patches and may just be 
better to backport 3.12 power plugin. (considering g-s-d patches will be 
temporary, but u-s-d not so)
  kde: works fine with systemd, suspend broken with upstart
  mate: all mate packages need rebuilding
  python-dbusmock: lp:1324791
  sugar: Upstream bug now filed. Unlikely to be ready in time for 14.10. We 
should remove this from the archive till the next upstream release
  telepathy-mission-control-5: Debian has dropped upower support, needs merging
  wmbattery: needs removal. orphaned upstream/debian and doesn't work with new 
kernals
  xfce4-power-manager: Fixed upstream. Merge at lp:1334185. Will need rebuilding
  xfce4-session: patch is upstream, needs work to apply with our current 
patchset
  xfce4-settings: Patch from upstream in ppa
  xfce4-systemload-plugin: needs rebuild

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cairo-dock-plug-ins/+bug/1330037/+subscriptions

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

[Dx-packages] [Bug 1364153] Re: Feature Request - Unity Launcher Right-Click Minimize Menu Option

2014-09-10 Thread Andrea Azzarone
** Changed in: unity
   Status: New => Opinion

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

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

Title:
  Feature Request - Unity Launcher Right-Click Minimize Menu Option

Status in Unity:
  Opinion
Status in “unity” package in Ubuntu:
  Opinion

Bug description:
  Please file as a wishlist item.

  When right-clicking on an icon in the launcher the usual "Open",
  "Unlock From Launcher", "Quit", etc., options are available, but it
  might be useful to also include a "Minimize Window", "Minimize Active
  Window", or "Minimize Open Windows" type of option(s).  This, IMHO,
  would be far more useful than the minimize on click (unsupported)
  feature that can be enabled via CompizConfig.

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

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


[Dx-packages] [Bug 1366583] Re: Active windows looses focus after returning from HUD if another "Always on top" window is present

2014-09-10 Thread Andrea Azzarone
** Changed in: unity
   Status: In Progress => Triaged

** Changed in: unity (Ubuntu)
   Status: In Progress => Confirmed

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

Title:
  Active windows looses focus after returning from HUD if another
  "Always on top" window is present

Status in Unity:
  Triaged
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Active window looses focus after returning from HUD if "Always on top"
  window like VLC is already running. The focus is given to VLC instead
  of the window on which HUD was invoke.

  How to reproduce?
  1. Open vlc and set it always on top
  2. Open nautilus, try to rename a file using hud
  3. As soon as rename option is pressed on hud, nautilus looses its focus and 
the focus is given to VLC.
  4. To rename I have to re-select nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Sun Sep  7 23:05:07 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.15-3.13, 0.01, 3.13.0-19-generic, x86_64: installed
   i915-3.15-3.13, 0.01, 3.13.0-24-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c652]
  InstallationDate: Installed on 2014-04-13 (146 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0ac8:c349 Z-Star Microelectronics Corp. 
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 300E4C/300E5C/300E7C
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=4a883016-3392-4731-824d-ac87981ccaef ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P03RAC
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP300E5X-A04IN
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP03RAC:bd05/07/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn300E4C/300E5C/300E7C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP300E5X-A04IN:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 300E4C/300E5C/300E7C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.54-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.2-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.2-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.911-0intel1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Sep  7 22:23:30 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5539 
   vendor CMO
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Dx-packages] [Bug 1367818] [NEW] Mute causes no indication of a change in [icon] state.

2014-09-10 Thread James Mulholland
Public bug reported:

- "When the sound is muted, the volume icon to the left of the volume slider 
should have a red "/" running through it."
- "Add an explicit "Mute" button to the sound indicator menu."
- "Pressing and holding the icon to the left of the volume slider should mute 
volume straight away."

** Affects: indicator-sound (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: avengers

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

Title:
  Mute causes no indication of a change in [icon] state.

Status in “indicator-sound” package in Ubuntu:
  New

Bug description:
  - "When the sound is muted, the volume icon to the left of the volume slider 
should have a red "/" running through it."
  - "Add an explicit "Mute" button to the sound indicator menu."
  - "Pressing and holding the icon to the left of the volume slider should mute 
volume straight away."

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

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


[Dx-packages] [Bug 1367817] [NEW] Revert icon to previous 'envelope' design

2014-09-10 Thread James Mulholland
Public bug reported:

"The previous 'envelope' icon worked better".

UX Testing Finding: "All participants associated the icon with an alarm
or reminder.  They all failed to interact with it when looking for
missed calls and unread messages. They had to go to the dialer and
messages separately to check."

** Affects: indicator-messages (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: avengers

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

Title:
  Revert icon to previous 'envelope' design

Status in “indicator-messages” package in Ubuntu:
  New

Bug description:
  "The previous 'envelope' icon worked better".

  UX Testing Finding: "All participants associated the icon with an
  alarm or reminder.  They all failed to interact with it when looking
  for missed calls and unread messages. They had to go to the dialer and
  messages separately to check."

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

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


[Dx-packages] [Bug 569273] Re: memory leak in gnome-power-manager

2014-09-10 Thread Mathew Hodson
** Bug watch removed: GNOME Bug Tracker #618952
   https://bugzilla.gnome.org/show_bug.cgi?id=618952

** Bug watch removed: GNOME Bug Tracker #624082
   https://bugzilla.gnome.org/show_bug.cgi?id=624082

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

Title:
  memory leak in gnome-power-manager

Status in Application Indicators:
  Fix Released
Status in Unity Foundations:
  Fix Released
Status in “gnome-power-manager” package in Ubuntu:
  Won't Fix
Status in “indicator-application” package in Ubuntu:
  Fix Released
Status in “gnome-power-manager” source package in Lucid:
  Won't Fix
Status in “indicator-application” source package in Lucid:
  Won't Fix
Status in “gnome-power-manager” source package in Maverick:
  Fix Released
Status in “indicator-application” source package in Maverick:
  Won't Fix

Bug description:
   10.10 SRU 
  I'm requesting a backported fix for 10.10's gnome-power-manager based on the 
menu leak I found in 11.04.  It's a simple one-line change, only affecting 
gnome-power-manager (rather than fixing root cause in libappindicator, because 
that potentially may adversely affect consumers that worked around it, though 
we know of none).

  gnome-power-manager is seemingly the worst offender, so it gets
  special treatment.  Test case right below.  Watch memory use for a
  bit.  It may go up for a few minutes, but then stabilizes.

  Debdiff to follow, it's already been uploaded to maverick-proposed.
  ===

  TEST CASE: (at the beginning because it's a long post):
  1. Monitor the output of the command for a few hours
    $ watch -n1 'grep heap -A11 /proc/$( pidof gnome-power-manager )/smaps'

  VERIFICATION SUCCEEDED:
  - Memory usage is stable over time

  DESCRIPTION:
  Binary package hint: gnome-power-manager

  gnome-power-manager (2.30.0-0ubuntu1) seems to have a memory leak my
  machine running Lucid.  I witnessed it using up to 120MB in the RES
  column according to "top".  My machine is 64 bit and is connected to a
  APC uninterruptible power supply.  I haven't yet tried unplugging it
  to see if the UPS is somehow related to this problem.  Another person
  reported a similar problem in bug #196688 comment 25.  Opening a new
  bug seemed like a good idea since that bug was fixed 2 years ago.

  Here is some information for what gnome-power-manager looks like after 
running for a long period of time (from  /proc/`pidof 
gnome-power-manager`/smaps):
  0147b000-0881 rw-p  00:00 0  
[heap]
  Size: 118356 kB
  Rss:  118188 kB
  Pss:  118188 kB
  Shared_Clean:  0 kB
  Shared_Dirty:  0 kB
  Private_Clean: 0 kB
  Private_Dirty:118188 kB
  Referenced:   118020 kB
  Swap:  0 kB
  KernelPageSize:4 kB
  MMUPageSize:   4 kB

  I rebooted my machine and let it sit at the login screen.  I logged via ssh 
and found that gnome-power-manager was using the following:
  01f6e000-02075000 rw-p  00:00 0  
[heap]
  Size:   1052 kB
  Rss: 944 kB
  Pss: 944 kB
  Shared_Clean:  0 kB
  Shared_Dirty:  0 kB
  Private_Clean: 0 kB
  Private_Dirty:   944 kB
  Referenced:  944 kB
  Swap:  0 kB
  KernelPageSize:4 kB
  MMUPageSize:   4 kB

  I logged out of my ssh session and didn't touch the machine until 5 and 1/2 
hours later---and I logged in again remotely with ssh to check on 
gnome-power-manager and found:
  01f6e000-02e5d000 rw-p  00:00 0  
[heap]
  Size:  15292 kB
  Rss:   15280 kB
  Pss:   15280 kB
  Shared_Clean:  0 kB
  Shared_Dirty:  0 kB
  Private_Clean: 0 kB
  Private_Dirty: 15280 kB
  Referenced:15280 kB
  Swap:  0 kB
  KernelPageSize:4 kB
  MMUPageSize:   4 kB

  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: gnome-power-manager 2.30.0-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
  Uname: Linux 2.6.32-21-generic x86_64
  NonfreeKernelModules: nvidia
  Architecture: amd64
  Date: Fri Apr 23 22:23:32 2010
  GnomeSessionIdleInhibited: No
  GnomeSessionInhibitors: None
  GnomeSessionSuspendInhibited: No
  MachineType: DELL Inc. XPS 730X
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-21-generic 
root=UUID=e3f32a1f-7be3-45c9-9096-fa696ad50df3 ro quiet splash
  ProcEnviron:
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-power-manager
  dmi.bios.date: 07/16/2009
  dmi.bios.vendor: DELL INC.
  dmi.bios.version: 1.0.5
  dmi.board.name: 0P270J
  dmi.board.vendor: DELL Inc.
  dmi.board.version: A00
  dmi.chassi

[Dx-packages] [Bug 1310316] Re: Text scaling factor changing unexpectedly

2014-09-10 Thread Alex Armstrong
I am also experiencing this on a Toshiba Z30t-A. The 1920x1080 is a bit
too much for a 13.3" laptop. I've been tinkering with dconf and narrowed
down my desired settings to:

gsettings reset org.gnome.desktop.interface scaling-factor # same as '1.0'
gsettings set com.canonical.Unity.Interface text-scale-factor 1.25
gsettings set org.gnome.desktop.interface text-scaling-factor 1.25
gsettings set com.ubuntu.user-interface scale-factor "{'eDP1': 10}"

But I can't figure out how to make them stick from session to session. I
created a startup script as #22 suggests but font sizes are still all
over the place. (Even if I only tweak the two text-scaling settings and
leave UI scale-factors alone.)

A temporary fix for nailing down the settings would be much appreciated.
As others have pointed out it's GNOME's text scaling setting that seems
to be wonky. (I believe that's the technical term :)

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

Title:
  Text scaling factor changing unexpectedly

Status in Unity:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I have a MacBook pro with a Retina display. I have set the "Scale for
  menu and title bars"  setting (into Settings > Displays) to 1.5 to
  make the UI looks good on my screen. That works very well. But
  sometimes, usually after logging, all the fonts of the UI become much
  bigger.

  When that happen I open unity tweat tool and notice that the text
  scaling factor changed to 2.25. If I reset it to 1 the all the fonts
  go back to normal.

  The problem does not happen all the time. I would say it happen one
  time out of three logging. It may also happen when installing
  applications from the software center. I have yet to find a procedure
  to reproduce it all the times.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140416-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  NonfreeKernelModules: wl 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_64 Kernel Module  331.38  Wed Jan  8 19:32:30 
PST 2014
   GCC version:  gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Sun Apr 20 18:21:02 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   bbswitch, 0.7, 3.13.0-24-generic, x86_64: installed
   bcmwl, 6.30.223.141+bdcom, 3.13.0-24-generic, x86_64: installed
   nvidia-331, 331.38, 3.13.0-24-generic, x86_64: installed
  GraphicsCard:
   NVIDIA Corporation GK107M [GeForce GT 650M Mac Edition] [10de:0fd5] (rev a1) 
(prog-if 00 [VGA controller])
 Subsystem: Apple Inc. Device [106b:00f2]
  InstallationDate: Installed on 2014-04-19 (1 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64+mac 
(20140417)
  MachineType: Apple Inc. MacBookPro10,1
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=3d5a4115-5e15-4eca-bd1c-0bee2543a1cb ro quiet splash
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/21/2012
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP101.88Z.00EE.B03.1212211437
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-C3EC7CD22292981F
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro10,1
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-C3EC7CD22292981F
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP101.88Z.00EE.B03.1212211437:bd12/21/2012:svnAppleInc.:pnMacBookPro10,1:pvr1.0:rvnAppleInc.:rnMac-C3EC7CD22292981F:rvrMacBookPro10,1:cvnAppleInc.:ct10:cvrMac-C3EC7CD22292981F:
  dmi.product.name: MacBookPro10,1
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.
  version.compiz: compiz 1:0.9.11+14.04.20140409-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.nvidia-graphics-drivers: nvidia-graphics-drivers N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-

[Dx-packages] [Bug 1367810] [NEW] Show Brightness (important power saving control) within 'battery' indicator

2014-09-10 Thread James Mulholland
Public bug reported:

Short Term:
"Add brightness slider back to battery indicator".

Long Term:
Consider assessing battery indicator and identifying other bits of 
functionality related to saving power that could be surfaced within the 
indicator-power area.

** Affects: indicator-power (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Show Brightness (important power saving control) within 'battery'
  indicator

Status in “indicator-power” package in Ubuntu:
  New

Bug description:
  Short Term:
  "Add brightness slider back to battery indicator".

  Long Term:
  Consider assessing battery indicator and identifying other bits of 
functionality related to saving power that could be surfaced within the 
indicator-power area.

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

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


[Dx-packages] [Bug 1346355] Re: 14.04 power-cog does not turn red when restart is needed

2014-09-10 Thread Greg Williams
>Matthew Paul Thomas said:
>The red icon dates from the era when the rightmost menu was a "device menu", 
>trying to cover everything from attached >printers to external displays to 
>software updates to screen locking, which was absurd. Nowadays everything to 
>do with software >updates is integrated into Software Updater, including the 
>restart notification. It will sometimes be true that the alert appears >when 
>it's not a good time to restart; but you can leave it open (even minimized) 
>until you're ready.

Your explanation makes no sense, Matthew. The power-cog is where users
go to shutdown/restart their computer. If a RESTART is needed, this is
the perfect place to advertise it. The user does not know that it needs
to update. The user knows a RESTART is needed, for whatever reason. As
far as the user is concerned, the update process is over/done. Users
that update in the background (like my parents) don't understand the
process. The only thing they understand was that when it was red (and
red lettering appears in the Power-Cog, you restart. They never restart
their computer anymore since I moved them to 14.04. Which means they
aren't getting kernel updates. Your rationalization that everything
Update-Related be kept away from the Power-Cog is misguided and flawed
because the update is DONE, it's been set. The only step that remains is
to perform a procedure that the user needs to go to the Power-Cog to
accomplish. That is, the user is not UPDATING, they are RESTARTING.

The decision to change the red icon was a poor choice and per your
explanation the logic surrounding the decision is not in accordance with
good design principle nor user-use patterns.

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

Title:
  14.04 power-cog does not turn red when restart is needed

Status in The Session Menu:
  Invalid
Status in “unity” package in Ubuntu:
  Invalid

Bug description:
  In ubuntu 12.04 the power-cog turned red when a reboot/restart was
  needed. This was a helpful feature because it informed users that they
  needed to restart the computer. But this helpful indicator is gone in
  14.04 and it has resulted in me never remembering to restart my
  computer because there is no helpful feedback from ubuntu that a
  restart is needed.

  In 14.04, I will perform an update and a popup tells me a Restart is
  needed but I usually select to restart-later because I am in the
  middle of working. By the the time I am done working I have forgotten
  that a restart is needed. Later when I am working again a popup occurs
  informing me that a restart is needed (but again I am in the middle of
  working so I don't restart). Bottom line: when the power-cog turned
  red, it reminded me that I needed to restart the computer. When I
  finished my work I look up and see the red power-cog and "Oh yeah, I
  need to restart. Now is a good time." In 14.04 this doesn't happen.
  Instead I'm perpetually bugged by a popup (which is useless because
  it's never a good time to restart when it pops up). The red power-cog
  was a much BETTER design choice.

  The removal of the power-cog turning red has negatively affected the
  management of ubuntu updates and it should be fixed so that it behaves
  like 12.04.

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

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


[Dx-packages] [Bug 1289470] Re: The phone has three brightness sliders

2014-09-10 Thread Charles Kerr
** Changed in: indicator-power (Ubuntu)
   Status: Triaged => In Progress

** Tags added: touch-2014-09-25

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

Title:
  The phone has three brightness sliders

Status in “indicator-power” package in Ubuntu:
  In Progress
Status in “ubuntu-system-settings” package in Ubuntu:
  Fix Released

Bug description:
  The current phone design has three brightness sliders that do exactly the 
same thing:
  * System Settings > "Brightness"
  * System Settings > "Battery"
  * the Battery menu.

  This is kind of ridiculous. We should get rid of one or two.

  : "'Display brightness' should
  navigate to a mirror of the 'Brightness' screen."

  : "The brightness slider
  should exactly mirror the one in the Brightness settings panel."

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

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


[Dx-packages] [Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Serge Hallyn
** Changed in: cgmanager (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  [FFE] Implement AbandonScope (etc)

Status in “cgmanager” package in Ubuntu:
  Fix Released
Status in “systemd-shim” package in Ubuntu:
  Triaged
Status in “systemd-shim” package in Debian:
  New

Bug description:
  Currently, logout produces the following error in upstart systems:

  systemd-logind[15351]: Failed to abandon scope session-c7.scope
  systemd-logind[15351]: Failed to abandon session scope: No such interface 
'org.freedesktop.systemd1.Scope' on object at path 
/org/freedesktop/systemd1/unit/session_2dc7_2escope

  Whlie the cgroup is being autoremoved when empty,  the more important
  bug is that StopSession won't forcibly kill the cgroup.  These methods
  should be added at some point.

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

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


[Dx-packages] [Bug 1337917] Re: Alarm does not ring when phone is muted

2014-09-10 Thread Ricardo Salveti
** Tags added: rtm14 touch-2014-09-18

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

Title:
  Alarm does not ring when phone is muted

Status in Sound Menu:
  Triaged
Status in Clock application for Ubuntu devices:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  I expect the alarm to go off even if the phone is muted.

  I am not sure if this is a simple fix or all the things mentioned at
  https://wiki.ubuntu.com/SilentMode need to be implemented first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/1337917/+subscriptions

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


[Dx-packages] [Bug 1366583] Re: Active windows looses focus after returning from HUD if another "Always on top" window is present

2014-09-10 Thread Andrea Azzarone
** Changed in: unity
 Assignee: (unassigned) => Andrea Azzarone (andyrock)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Andrea Azzarone (andyrock)

** Changed in: unity
Milestone: None => 7.3.1

** Changed in: unity
   Status: Confirmed => In Progress

** Changed in: unity (Ubuntu)
   Status: Confirmed => In Progress

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

Title:
  Active windows looses focus after returning from HUD if another
  "Always on top" window is present

Status in Unity:
  In Progress
Status in “unity” package in Ubuntu:
  In Progress

Bug description:
  Active window looses focus after returning from HUD if "Always on top"
  window like VLC is already running. The focus is given to VLC instead
  of the window on which HUD was invoke.

  How to reproduce?
  1. Open vlc and set it always on top
  2. Open nautilus, try to rename a file using hud
  3. As soon as rename option is pressed on hud, nautilus looses its focus and 
the focus is given to VLC.
  4. To rename I have to re-select nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Sun Sep  7 23:05:07 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.15-3.13, 0.01, 3.13.0-19-generic, x86_64: installed
   i915-3.15-3.13, 0.01, 3.13.0-24-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c652]
  InstallationDate: Installed on 2014-04-13 (146 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0ac8:c349 Z-Star Microelectronics Corp. 
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 300E4C/300E5C/300E7C
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=4a883016-3392-4731-824d-ac87981ccaef ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P03RAC
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP300E5X-A04IN
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP03RAC:bd05/07/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn300E4C/300E5C/300E7C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP300E5X-A04IN:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 300E4C/300E5C/300E7C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.54-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.2-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.2-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.911-0intel1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Sep  7 22:23:30 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5539 
   vendor CMO
  xserver.version: 2:1.15.1-0ubuntu2

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


[Dx-packages] [Bug 1201714] Re: Non-maximized windows which sit on the border of a workspace move when called

2014-09-10 Thread Chris Latham
The bug is still present un Trusty 14.04: windows with their borders
close to the edge of the screen tend to make an  uncommanded partial
invasion of neighbouring workspaces after switching to a different
workspace.  When returning to the original workspace, the window is no
longer in the position where it was placed.  If the window is
subsequently returned to its proper location, the same shift occurs on
the next workspace switch.

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

Title:
  Non-maximized windows which sit on the border of a workspace move when
  called

Status in “compiz-plugins-main” package in Ubuntu:
  Confirmed

Bug description:
  As suggested in bug #755842, I'm filling a new bug repport. I have
  installed the latest update to compiz-plugins-man
  (1:0.9.7.0~bzr19-0ubuntu10.1), but for me the problem remains: when
  clicking on a launcher icon of some programs that are not in the
  current workspace, they get moved so that part of them is on a current
  workspace. It works like this every time for certain programs.

  My test case is this:

  1. Firefox on workspace 1, Double commander nad K3B on workspace 2 (K3B is 
positioned in lower right corner, but it is a few pixels away from both edges), 
Synaptic on workspace 3 (also, its edge is a few pixels away from border), as 
presented in Positions1.jpg
  2. Move to workspace 1, click on K3B icon -> K3B gets moved like on 
Positions2.jpg
  3. Move to workspace 1, click on Synaptic icon -> Synaptic gets moved like on 
Positions3.jpg

  Same thing happens with LibreOffice applications. Strangely, with
  Double commander I have never experienced this.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: compiz-plugins-main 1:0.9.7.0~bzr19-0ubuntu10.1
  ProcVersionSignature: Ubuntu 3.2.0-49.75-generic 3.2.46
  Uname: Linux 3.2.0-49-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu17.3
  Architecture: amd64
  Date: Tue Jul 16 10:19:37 2013
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  MarkForUpload: True
  SourcePackage: compiz-plugins-main
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz-plugins-main/+bug/1201714/+subscriptions

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


[Dx-packages] [Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Steve Langasek
cgmanager also approved as part of this.

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

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

Title:
  [FFE] Implement AbandonScope (etc)

Status in “cgmanager” package in Ubuntu:
  Triaged
Status in “systemd-shim” package in Ubuntu:
  Triaged
Status in “systemd-shim” package in Debian:
  New

Bug description:
  Currently, logout produces the following error in upstart systems:

  systemd-logind[15351]: Failed to abandon scope session-c7.scope
  systemd-logind[15351]: Failed to abandon session scope: No such interface 
'org.freedesktop.systemd1.Scope' on object at path 
/org/freedesktop/systemd1/unit/session_2dc7_2escope

  Whlie the cgroup is being autoremoved when empty,  the more important
  bug is that StopSession won't forcibly kill the cgroup.  These methods
  should be added at some point.

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

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


[Dx-packages] [Bug 1355966] Re: [FFE] Implement AbandonScope (etc)

2014-09-10 Thread Serge Hallyn
** Also affects: cgmanager (Ubuntu)
   Importance: Undecided
   Status: New

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

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

Title:
  [FFE] Implement AbandonScope (etc)

Status in “cgmanager” package in Ubuntu:
  Triaged
Status in “systemd-shim” package in Ubuntu:
  Triaged
Status in “systemd-shim” package in Debian:
  New

Bug description:
  Currently, logout produces the following error in upstart systems:

  systemd-logind[15351]: Failed to abandon scope session-c7.scope
  systemd-logind[15351]: Failed to abandon session scope: No such interface 
'org.freedesktop.systemd1.Scope' on object at path 
/org/freedesktop/systemd1/unit/session_2dc7_2escope

  Whlie the cgroup is being autoremoved when empty,  the more important
  bug is that StopSession won't forcibly kill the cgroup.  These methods
  should be added at some point.

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

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


[Dx-packages] [Bug 1337917] Re: Alarm does not ring when phone is muted

2014-09-10 Thread Charles Kerr
Confirmed that after https://code.launchpad.net/~rsalveti/indicator-
datetime/adding-media-role/+merge/233299, the alarm now plays even if
ubuntu-system-settings > sound > silent mode is checked to 'on'.

Tested on mako + rtm build 32, and marking as fix-released for
indicator-datetime.

After talking to rsalveti in #phablet, there is still a component of
this to be done for indicator-sound, to be able to control volume per
roles, and not the master one.

** Also affects: indicator-sound
   Importance: Undecided
   Status: New

** Changed in: indicator-datetime (Ubuntu)
 Assignee: Charles Kerr (charlesk) => Ricardo Salveti (rsalveti)

** Branch linked: lp:~rsalveti/indicator-datetime/adding-media-role

** Changed in: indicator-datetime (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: indicator-sound
   Status: New => Triaged

** Changed in: ubuntu-clock-app
   Status: Triaged => Fix Released

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

Title:
  Alarm does not ring when phone is muted

Status in Sound Menu:
  Triaged
Status in Clock application for Ubuntu devices:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  I expect the alarm to go off even if the phone is muted.

  I am not sure if this is a simple fix or all the things mentioned at
  https://wiki.ubuntu.com/SilentMode need to be implemented first.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-sound/+bug/1337917/+subscriptions

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


[Dx-packages] [Bug 1297034] Re: The update brings click packages on the desktop where they are not needed

2014-09-10 Thread Charles Kerr
** Changed in: indicator-sound (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  The update brings click packages on the desktop where they are not
  needed

Status in “indicator-sound” package in Ubuntu:
  Triaged

Bug description:
  New indicator sound package installed - 
  apparmor-easyprof-ubuntu (1.1.9)
  click (0.4.19)
  click-apparmor (0.2)
  gir1.2-click-0.4 (0.4.19)
  gir1.2-gee-0.8 (0.10.5-1ubuntu1)
  libclick-0.4-0 (0.4.19)
  liblttng-ust-ctl2 (2.4.0~rc4-1ubuntu2)
  liblttng-ust0 (2.4.0~rc4-1ubuntu2)
  libupstart-app-launch2 (0.3+14.04.20140321-0ubuntu1)
  liburcu1 (0.7.7-1ubuntu3)
  python3-apparmor-click (0.2)
  python3-click (0.4.19)
  unity-greeter-session-broadcast (0.1+14.04.20140324-0ubuntu1)
  upstart-app-launch (0.3+14.04.20140321-0ubuntu1)
  upstart-app-launch-tools (0.3+14.04.20140321-0ubuntu1)
  url-dispatcher (0.1+14.04.20140217.1-0ubuntu1)
  url-dispatcher-tools (0.1+14.04.20140217.1-0ubuntu1)

  Is there some value here for me?

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-sound 12.10.2+14.04.20140324-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-19.39-generic 3.13.6
  Uname: Linux 3.13.0-19-generic x86_64
  ActionStates: ({'next.vlc.desktop': (true, signature '', @av []), 'mute': 
(true, '', []), 'phone-settings': (true, '', []), 'vlc.desktop': (true, 
'', [<{'running': , 'state': <'Paused'>}>]), 'mic-volume': (true, '', 
[<0.1259002685546875>]), 'scroll': (true, 'i', []), 'previous.vlc.desktop': 
(true, '', []), 'desktop-settings': (true, '', []), 
'play-playlist.vlc.desktop': (true, 's', []), 'volume': (true, 'i', 
[<0.578765869140625>]), 'root': (true, '', [<{'title': <'Sound'>, 
'accessible-desc': <'Volume (57%)'>, 'icon': <('themed', 
<['audio-volume-medium-panel', 'audio-volume-medium', 'audio-volume', 
'audio']>)>, 'visible': }>]), 'play.vlc.desktop': (true, '', 
[<'Paused'>])},)
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Mar 24 20:22:59 2014
  InstallationDate: Installed on 2014-03-16 (8 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Alpha amd64 (20140316)
  SourcePackage: indicator-sound
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Dx-packages] [Bug 1293677] Re: FFE: Export data to accounts service

2014-09-10 Thread Charles Kerr
** Changed in: indicator-sound (Ubuntu)
   Status: In Progress => Triaged

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

Title:
  FFE: Export data to accounts service

Status in “indicator-sound” package in Ubuntu:
  Triaged

Bug description:
  To support having a user control of the media player and volume on the
  greeter data needs to be exported by the sound indicator into the
  accounts service so that it can be read by the greeter user. This will
  then be used on the greeter to show the relevant data to the user when
  that user is selected on the greeter.

  A user on the Unity7 desktop today will not see the media players in
  the greeter. They will notice that volume/mute changes that they make
  while using the greeter will effect their session.

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

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


[Dx-packages] [Bug 1350952] Re: [Indicators] replace the text "Empty!" with something more useful

2014-09-10 Thread Charles Kerr
** Changed in: indicator-transfer
   Status: New => Invalid

** Changed in: indicator-transfer (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  [Indicators] replace the text "Empty!" with something more useful

Status in Transfer Indicator:
  Invalid
Status in Ubuntu UX bugs:
  Fix Committed
Status in “indicator-messages” package in Ubuntu:
  Confirmed
Status in “indicator-transfer” package in Ubuntu:
  Invalid
Status in “unity8” package in Ubuntu:
  Triaged

Bug description:
  when clearing the menu on this indicator (and others), the text
  "Empty!" is displayed. Can we please remove that and put something
  more useful there. It looks bad. Need advise from design..

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-transfer/+bug/1350952/+subscriptions

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


[Dx-packages] [Bug 1366583] Re: Active windows looses focus after returning from HUD if another "Always on top" window is present

2014-09-10 Thread Andrea Azzarone
** Changed in: unity
   Status: New => Confirmed

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

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

Title:
  Active windows looses focus after returning from HUD if another
  "Always on top" window is present

Status in Unity:
  Confirmed
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  Active window looses focus after returning from HUD if "Always on top"
  window like VLC is already running. The focus is given to VLC instead
  of the window on which HUD was invoke.

  How to reproduce?
  1. Open vlc and set it always on top
  2. Open nautilus, try to rename a file using hud
  3. As soon as rename option is pressed on hud, nautilus looses its focus and 
the focus is given to VLC.
  4. To rename I have to re-select nautilus

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
  Uname: Linux 3.13.0-24-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Sun Sep  7 23:05:07 2014
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  DkmsStatus:
   i915-3.15-3.13, 0.01, 3.13.0-19-generic, x86_64: installed
   i915-3.15-3.13, 0.01, 3.13.0-24-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd Device [144d:c652]
  InstallationDate: Installed on 2014-04-13 (146 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  Lsusb:
   Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 003: ID 0ac8:c349 Z-Star Microelectronics Corp. 
   Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: SAMSUNG ELECTRONICS CO., LTD. 300E4C/300E5C/300E7C
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-24-generic 
root=UUID=4a883016-3392-4731-824d-ac87981ccaef ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/07/2012
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: P03RAC
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: NP300E5X-A04IN
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: FAB1
  dmi.chassis.asset.tag: Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvrP03RAC:bd05/07/2012:svnSAMSUNGELECTRONICSCO.,LTD.:pn300E4C/300E5C/300E7C:pvr0.1:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP300E5X-A04IN:rvrFAB1:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1:
  dmi.product.name: 300E4C/300E5C/300E7C
  dmi.product.version: 0.1
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.11.2+14.04.20140714-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.54-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.2.2-0intel1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.2.2-0intel1
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.911-0intel1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Sun Sep  7 22:23:30 2014
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id5539 
   vendor CMO
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Dx-packages] [Bug 1365421] Re: If you move an app icon in unity panel it is pinned in panel automatically

2014-09-10 Thread Andrea Azzarone
It's a feature. Marking as invalid.

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

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

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

Title:
  If you move an app icon in unity panel it is pinned in panel
  automatically

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

Bug description:
  If you open an unpinned app from dash and during work you move this
  icon between other pinned icons/apps, it is pinned automatically by
  its own and stays there after application close.

  For example If I open a .pdf  file with pdf viewer and move "pdf
  viewer" icon closer to "Firefox" for productivity purposes, doesn't
  mean that I want this icon to stay there after I finish my work.

  If I wanted it to stay there I would pin it there on my own.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.2+14.04.20140714-0ubuntu1.1
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CurrentDesktop: Unity
  Date: Thu Sep  4 13:07:29 2014
  InstallationDate: Installed on 2013-04-19 (502 days ago)
  InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-21 (135 days ago)

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

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


[Dx-packages] [Bug 1204127] Re: Coverage numbers misrepresented

2014-09-10 Thread Charles Kerr
** Changed in: indicator-power
   Status: Fix Committed => Fix Released

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

Title:
  Coverage numbers misrepresented

Status in The Power Indicator:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released

Bug description:
  Charles may have encountered this, too--code coverage is no longer
  generated under the coverage-html and associated targets, with no
  .gcno files being produced during make.  I suspect this means make
  targets have shifted and that coverage flags need to be adjusted in
  Makefiles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1204127/+subscriptions

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


[Dx-packages] [Bug 1227250] Re: Power indicator doesn't show what the brightness slider is for

2014-09-10 Thread Charles Kerr
** Changed in: indicator-power
   Status: Fix Committed => Fix Released

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

Title:
  Power indicator doesn't show what the brightness slider is for

Status in The Power Indicator:
  Fix Released
Status in “indicator-power” package in Ubuntu:
  Fix Released
Status in “indicator-power” source package in Saucy:
  New

Bug description:
  The power indicator doesn't show any kind of label above the screen
  brightness slider, which makes it rather hard to figure out what the
  slider is for.

  Tested on N4

  

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-power/+bug/1227250/+subscriptions

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


[Dx-packages] [Bug 1350544] Re: Some translations are not loaded

2014-09-10 Thread Charles Kerr
** Changed in: indicator-datetime
 Assignee: Charles Kerr (charlesk) => Lars Uebernickel (larsu)

** Changed in: indicator-datetime
   Status: In Progress => Fix Released

** Changed in: indicator-datetime (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

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

Title:
  Some translations are not loaded

Status in The Date and Time Indicator:
  Fix Released
Status in Ubuntu Translations:
  Incomplete
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  The translations for some messages don't seem to be loaded. E.g.
  "Tomorrow" always appears in English in the list of upcoming events
  when sliding down the indicator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1350544/+subscriptions

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


[Dx-packages] [Bug 1260978] Re: [Greeter] should be able to control music service while greeter locked

2014-09-10 Thread Jim Hodapp
** Tags added: rtm14 touch-2014-09-25

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

Title:
  [Greeter] should be able to control music service while greeter locked

Status in Media Hub:
  In Progress
Status in Ubuntu UX bugs:
  Triaged
Status in “indicator-sound” package in Ubuntu:
  Opinion
Status in “ubuntu-music-app” package in Ubuntu:
  Opinion
Status in “ubuntu-settings-components” package in Ubuntu:
  Opinion
Status in “unity8” package in Ubuntu:
  Opinion

Bug description:
  Not sure what component to file this against-- please reassign as
  desired.

  I use my phone to play music on random while I'm driving. This works
  great except when I want to advance or pause the song, where I have to
  go through the greeter first to access the player. This can either
  take my attention away from driving or I need to wait until the next
  stop light to advance the song. This is less of a concern when the
  greeter can just be swiped with one gesture, but is a big concern if
  you enable the passcode lock where you have to add the passcode to
  access the player.

  If the music is playing, the greeter should allow rudimentary
  manipulation of the music, eg, pause/play and forward/back. Other
  platforms seem to allow for this (eg android).

To manage notifications about this bug go to:
https://bugs.launchpad.net/media-hub/+bug/1260978/+subscriptions

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


[Dx-packages] [Bug 1350544] Re: Some translations are not loaded

2014-09-10 Thread Víctor R . Ruiz
** Tags added: qa-daily-testing rtm14

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

Title:
  Some translations are not loaded

Status in The Date and Time Indicator:
  In Progress
Status in Ubuntu Translations:
  Incomplete
Status in “indicator-datetime” package in Ubuntu:
  Fix Released

Bug description:
  The translations for some messages don't seem to be loaded. E.g.
  "Tomorrow" always appears in English in the list of upcoming events
  when sliding down the indicator.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1350544/+subscriptions

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


[Dx-packages] [Bug 1321309] Re: [Indicators] Missed calendar or alarm events need to be properly indicated

2014-09-10 Thread Charles Kerr
I strongly agree that we need to denote missed alarms -- that
information should be prominent.

What's not clear to me is The Right Way to do this. We can't turn the
individual menuitems' icons red because they're removed from the menu
when the time has passed, since they're no longer upcoming events. We
also can't change the panel icon because there's no way to 'clear' the
warning to a normal state.

One thing we could do is to keep old alarms in the menu if (and only if)
they were missed. These menuitems' icons will change to red and can be
cleared by clicking on them. The indicator's main icon could be red if
there are any missed alarm menuitems in the indicator. This isn't a
perfect idea. While it does give the user needed information about
missed alarms, (1) it's a little clumsy and (2) what happens if we have
a handful of missed alarms? They will crowd out the upcoming alarms on
the menu.

Another option would be to leave a "missed alarm" message in the
Notification center... that raises interesting dependencies between the
indicators :)

This ticket still needs Design feedback.

** Changed in: indicator-datetime
 Assignee: Charles Kerr (charlesk) => James Mulholland 
(jamesjosephmulholland)

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

Title:
  [Indicators] Missed calendar or alarm events need to be properly
  indicated

Status in The Date and Time Indicator:
  Confirmed
Status in Clock application for Ubuntu devices:
  Triaged
Status in Themes for Ubuntu:
  New
Status in Ubuntu UX bugs:
  Fix Committed
Status in “indicator-datetime” package in Ubuntu:
  New
Status in “ubuntu-themes” package in Ubuntu:
  New

Bug description:
  Imagine a scenario where you have a calendar event or a clock alarm to
  go of at 10:00. If you get a call at the same time, then obviously the
  call gets the highest priority and the alarm or calendar audible
  notification is suppressed by the system. So a phone user can actually
  miss the event.

  This can be resolved by turning the alarm icon shown in the indicator
  to blue similar to messages to indicate that an alarm or event was
  missed by the user.

  ---

  Desired solution:

  The alarm icon turns its state to active like notification
  center/messages indicator as suggested in the bug description.

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1321309/+subscriptions

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


[Dx-packages] [Bug 1340952] Re: Video and Music scopes should provide non-file:/// based URIs

2014-09-10 Thread Andrew Hayzen
Just as an FYI the music-app supports the protocol music:///path/to/file
which would resolve this issue for the music scope.

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

Title:
  Video and Music scopes should provide non-file:/// based URIs

Status in Media Player App:
  In Progress
Status in Unity Media Scanner Scope:
  Confirmed
Status in QML plugin for Scopes:
  Confirmed
Status in “url-dispatcher” package in Ubuntu:
  In Progress

Bug description:
  There are some mp4 videos found/indexed by mediascanner-service-2.0 from 
~/Pictures. The thumbnails of those are shown in the Video scope but can not be 
played. If the video is moved over to ~/Videos, the videos are played just fine.
  mako utopic r119

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediaplayer-app/+bug/1340952/+subscriptions

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


dx-packages@lists.launchpad.net

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

** Changed in: indicator-applet (Ubuntu)
   Status: New => Confirmed

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

Title:
  indicator-applet-complete assert failure: indicator-applet-complete:
  /build/buildd/cairo-1.13.0~20140204/src/cairo-surface.c:953:
  cairo_surface_destroy: Assertion
  `((*&(&surface->ref_count)->ref_count) > 0)' failed.

Status in “indicator-applet” package in Ubuntu:
  Confirmed

Bug description:
  This was a [what I thought was] a random crash. It happened when
  coming out of a screen-resized full screen windows game but it also
  happens pretty much every time I log in.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.04
  Package: indicator-applet-complete 12.10.2+14.04.20140320.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-18.38-generic 3.13.6
  Uname: Linux 3.13.0-18-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 2.13.3-0ubuntu1
  Architecture: i386
  AssertionMessage: indicator-applet-complete: 
/build/buildd/cairo-1.13.0~20140204/src/cairo-surface.c:953: 
cairo_surface_destroy: Assertion `((*&(&surface->ref_count)->ref_count) > 0)' 
failed.
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Sat Mar 22 19:31:05 2014
  ExecutablePath: /usr/lib/i386-linux-gnu/indicator-applet-complete
  InstallationDate: Installed on 2014-02-27 (23 days ago)
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
  ProcCmdline: /usr/lib/i386-linux-gnu/indicator-applet-complete
  ProcEnviron:
   XDG_RUNTIME_DIR=
   SHELL=/bin/bash
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   LANG=en_GB.UTF-8
  Signal: 6
  SourcePackage: indicator-applet
  StacktraceTop:
   __assert_fail_base (fmt=0xb6dfaff4 "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=assertion@entry=0xb6bb8c44 
"((*&(&surface->ref_count)->ref_count) > 0)", file=file@entry=0xb6bb8bc0 
"/build/buildd/cairo-1.13.0~20140204/src/cairo-surface.c", line=line@entry=953, 
function=function@entry=0xb6bb90fe "cairo_surface_destroy") at assert.c:92
   __GI___assert_fail (assertion=0xb6bb8c44 
"((*&(&surface->ref_count)->ref_count) > 0)", file=0xb6bb8bc0 
"/build/buildd/cairo-1.13.0~20140204/src/cairo-surface.c", line=953, 
function=0xb6bb90fe "cairo_surface_destroy") at assert.c:101
   cairo_surface_destroy () from /usr/lib/i386-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2
   ?? () from /usr/lib/i386-linux-gnu/libcairo.so.2
  Title: indicator-applet-complete assert failure: indicator-applet-complete: 
/build/buildd/cairo-1.13.0~20140204/src/cairo-surface.c:953: 
cairo_surface_destroy: Assertion `((*&(&surface->ref_count)->ref_count) > 0)' 
failed.
  UpgradeStatus: Upgraded to trusty on 2014-02-27 (23 days ago)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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

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


[Dx-packages] [Bug 1367728] Re: compiz crashed with SIGSEGV in FT_Load_Glyph()

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

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1367728/+attachment/4200542/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1367728/+attachment/4200544/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1367728/+attachment/4200545/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1367728/+attachment/4200546/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1367728/+attachment/4200547/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1367728/+attachment/4200548/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1367728/+attachment/4200549/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1199571
   Huge multi-threading violations in cairo

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  compiz crashed with SIGSEGV in FT_Load_Glyph()

Status in “unity” package in Ubuntu:
  New

Bug description:
  Crashed when opening the dash.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: unity 7.3.1+14.10.20140904-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2
  Uname: Linux 3.16.0-14-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Tue Sep  9 19:27:23 2014
  EcryptfsInUse: Yes
  ExecutablePath: /usr/bin/compiz
  InstallationDate: Installed on 2012-07-31 (769 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120425)
  ProcCmdline: compiz
  ProcEnviron:
   PATH=(custom, no user)
   LANGUAGE=en_US
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fceeca5e9ac:testb  $0x1,(%rax)
   PC (0x7fceeca5e9ac) ok
   source "$0x1" ok
   destination "(%rax)" (0x) not located in a known VMA region (needed 
writable region)!
   Stack memory exhausted (SP below stack segment)
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: unity
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
   FT_Load_Glyph () from /usr/lib/x86_64-linux-gnu/libfreetype.so.6
  Title: compiz crashed with SIGSEGV in FT_Load_Glyph()
  UpgradeStatus: Upgraded to utopic on 2014-08-02 (38 days ago)
  UserGroups: adm autopilot cdrom dip libvirtd lpadmin plugdev sambashare sudo

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

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


[Dx-packages] [Bug 1319726] Re: In pixman_region32_init_rect: Invalid rectangle passed

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

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

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

Title:
  In pixman_region32_init_rect: Invalid rectangle passed

Status in Unity:
  New
Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  per***@A***oda:~$ /usr/lib/unity/unity-panel-service --lockscreen-mode
  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  *** BUG ***
  In pixman_region32_init_rect: Invalid rectangle passed
  Set a breakpoint on '_pixman_log_error' to debug

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity-services 7.2.0+14.04.20140423-0ubuntu1.2 [modified: 
usr/lib/unity/unity-panel-service]
  ProcVersionSignature: Ubuntu 3.13.0-26.48-generic 3.13.11
  Uname: Linux 3.13.0-26-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.14.1-0ubuntu3.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  Date: Thu May 15 11:12:44 2014
  DistUpgraded: 2014-04-21 23:59:37,219 DEBUG enabling apt cron job
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 82G33/G31 Express Integrated Graphics Controller 
[8086:29c2] (rev 02) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation Device [8086:5044]
  InstallationDate: Installed on 2013-02-15 (453 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-26-generic 
root=UUID=9e112b4e-2332-4bfd-850d-b576848ee2fa ro quiet splash vt.handoff=7
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-04-21 (23 days ago)
  dmi.bios.date: 10/02/2007
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: DPP3510J.86A.0293.2007.1002.1519
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: DG33BU
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD79951-407
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrDPP3510J.86A.0293.2007.1002.1519:bd10/02/2007:svn:pn:pvr:rvnIntelCorporation:rnDG33BU:rvrAAD79951-407:cvn:ct2:cvr:
  version.compiz: compiz 1:0.9.11+14.04.20140423-0ubuntu1
  version.ia32-libs: ia32-libs 20090808ubuntu36
  version.libdrm2: libdrm2 2.4.52-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 10.1.0-4ubuntu5
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 10.1.0-4ubuntu5
  version.xserver-xorg-core: xserver-xorg-core 2:1.15.1-0ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.8.2-1ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.3.0-1ubuntu3.1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.99.910-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.10-1ubuntu2
  xserver.bootTime: Tue May 13 13:05:53 2014
  xserver.configfile: default
  xserver.devices:
   inputPower Button KEYBOARD, id 6
   inputSleep Button KEYBOARD, id 7
   inputLogitech USB Optical Mouse MOUSE, id 8
   inputAT Translated Set 2 keyboard KEYBOARD, id 9
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.outputs:
   product id   22235 
   vendor GSM
  xserver.version: 2:1.15.1-0ubuntu2

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

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


[Dx-packages] [Bug 1184262] Re: times out too early, stuck in PrepareForSleep, causing network and other services to not resume

2014-09-10 Thread Alberto Salvia Novella
@ madmin314:

If you are sure this is a security bug, please:

 1. Explain why do you think so.
 2. Mark it as "Public Security" again.

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

Title:
  times out too early, stuck in PrepareForSleep, causing network and
  other services to not resume

Status in “systemd” package in Ubuntu:
  Invalid
Status in “systemd-shim” package in Ubuntu:
  Fix Released
Status in “systemd” source package in Saucy:
  Invalid
Status in “systemd-shim” source package in Saucy:
  Fix Released
Status in “systemd” source package in Trusty:
  Invalid
Status in “systemd-shim” source package in Trusty:
  Fix Released

Bug description:
  After a suspend/resume, network-manager claimed that wireless was not
  available and would not let me reconnect to the wireless here.
  'iwlist wlan1 scan' would also not work; so thinking that it was a
  driver problem, I rebooted the system.  When it came back up, nm-
  applet in lightdm claimed that networking was disabled, and the option
  to enable it was greyed out.  It could also not be enabled by nmcli.
  I ended up stopping network-manager, bringing up the interface via
  /etc/network/interfaces, and logging in... at which point, restarting
  network-manager *did* let me enable networking from my logged-in
  session.

  So there are several problems here:
   - after a reboot, network-manager claimed networking was disabled.
   - nm-applet is not letting me enable networking from the lightdm session.
   - the networking was failing after a suspend/resume cycle, and could not be 
enabled even from inside the user session.

  The last issue probably *was* a kernel driver problem; but the first
  two issues are network-manager problems of some kind.

  SRU INFORMATION:
  
  Reproducer:
  - Force suspend to take very long by adding a sleep:
    echo -e '#!/bin/sh\nsleep 15\nexit 1' | sudo tee 
/usr/lib/pm-utils/sleep.d/00break
    (this will also make suspend fail, which eases testing)
  - Suspend from the menu or with
    sudo gdbus call -y -d org.freedesktop.login1 -o /org/freedesktop/login1 -m 
org.freedesktop.login1.Manager.Suspend true
  - With the 13.10 final version, systemd-shim will (often) time out, and the 
next Suspend call from above will fail with "Operation already in progress" and 
the network does not come back up. With the fixed version, network should be 
back up and the Suspend() call can be issued many times.

  Fix:
https://github.com/desrt/systemd-shim/commit/136ed1143077d13c2
https://github.com/desrt/systemd-shim/commit/16a7fdc0652ad78f4

  Regression potential: Errors in this code could potentially break
  suspend/shutdown completely, so for verification both of these
  functionalities ought to be tested on real hardware.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: network-manager 0.9.8.0-0ubuntu8
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Sat May 25 21:38:31 2013
  InstallationDate: Installed on 2010-09-24 (974 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.1.1 dev wlan1
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1
   169.254.0.0/16 dev wlan1  scope link  metric 1000
   192.168.1.0/24 dev wlan1  proto kernel  scope link  src 192.168.1.106
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=false
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to saucy on 2013-05-06 (19 days ago)
  WifiSyslog:

  nmcli-con:
   Error: command ['nmcli', '-f', 'all', 'con'] failed with exit code 9:
   ** (process:11977): WARNING **: Could not initialize NMClient 
/org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was 
not provided by any .service files
   Error: nmcli (0.9.8.0) and NetworkManager (unknown) versions don't match. 
Force execution using --nocheck, but the results are unpredictable.
  nmcli-dev: Error: command ['nmcli', '-f', 'all', 'dev'] failed with exit code 
8: Error: NetworkManager is not running.
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   not running unknownunknown unknown   unknown 
unknownunknown unknown

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

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


[Dx-packages] [Bug 1184262] Re: times out too early, stuck in PrepareForSleep, causing network and other services to not resume

2014-09-10 Thread Christopher M. Penalver
** Information type changed from Public Security to Public

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

Title:
  times out too early, stuck in PrepareForSleep, causing network and
  other services to not resume

Status in “systemd” package in Ubuntu:
  Invalid
Status in “systemd-shim” package in Ubuntu:
  Fix Released
Status in “systemd” source package in Saucy:
  Invalid
Status in “systemd-shim” source package in Saucy:
  Fix Released
Status in “systemd” source package in Trusty:
  Invalid
Status in “systemd-shim” source package in Trusty:
  Fix Released

Bug description:
  After a suspend/resume, network-manager claimed that wireless was not
  available and would not let me reconnect to the wireless here.
  'iwlist wlan1 scan' would also not work; so thinking that it was a
  driver problem, I rebooted the system.  When it came back up, nm-
  applet in lightdm claimed that networking was disabled, and the option
  to enable it was greyed out.  It could also not be enabled by nmcli.
  I ended up stopping network-manager, bringing up the interface via
  /etc/network/interfaces, and logging in... at which point, restarting
  network-manager *did* let me enable networking from my logged-in
  session.

  So there are several problems here:
   - after a reboot, network-manager claimed networking was disabled.
   - nm-applet is not letting me enable networking from the lightdm session.
   - the networking was failing after a suspend/resume cycle, and could not be 
enabled even from inside the user session.

  The last issue probably *was* a kernel driver problem; but the first
  two issues are network-manager problems of some kind.

  SRU INFORMATION:
  
  Reproducer:
  - Force suspend to take very long by adding a sleep:
    echo -e '#!/bin/sh\nsleep 15\nexit 1' | sudo tee 
/usr/lib/pm-utils/sleep.d/00break
    (this will also make suspend fail, which eases testing)
  - Suspend from the menu or with
    sudo gdbus call -y -d org.freedesktop.login1 -o /org/freedesktop/login1 -m 
org.freedesktop.login1.Manager.Suspend true
  - With the 13.10 final version, systemd-shim will (often) time out, and the 
next Suspend call from above will fail with "Operation already in progress" and 
the network does not come back up. With the fixed version, network should be 
back up and the Suspend() call can be issued many times.

  Fix:
https://github.com/desrt/systemd-shim/commit/136ed1143077d13c2
https://github.com/desrt/systemd-shim/commit/16a7fdc0652ad78f4

  Regression potential: Errors in this code could potentially break
  suspend/shutdown completely, so for verification both of these
  functionalities ought to be tested on real hardware.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: network-manager 0.9.8.0-0ubuntu8
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Sat May 25 21:38:31 2013
  InstallationDate: Installed on 2010-09-24 (974 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.1.1 dev wlan1
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1
   169.254.0.0/16 dev wlan1  scope link  metric 1000
   192.168.1.0/24 dev wlan1  proto kernel  scope link  src 192.168.1.106
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=false
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to saucy on 2013-05-06 (19 days ago)
  WifiSyslog:

  nmcli-con:
   Error: command ['nmcli', '-f', 'all', 'con'] failed with exit code 9:
   ** (process:11977): WARNING **: Could not initialize NMClient 
/org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was 
not provided by any .service files
   Error: nmcli (0.9.8.0) and NetworkManager (unknown) versions don't match. 
Force execution using --nocheck, but the results are unpredictable.
  nmcli-dev: Error: command ['nmcli', '-f', 'all', 'dev'] failed with exit code 
8: Error: NetworkManager is not running.
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   not running unknownunknown unknown   unknown 
unknownunknown unknown

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

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


[Dx-packages] [Bug 1184262] Re: times out too early, stuck in PrepareForSleep, causing network and other services to not resume

2014-09-10 Thread madmin314
** Information type changed from Public to Public Security

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

Title:
  times out too early, stuck in PrepareForSleep, causing network and
  other services to not resume

Status in “systemd” package in Ubuntu:
  Invalid
Status in “systemd-shim” package in Ubuntu:
  Fix Released
Status in “systemd” source package in Saucy:
  Invalid
Status in “systemd-shim” source package in Saucy:
  Fix Released
Status in “systemd” source package in Trusty:
  Invalid
Status in “systemd-shim” source package in Trusty:
  Fix Released

Bug description:
  After a suspend/resume, network-manager claimed that wireless was not
  available and would not let me reconnect to the wireless here.
  'iwlist wlan1 scan' would also not work; so thinking that it was a
  driver problem, I rebooted the system.  When it came back up, nm-
  applet in lightdm claimed that networking was disabled, and the option
  to enable it was greyed out.  It could also not be enabled by nmcli.
  I ended up stopping network-manager, bringing up the interface via
  /etc/network/interfaces, and logging in... at which point, restarting
  network-manager *did* let me enable networking from my logged-in
  session.

  So there are several problems here:
   - after a reboot, network-manager claimed networking was disabled.
   - nm-applet is not letting me enable networking from the lightdm session.
   - the networking was failing after a suspend/resume cycle, and could not be 
enabled even from inside the user session.

  The last issue probably *was* a kernel driver problem; but the first
  two issues are network-manager problems of some kind.

  SRU INFORMATION:
  
  Reproducer:
  - Force suspend to take very long by adding a sleep:
    echo -e '#!/bin/sh\nsleep 15\nexit 1' | sudo tee 
/usr/lib/pm-utils/sleep.d/00break
    (this will also make suspend fail, which eases testing)
  - Suspend from the menu or with
    sudo gdbus call -y -d org.freedesktop.login1 -o /org/freedesktop/login1 -m 
org.freedesktop.login1.Manager.Suspend true
  - With the 13.10 final version, systemd-shim will (often) time out, and the 
next Suspend call from above will fail with "Operation already in progress" and 
the network does not come back up. With the fixed version, network should be 
back up and the Suspend() call can be issued many times.

  Fix:
https://github.com/desrt/systemd-shim/commit/136ed1143077d13c2
https://github.com/desrt/systemd-shim/commit/16a7fdc0652ad78f4

  Regression potential: Errors in this code could potentially break
  suspend/shutdown completely, so for verification both of these
  functionalities ought to be tested on real hardware.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: network-manager 0.9.8.0-0ubuntu8
  ProcVersionSignature: Ubuntu 3.9.0-2.7-generic 3.9.3
  Uname: Linux 3.9.0-2-generic x86_64
  ApportVersion: 2.10.2-0ubuntu1
  Architecture: amd64
  Date: Sat May 25 21:38:31 2013
  InstallationDate: Installed on 2010-09-24 (974 days ago)
  InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 
(20100816.1)
  IpRoute:
   default via 192.168.1.1 dev wlan1
   10.0.3.0/24 dev lxcbr0  proto kernel  scope link  src 10.0.3.1
   169.254.0.0/16 dev wlan1  scope link  metric 1000
   192.168.1.0/24 dev wlan1  proto kernel  scope link  src 192.168.1.106
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  MarkForUpload: True
  NetworkManager.state:
   [main]
   NetworkingEnabled=false
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to saucy on 2013-05-06 (19 days ago)
  WifiSyslog:

  nmcli-con:
   Error: command ['nmcli', '-f', 'all', 'con'] failed with exit code 9:
   ** (process:11977): WARNING **: Could not initialize NMClient 
/org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was 
not provided by any .service files
   Error: nmcli (0.9.8.0) and NetworkManager (unknown) versions don't match. 
Force execution using --nocheck, but the results are unpredictable.
  nmcli-dev: Error: command ['nmcli', '-f', 'all', 'dev'] failed with exit code 
8: Error: NetworkManager is not running.
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN
   not running unknownunknown unknown   unknown 
unknownunknown unknown

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

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


[Dx-packages] [Bug 1328646] Re: Clock out of sync on resume from suspend

2014-09-10 Thread Michał Sawicz
@cm-t, there is a new bug about this: bug #1365530

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

Title:
  Clock out of sync on resume from suspend

Status in The Date and Time Indicator:
  Invalid
Status in The Unity 8 shell:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  Invalid
Status in “qmenumodel” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  When the device is resumed by pressing the power button and the device
  is not connected over USB the clock is out of sync

  You need another system to compare the time to verify this bug report,
  and make sure both clocks are in sync.

  TEST CASE
  1. Unplug the device from its USB cable
  2. Press the power button to switch to suspend mode or wait until it goes to 
suspend
  3. Wait 2 or more minutes
  4. Press the power button again to resume the device
  5. Compare the time on the greeter and indicator with the time on the other 
system

  EXPECTED RESULT
  Clocks are in sync

  ACTUAL RESULT
  Time on the device is behind by several minutes. 

  The use case are people who use their device as a watch. You usually
  resume it, check the time, suspend it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 7.88+14.10.20140606-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.3-0ubuntu1
  Architecture: armhf
  Date: Tue Jun 10 19:11:42 2014
  InstallationDate: Installed on 2014-06-10 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140610)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1328646/+subscriptions

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


[Dx-packages] [Bug 1328646] Re: Clock out of sync on resume from suspend

2014-09-10 Thread cm-t arudy
Hi,


Just to be sure: does the patch is now landing is an image (I am using mako as 
daily purpose, with channel devel on utopic image 203).

If it is suposing to be landed, then I can see this behavior's bug is
still here: always (and I mean always, everytime I need to check the
time) must open the clock apps after resuming the phone to be sure I
read the real time, not a cache'ed time that is not refreshed on the
lockscreen/time indicator.(if I get lost and it is not the same bug,
then tell me, I'll open a new one).

Libement

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

Title:
  Clock out of sync on resume from suspend

Status in The Date and Time Indicator:
  Invalid
Status in The Unity 8 shell:
  Fix Released
Status in “indicator-datetime” package in Ubuntu:
  Invalid
Status in “qmenumodel” package in Ubuntu:
  Fix Released
Status in “unity8” package in Ubuntu:
  Fix Released

Bug description:
  When the device is resumed by pressing the power button and the device
  is not connected over USB the clock is out of sync

  You need another system to compare the time to verify this bug report,
  and make sure both clocks are in sync.

  TEST CASE
  1. Unplug the device from its USB cable
  2. Press the power button to switch to suspend mode or wait until it goes to 
suspend
  3. Wait 2 or more minutes
  4. Press the power button again to resume the device
  5. Compare the time on the greeter and indicator with the time on the other 
system

  EXPECTED RESULT
  Clocks are in sync

  ACTUAL RESULT
  Time on the device is behind by several minutes. 

  The use case are people who use their device as a watch. You usually
  resume it, check the time, suspend it.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: unity8 7.88+14.10.20140606-0ubuntu1
  Uname: Linux 3.4.0-5-mako armv7l
  ApportVersion: 2.14.3-0ubuntu1
  Architecture: armhf
  Date: Tue Jun 10 19:11:42 2014
  InstallationDate: Installed on 2014-06-10 (0 days ago)
  InstallationMedia: Ubuntu Utopic Unicorn (development branch) - armhf 
(20140610)
  SourcePackage: unity8
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-datetime/+bug/1328646/+subscriptions

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


[Dx-packages] [Bug 1028972] Re: Empty session menu in ltsp client

2014-09-10 Thread Richard Lowe
Confirmed in trusty.  Here is my work around:

Create the following file and copy it to your ltsp chroot folder
/etc/xdg/autostart/

[Desktop Entry]
Type=Application
Exec=/usr/lib/unity/unity-panel-service
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=gnome-panel
Name=gnome-panel
Comment[en_US]=
Comment=

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

Title:
  Empty session menu in ltsp client

Status in The Session Menu:
  Confirmed
Status in “indicator-session” package in Ubuntu:
  Confirmed

Bug description:
  Quantal Alternate 20120724.3

  In an LTSP client the indicator session menu is empty. On the server
  side the menu is correct.

  Screenshot attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: indicator-session 12.10.0-0ubuntu1
  ProcVersionSignature: User Name 3.5.0-6.6-generic 3.5.0
  Uname: Linux 3.5.0-6-generic i686
  ApportVersion: 2.4-0ubuntu5
  Architecture: i386
  Date: Wed Jul 25 17:49:52 2012
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha i386 (20120724.3)
  ProcEnviron:
   LANGUAGE=en_US.UTF-8
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-session
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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