[Dx-packages] [Bug 1313446] Re: window disappears on toggle shade

2014-06-30 Thread Yatharth Agarwal
*** This bug is a duplicate of bug 985430 ***
https://bugs.launchpad.net/bugs/985430

This is NOT a dupe of #985430; it's not that the wrong window is
focused, it's that you can't bloody focus the shaded windows in any way.
You should immediately release a patch disabling the short-cut till you
find a way to not destroy user data when the user tries to use a feature
that was fine before.

@ChadMiller: Thanks for posting your work-around.

-- 
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/1313446

Title:
  window disappears on toggle shade

Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I used Unity Tweak Tool to enable Toggle Shade using middle click.
  When I click to top of the window, it rolls up and disappears. A
  ghost outline of the window appears and the only way to get the
  window back is by using Alt-tab. Sometimes, when reselecting the
  window using Alt-tab, Ubuntu freezes (crashes) and an internal error
  is generated. It seems to be related to Compiz but I'm not sure. An
  error report was generated and sent.

  Description:  Ubuntu 14.04 LTS (64-bit)
  Release:  14.04
  unity-tweak-tool 0.0.6ubuntu1

  I expected the window would roll up and I'd be left with the
  window's top bar like with previous versions of Ubuntu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1313446/+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 1071738] Re: Indicator scroll event says direction UP on 12.10 even when scrolling down

2014-06-30 Thread Peter Levi
I reported the bug on Gnome's bugzilla for the pygobject product:
https://bugzilla.gnome.org/show_bug.cgi?id=732470

Let's see if this would make someone pay some attention to this long-
standing issue.

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

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

Title:
  Indicator scroll event says direction UP on 12.10 even when scrolling
  down

Status in “libappindicator” package in Ubuntu:
  Confirmed

Bug description:
  I am using AppIndicator via Python. On Ubuntu 12.10 (stock install,
  python-appindicator: Installed: 12.10.0-0ubuntu1) when I listen for
  scroll event signals, the direction is always reported as UP, never as
  DOWN - even when scrolling down. This was working on 12.04.

  My application variety depends on this functionality, here is the
  relevant bug report for it:
  https://bugs.launchpad.net/variety/+bug/1071598

  Here is sample code to demonstrate the problem (OK on 12.04, buggy on
  12.10):

  from gi.repository import Gtk, Gdk, AppIndicator3

  if __name__ == __main__:
  menu = Gtk.Menu()
  quit = Gtk.MenuItem(Quit)
  quit.connect(activate, Gtk.main_quit)
  menu.append(quit)
  menu.show_all()

  def scroll(ind, steps, direction):
  print steps, direction
  if direction != Gdk.ScrollDirection.UP:
  print Things seem ok

  indicator = AppIndicator3.Indicator.new('testscroll', '', 
AppIndicator3.IndicatorCategory.APPLICATION_STATUS)
  indicator.set_status(AppIndicator3.IndicatorStatus.ACTIVE)
  indicator.set_icon(/usr/share/pixmaps/firefox.png)
  indicator.connect(scroll-event, scroll)
  indicator.set_menu(menu)
  Gtk.main()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libappindicator/+bug/1071738/+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 1310490] Re: Doesn't register to use the messaging menu (indicator-messages) on 14.04 LTS

2014-06-30 Thread Margarita Manterola
This bug is duped to a bug that was related to the lack of examples.  I
understand that an example was needed in order to fix this one, but it's
definitely not a dupe of that one.

** This bug is no longer a duplicate of bug 1315384
   14.04 libmessaging-menu lacks an example of how to use the features that 
used to be provided by python-indicate in 12.04

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

Title:
  Doesn't register to use the messaging menu (indicator-messages) on
  14.04 LTS

Status in Highly Ubuntu integrated GMail Notifier:
  Confirmed
Status in Libindicate:
  Confirmed
Status in “gm-notify” package in Ubuntu:
  Confirmed
Status in “libindicate” package in Ubuntu:
  Confirmed

Bug description:
  I've recently upgraded from Ubuntu 12.04.4 LTS to 14.04 LTS. I've
  noticed, that the mail icon (indicator-messages) is hidden (I don't
  use Thunderbird, so it is not installed.)

  I know, that it is hidden, because I'm using GMail Notifier, which
  displays itself if new mail has arrived, and it works.

  Package info:
  gm-notify:
    Installed: 0.10.3-0ubuntu3
    Candidate: 0.10.3-0ubuntu3
    Version table:
   *** 0.10.3-0ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status

  indicator-messages:
    Installed: 13.10.1+14.04.20140410-0ubuntu1
    Candidate: 13.10.1+14.04.20140410-0ubuntu1
    Version table:
   *** 13.10.1+14.04.20140410-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  python-indicate:
Installed: 12.10.1-0ubuntu3
Candidate: 12.10.1-0ubuntu3
Version table:
   *** 12.10.1-0ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status

  
  $ gsettings get com.canonical.indicator.messages applications
  @as []

  Please fix this issue!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gm-notify/+bug/1310490/+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 1310490] Re: Doesn't register to use the messaging menu (indicator-messages) on 14.04 LTS

2014-06-30 Thread Margarita Manterola
So, I removed the dupe.  Just so that the info stays visible.  The duped
bug was:

https://bugs.launchpad.net/ubuntu/+source/libindicate/+bug/1315384
(14.04 libmessaging-menu lacks an example of how to use the features that used 
to be provided by python-indicate in 12.04)

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

Title:
  Doesn't register to use the messaging menu (indicator-messages) on
  14.04 LTS

Status in Highly Ubuntu integrated GMail Notifier:
  Confirmed
Status in Libindicate:
  Confirmed
Status in “gm-notify” package in Ubuntu:
  Confirmed
Status in “libindicate” package in Ubuntu:
  Confirmed

Bug description:
  I've recently upgraded from Ubuntu 12.04.4 LTS to 14.04 LTS. I've
  noticed, that the mail icon (indicator-messages) is hidden (I don't
  use Thunderbird, so it is not installed.)

  I know, that it is hidden, because I'm using GMail Notifier, which
  displays itself if new mail has arrived, and it works.

  Package info:
  gm-notify:
    Installed: 0.10.3-0ubuntu3
    Candidate: 0.10.3-0ubuntu3
    Version table:
   *** 0.10.3-0ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status

  indicator-messages:
    Installed: 13.10.1+14.04.20140410-0ubuntu1
    Candidate: 13.10.1+14.04.20140410-0ubuntu1
    Version table:
   *** 13.10.1+14.04.20140410-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  python-indicate:
Installed: 12.10.1-0ubuntu3
Candidate: 12.10.1-0ubuntu3
Version table:
   *** 12.10.1-0ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
  100 /var/lib/dpkg/status

  
  $ gsettings get com.canonical.indicator.messages applications
  @as []

  Please fix this issue!

To manage notifications about this bug go to:
https://bugs.launchpad.net/gm-notify/+bug/1310490/+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 1335480] Re: Unity launcher overlay stays on fullscreen

2014-06-30 Thread Phillip Susi
** Package changed: compizconfig-settings-manager (Ubuntu) = compiz
(Ubuntu)

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

Title:
  Unity launcher overlay stays on fullscreen

Status in “compiz” package in Ubuntu:
  New

Bug description:
  When on fullscreen, either with youtube or VLC or any video game the unity 
launcher and the top bar with the clock remains on top of the display.
  The overlay doesn't respond to the click, the video/game takes the imput, but 
it's not a lasting image of the launcher because the clock updates.
  Using Ubuntu 14.04
  ccsm version 1:0.9.11 according to the software center.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1335480/+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 1324437] Re: Nautilus window is not closed upon removable medium ejection

2014-06-30 Thread Adolfo Jayme
** Package changed: unity (Ubuntu) = nautilus (Ubuntu)

-- 
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/1324437

Title:
  Nautilus window is not closed upon removable medium ejection

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  Usecase / description:
  Insert USB disk-on-key. It is automounted, opening a new file browser window 
for each mountable partition. On the left side pane, select any partition with 
a mouse, right click, select eject from the menu.
  The device is unmounted / ejected all right, but the file browser window 
stays open.

  The way it used to be in 12.04:
  The device used to be unmounted / ejected just the same, the file browser 
windows (one for each partition) were closed.

  Why it is so annoying:
  I constantly use an SD-card with 8 partitions. It was really much nicer when 
all the windows went away the moment I had ejected the device.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: unity 7.2.0+14.04.20140423-0ubuntu1.2
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,grid,mousepoll,regex,vpswitch,snap,gnomecompat,place,wall,move,resize,imgpng,animation,expo,session,workarounds,ezoom,staticswitcher,fade,scale,unityshell]
  CurrentDesktop: Unity
  Date: Thu May 29 11:33:40 2014
  InstallationDate: Installed on 2011-10-23 (948 days ago)
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
  SourcePackage: unity
  UpgradeStatus: Upgraded to trusty on 2014-05-25 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1324437/+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 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-30 Thread Anish Dowlut
Another workaround besides unpinning the nautilus icon, is this:

sudo mv /usr/share/applications/nautilus.desktop 
/usr/share/applications/nautilus2.desktop
sudo mv /usr/share/applications/nautilus-folder-handler.desktop 
/usr/share/applications/nautilus-folder-handler2.desktop
sudo mv /usr/share/applications/nautilus-home.desktop 
/usr/share/applications/nautilus-home2.desktop

We're basically just renaming a few .desktop files related to nautilus.
This will prevent the launcher from recognizing nautilus as a file
manager and it won't execute the buggy behaviour.

However, when the bug has been fixed within unity itself, you should
rename the all the .desktop files back to their original names.

-- 
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/1170647

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

Status in “bamf” package in Ubuntu:
  Triaged
Status in “nautilus” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged

Bug description:
  Sometimes left clicking the nautilus launcher icon doesn't bring up a
  minimized nautilus window. Instead of restoring the window a new
  instance of nautilus is showing up.

  Steps to reproduce:

  1. Open a nautilus window by clicking on the launcher icon.
  2. Navigate to a symlinked directory whose target is located on a different 
harddrive (for example: a symlink to a folder on a sd-card).
  3. Minimize the nautilus window.
  4. Try to bring up that window again by clicking the launcher icon.

  What happens:

  1. A new instance (window) of nautilus is opened.
  2. There's no obvious way to access the first window again. The only way is 
ALT+TAB.

  What schould happen:

  If a nautilus window is already open and minimized clicking the
  launcher icon should bring up that window. This was the behavior of
  nautilus windows in Ubuntu 12.10 (quantal).

  Ubuntu 13.04 Raring Ringtail (development branch)
  nautilus 3.6.3-0ubuntu16
  unity 7.0.0daily13.04.18~13.04-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Uname: Linux 3.8.0-18-generic i686
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  Date: Fri Apr 19 11:33:13 2013
  EcryptfsInUse: Yes
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'814x493+136+38'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'182'
  InstallationDate: Installed on 2011-07-23 (635 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to raring on 2013-04-14 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/1170647/+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-06-30 Thread Mathew Hodson
** Tags removed: verification-needed

-- 
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.chassis.type: 3
  dmi.chassis.vendor: DELL Inc.
  dmi.modalias: 

[Dx-packages] [Bug 1335948] [NEW] Unity launcher open windows indicator does not work properly

2014-06-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

When you have opened more than one window, unity launcher open apps
indicator not showing it properly.

How to get this bug:

1. open LibreOffice writer or firefox
2. click on new or (ctrl+N)
3. launcher open windows indicator still shows just one window open
4. after click on libreoffice icon launcher (or super + w)  finaly indicate 
both open windows

There is same bug with closing window.

1. you have two windows opened and indicator showing both
2. close one window in maximized mode
3. there is just one window opened but indicator still shows two

This bug work just with some applications like libreoffice, firefox,
steam and more. Everything work fine when you open new window with
middleclick on icon on launcher.

ProblemType: Bug
System: Ubuntu 14.04 Trusty 64bit
All updates installed and sory for my English.

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


** Tags: 14.04 launcher trusty ui unity
-- 
Unity launcher open windows indicator does not work properly
https://bugs.launchpad.net/bugs/1335948
You received this bug notification because you are a member of DX Packages, 
which is subscribed to unity in Ubuntu.

-- 
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 1335948] Re: Unity launcher open windows indicator does not work properly

2014-06-30 Thread Phillip Susi
** Package changed: ubiquity (Ubuntu) = unity (Ubuntu)

-- 
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/1335948

Title:
  Unity launcher open windows indicator does not work properly

Status in “unity” package in Ubuntu:
  New

Bug description:
  When you have opened more than one window, unity launcher open apps
  indicator not showing it properly.

  How to get this bug:

  1. open LibreOffice writer or firefox
  2. click on new or (ctrl+N)
  3. launcher open windows indicator still shows just one window open
  4. after click on libreoffice icon launcher (or super + w)  finaly indicate 
both open windows

  There is same bug with closing window.

  1. you have two windows opened and indicator showing both
  2. close one window in maximized mode
  3. there is just one window opened but indicator still shows two

  This bug work just with some applications like libreoffice, firefox,
  steam and more. Everything work fine when you open new window with
  middleclick on icon on launcher.

  ProblemType: Bug
  System: Ubuntu 14.04 Trusty 64bit
  All updates installed and sory for my English.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1335948/+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 1336006] [NEW] Indicator won't turn blue on new message

2014-06-30 Thread Guillaume F
Public bug reported:

Hi everybody,

More often than not, the envelope won't turn blue when I have a new
email. Everything is fine with IM (both Pidgin and Empathy) but it's
quite erratic with Thunderbird. I think it tends to be worse with Gmail
(I have 2 Gmail accounts, 1 Hotmail and 1 Orange), although I'm not
sure.

The rest is fine: icon badge appears in the launcher, and when I open
the messaging menu I do have a link to my new email (even though the
count badge has problems of its own, but that's another story I guess –
one I'm not sure where to report).

I'm reporting this bug from a 32bits Ubuntu, fully upgraded every step
of the way from 12.10, but I reproduced this bug on a fresh install of
Ubuntu 14.04 64bits. I can't remember if this happened after the 14.04
upgrade, though.

Thanks for your work!

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: indicator-messages 13.10.1+14.04.20140410-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
Uname: Linux 3.13.0-30-generic i686
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: i386
CurrentDesktop: Unity
Date: Mon Jun 30 21:49:52 2014
InstallationDate: Installed on 2012-10-19 (619 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
ProcEnviron:
 LANGUAGE=fr_FR
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
SourcePackage: indicator-messages
UpgradeStatus: Upgraded to trusty on 2014-04-18 (73 days ago)

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


** Tags: apport-bug i386 trusty

-- 
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/1336006

Title:
  Indicator won't turn blue on new message

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

Bug description:
  Hi everybody,

  More often than not, the envelope won't turn blue when I have a new
  email. Everything is fine with IM (both Pidgin and Empathy) but it's
  quite erratic with Thunderbird. I think it tends to be worse with
  Gmail (I have 2 Gmail accounts, 1 Hotmail and 1 Orange), although I'm
  not sure.

  The rest is fine: icon badge appears in the launcher, and when I open
  the messaging menu I do have a link to my new email (even though the
  count badge has problems of its own, but that's another story I guess
  – one I'm not sure where to report).

  I'm reporting this bug from a 32bits Ubuntu, fully upgraded every step
  of the way from 12.10, but I reproduced this bug on a fresh install of
  Ubuntu 14.04 64bits. I can't remember if this happened after the 14.04
  upgrade, though.

  Thanks for your work!

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: indicator-messages 13.10.1+14.04.20140410-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-30.54-generic 3.13.11.2
  Uname: Linux 3.13.0-30-generic i686
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: i386
  CurrentDesktop: Unity
  Date: Mon Jun 30 21:49:52 2014
  InstallationDate: Installed on 2012-10-19 (619 days ago)
  InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release i386 (20121017.2)
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: indicator-messages
  UpgradeStatus: Upgraded to trusty on 2014-04-18 (73 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1336006/+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 1335948] Re: Unity launcher open windows indicator does not work properly

2014-06-30 Thread Christopher Townsend
*** This bug is a duplicate of bug 1283775 ***
https://bugs.launchpad.net/bugs/1283775

Hi,

Thanks for taking time to enter this bug report and making Ubuntu
better.  This is a duplicate of bug #1283775 and a fix will be available
in the next Unity update.

** This bug has been marked a duplicate of bug 1283775
   Launcher: icon pips are not always updated properly

-- 
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/1335948

Title:
  Unity launcher open windows indicator does not work properly

Status in “unity” package in Ubuntu:
  New

Bug description:
  When you have opened more than one window, unity launcher open apps
  indicator not showing it properly.

  How to get this bug:

  1. open LibreOffice writer or firefox
  2. click on new or (ctrl+N)
  3. launcher open windows indicator still shows just one window open
  4. after click on libreoffice icon launcher (or super + w)  finaly indicate 
both open windows

  There is same bug with closing window.

  1. you have two windows opened and indicator showing both
  2. close one window in maximized mode
  3. there is just one window opened but indicator still shows two

  This bug work just with some applications like libreoffice, firefox,
  steam and more. Everything work fine when you open new window with
  middleclick on icon on launcher.

  ProblemType: Bug
  System: Ubuntu 14.04 Trusty 64bit
  All updates installed and sory for my English.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1335948/+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 934680] Re: Window management - Dragging down a maximized window from the panel has not predictable results

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

** Changed in: unity-2d (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/934680

Title:
  Window management - Dragging down a maximized window from the panel
  has not predictable results

Status in Ayatana Design:
  Fix Released
Status in Unity:
  Fix Released
Status in Unity 2D:
  Confirmed
Status in “unity” package in Ubuntu:
  Fix Released
Status in “unity-2d” package in Ubuntu:
  Confirmed

Bug description:
  Dragging a window down from the top panel has a lot of issues, first
  of all:

   - The window should be restored as soon as the mouse pointer drags content 
outside the panel area
   - Once a window is restored it should not be placed outside the desktop area,
     unless it fits into it, also it should be never below the launcher (when 
always visible).
     In the case that the window is bigger than the available space, the window 
should be resized to fit on the monitor if possible.  If this is not possible 
(e.g. it is a fixed size window that is larger than the monitor resolution) the 
top and left
     borders should be always visible anyway.
   - The just restored window, should be grabbed on a point of the top 
decoration
     that is proportional to the x-offset grabbed on the panel, so if you start
     dragging at the left of the panel, the window should be handled by the 
top-left
     corner, if you start dragging on the right of the panel, the window shuold 
be
     proportionally handled on the right.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/934680/+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 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-30 Thread Michele Giacomoli
@Anish
Hi, can you please tell us how to try the patch? I'm a noob for what concerns 
patching and compiling software

-- 
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/1170647

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

Status in “bamf” package in Ubuntu:
  Triaged
Status in “nautilus” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged

Bug description:
  Sometimes left clicking the nautilus launcher icon doesn't bring up a
  minimized nautilus window. Instead of restoring the window a new
  instance of nautilus is showing up.

  Steps to reproduce:

  1. Open a nautilus window by clicking on the launcher icon.
  2. Navigate to a symlinked directory whose target is located on a different 
harddrive (for example: a symlink to a folder on a sd-card).
  3. Minimize the nautilus window.
  4. Try to bring up that window again by clicking the launcher icon.

  What happens:

  1. A new instance (window) of nautilus is opened.
  2. There's no obvious way to access the first window again. The only way is 
ALT+TAB.

  What schould happen:

  If a nautilus window is already open and minimized clicking the
  launcher icon should bring up that window. This was the behavior of
  nautilus windows in Ubuntu 12.10 (quantal).

  Ubuntu 13.04 Raring Ringtail (development branch)
  nautilus 3.6.3-0ubuntu16
  unity 7.0.0daily13.04.18~13.04-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Uname: Linux 3.8.0-18-generic i686
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  Date: Fri Apr 19 11:33:13 2013
  EcryptfsInUse: Yes
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'814x493+136+38'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'182'
  InstallationDate: Installed on 2011-07-23 (635 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to raring on 2013-04-14 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/1170647/+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 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-30 Thread Dirk Mcbratney
It's not a patch - those are shell commands. Drop them straight into the
terminal, authenticate, and it'll rename the files and fix the problem.

-- 
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/1170647

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

Status in “bamf” package in Ubuntu:
  Triaged
Status in “nautilus” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged

Bug description:
  Sometimes left clicking the nautilus launcher icon doesn't bring up a
  minimized nautilus window. Instead of restoring the window a new
  instance of nautilus is showing up.

  Steps to reproduce:

  1. Open a nautilus window by clicking on the launcher icon.
  2. Navigate to a symlinked directory whose target is located on a different 
harddrive (for example: a symlink to a folder on a sd-card).
  3. Minimize the nautilus window.
  4. Try to bring up that window again by clicking the launcher icon.

  What happens:

  1. A new instance (window) of nautilus is opened.
  2. There's no obvious way to access the first window again. The only way is 
ALT+TAB.

  What schould happen:

  If a nautilus window is already open and minimized clicking the
  launcher icon should bring up that window. This was the behavior of
  nautilus windows in Ubuntu 12.10 (quantal).

  Ubuntu 13.04 Raring Ringtail (development branch)
  nautilus 3.6.3-0ubuntu16
  unity 7.0.0daily13.04.18~13.04-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Uname: Linux 3.8.0-18-generic i686
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  Date: Fri Apr 19 11:33:13 2013
  EcryptfsInUse: Yes
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'814x493+136+38'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'182'
  InstallationDate: Installed on 2011-07-23 (635 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to raring on 2013-04-14 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/1170647/+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 1170647] Re: Clicking on Nautilus’ launcher icon opens new window instead of restoring the minimized one when browsing external drives/locations

2014-06-30 Thread Michele Giacomoli
Sorry Dirk, I war referring to comment #58, and didn't see that comment #61
was by Anish too.

In comment #58 Anish submitted a diff marked as a patch. I'd like to apply
the patch, recompile unity, and try if it works


2014-06-30 23:59 GMT+02:00 Dirk Mcbratney djmcbrat...@gmail.com:

 It's not a patch - those are shell commands. Drop them straight into the
 terminal, authenticate, and it'll rename the files and fix the problem.

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

 Title:
   Clicking on Nautilus’ launcher icon opens new window instead of
   restoring the minimized one when browsing external drives/locations

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/1170647/+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/1170647

Title:
  Clicking on Nautilus’ launcher icon opens new window instead of
  restoring the minimized one when browsing external drives/locations

Status in “bamf” package in Ubuntu:
  Triaged
Status in “nautilus” package in Ubuntu:
  Triaged
Status in “unity” package in Ubuntu:
  Triaged

Bug description:
  Sometimes left clicking the nautilus launcher icon doesn't bring up a
  minimized nautilus window. Instead of restoring the window a new
  instance of nautilus is showing up.

  Steps to reproduce:

  1. Open a nautilus window by clicking on the launcher icon.
  2. Navigate to a symlinked directory whose target is located on a different 
harddrive (for example: a symlink to a folder on a sd-card).
  3. Minimize the nautilus window.
  4. Try to bring up that window again by clicking the launcher icon.

  What happens:

  1. A new instance (window) of nautilus is opened.
  2. There's no obvious way to access the first window again. The only way is 
ALT+TAB.

  What schould happen:

  If a nautilus window is already open and minimized clicking the
  launcher icon should bring up that window. This was the behavior of
  nautilus windows in Ubuntu 12.10 (quantal).

  Ubuntu 13.04 Raring Ringtail (development branch)
  nautilus 3.6.3-0ubuntu16
  unity 7.0.0daily13.04.18~13.04-0ubuntu1

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: nautilus 1:3.6.3-0ubuntu16
  ProcVersionSignature: Ubuntu 3.8.0-18.28-generic 3.8.6
  Uname: Linux 3.8.0-18-generic i686
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: i386
  Date: Fri Apr 19 11:33:13 2013
  EcryptfsInUse: Yes
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b'814x493+136+38'
   b'org.gnome.nautilus.window-state' b'sidebar-width' b'182'
  InstallationDate: Installed on 2011-07-23 (635 days ago)
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release i386 (20110426)
  MarkForUpload: True
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to raring on 2013-04-14 (4 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bamf/+bug/1170647/+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 1332947] Re: unity randomly turns on large text in universal access

2014-06-30 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/1332947

Title:
  unity randomly turns on large text in universal access

Status in “unity” package in Ubuntu:
  Confirmed

Bug description:
  I have a macbook pro with retina display. In Ubuntu 14.04 64bit, every
  couple of reboots, the 'large text' option in Universal Access gets
  switched on upon login. It happens in roughly 1 out of 5 reboots for 1
  or more users on the computer.

  It appears to happen to people with small HighDPI screens. In my case, it's 
13 inch at 2560x1600.
  Another example is 13 inch at 1080p -  
http://askubuntu.com/questions/453785/large-text-button-in-universal-access-turns-itself-on-after-reboot-ubuntu-14-0

  unity:
Installed: 7.2.1+14.04.20140513-0ubuntu2
Candidate: 7.2.1+14.04.20140513-0ubuntu2
Version table:
   *** 7.2.1+14.04.20140513-0ubuntu2 0
  500 http://sk.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   7.2.0+14.04.20140423-0ubuntu1.2 0
  500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
   7.2.0+14.04.20140416-0ubuntu1 0
  500 http://sk.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages

  unity-control-center:
Installed: 14.04.3+14.04.20140410-0ubuntu1
Candidate: 14.04.3+14.04.20140410-0ubuntu1
Version table:
   *** 14.04.3+14.04.20140410-0ubuntu1 0
  500 http://sk.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status

  
  intel iris pro graphics (lspci -vvv):

  00:02.0 VGA compatible controller: Intel Corporation Device 0a2e (rev 09) 
(prog-if 00 [VGA controller])
Subsystem: Apple Inc. Device 011a
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 66
Region 0: Memory at b000 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at a000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at 1000 [size=64]
Expansion ROM at unassigned [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00018  Data: 
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: i915

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1332947/+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