[Desktop-packages] [Bug 1754054] [NEW] migrant ibus-pinyin from py2 to py3

2018-03-07 Thread Cui Wei
Public bug reported:

ibus-pinyin is already able to work correctly under py3, while py2 is
too old and dropped by many system.

from the source code of ibus-pinyin from apt, only one-line patch can
make it:

[file]setup/ibus-setup-pinyin.in
-- exec python main.py $@
++ exec python3 main.py $@

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ibus-pinyin 1.5.0-4
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CurrentDesktop: MATE
Date: Wed Mar  7 22:39:51 2018
SourcePackage: ibus-pinyin
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ibus-pinyin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ibus-pinyin in Ubuntu.
https://bugs.launchpad.net/bugs/1754054

Title:
  migrant ibus-pinyin from py2 to py3

Status in ibus-pinyin package in Ubuntu:
  New

Bug description:
  ibus-pinyin is already able to work correctly under py3, while py2 is
  too old and dropped by many system.

  from the source code of ibus-pinyin from apt, only one-line patch can
  make it:

  [file]setup/ibus-setup-pinyin.in
  -- exec python main.py $@
  ++ exec python3 main.py $@

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ibus-pinyin 1.5.0-4
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Wed Mar  7 22:39:51 2018
  SourcePackage: ibus-pinyin
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1751417] [NEW] gtk3.22 makes gedit & pluma screen flash for short text only

2018-02-23 Thread Cui Wei
Public bug reported:

Environment: Ubuntu 18.04 development branch;
GTK-3 version: 3.22;

For almost all gtk3-based text editor, such as gedit, pluma, mousepad.
There is textview flashing issue when the textview doesn't have its
side-scrollbar. Typically, short text in textview can make this
condition satisified.

1) Editor textview flashing problem only happens in OS physical hosts,
and doesn't happen when editors run inside Virtualbox.

2) Editor textview flashing problem doesn't happen in Ubuntu 16.04 which
is of lower gtk3 version;

3) If text document is long to generate either side of scrollbar for the
editor textview, then the textview is no longer flashing.

More to see: https://github.com/mate-desktop/pluma/issues/282
Still, I just ensure that it is not a pluma issue but happens in all gtk3-based 
text editor including gedit.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: libgtk-3-0 3.22.28-1ubuntu1
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CurrentDesktop: MATE
Date: Sat Feb 24 14:32:35 2018
SourcePackage: gtk+3.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

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

Title:
  gtk3.22 makes gedit & pluma screen flash for short text only

Status in gtk+3.0 package in Ubuntu:
  New

Bug description:
  Environment: Ubuntu 18.04 development branch;
  GTK-3 version: 3.22;

  For almost all gtk3-based text editor, such as gedit, pluma, mousepad.
  There is textview flashing issue when the textview doesn't have its
  side-scrollbar. Typically, short text in textview can make this
  condition satisified.

  1) Editor textview flashing problem only happens in OS physical hosts,
  and doesn't happen when editors run inside Virtualbox.

  2) Editor textview flashing problem doesn't happen in Ubuntu 16.04
  which is of lower gtk3 version;

  3) If text document is long to generate either side of scrollbar for
  the editor textview, then the textview is no longer flashing.

  More to see: https://github.com/mate-desktop/pluma/issues/282
  Still, I just ensure that it is not a pluma issue but happens in all 
gtk3-based text editor including gedit.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: libgtk-3-0 3.22.28-1ubuntu1
  ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
  Uname: Linux 4.15.0-10-generic x86_64
  ApportVersion: 2.20.8-0ubuntu10
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat Feb 24 14:32:35 2018
  SourcePackage: gtk+3.0
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1751417/+subscriptions

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


[Desktop-packages] [Bug 1745620] Re: Chromium + Fcitx Input Charactor Loss

2018-01-30 Thread Cui Wei
I sequentially type "buwei", but 'i' is loss outside the chromium
inputbox.

Note that this loss issue doesn't occur in any other gtk3/qt application when 
typing data to their inputbox.
Beside, when I type characters into Chromium address/searching bar (also a 
single-line inputbox), the loss also not happen.

So I guest when chromium decorate html inputbox, and when the inputbox
has position changes/style changes/etc, there might be a wrong signal
from chromium to input method that makes some charactors loss outside
the input method table.

See image attached.

** Attachment added: "a.png"
   
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1745620/+attachment/5045487/+files/a.png

** Changed in: chromium-browser (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1745620

Title:
  Chromium + Fcitx Input Charactor Loss

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Ubuntu 18.04

  1) Install Chromium & fcitx-googlepinyin via apt-get;

  2) Open www.baidu.com, see the searching input block;

  3) Using Fcitx Googlepinyin to "Quickly" input some chinese words;

  4) When "searching input block" reset its style/position, some Fcitx
  Input charactor loss, and it is expected to be handled by Fcitx input
  table. For examples, when I input "shanghai" via Fcitx, I got
  "shnghai" in Fcitx table and "a" is located outside.

  5) This bug doesn't happen with same steps above on Ubuntu 16.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: chromium-browser 63.0.3239.132-0ubuntu1
  ProcVersionSignature: Ubuntu 4.14.0-15.18-generic 4.14.12
  Uname: Linux 4.14.0-15-generic x86_64
  ApportVersion: 2.20.8-0ubuntu6
  Architecture: amd64
  CurrentDesktop: MATE
  DRM.card0-DP-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-VGA-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-eDP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///wAw5FcCAAATAQSVHhN4AteFk1lUjCkiUFQBAQEBAQEBAQEBAQEBAQEByiGggFCEFDAwIDYAML4QAAAacBegwFCEFDAwIDYAML4QAAAa/gA4NzVWS4AxNDFXUDIKQTEhAAkBCiAgAJk=
   modes: 1440x900 1440x900 1152x864 1024x768 800x600 640x480 720x400 640x400 
640x350
  Date: Fri Jan 26 22:03:31 2018
  Desktop-Session:
   'mate'
   '/etc/xdg/xdg-mate:/etc/xdg/xdg-mate:/etc/xdg'
   
'/usr/share/mate:/usr/share/mate:/usr/share/mate:/usr/local/share/:/usr/share/'
  DetectedPlugins:

  Env:
   'None'
   'None'
  InstalledPlugins:

  Load-Avg-1min: 1.43
  Load-Processes-Running-Percent:   0.4%
  MachineType: Dell Inc. Latitude E6410
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.14.0-15-generic 
root=UUID=7b8582e8-53d0-403a-867c-dbf27fdd5877 ro quiet swapaccount=1
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/28/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0K2MDD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd05/28/2010:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn0K2MDD:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6410
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.chromium-browser.default: [modified]
  modified.conffile..etc.default.chromium-browser: [deleted]
  mtime.conffile..etc.chromium-browser.default: 2018-01-05T21:38:59.630569

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

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


[Desktop-packages] [Bug 1745620] Re: Chromium + Fcitx Input Charactor Loss

2018-01-29 Thread Cui Wei
In addition, the issue still happens when upgrading chromium to
64.0.3282.119-0ubuntu1

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1745620

Title:
  Chromium + Fcitx Input Charactor Loss

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Ubuntu 18.04

  1) Install Chromium & fcitx-googlepinyin via apt-get;

  2) Open www.baidu.com, see the searching input block;

  3) Using Fcitx Googlepinyin to "Quickly" input some chinese words;

  4) When "searching input block" reset its style/position, some Fcitx
  Input charactor loss, and it is expected to be handled by Fcitx input
  table. For examples, when I input "shanghai" via Fcitx, I got
  "shnghai" in Fcitx table and "a" is located outside.

  5) This bug doesn't happen with same steps above on Ubuntu 16.04.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: chromium-browser 63.0.3239.132-0ubuntu1
  ProcVersionSignature: Ubuntu 4.14.0-15.18-generic 4.14.12
  Uname: Linux 4.14.0-15-generic x86_64
  ApportVersion: 2.20.8-0ubuntu6
  Architecture: amd64
  CurrentDesktop: MATE
  DRM.card0-DP-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-VGA-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64:
   modes:
  DRM.card0-eDP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///wAw5FcCAAATAQSVHhN4AteFk1lUjCkiUFQBAQEBAQEBAQEBAQEBAQEByiGggFCEFDAwIDYAML4QAAAacBegwFCEFDAwIDYAML4QAAAa/gA4NzVWS4AxNDFXUDIKQTEhAAkBCiAgAJk=
   modes: 1440x900 1440x900 1152x864 1024x768 800x600 640x480 720x400 640x400 
640x350
  Date: Fri Jan 26 22:03:31 2018
  Desktop-Session:
   'mate'
   '/etc/xdg/xdg-mate:/etc/xdg/xdg-mate:/etc/xdg'
   
'/usr/share/mate:/usr/share/mate:/usr/share/mate:/usr/local/share/:/usr/share/'
  DetectedPlugins:

  Env:
   'None'
   'None'
  InstalledPlugins:

  Load-Avg-1min: 1.43
  Load-Processes-Running-Percent:   0.4%
  MachineType: Dell Inc. Latitude E6410
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.14.0-15-generic 
root=UUID=7b8582e8-53d0-403a-867c-dbf27fdd5877 ro quiet swapaccount=1
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/28/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A03
  dmi.board.name: 0K2MDD
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd05/28/2010:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn0K2MDD:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6410
  dmi.product.version: 0001
  dmi.sys.vendor: Dell Inc.
  modified.conffile..etc.chromium-browser.default: [modified]
  modified.conffile..etc.default.chromium-browser: [deleted]
  mtime.conffile..etc.chromium-browser.default: 2018-01-05T21:38:59.630569

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

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


[Desktop-packages] [Bug 1745620] [NEW] Chromium + Fcitx Input Charactor Loss

2018-01-26 Thread Cui Wei
Public bug reported:

Ubuntu 18.04

1) Install Chromium & fcitx-googlepinyin via apt-get;

2) Open www.baidu.com, see the searching input block;

3) Using Fcitx Googlepinyin to "Quickly" input some chinese words;

4) When "searching input block" reset its style/position, some Fcitx
Input charactor loss, and it is expected to be handled by Fcitx input
table. For examples, when I input "shanghai" via Fcitx, I got "shnghai"
in Fcitx table and "a" is located outside.

5) This bug doesn't happen with same steps above on Ubuntu 16.04.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: chromium-browser 63.0.3239.132-0ubuntu1
ProcVersionSignature: Ubuntu 4.14.0-15.18-generic 4.14.12
Uname: Linux 4.14.0-15-generic x86_64
ApportVersion: 2.20.8-0ubuntu6
Architecture: amd64
CurrentDesktop: MATE
DRM.card0-DP-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64:
 modes:
DRM.card0-DP-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64:
 modes:
DRM.card0-VGA-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64:
 modes:
DRM.card0-eDP-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
AP///wAw5FcCAAATAQSVHhN4AteFk1lUjCkiUFQBAQEBAQEBAQEBAQEBAQEByiGggFCEFDAwIDYAML4QAAAacBegwFCEFDAwIDYAML4QAAAa/gA4NzVWS4AxNDFXUDIKQTEhAAkBCiAgAJk=
 modes: 1440x900 1440x900 1152x864 1024x768 800x600 640x480 720x400 640x400 
640x350
Date: Fri Jan 26 22:03:31 2018
Desktop-Session:
 'mate'
 '/etc/xdg/xdg-mate:/etc/xdg/xdg-mate:/etc/xdg'
 '/usr/share/mate:/usr/share/mate:/usr/share/mate:/usr/local/share/:/usr/share/'
DetectedPlugins:

Env:
 'None'
 'None'
InstalledPlugins:

Load-Avg-1min: 1.43
Load-Processes-Running-Percent:   0.4%
MachineType: Dell Inc. Latitude E6410
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.14.0-15-generic 
root=UUID=7b8582e8-53d0-403a-867c-dbf27fdd5877 ro quiet swapaccount=1
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/28/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A03
dmi.board.name: 0K2MDD
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA03:bd05/28/2010:svnDellInc.:pnLatitudeE6410:pvr0001:rvnDellInc.:rn0K2MDD:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6410
dmi.product.version: 0001
dmi.sys.vendor: Dell Inc.
modified.conffile..etc.chromium-browser.default: [modified]
modified.conffile..etc.default.chromium-browser: [deleted]
mtime.conffile..etc.chromium-browser.default: 2018-01-05T21:38:59.630569

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic package-from-proposed

** Description changed:

  Ubuntu 18.04
  
  1) Install Chromium & fcitx-googlepinyin via apt-get;
  
  2) Open www.baidu.com, see the searching input block;
  
  3) Using Fcitx Googlepinyin to "Quickly" input some chinese words;
  
  4) When "searching input block" reset its style/position, some Fcitx
  Input charactor loss, and it is expected to be handled by Fcitx input
  table. For examples, when I input "shanghai" via Fcitx, I got "shnghai"
  in Fcitx table and "a" is located outside.
  
+ 5) This bug doesn't happen on same steps above on Ubuntu 16.04.
+ 
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: chromium-browser 63.0.3239.132-0ubuntu1
  ProcVersionSignature: Ubuntu 4.14.0-15.18-generic 4.14.12
  Uname: Linux 4.14.0-15-generic x86_64
  ApportVersion: 2.20.8-0ubuntu6
  Architecture: amd64
  CurrentDesktop: MATE
  DRM.card0-DP-1:
-  enabled: disabled
-  dpms: Off
-  status: disconnected
-  edid-base64: 
-  modes:
+  enabled: disabled
+  dpms: Off
+  status: disconnected
+  edid-base64:
+  modes:
  DRM.card0-DP-2:
-  enabled: disabled
-  dpms: Off
-  status: disconnected
-  edid-base64: 
-  modes:
+  enabled: disabled
+  dpms: Off
+  status: disconnected
+  edid-base64:
+  modes:
  DRM.card0-VGA-1:
-  enabled: disabled
-  dpms: Off
-  status: disconnected
-  edid-base64: 
-  modes:
+  enabled: disabled
+  dpms: Off
+  status: disconnected
+  edid-base64:
+  modes:
  DRM.card0-eDP-1:
-  enabled: enabled
-  dpms: On
-  status: connected
-  edid-base64: 
AP///wAw5FcCAAATAQSVHhN4AteFk1lUjCkiUFQBAQEBAQEBAQEBAQEBAQEByiGggFCEFDAwIDYAML4QAAAacBegwFCEFDAwIDYAML4QAAAa/gA4NzVWS4AxNDFXUDIKQTEhAAkBCiAgAJk=
-  modes: 1440x900 1440x900 1152x864 1024x768 800x600 640x480 720x400 640x400 
640x350
+  enabled: enabled
+  dpms: On
+  status: connected
+  edid-base64: 
AP///wAw5FcCAAATAQSVHhN4AteFk1lUjCkiUFQBAQEBAQEBAQEBAQEBAQEByiGggFCEFDAwIDYAML4QAAAacBegwFCEFDAwIDYAML4QAAAa/gA4NzVWS4AxNDFXUDIKQTEhAAkBCiAgAJk=
+  modes: 1440x900 1440x900 1152x864 1024x768 800x600 640x480 720x400 640x400 
640x350
  Date: Fri Jan 26 22:03:31 2018
  Desktop-Session:
-  'mate'
-  '/etc/xdg/xdg-mate:/etc/xdg/xdg-mate:/etc/xdg'
-  

[Desktop-packages] [Bug 1742156] [NEW] network-manager wired DHCP mode doesn't work on Ubuntu 18.04

2018-01-09 Thread Cui Wei
Public bug reported:

In virtualbox with NAT configured (10.0.2.2 as defaul DHCP IP), network-
manager on ubuntu 18.04 cannot find any wired interface and also cannot
connect to network via DHCP.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: network-manager (not installed)
ProcVersionSignature: Ubuntu 4.14.0-15.18-generic 4.14.12
Uname: Linux 4.14.0-15-generic x86_64
ApportVersion: 2.20.8-0ubuntu6
Architecture: amd64
CurrentDesktop: MATE
Date: Tue Jan  9 21:44:54 2018
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1742156

Title:
  network-manager wired DHCP mode doesn't work on Ubuntu 18.04

Status in network-manager package in Ubuntu:
  New

Bug description:
  In virtualbox with NAT configured (10.0.2.2 as defaul DHCP IP),
  network-manager on ubuntu 18.04 cannot find any wired interface and
  also cannot connect to network via DHCP.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: network-manager (not installed)
  ProcVersionSignature: Ubuntu 4.14.0-15.18-generic 4.14.12
  Uname: Linux 4.14.0-15-generic x86_64
  ApportVersion: 2.20.8-0ubuntu6
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Jan  9 21:44:54 2018
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-18 Thread Cui Wei
Thanks,

when could this issue be to "fixed released"?

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  Fix Committed

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.
  [bdmurray] - That's not a description of what could go wrong, rather one of 
what hasn't gone wrong in Yakkety.  Please add some possible regressions and 
what users testing this fix should look out for.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-17 Thread Cui Wei
I keep using it till now and don't find anything wrong.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  Fix Committed

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.
  [bdmurray] - That's not a description of what could go wrong, rather one of 
what hasn't gone wrong in Yakkety.  Please add some possible regressions and 
what users testing this fix should look out for.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-02 Thread Cui Wei
I didn't find 3.18.7-0ubuntu0.2 in your ppa, have you updated it?

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-02 Thread Cui Wei
Sure, waiting for your update in ppa.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-02 Thread Cui Wei
I think metacity after 14.04 really goes into a bad state, is it
possible to have a full refactor on it? I'll still choose to use marco-
gtk3 temperarily.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-02 Thread Cui Wei
If I use metacity with composite-manager disabled, mouse pointer mapping
to object position messed up sometimes. For example, if I open a dialog,
and I wanna click a button from that dialog, sometimes it's useless no
matter how many times I clicked on it, the button seems not to be even
pressed down. It is likely that I am clicking on another position
because the OS is not busy and other programs work smoothly. After I
restart metacity, it is not restarted successfully but fall back to
login session which indicate my window manager crash down. I am sure
this issue happened several months ago and it is another bug from
metacity with composite-manager disabled, not related to
metacity/+bug/1614050.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-02 Thread Cui Wei
For comment #31, 'recommended' should be 'remembered'

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-02 Thread Cui Wei
I still recommended what I had done when I had this issue (composite-
manager is enabled):

I opened a gnome-terminal, clicked "Help -> About GNOME terminal", then
I see an about dialog belonging in front of me, then I clicked "Close"
button at the right-bottom of this dialog to close it, but both of the
about-dialog and gnome-terminal-main-window disappear, and they were
never displayable again unless restarting metacity.

After restarting metacity, gnome-terminal-main-window appeared again,
then I tried to re-do the above steps but it was not reproducible this
time ...

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-02 Thread Cui Wei
Oops.. I am using 3.18.7-0ubuntu0.1 and I have this issue again. I don't
know whether this version is the updated one you said.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-11-01 Thread Cui Wei
Is the updated version 3.18.7-0ubuntu0.1 in xenial?

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  # Test Case
  Described in comment 
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1614050/comments/16

  # Impact
  Sometimes the window depth order is wrong, for example the desktop icons 
appear above all windows. Also sometimes windows disappear and the only way to 
bring them back to life is restarting Metacity. This can result in loss of work 
results for users who do not know how to deal with this bug.

  # Fix
  The Xenial fix is composed of two upstream commits, in gnome-3-18 branch:
  - https://git.gnome.org/browse/metacity/commit/?id=d5f9e42e30c67d07
  - https://git.gnome.org/browse/metacity/commit/?id=72488dc76ee24a3e

  # Regression Potential
  The patch has been in Yakkety for almost a month, and nobody complained.

  =
  Using the gome-flashback session with metacity is totally messed up since I 
updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  I guess all those effects originate from a similiar reason. None of
  these problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-10-25 Thread Cui Wei
I didn't find any messed up at the moment, and I suggest more persons to
use and test on it.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  Using the gome-flashback session with metacity is totally messed up
  since I updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  
  I guess all those effects originate from a similiar reason. None of these 
problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-10-24 Thread Cui Wei
Hey, Alberts, what about the progress to port the fixed update to xenial
source?

Another question is that, are you confirmed that the issue only happened
in composite mode?

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  Using the gome-flashback session with metacity is totally messed up
  since I updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  
  I guess all those effects originate from a similiar reason. None of these 
problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-10-04 Thread Cui Wei
I am not sure whether it is indeed fixed without a long-term testing
procedure, but I could say that didn't encounter this issue again after
using it for 4-5 days. So at least, the ppa version with this patch is
no-doubt more stable that the current one in ubuntu mainstream
repository.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New

Bug description:
  Using the gome-flashback session with metacity is totally messed up
  since I updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  
  I guess all those effects originate from a similiar reason. None of these 
problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-10-04 Thread Cui Wei
Hi, metacity in Ubuntu xenial should apply for this patch as well.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Fix Released

Bug description:
  Using the gome-flashback session with metacity is totally messed up
  since I updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  
  I guess all those effects originate from a similiar reason. None of these 
problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-09-25 Thread Cui Wei
I recommend Alberts to use nemo 3.18 on ubuntu 16.04 and keep using for
several days because I think nemo background is more possible to cover
all windows than nautilus background under the management of metacity.

Nemo 3.18 is only integrated with ubuntu 14.04. If it's hard to find a
nemo repo for gnome desktop and compiled with ubuntu 16.04 libraries,
here is one:

http://ppa.launchpad.net/ghostplant/flashback/ubuntu/pool/main/n/nemo/

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Using the gome-flashback session with metacity is totally messed up
  since I updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  
  I guess all those effects originate from a similiar reason. None of these 
problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1614050] Re: Window depth order messed up

2016-09-25 Thread Cui Wei
I have to say that I have given up using metacity for nearly two months
because I encountered this issue all the time since using it and cannot
find a way to reproduce it intentionally. Instead, I am using
macro:yakkety which is also based on GTK3 and it works well and
stablely.

I can confirm that metacity:trusty doesn't has this issue but
metacity:xenial has this issue.

And I can also confirm that metacity:xenial has this issue on virtualbox
as well.

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

Title:
  Window depth order messed up

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Using the gome-flashback session with metacity is totally messed up
  since I updated from Ubuntu 14.04.3 to 16.04.1.

  All the effects mentioned here do not appear when using compiz, so I
  guess Metacity is broken.

  -Windows that should open in front (like Kupfer) appear behind the
  windows already open.

  -Before nemo is run, the Ubuntu default desktop background image
  appear, it can't be changed by settings. I just guess this is due
  wrong ordering of the true background and some window used by Gnome
  for showing the selected background.

  -If nemo is run to take over the desktop, the destkop icons appear in
  front of all windows.

  
  I guess all those effects originate from a similiar reason. None of these 
problems where appearant at Ubuntu 14.04.

  This is a total show stopper for using metacity on 16.04 as everyday
  applications like nemo and Kupfer can't be used.

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-07-24 Thread Cui Wei
This NV Card (with Nouveau driver) also has window missing issue.

#lsmod | grep NV
01:00.0 VGA compatible controller: NVIDIA Corporation GF119 [GeForce GT 620 
OEM] (rev a1)

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1596574] Re: Cannot resize window by dragging the top edge

2016-06-29 Thread Cui Wei
Yes, metacity in Xenial doesn't get updated.

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

Title:
  Cannot resize window by dragging the top edge

Status in metacity package in Ubuntu:
  Fix Released
Status in metacity source package in Xenial:
  New
Status in metacity source package in Yakkety:
  Fix Released

Bug description:
  [General information about the SRU]
  * It includes fix for bug 1582687 which was already backported.
  * It fixes bug 1509031, bug 1592953 and bug 1596574.
  * Other commits are minor bugfixes, the full log can be seen here:
https://git.gnome.org/browse/metacity/log/?h=3.18.5
  * There is also a NEWS file, here:
https://git.gnome.org/browse/metacity/tree/NEWS?h=3.18.5

  [Impact]
  This affects only users of Metacity with compositing mode disabled (which are 
usually users on old hardware or virtualized systems).

  [Test Case]
  * gsettings set org.gnome.metacity compositing-manager false;
  * Try resizing a window by dragging its top edge.

  [Regression Potential]
  The fix is one-line and should not cause any regressions.

  -

  Bug Version: 1:3.18.4-0ubuntu0.3

  Metacity running without composite manager.

  Users cannot resize window by dragging its top edge.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.4-0ubuntu0.3
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jun 27 23:18:31 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
     Users in the 'systemd-journal' group can see all messages. Pass -q to
     turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1596574] [NEW] Cannot resize window by dragging the top edge

2016-06-27 Thread Cui Wei
Public bug reported:

Bug Version: 1:3.18.4-0ubuntu0.3

Metacity running without composite manager.

Users cannot resize window by dragging its top edge.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: metacity 1:3.18.4-0ubuntu0.3
ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
Uname: Linux 4.4.0-24-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Jun 27 23:18:31 2016
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: metacity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Cannot resize window by dragging the top edge

Status in metacity package in Ubuntu:
  New

Bug description:
  Bug Version: 1:3.18.4-0ubuntu0.3

  Metacity running without composite manager.

  Users cannot resize window by dragging its top edge.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.4-0ubuntu0.3
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jun 27 23:18:31 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-06-27 Thread Cui Wei
1) both of the output is 'Ambiance', and I figure out the differences:
with Ambiance theme ->

metacity have 1px-border to resize for left/right/bottom, 0px-border to resize 
for top;
Marco have 1px-border to resize for left/right/bottom, 3px-border to resize for 
top;

So it seems that Marco is more comfortable to do resizing operation, and
do you know how to modify Ambiance theme to make metacity able to resize
on top edge?

2) It works for left/right/bottom edges.

3) GTX 850M/(Others will be posted some days later because I am
unavailable to those laptop at the moment.)

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-06-27 Thread Cui Wei
1) running Marco without composit manager is easy to resize window on
all edges of a window (including top/bottom/left/width), and it seems
the border to resize is about 3px - 5px.

2) modify theme will only work for CSD window. Apps such as gnome-
terminal is still hard to resize

3) Metacity with composit manager still have window-missing problem on
all of my NV-Card laptops, but other Card such as Intel/ATI don't have
this issue. Lastest Marco (no matter compiled with GTK2/GTK3) still
works well on all kinds of Video Card, and never have window missing
problem.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-06-27 Thread Cui Wei
1) I can resize gedit/.. at the left/right/bottom edge of the window,
but resizing is hard because 1px edge is too thing to catch. And I
cannot resize them via the top edge of the window.

2) I am using Ambiance, without composit manager.

3) I have tried on serveral laptop (DELL/Acer/..) and all of them are
hard to resize a window.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-06-23 Thread Cui Wei
Still have most of the above issues.

marco Package in Ubuntu Yakkety is using Gtk3 by default, and it works
well.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-06-22 Thread Cui Wei
@Alberts,

Hi, do you know why GUI applications (such as gnome-terminal/gedit)
can't be resized when metacity is under "no-composite" mode? Can you fix
it?

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1584277] [NEW] file-roller StartupNotify error in gnome-panel menu list

2016-05-20 Thread Cui Wei
Public bug reported:

When opening "*.tgz" multiple times, gnome-panel is full of "Opening
Archive ..".

Please do the following change to fix it:

[/usr/share/applications/org.gnome.FileRoller.desktop]
7c7
< StartupNotify=true
---
> StartupNotify=false

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: file-roller 3.16.5-0ubuntu1 [modified: 
usr/share/applications/file-roller.desktop 
usr/share/applications/org.gnome.FileRoller.desktop]
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat May 21 11:41:02 2016
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: file-roller
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1584277

Title:
  file-roller StartupNotify error in gnome-panel menu list

Status in file-roller package in Ubuntu:
  New

Bug description:
  When opening "*.tgz" multiple times, gnome-panel is full of "Opening
  Archive ..".

  Please do the following change to fix it:

  [/usr/share/applications/org.gnome.FileRoller.desktop]
  7c7
  < StartupNotify=true
  ---
  > StartupNotify=false

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: file-roller 3.16.5-0ubuntu1 [modified: 
usr/share/applications/file-roller.desktop 
usr/share/applications/org.gnome.FileRoller.desktop]
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat May 21 11:41:02 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: file-roller
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1535184] Re: Is it reasonable to move "zenity" from "Depends:" to "Recommends:" for metacity package?

2016-05-18 Thread Cui Wei
It seems that missing zenity command won't make metacity fault.

Temporarily, a better solution is to install a virtual package (with
"Provides: zenity") by users themselves. So I thinks metacity needn't
fix this issue actually!

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

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

Title:
  Is it reasonable to move "zenity" from "Depends:" to "Recommends:" for
  metacity package?

Status in metacity package in Ubuntu:
  Invalid

Bug description:
  Actually metacity don't really depend on "zenity" package.

  I want to install metacity and purge zenity because zenity depends on
  too much heavy packages like aspell, dictionaries-common, libwebkit-
  gtk-3, libgstreams-0.. which are very and very big.

  So is it possible to move "zenity" in "DEBIAN/control" file from
  "Depends" to "Recommends" ?

  For most developers, long-time regardless of Metacity makes metacity
  dependencies too unreasonable...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64/armhf
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 18 13:16:18 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-05-18 Thread Cui Wei
Proprietary driver is a little complex to install due to dual Video
Card.

And I don't think the key point is nouveau because
marco/metacity3.14/compiz don't have window missing issue.

As for current metacity 3.18.4-0ubuntu0.1, window title shadow unerased
when switching Tab-page still exists (#46), though it is not a serious
problem. And non-alphabet title displayment problem(#67) has been fixed!

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-05-18 Thread Cui Wei
Hi, after upgrading to metacity 3.18.4-0ubuntu0.1.

It will never crash. But window-missing issue still exists. I think
window-missing issue only happens on NVDIA Card and using nouveau
driver.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1518780] Re: Metacity with composite rendering error for GUI menu border

2016-05-18 Thread Cui Wei
Well, this is an old problem when xenial is not released, but now fixed!

** Changed in: metacity (Ubuntu)
   Status: New => Fix Released

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

Title:
  Metacity with composite rendering error for GUI menu border

Status in metacity package in Ubuntu:
  Fix Released

Bug description:
  1) sudo apt-get install gnome-session-flashback

  2) Logoff and switch to "Gnome Flashback Metacity" session

  3) right-click for desktop background, white block is shown out of
  menu border

  
  My GPU is NVdia GTX 850M

  This problem is caused under Ubuntu 16.04 Dev

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Nov 23 06:43:44 2015
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority', 'warning'] failed with 
exit code 1: Hint: You are currently not seeing messages from other users and 
the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-05-07 Thread Cui Wei
@Alberts Muktupāvels

Hi, metacity (as well as marco from mate) have same issue about
displaying non-alphabet title, for example:

mkdir -p ~/中中中
firefox ~/中中中

when firefox is not maximized, the titlebar region only displays around
half of the text.

when executing "compiz --replace"

most of the text will be fully displayed in titlebar region.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-30 Thread Cui Wei
Another bug (let's call it Issue-5)  that metacity 3.18 has while marco
(no matter gtk2/grk3) doesn't has, is that some window is lacking
rendering by metacity once it is launched from gnome-panel. Gedit always
lack rendering. See the image which is using metacity 3.18.[any].

Replacing with marco and you can see those windows never lackes
rendering (their body view)


** Attachment added: "VirtualBox_minion1_01_05_2016_03_34_39.png"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+attachment/4652355/+files/VirtualBox_minion1_01_05_2016_03_34_39.png

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-30 Thread Cui Wei
Due to marco depending on serveral mate package, you could try this
version that build gtk3 directly, and compare the differences with
metacity 3.18.4, considering the above 4 issues.

sudo add-apt-repository ppa:ghostplant/testing
sudo apt-get update
sudo apt-get source gmarco

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-30 Thread Cui Wei
3.18.3+git20160418-1ubuntu3 - This version contains all of these bugs:

1) the shadow of Charactors from Window title unerased;

2) Window missing bug;

3) /usr/bin/metacity Process Crash (I thought it doesn't crash before,
but I think I am wrong because I met two crashes of this version)

4) When resizing a newly-launched window, it is not as fluent as I think
for the first 2 to 3 second. (Actually it is not an isse that ONLY
happen in 3.18.3+git20160418-1ubuntu3, but  3.18.3,  3.18.2, ..)

===

"apt-get source marco" and recompiling it with "--with-gtk=3.0"

1) No shadow from window title;

2) no crash;

3) no window missing;

4) resizing is very very smooth and quick, in addiction, seems to cost
lower memory.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-24 Thread Cui Wei
click

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-24 Thread Cui Wei
output under buggy state and "show-desktop-icons == true"

** Attachment added: "out"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+attachment/4645594/+files/out

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-24 Thread Cui Wei
/var/log/Xorg.0.log ->

[ 35975.896] (II) modeset(0): EDID vendor "CMN", prod id 5568
[ 35975.896] (II) modeset(0): Printing DDC gathered Modelines:
[ 35975.896] (II) modeset(0): Modeline "1920x1080"x0.0  151.60  1920 2010 2070 
2220  1080 1086 1095 1138 -hsync -vsync (68.3 kHz eP)
[ 36169.344] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 36171.511] (II) AIGLX: Resuming AIGLX clients after VT switch
[ 36171.515] (II) modeset(0): EDID vendor "CMN", prod id 5568
[ 36171.515] (II) modeset(0): Printing DDC gathered Modelines:
[ 36171.515] (II) modeset(0): Modeline "1920x1080"x0.0  151.60  1920 2010 2070 
2220  1080 1086 1095 1138 -hsync -vsync (68.3 kHz eP)

--

All logs (>= 36169.344) are logs switching "org.gnome.desktop.background
show-desktop-icons"

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-24 Thread Cui Wei
from "not show desktop icon" to "show desktop icon"

** Attachment added: "output.webm"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+attachment/4645474/+files/output.webm

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-24 Thread Cui Wei
See recording of 3.18.4

** Attachment added: "a.flv"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+attachment/4645468/+files/a.flv

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-24 Thread Cui Wei
I am currently under buggy state (nautilus + metacity 3.18.4), temperary
using "DISPLAY=:0 gsettings set org.gnome.desktop.background show-
desktop-icons false" to show other window now.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-24 Thread Cui Wei
@Alberts

Hi, I strongly recommend to fix "edge shadow unerased" issue from 3.18.4
version, and upgrade metacity in xenial repository to 3.18.4. Because
current 3.18.3-1ubuntu3 version is very easy to crash, though no window
missing.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1573925] [NEW] fix buggy style for nautilus on ubuntu 16.04 flashback (light-theme)

2016-04-23 Thread Cui Wei
Public bug reported:

1) Disable CDS style when XDG_CURRENT_DESKTOP="GNOME-Flashback:Unity"

2) Show the menubar like it is shown under Unity Session.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat Apr 23 15:51:00 2016
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b"'1105x816+176+136'"
 b'org.gnome.nautilus.desktop' b'trash-icon-visible' b'false'
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
 file-roller3.16.4-1ubuntu3
 gnome-terminal 3.18.3-1ubuntu1

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


** Tags: amd64 apport-bug xenial

** Attachment added: "nautilus-ubuntu-flashback.patch"
   
https://bugs.launchpad.net/bugs/1573925/+attachment/4643835/+files/nautilus-ubuntu-flashback.patch

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

Title:
  fix buggy style for nautilus on ubuntu 16.04 flashback (light-theme)

Status in nautilus package in Ubuntu:
  New

Bug description:
  1) Disable CDS style when XDG_CURRENT_DESKTOP="GNOME-Flashback:Unity"

  2) Show the menubar like it is shown under Unity Session.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Apr 23 15:51:00 2016
  GsettingsChanges:
   b'org.gnome.nautilus.window-state' b'geometry' b"'1105x816+176+136'"
   b'org.gnome.nautilus.desktop' b'trash-icon-visible' b'false'
   b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:
   file-roller3.16.4-1ubuntu3
   gnome-terminal 3.18.3-1ubuntu1

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-22 Thread Cui Wei
Hi, I met window missing just now, based on ppa version.

But when I use Ctrl + Shift + I to debug, I found out that the debug
window is also unable to display.

Luckily, I was using nemo, so I switch to tty1 and run:

DISPLAY=:0 gsettings set org.nemo.desktop show-desktop-icons false

Then switching back to desktop, all windows came back. So it is
definitely the background cover all windows.

If I execute "gsettings set org.gnome.gnome-flashback desktop-background
true", then it will also cover all windows, which is similar to this
issue but this issue is cause by nautilus/nemo covering other windows.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-22 Thread Cui Wei
Firstly, I didn't meet window missing bug with the ppa version till now,
but I'm not sure whether it will happen several days later (Just like
what I had said at #43, it took around 4-5 days to produce one window
missing ..)

Secondly, as for the new issue (title rendering problem), I can provide
the following information:

My Physical PC:

$ lspci | grep NV -i
01:00.0 3D controller: NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)

$ lsmod | grep nou
nouveau  1495040  0
mxm_wmi16384  1 nouveau
ttm98304  1 nouveau
i2c_algo_bit   16384  2 i915,nouveau
drm_kms_helper139264  2 i915,nouveau
drm   360448  11 ttm,i915,drm_kms_helper,nouveau
wmi20480  3 msi_wmi,mxm_wmi,nouveau
video  40960  3 i915,msi_wmi,nouveau

-

Open gnome-terminal (or firefox / nautilus / gedit or any other apps
that can support multi tab-pages), and confirm that

1、Makeing the window maximized
2、Using Composite Manager

Then, Ctrl + Shift + T to generate a new tab page, then switching it
will leave the edge shadow of each charactor in the title unerased, like
what I had shown in the above image.

I have tested that,

1、without composite manager, this issue (edge of each title charactor is
unerased) doesn't happen, even when the window is maximized.

2、If the window is not maximized, this issue also doesn't happen, even
when  Composite Manager is enabled.

3、this issue doesn't happen inside my created virtualbox, even if this
virtualbox runs on my current metacity session, with composite manager
enabled.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-22 Thread Cui Wei
I am wondering what you changed in your ppa version. The window title
looks strange when opening multiple tab-pages and switching among them.
(See the image attached ..)

** Attachment added: "image.png"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+attachment/4642494/+files/image.png

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-18 Thread Cui Wei
Thanks, I'll try it tonight!

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-18 Thread Cui Wei
Sorry, I met a window missing today with patch "Test...  (1021 bytes,
text/plain) "

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-16 Thread Cui Wei
@Alberts

I think this patch is okay because I didn't meet a crash or window
missing till now!

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-15 Thread Cui Wei
No bug at the moment, otherwise I'll report it!

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-15 Thread Cui Wei
Yes, I have been testing the new patch since yesterday. And it still
requires another one-or-two day testing to confirm~

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-14 Thread Cui Wei
** Changed in: metacity (Ubuntu)
   Status: Fix Released => In Progress

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  In Progress

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-14 Thread Cui Wei
Sorry, CDE -> CSD

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-14 Thread Cui Wei
compiz is soo slow without 3D support, such as KVM & virtualbox.

If I have to use compiz, I will use unity instead of gnome-flashback.

marco2 is a branch of old metacity and currently version is stable
(including composite-manager), and support GTK3 CDE window. It is a good
choice to recompile it with "--enable-gtk3" options. metacity 3.14 is
also stable but have poor support for recent CDE window.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Fix Released

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1569301] Re: cannot connect pptp-vpn after upgrading via apt from 1.0.* to 1.1.93

2016-04-14 Thread Cui Wei
Fixed after upgrading network-manager-pptp*

** Changed in: network-manager-pptp (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-pptp in Ubuntu.
https://bugs.launchpad.net/bugs/1569301

Title:
  cannot connect pptp-vpn after upgrading via apt from 1.0.* to 1.1.93

Status in network-manager-pptp package in Ubuntu:
  Fix Released

Bug description:
  After upgrading, the connection of VPN failed immediately I select the
  "VPN1" connect option in nm-applet.

  I remove the VPN1 and re-create again, but still failed to connect.

  when running "nmcli c up VPN1", it replies failing of "unknown
  reason".

  
  ==

  
  I roll back the version to 1.0 and then it works well!

  
  Currently I am using rolled-back version of network-manager-pptp,

  so don't care much about the appending logs.

  
  The issue of VPN connection bug comes from the version: 1.1.93.

  ==

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-pptp 1.0.8-2ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Apr 12 19:47:14 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: network-manager-pptp
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-12 Thread Cui Wei
Hi, I am happy to report that there is no window missing at the moment,
and compared with the original version, I found out a different
phenomenon after applying this test.patch.


As has been said above, previously when I was using metacity original version, 
there is a small possiblity of window missing.

But now, there is no window missing, instead, there is a small
possiblity for the whole desktop to be turned dark slightly and then
recover in very short time, approximately 0.1 to 0.5 second. The focus
state of windows are correct so this new issue isn't a big deal. And
this issue only happenes after adding this patch.

I think this new version would be better than the orignial version,
because users can at least work normally without replacing window
manager when missing windows.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1569301] Re: cannot connect pptp-vpn after upgrading via apt from 1.0.* to 1.1.93

2016-04-12 Thread Cui Wei
After ungrading network-manager to 1.1.93, though I failed to connect
VPN though nm-applet,

however, If I use "pptpsetup .. ; pon .. ; ip route add default .." to
establish PPTP VPN, then VPN will be able to connect successfully.

---

So I think it's definitely the bug from network-manager instead of linux
drivers or my network environment.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-pptp in Ubuntu.
https://bugs.launchpad.net/bugs/1569301

Title:
  cannot connect pptp-vpn after upgrading via apt from 1.0.* to 1.1.93

Status in network-manager-pptp package in Ubuntu:
  New

Bug description:
  After upgrading, the connection of VPN failed immediately I select the
  "VPN1" connect option in nm-applet.

  I remove the VPN1 and re-create again, but still failed to connect.

  when running "nmcli c up VPN1", it replies failing of "unknown
  reason".

  
  ==

  
  I roll back the version to 1.0 and then it works well!

  
  Currently I am using rolled-back version of network-manager-pptp,

  so don't care much about the appending logs.

  
  The issue of VPN connection bug comes from the version: 1.1.93.

  ==

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-pptp 1.0.8-2ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Apr 12 19:47:14 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: network-manager-pptp
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1569301] [NEW] cannot connect pptp-vpn after upgrading via apt from 1.0.* to 1.1.93

2016-04-12 Thread Cui Wei
Public bug reported:

After upgrading, the connection of VPN failed immediately I select the
"VPN1" connect option in nm-applet.

I remove the VPN1 and re-create again, but still failed to connect.

when running "nmcli c up VPN1", it replies failing of "unknown reason".


==


I roll back the version to 1.0 and then it works well!


Currently I am using rolled-back version of network-manager-pptp,

so don't care much about the appending logs.


The issue of VPN connection bug comes from the version: 1.1.93.

==

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: network-manager-pptp 1.0.8-2ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
Uname: Linux 4.4.0-15-generic x86_64
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Tue Apr 12 19:47:14 2016
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: network-manager-pptp
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: network-manager-pptp (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager-pptp in Ubuntu.
https://bugs.launchpad.net/bugs/1569301

Title:
  cannot connect pptp-vpn after upgrading via apt from 1.0.* to 1.1.93

Status in network-manager-pptp package in Ubuntu:
  New

Bug description:
  After upgrading, the connection of VPN failed immediately I select the
  "VPN1" connect option in nm-applet.

  I remove the VPN1 and re-create again, but still failed to connect.

  when running "nmcli c up VPN1", it replies failing of "unknown
  reason".

  
  ==

  
  I roll back the version to 1.0 and then it works well!

  
  Currently I am using rolled-back version of network-manager-pptp,

  so don't care much about the appending logs.

  
  The issue of VPN connection bug comes from the version: 1.1.93.

  ==

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager-pptp 1.0.8-2ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-15.31-generic 4.4.6
  Uname: Linux 4.4.0-15-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Apr 12 19:47:14 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: network-manager-pptp
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-11 Thread Cui Wei
Okay, I will test soon.

Recent 2 days I was using "metacity --no-composite", and till now I
didn't get a crash or window missing (0 crash and 0 window missing under
no-composite mode).

Though "metacity --no-composite" seems to be more stable, but has poor
support for gtk3 style such as transparency.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1554878] Re: fix up usage of XDG_CURRENT_DESKTOP

2016-04-10 Thread Cui Wei
will this bug fixed before formal release of Ubuntu 16.04 LTS?

For nautilus 3.18.4.is.3.14.3:


--- nautilus-3.18.4.is.3.14.3.orig/src/nautilus-window.c
+++ nautilus-3.18.4.is.3.14.3/src/nautilus-window.c
@@ -1554,7 +1554,24 @@ nautilus_window_constructed (GObject *se
 
window->details->toolbar = create_toolbar (window);
desktop = g_getenv ("XDG_CURRENT_DESKTOP");
-   if (desktop && strstr (desktop, "GNOME"))
+   
+   gchar **desktop_names;
+   gboolean is_gnome;
+   int i;
+   
+   is_gnome = FALSE;
+   if (desktop != NULL) {
+   desktop_names = g_strsplit (desktop, ":", 0);
+   for (i = 0; desktop_names[i]; ++i) {
+   if (!g_strcmp0 (desktop_names[i], "GNOME")) {
+   is_gnome = TRUE;
+   break;
+   }
+   }
+   g_strfreev (desktop_names);
+   }
+   
+   if (is_gnome)
gtk_window_set_titlebar (GTK_WINDOW (window), 
window->details->toolbar);
else {
gtk_container_add (GTK_CONTAINER (grid), 
window->details->toolbar);


Hope to get nautilus fixed soon.

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

Title:
  fix up usage of XDG_CURRENT_DESKTOP

Status in GLib:
  Confirmed
Status in Python XDG App:
  Confirmed
Status in empathy package in Ubuntu:
  Fix Released
Status in eog package in Ubuntu:
  Fix Released
Status in gnome-control-center package in Ubuntu:
  Fix Released
Status in nautilus package in Ubuntu:
  Triaged
Status in pyxdg package in Ubuntu:
  Confirmed
Status in totem package in Ubuntu:
  Fix Released
Status in unity-control-center package in Ubuntu:
  Triaged
Status in unity-settings-daemon package in Ubuntu:
  Confirmed
Status in yelp package in Ubuntu:
  Fix Released

Bug description:
  Since being standardised XDG_CURRENT_DESKTOP supports specifying
  multiple Desktop Names seperated by a colon, however many of the
  patches in Ubuntu pre-date this change so don't correctly support the
  current format in some cases.

  These days XDG_CURRENT_DESKTOP will look something like
  Unity
  GNOME (gnome-shell)
  GNOME-Classic:GNOME (gnome-shell classic mode)
  GNOME-Flashback:Unity (Flashback sesison, although upstream and debian use 
GNOME-Flashack:GNOME for this)

  Many of the patches only check for == "Unity" or == "GNOME", so
  misbehave for the latter cases in the list above.

  I suspect this will be more widespread than just nautilus, but fixing
  that would be a good start. Since most of this code is still Ubuntu
  specific (upstream mainly use XDG_CURRENT_DESKTOP for onlyShowIn etc),
  probably taking the last value in the string would get the desired
  result of Unity vs GNOME3 behaviour

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2
  Uname: Linux 4.4.0-8-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Mar  9 15:04:36 2016
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to xenial on 2015-11-28 (102 days ago)

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

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


[Desktop-packages] [Bug 1534520] Re: gnome-terminal.desktop isn't shown on nautilus desktop

2016-04-10 Thread Cui Wei
** Changed in: nautilus (Ubuntu)
   Status: New => Fix Released

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

Title:
  gnome-terminal.desktop isn't shown on nautilus desktop

Status in Nautilus:
  Fix Released
Status in nautilus package in Ubuntu:
  Fix Released

Bug description:
  1、sudo apt-get install gnome-session-flashback

  2、Goto flashback Session

  3、Dragging Gnome Terminal App to Desktop, it isn't shown.

  A brief solution is to modify this file "/usr/share/applications
  /gnome-terminal.desktop",

  from -- "OnlyShowIn=GNOME;Unity;"
  to -- "OnlyShowIn=GNOME;Unity;GNOME-Flashback:Unity;"

  since the XDG_CURRENT_DESKTOP value under gnome-flashback session is
  GNOME-Flashback:Unity

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.2-1ubuntu2 [modified: 
usr/share/applications/gnome-terminal.desktop]
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Fri Jan 15 17:22:03 2016
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-10 Thread Cui Wei
Hi, I have sent a webm recording of this issue.


@dino99
Is this issue same as yours?

** Attachment added: "Ubuntu.webm"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+attachment/4631323/+files/Ubuntu.webm

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1557904] Re: 3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

2016-04-10 Thread Cui Wei
Hi, I have sent a webm record of this issue

** Attachment added: "Ubuntu.webm"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1557904/+attachment/4631322/+files/Ubuntu.webm

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

Title:
  3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

Status in metacity package in Ubuntu:
  Fix Released

Bug description:
  
  1. Bug: Many Gtk3 Softwares don't show their border of window, based on 
Ubuntu Light-theme. (See attachment Bug1)

   sudo apt-get install gnome-session-flashback gnome-system-monitor
  gedit light-theme

   [Logout and login to Gnome Flashback Session (Metacity)]

   Open nautilus window browser,

   Open gnome-system-monitor, then open "Preference" item from menu.

   Open gedit, then open "Preference" item from menu.

   ..

   Non of these window have border, which is extremely unfit under
  metacity compositing mode (metacity -c --replace).

  
   Note: If I install an old version - metacity 3.14 (from Ubuntu 15.04 
repository), it does have this problem. So it's metacity 3.18 that cause those 
border miss.

  
  2. Bug: metacity are supposed to quit if a new window-manager replace it.

   Run: metacity -c --replace

   Then run: metacity -c --replace

   The previous metacity process doesn't quit, which both metacity
  3.14 (from ubuntu vivid) and marco (from ubuntu xenial) doesn't
  happen.

  
  3. Bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111

   This bug still not fixed. There is a small possiblity that closing a 
certain window will make all of other windows disappear, nothing would do 
anymore expect killing metacity and run metacity again. Then disappearred 
windows display again!
   I only found out that if I frequently plugin and plugout external screen 
monitor, the possiblity of getting stuck into this bug becomes larger, and 
"close a window" operation is key that might cause this bug.

   (See attachment Bug3)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Wed Mar 16 14:26:10 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-10 Thread Cui Wei
@Alberts

Sorry, after the change:

   if (frame)
 {
-  xwindow = meta_frame_get_xwindow (frame);
+  xwindow = meta_window_get_xwindow (window);
 }
   else
 {

It still crashes.

---


Testing report (metacity 3.18.3-1ubuntu2):

1) Hardware: Intel Graphic Card + NV Maxwell Card + Nouveau Driver;

2) Mode: metacity compositing mode;

3) open firefox playing some HTML5 videos or other things that requires
3D acceleration;


This is the report:

1) metacity 3.18.3-1ubuntu2 with
a9f28dbc26f5211ef08889109db3dc8c7ba76aca reverting, testing for 2 days:

-> 4 crashes, 0 normal windows missing.


2) metacity 3.18.3-1ubuntu2 (original version, no modification)  for 2
days:

-> 0 crashes, 1 normal windows missing.


3) metacity 3.18.3-1ubuntu2 (with:
  - xwindow = meta_frame_get_xwindow (frame);
  + xwindow = meta_window_get_xwindow (window);
)  for 2 days:

-> 1 crashes, 0 normal windows missing.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-07 Thread Cui Wei
@Alberts

Okay .. It begins to crash after reverting this patch on the newest
metacity version.

Metacity crashes up to 4 times today, but doesn't making windows
disappearing any more!

Without the reverting of this patch, Metacity never crashes itself, but
leading to 3-4 times of window missing every day.

It seems that this patch makes metacity not crash any more but begin to
disappear normal widgets other than nautilus background. So I guess it's
very likely that "xrender_free_window" cause this issue.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-07 Thread Cui Wei
@Alberts

I am testing the revert of this patch for one day, but it might take
several days to better confirm. Currently, nothing wrong happens, in
terms of both crashes and window disappearing.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-06 Thread Cui Wei
@dino99

mutter in xenial has problem switching windows here on my PC. When I
open more than 3 windows, Alt+Tab will only switch bewteen two of them.
How about you?

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1566950] [NEW] error juding nautilus window by XDG_CURRENT_DESKTOP

2016-04-06 Thread Cui Wei
Public bug reported:

the value of the XDG_CURRENT_DESKTOP of the following is:

Generic GNOME 3 Session:GNOME
Generic GNOME 3 Flashback Session:  GNOME-Flashback

Unity Session:Unity
Ubuntu's GNOME 3 Flashback Session:GNOME-Flashback:Unity

so the condition line of "nautilus-3.18.4.is.3.14.3/src/nautilus-
window.c" (Line 1557) should be:

  if (desktop && !strstr (desktop, "Unity"))

not:   if (desktop && strstr (desktop, "GNOME"))

Fixing this bug will make nautilus window under "Ubuntu Gnome-Session-
Flashback" work well like it under Unity Session, otherwise, window
border of nautilus cannot resize!

--

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
Uname: Linux 4.4.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Wed Apr  6 23:39:56 2016
GsettingsChanges:
 b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+514+261'"
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
JournalErrors:
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
 file-roller3.16.4-1ubuntu3
 gnome-terminal 3.18.3-1ubuntu1

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


** Tags: amd64 apport-bug xenial

** Description changed:

  the value of the XDG_CURRENT_DESKTOP of the following is:
  
  Generic GNOME 3 Session:GNOME
  Generic GNOME 3 Flashback Session:  GNOME-Flashback
  
  Unity Session:Unity
  Ubuntu's GNOME 3 Flashback Session:GNOME-Flashback:Unity
  
- 
  so the condition line of "nautilus-3.18.4.is.3.14.3/src/nautilus-
  window.c" (Line 1557) should be:
  
-   if (desktop && !strstr (desktop, "Unity"))
+   if (desktop && !strstr (desktop, "Unity"))
  
  not:   if (desktop && strstr (desktop, "GNOME"))
  
+ Fixing this bug will make nautilus window under "Ubuntu Gnome-Session-
+ Flashback" work well like it under Unity Session, otherwise, window
+ border of nautilus cannot resize!
  
- Fixing this bug will make nautilus window under "Ubuntu 
Gnome-Session-Flashback" work well like it under Unity Session, otherwise, 
window border of nautilus cannot resize!
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.18.4.is.3.14.3-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Wed Apr  6 23:39:56 2016
  GsettingsChanges:
-  b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+514+261'"
-  b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
+  b'org.gnome.nautilus.window-state' b'geometry' b"'890x550+514+261'"
+  b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'date_modified', 'date_accessed', 'owner', 'group', 'permissions', 
'mime_type', 'where']"
  JournalErrors:
-  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
-Users in the 'systemd-journal' group can see all messages. Pass -q to
-turn off this notice.
-  No journal files were opened due to insufficient permissions.
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:
-  file-roller3.16.4-1ubuntu3
-  gnome-terminal 3.18.3-1ubuntu1
+  file-roller3.16.4-1ubuntu3
+  gnome-terminal 3.18.3-1ubuntu1

** Description changed:

  the value of the XDG_CURRENT_DESKTOP of the following is:
  
  Generic GNOME 3 Session:GNOME
  Generic GNOME 3 Flashback Session:  GNOME-Flashback
  
  Unity Session:Unity
  Ubuntu's GNOME 3 Flashback Session:GNOME-Flashback:Unity
  
  so the condition line of "nautilus-3.18.4.is.3.14.3/src/nautilus-
  window.c" (Line 1557) should be:
  
    if (desktop && !strstr (desktop, "Unity"))
  
  not:   if (desktop && strstr (desktop, "GNOME"))
  
  Fixing this bug will make nautilus window under "Ubuntu Gnome-Session-
  Flashback" work well like it under Unity Session, otherwise, window
  border of nautilus cannot resize!
  
- 
+ --
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 

[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-06 Thread Cui Wei
@dino99

Yes. I am using "metacity >/tmp/stdout 2>/tmp/stderr" to save the log.
When this bug happens, no text generated from those files.

As for "1)" that you said, the browser is not merely closed. To be more
precise, its widget become transparent (covered by nautilus background),
and the process is still running.

"killing nautilus" or "restarting metacity" will display those widget
again.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-06 Thread Cui Wei
Two of my PC are also both with NV card.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-06 Thread Cui Wei
I don't know because I am always under compositing mode. no-compositing
is ugly.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-04-06 Thread Cui Wei
I found out the reason, but I don't know how to reproduce the bug.

Sometimes, metacity failed to recognize depth layer of "nautilus/nemo-
background" and normal window, see the following ->


When I get trapped into this bug described above, running "killalll
nautilus" under tty1 (Ctrl+F1), then all window except nautilus
background can be seen !!! It seems that metacity thinks
nautilus background has higher layer than normal windows.


I don't think it's the bug from nautilus, because of the following proof:


1) even replacing nautilus with other similar file explorer like nemo, this bug 
also happens;

2) when using compiz or older version of metacity, this bug don't
happen;


So I think there should be some check of source code that is related with the 
top-level window  covering other window. Don't let nautilus background (nemo 
-n) cover all normal windows.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1518775] Re: gnome-panel cannot show newly installed software icons

2016-03-20 Thread Cui Wei
Yes, clean install for part of softwares will cause this bug.

See Also, https://bugs.launchpad.net/ubuntu/+source/gnome-
panel/+bug/1530555

And the reason is simple, the menu from gnome-panel will display a new
item if a new "desktop" file is created in /usr/share/application/
folder, but the menu will check whether "TryExec=" points to a non-exist
file or an invalid link, if so, the menu still hide this item even after
the target that "TryExec=" points to become valid.

One of the following solutions can fix this bug,

1. force dpkg to postpone installing "[DEB]/usr/share/applications/*"
files in the deb package, in order to make the file that "TryExec="
points to become valid first.

2. add a trigger after every dpkg installation finish to force updating
the whole menus.

3. force gnome-panel to ignore "TryExec=" field to let menu item always
show.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1518775

Title:
  gnome-panel cannot show newly installed software icons

Status in gnome-panel package in Ubuntu:
  Confirmed

Bug description:
  1) First => sudo apt-get install gnome-session-flashback

  
  2) Then => re-login user with "Gnome Flashback (Metacity)" session

  
  3) Next => install a software that does not exist in gnome-panel menu list 
previously, such as "sudo apt-get install mousepad"

  However, after installion of mousepad, its icons doesn't show in
  gnome-panel menu list. I have to:

  4) killall gnome-panel

  5) gnome-panel &

  Then, the mousepad icon can be shown in gnome-panel menu list.

  This might be caused by forgetting to update icon menu list from
  gnome-panel

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-panel 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Nov 23 06:13:43 2015
  GsettingsChanges:
   
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority', 'warning'] failed with 
exit code 1: Hint: You are currently not seeing messages from other users and 
the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1557904] Re: 3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

2016-03-16 Thread Cui Wei
Compiz in Unity can display the border of all of them now.

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

Title:
  3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

Status in metacity package in Ubuntu:
  New

Bug description:
  
  1. Bug: Many Gtk3 Softwares don't show their border of window, based on 
Ubuntu Light-theme. (See attachment Bug1)

   sudo apt-get install gnome-session-flashback gnome-system-monitor
  gedit light-theme

   [Logout and login to Gnome Flashback Session (Metacity)]

   Open nautilus window browser,

   Open gnome-system-monitor, then open "Preference" item from menu.

   Open gedit, then open "Preference" item from menu.

   ..

   Non of these window have border, which is extremely unfit under
  metacity compositing mode (metacity -c --replace).

  
   Note: If I install an old version - metacity 3.14 (from Ubuntu 15.04 
repository), it does have this problem. So it's metacity 3.18 that cause those 
border miss.

  
  2. Bug: metacity are supposed to quit if a new window-manager replace it.

   Run: metacity -c --replace

   Then run: metacity -c --replace

   The previous metacity process doesn't quit, which both metacity
  3.14 (from ubuntu vivid) and marco (from ubuntu xenial) doesn't
  happen.

  
  3. Bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111

   This bug still not fixed. There is a small possiblity that closing a 
certain window will make all of other windows disappear, nothing would do 
anymore expect killing metacity and run metacity again. Then disappearred 
windows display again!
   I only found out that if I frequently plugin and plugout external screen 
monitor, the possiblity of getting stuck into this bug becomes larger, and 
"close a window" operation is key that might cause this bug.

   (See attachment Bug3)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Wed Mar 16 14:26:10 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1557904] Re: 3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

2016-03-16 Thread Cui Wei
The picture shows a running but "disappearing" gnome-terminal
application,

and the "popul menu" is from clicking the "Search (S)" item from gnome-
terminal, which is disappeared.

In this moment, I am unable to use "Alt+Tab" to switch out any window
except the desktop background and gnome-panel.

--

I have to goto tty1, and run:

killall metacity; DISPLAY=:0 metacity

to recover all window session.

** Attachment added: "VirtualBox_Ubuntu_26_01_2016_20_11_34.png"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1557904/+attachment/4600989/+files/VirtualBox_Ubuntu_26_01_2016_20_11_34.png

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

Title:
  3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

Status in metacity package in Ubuntu:
  New

Bug description:
  
  1. Bug: Many Gtk3 Softwares don't show their border of window, based on 
Ubuntu Light-theme. (See attachment Bug1)

   sudo apt-get install gnome-session-flashback gnome-system-monitor
  gedit light-theme

   [Logout and login to Gnome Flashback Session (Metacity)]

   Open nautilus window browser,

   Open gnome-system-monitor, then open "Preference" item from menu.

   Open gedit, then open "Preference" item from menu.

   ..

   Non of these window have border, which is extremely unfit under
  metacity compositing mode (metacity -c --replace).

  
   Note: If I install an old version - metacity 3.14 (from Ubuntu 15.04 
repository), it does have this problem. So it's metacity 3.18 that cause those 
border miss.

  
  2. Bug: metacity are supposed to quit if a new window-manager replace it.

   Run: metacity -c --replace

   Then run: metacity -c --replace

   The previous metacity process doesn't quit, which both metacity
  3.14 (from ubuntu vivid) and marco (from ubuntu xenial) doesn't
  happen.

  
  3. Bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111

   This bug still not fixed. There is a small possiblity that closing a 
certain window will make all of other windows disappear, nothing would do 
anymore expect killing metacity and run metacity again. Then disappearred 
windows display again!
   I only found out that if I frequently plugin and plugout external screen 
monitor, the possiblity of getting stuck into this bug becomes larger, and 
"close a window" operation is key that might cause this bug.

   (See attachment Bug3)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Wed Mar 16 14:26:10 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1557904] Re: 3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

2016-03-16 Thread Cui Wei
I think Bug-1 is relevant to metacity 3.18, because:


Under Ubuntu 16.04:


sudo apt-get purge metacity-common

sudo sed -i 's/xenial/vivid/g' /etc/apt/sources.list

sudo apt-get update

sudo apt-get install metacity  # to install vivid version - 3.14

metacity -c --replace


Then, most of the above applications (except gnome-system-monitor) will display 
with border shadow.

---

BTW, do you know why only Adwaita themes is able to display their border
shadow, or how to upgrade light-theme to let Ambiance display it?

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

Title:
  3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

Status in metacity package in Ubuntu:
  New

Bug description:
  
  1. Bug: Many Gtk3 Softwares don't show their border of window, based on 
Ubuntu Light-theme. (See attachment Bug1)

   sudo apt-get install gnome-session-flashback gnome-system-monitor
  gedit light-theme

   [Logout and login to Gnome Flashback Session (Metacity)]

   Open nautilus window browser,

   Open gnome-system-monitor, then open "Preference" item from menu.

   Open gedit, then open "Preference" item from menu.

   ..

   Non of these window have border, which is extremely unfit under
  metacity compositing mode (metacity -c --replace).

  
   Note: If I install an old version - metacity 3.14 (from Ubuntu 15.04 
repository), it does have this problem. So it's metacity 3.18 that cause those 
border miss.

  
  2. Bug: metacity are supposed to quit if a new window-manager replace it.

   Run: metacity -c --replace

   Then run: metacity -c --replace

   The previous metacity process doesn't quit, which both metacity
  3.14 (from ubuntu vivid) and marco (from ubuntu xenial) doesn't
  happen.

  
  3. Bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111

   This bug still not fixed. There is a small possiblity that closing a 
certain window will make all of other windows disappear, nothing would do 
anymore expect killing metacity and run metacity again. Then disappearred 
windows display again!
   I only found out that if I frequently plugin and plugout external screen 
monitor, the possiblity of getting stuck into this bug becomes larger, and 
"close a window" operation is key that might cause this bug.

   (See attachment Bug3)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Wed Mar 16 14:26:10 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1557904] Re: 3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

2016-03-16 Thread Cui Wei
As for Bug-2,

Metacity of vivid version works well and exited normally when being
replaced.


As for Bug-3,

Metacity of vivid version never has this "disappearing" problem under
both ubuntu 15.04 and 16.04, I test the fallback version on 16.04 for a
long time and it works well, while purging it and installing latest
3.18.2 comes to get stuck in this problem some time.

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

Title:
  3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

Status in metacity package in Ubuntu:
  New

Bug description:
  
  1. Bug: Many Gtk3 Softwares don't show their border of window, based on 
Ubuntu Light-theme. (See attachment Bug1)

   sudo apt-get install gnome-session-flashback gnome-system-monitor
  gedit light-theme

   [Logout and login to Gnome Flashback Session (Metacity)]

   Open nautilus window browser,

   Open gnome-system-monitor, then open "Preference" item from menu.

   Open gedit, then open "Preference" item from menu.

   ..

   Non of these window have border, which is extremely unfit under
  metacity compositing mode (metacity -c --replace).

  
   Note: If I install an old version - metacity 3.14 (from Ubuntu 15.04 
repository), it does have this problem. So it's metacity 3.18 that cause those 
border miss.

  
  2. Bug: metacity are supposed to quit if a new window-manager replace it.

   Run: metacity -c --replace

   Then run: metacity -c --replace

   The previous metacity process doesn't quit, which both metacity
  3.14 (from ubuntu vivid) and marco (from ubuntu xenial) doesn't
  happen.

  
  3. Bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111

   This bug still not fixed. There is a small possiblity that closing a 
certain window will make all of other windows disappear, nothing would do 
anymore expect killing metacity and run metacity again. Then disappearred 
windows display again!
   I only found out that if I frequently plugin and plugout external screen 
monitor, the possiblity of getting stuck into this bug becomes larger, and 
"close a window" operation is key that might cause this bug.

   (See attachment Bug3)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Wed Mar 16 14:26:10 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-03-16 Thread Cui Wei
It's still very random and hard to catch.

But recently I found that if I plugin/plugout external Screen Monitor by
HDMI/VGA/..

This bug is more possible to  reproducible, but still not every time.

Only "close a window" may get stuck in this bug, it seems that all of
other windows are 100% transparent because their menubar can still popup
menu.

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1557904] Re: 3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

2016-03-16 Thread Cui Wei
** Attachment added: "Two of those windows have no border"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1557904/+attachment/4600832/+files/Bug1.png

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

Title:
  3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

Status in metacity package in Ubuntu:
  New

Bug description:
  
  1. Bug: Many Gtk3 Softwares don't show their border of window, based on 
Ubuntu Light-theme. (See attachment Bug1)

   sudo apt-get install gnome-session-flashback gnome-system-monitor
  gedit light-theme

   [Logout and login to Gnome Flashback Session (Metacity)]

   Open nautilus window browser,

   Open gnome-system-monitor, then open "Preference" item from menu.

   Open gedit, then open "Preference" item from menu.

   ..

   Non of these window have border, which is extremely unfit under
  metacity compositing mode (metacity -c --replace).

  
   Note: If I install an old version - metacity 3.14 (from Ubuntu 15.04 
repository), it does have this problem. So it's metacity 3.18 that cause those 
border miss.

  
  2. Bug: metacity are supposed to quit if a new window-manager replace it.

   Run: metacity -c --replace

   Then run: metacity -c --replace

   The previous metacity process doesn't quit, which both metacity
  3.14 (from ubuntu vivid) and marco (from ubuntu xenial) doesn't
  happen.

  
  3. Bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111

   This bug still not fixed. There is a small possiblity that closing a 
certain window will make all of other windows disappear, nothing would do 
anymore expect killing metacity and run metacity again. Then disappearred 
windows display again!
   I only found out that if I frequently plugin and plugout external screen 
monitor, the possiblity of getting stuck into this bug becomes larger, and 
"close a window" operation is key that might cause this bug.

   (See attachment Bug3)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Wed Mar 16 14:26:10 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1557904] [NEW] 3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

2016-03-16 Thread Cui Wei
Public bug reported:


1. Bug: Many Gtk3 Softwares don't show their border of window, based on Ubuntu 
Light-theme. (See attachment Bug1)

 sudo apt-get install gnome-session-flashback gnome-system-monitor
gedit light-theme

 [Logout and login to Gnome Flashback Session (Metacity)]

 Open nautilus window browser,

 Open gnome-system-monitor, then open "Preference" item from menu.

 Open gedit, then open "Preference" item from menu.

 ..

 Non of these window have border, which is extremely unfit under
metacity compositing mode (metacity -c --replace).


 Note: If I install an old version - metacity 3.14 (from Ubuntu 15.04 
repository), it does have this problem. So it's metacity 3.18 that cause those 
border miss.


2. Bug: metacity are supposed to quit if a new window-manager replace it.

 Run: metacity -c --replace

 Then run: metacity -c --replace

 The previous metacity process doesn't quit, which both metacity
3.14 (from ubuntu vivid) and marco (from ubuntu xenial) doesn't happen.


3. Bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111

 This bug still not fixed. There is a small possiblity that closing a 
certain window will make all of other windows disappear, nothing would do 
anymore expect killing metacity and run metacity again. Then disappearred 
windows display again!
 I only found out that if I frequently plugin and plugout external screen 
monitor, the possiblity of getting stuck into this bug becomes larger, and 
"close a window" operation is key that might cause this bug.

 (See attachment Bug3)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: metacity 1:3.18.2-1ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
Uname: Linux 4.4.0-12-generic x86_64
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Wed Mar 16 14:26:10 2016
JournalErrors:
 Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: metacity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Attachment added: "Two of those windows have no border"
   https://bugs.launchpad.net/bugs/1557904/+attachment/4600821/+files/Bug1.png

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

Title:
  3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial)

Status in metacity package in Ubuntu:
  New

Bug description:
  
  1. Bug: Many Gtk3 Softwares don't show their border of window, based on 
Ubuntu Light-theme. (See attachment Bug1)

   sudo apt-get install gnome-session-flashback gnome-system-monitor
  gedit light-theme

   [Logout and login to Gnome Flashback Session (Metacity)]

   Open nautilus window browser,

   Open gnome-system-monitor, then open "Preference" item from menu.

   Open gedit, then open "Preference" item from menu.

   ..

   Non of these window have border, which is extremely unfit under
  metacity compositing mode (metacity -c --replace).

  
   Note: If I install an old version - metacity 3.14 (from Ubuntu 15.04 
repository), it does have this problem. So it's metacity 3.18 that cause those 
border miss.

  
  2. Bug: metacity are supposed to quit if a new window-manager replace it.

   Run: metacity -c --replace

   Then run: metacity -c --replace

   The previous metacity process doesn't quit, which both metacity
  3.14 (from ubuntu vivid) and marco (from ubuntu xenial) doesn't
  happen.

  
  3. Bug: https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111

   This bug still not fixed. There is a small possiblity that closing a 
certain window will make all of other windows disappear, nothing would do 
anymore expect killing metacity and run metacity again. Then disappearred 
windows display again!
   I only found out that if I frequently plugin and plugout external screen 
monitor, the possiblity of getting stuck into this bug becomes larger, and 
"close a window" operation is key that might cause this bug.

   (See attachment Bug3)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
  Uname: Linux 4.4.0-12-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Wed Mar 16 14:26:10 2016
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: 

[Desktop-packages] [Bug 1542593] [NEW] Wrong window style of gnome-system-monitor under gnome-session-flashback

2016-02-05 Thread Cui Wei
Public bug reported:

gnome-system-monitor has wrong appearance under Gnome Session Flashback.

In "gnome-system-monitor-3.18.2/src/interface.cpp" Line 644, I think:

if (session && !strstr (session, "GNOME")){

should be changed to:

if (session && !strstr (session, "GNOME") && strstr(session, "GNOME-
Flashback")){

For Unity Desktop, gnome-system-monitor has correct appearance because
XDG_CURRENT_DESKTOP=Unity, while for Gnome Session Flashback,
XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-system-monitor 3.18.2-1
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat Feb  6 14:06:49 2016
SourcePackage: gnome-system-monitor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-system-monitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Description changed:

  gnome-system-monitor has wrong appearance under Gnome Session Flashback.
  
  In "gnome-system-monitor-3.18.2/src/interface.cpp" Line 644, I think:
  
- if (session && !strstr (session, "GNOME")){
+ if (session && !strstr (session, "GNOME")){
  
  should be changed to;
  
- if (session && !strstr (session, "GNOME") && strstr(session, "GNOME-
+ if (session && !strstr (session, "GNOME") && strstr(session, "GNOME-
  Flashback")){
  
+ For Unity Desktop, gnome-system-monitor has correct appearance because
+ XDG_CURRENT_DESKTOP=Unity, while for Gnome Session Flashback,
+ XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.
  
- For Unity Desktop, gnome-system-monitor has correct appearance because 
XDG_CURRENT_DESKTOP=Unity,
- while for Gnome Session Flashback, XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
- Package: gnome-system-monitor 3.18.2-1 [modified: 
usr/bin/gnome-system-monitor]
+ Package: gnome-system-monitor 3.18.2-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Feb  6 14:06:49 2016
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  gnome-system-monitor has wrong appearance under Gnome Session Flashback.
  
  In "gnome-system-monitor-3.18.2/src/interface.cpp" Line 644, I think:
  
  if (session && !strstr (session, "GNOME")){
  
- should be changed to;
+ should be changed to:
  
  if (session && !strstr (session, "GNOME") && strstr(session, "GNOME-
  Flashback")){
  
  For Unity Desktop, gnome-system-monitor has correct appearance because
  XDG_CURRENT_DESKTOP=Unity, while for Gnome Session Flashback,
  XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.
- 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-system-monitor 3.18.2-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Feb  6 14:06:49 2016
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-system-monitor in Ubuntu.
https://bugs.launchpad.net/bugs/1542593

Title:
  Wrong window style of gnome-system-monitor under gnome-session-
  flashback

Status in gnome-system-monitor package in Ubuntu:
  New

Bug description:
  gnome-system-monitor has wrong appearance under Gnome Session
  Flashback.

  In "gnome-system-monitor-3.18.2/src/interface.cpp" Line 644, I think:

  if (session && !strstr (session, "GNOME")){

  should be changed to:

  if (session && !strstr (session, "GNOME") && strstr(session,
  "GNOME-Flashback")){

  For Unity Desktop, gnome-system-monitor has correct appearance because
  XDG_CURRENT_DESKTOP=Unity, while for Gnome Session Flashback,
  XDG_CURRENT_DESKTOP=GNOME-Flashback:Unity.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-system-monitor 3.18.2-1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Feb  6 14:06:49 2016
  SourcePackage: gnome-system-monitor
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/1542593/+subscriptions

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-02-02 Thread Cui Wei
Hi, I am unable to trace the bug but it happens every day.

BTW, I recompile metacity 3.14 (vivid) and run it under xenial, it works
well for half a month and never appear this bug til now ~~

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] [NEW] untraceable serious bug in metacity 3.18

2016-01-26 Thread Cui Wei
Public bug reported:

Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

When doing lots of mess work in Desktop (such as open desktop window,
sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE BUTTON
OF A CERTAIN WINDOW !!", there is "small possibility" for metacity to
get out of work --> Many windows are disappeared, with only nautilus
desktop background and gnome-panel on screen. "Live Window List" still
exists in gnome-panel, but no matter doing what (such as open new
application from gnome-menu or use Alt+Tab to switch window), none of
live windows can be displayed.

So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
"DISPLAY=:0 metacity -c --replace", then all windows came back.

Till now, I meet this bug every day, but still not sure how to reproduce
it bug. I think you should trace what the metacity do when clicking
"close button" that makes all windows to be disappeared.

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: metacity 1:3.18.1-1ubuntu3
ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
Uname: Linux 4.3.0-7-generic x86_64
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Tue Jan 26 19:49:48 2016
SourcePackage: metacity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Description changed:

  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.
  
  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE BUTTON
  OF A CERTAIN WINDOW !!", there is "small possibility" for metacity to
  get out of work --> Many windows are disappeared, with only nautilus
  desktop background and gnome-panel on screen. "Live Window List" still
  exists in gnome-panel, but no matter doing what (such as open new
  application from gnome-menu or use Alt+Tab to switch window), none of
  live windows can be displayed.
  
  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.
  
  Till now, I meet this bug every day, but still not sure how to reproduce
  it bug. I think you should trace what the metacity do when clicking
  "close button" that makes all windows to be disappeared.
  
  Thanks.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
- JournalErrors:
-  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
-Users in the 'systemd-journal' group can see all messages. Pass -q to
-turn off this notice.
-  No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: 

[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-01-26 Thread Cui Wei
This bug happens in both vbox and all of my physical computer.

** Attachment added: "window are disappeared but menu from disappeared window 
is still able to display"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1538111/+attachment/4556789/+files/VirtualBox_Ubuntu_26_01_2016_20_11_34.png

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1538111] Re: untraceable serious bug in metacity 3.18

2016-01-26 Thread Cui Wei
I guess that when I hide or close a certain window, metacity has a
possiblity to "hide all window".

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

Title:
  untraceable serious bug in metacity 3.18

Status in metacity package in Ubuntu:
  New

Bug description:
  Ubuntu 16.04 LTS uses 3.18 version of gnome metacity.

  When doing lots of mess work in Desktop (such as open desktop window,
  sudo window, dragging window, and so on), "!! WHEN CLICKING CLOSE
  BUTTON OF A CERTAIN WINDOW !!", there is "small possibility" for
  metacity to get out of work --> Many windows are disappeared, with
  only nautilus desktop background and gnome-panel on screen. "Live
  Window List" still exists in gnome-panel, but no matter doing what
  (such as open new application from gnome-menu or use Alt+Tab to switch
  window), none of live windows can be displayed.

  So the only way is to switch to tty1 using Ctrl+Alt+F1, and executing
  "DISPLAY=:0 metacity -c --replace", then all windows came back.

  Till now, I meet this bug every day, but still not sure how to
  reproduce it bug. I think you should trace what the metacity do when
  clicking "close button" that makes all windows to be disappeared.

  Thanks.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-7.18-generic 4.3.3
  Uname: Linux 4.3.0-7-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Tue Jan 26 19:49:48 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1535184] [NEW] Is it reasonable to move "zenity" from "Depends:" to "Recommends:" for metacity package?

2016-01-17 Thread Cui Wei
Public bug reported:

Actually metacity don't really depend on "zenity" package.

I want to install metacity and purge zenity because zenity depends on
too much heavy packages like aspell, dictionaries-common, libwebkit-
gtk-3, libgstreams-0.. which are very and very big.

So is it possible to move "zenity" in "DEBIAN/control" file from
"Depends" to "Recommends" ?

For most developers, long-time regardless of Metacity makes metacity
dependencies too unreasonable...

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: metacity 1:3.18.1-1ubuntu3
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64/armhf
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Jan 18 13:16:18 2016
SourcePackage: metacity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Description changed:

  Actually metacity don't really depend on "zenity" package.
  
  I want to install metacity and purge zenity because zenity depends on
  too much heavy packages like aspell, dictionaries-common, libwebkit-
  gtk-3, libgstreams-0.. which are very and very big.
  
  So is it possible to move "zenity" in "DEBIAN/control" file from
  "Depends" to "Recommends" ?
  
  For most developers, long-time regardless of Metacity makes metacity
  dependencies too unreasonable...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
- Architecture: amd64
+ Architecture: amd64/armhf
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 18 13:16:18 2016
- JournalErrors:
-  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
-Users in the 'systemd-journal' group can see all messages. Pass -q to
-turn off this notice.
-  No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Is it reasonable to move "zenity" from "Depends:" to "Recommends:" for
  metacity package?

Status in metacity package in Ubuntu:
  New

Bug description:
  Actually metacity don't really depend on "zenity" package.

  I want to install metacity and purge zenity because zenity depends on
  too much heavy packages like aspell, dictionaries-common, libwebkit-
  gtk-3, libgstreams-0.. which are very and very big.

  So is it possible to move "zenity" in "DEBIAN/control" file from
  "Depends" to "Recommends" ?

  For most developers, long-time regardless of Metacity makes metacity
  dependencies too unreasonable...

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64/armhf
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 18 13:16:18 2016
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1534931] [NEW] zh_CN translation of gnome-panel is nearly perfect, while missing 4-word translation

2016-01-16 Thread Cui Wei
Public bug reported:

I'm using Gnome-Session-Flashback under Ubuntu 16.04 amd64,

only 4 phrases are not translated in zh_CN.UTF-8 from Gnome Panel->

msgid "Suspend"
msgstr "待机"

msgid "Restart"
msgstr "重启"

msgid "Menu to change your settings and log out"
msgstr "修改设置和注销的菜单"

msgid "Restart the computer"
msgstr "重新启动计算机"

After adding "UserMenu" Applet to gnome-panel, the above 4 phrases in
English are shown, which is ugly. Such 4 phrases are already translated
by zh_TW and many other regions.


ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-panel 1:3.18.1-1ubuntu3
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sat Jan 16 21:44:55 2016
SourcePackage: gnome-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Description changed:

  I'm using Gnome-Session-Flashback under Ubuntu 16.04 amd64,
  
  only 4 phrases are not translated in zh_CN.UTF-8 from Gnome Panel->
- 
  
  msgid "Suspend"
  msgstr "待机"
  
  msgid "Restart"
  msgstr "重启"
  
  msgid "Menu to change your settings and log out"
  msgstr "修改设置和注销的菜单"
  
  msgid "Restart the computer"
  msgstr "重新启动计算机"
  
+ After adding "UserMenu" Applet to gnome-panel, the above 4 phrases in
+ English are shown, which is ugly. Such 4 phrases are already translated
+ by zh_TW and many other regions.
  
- After adding "UserMenu" Applet to gnome-panel, the above 4 phrases in English 
are shown, which is ugly. Such 4 phrases are already translated by zh_TW and 
many other regions.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-panel 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 16 21:44:55 2016
- GsettingsChanges:
-  b'org.gnome.gnome-panel.layout' b'object-id-list' b"['menu-bar', 
'gnome-terminal', 'file-manager', 'firefox', 'window-list', 'notify-box', 
'clock-app', 'show-desktop']"
-  b'org.gnome.gnome-panel.layout' b'toplevel-id-list' b"['top-panel']"
- JournalErrors:
-  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
-Users in the 'systemd-journal' group can see all messages. Pass -q to
-turn off this notice.
-  No journal files were opened due to insufficient permissions.
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1534931

Title:
  zh_CN translation of gnome-panel is nearly perfect, while missing
  4-word translation

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  I'm using Gnome-Session-Flashback under Ubuntu 16.04 amd64,

  only 4 phrases are not translated in zh_CN.UTF-8 from Gnome Panel->

  msgid "Suspend"
  msgstr "待机"

  msgid "Restart"
  msgstr "重启"

  msgid "Menu to change your settings and log out"
  msgstr "修改设置和注销的菜单"

  msgid "Restart the computer"
  msgstr "重新启动计算机"

  After adding "UserMenu" Applet to gnome-panel, the above 4 phrases in
  English are shown, which is ugly. Such 4 phrases are already
  translated by zh_TW and many other regions.

  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-panel 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sat Jan 16 21:44:55 2016
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1534520] [NEW] gnome-terminal.desktop isn't shown on nautilus desktop

2016-01-15 Thread Cui Wei
Public bug reported:

1、sudo apt-get install gnome-session-flashback

2、Goto flashback Session

3、Dragging Gnome Terminal App to Desktop, it isn't shown.

A brief solution is to modify this file "/usr/share/applications/gnome-
terminal.desktop",

from -- "OnlyShowIn=GNOME;Unity;"
to -- "OnlyShowIn=GNOME;Unity;GNOME-Flashback:Unity;"

since the XDG_CURRENT_DESKTOP value under gnome-flashback session is
GNOME-Flashback:Unity

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.2-1ubuntu2 [modified: 
usr/share/applications/gnome-terminal.desktop]
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
ApportVersion: 2.19.3-0ubuntu3
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Fri Jan 15 17:22:03 2016
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Description changed:

  1、sudo apt-get install gnome-session-flashback
  
  2、Goto flashback Session
  
  3、Dragging Gnome Terminal App to Desktop, it isn't shown.
  
  A brief solution is to modify this file "/usr/share/applications/gnome-
  terminal.desktop",
  
  from -- "OnlyShowIn=GNOME;Unity;"
  to -- "OnlyShowIn=GNOME;Unity;GNOME-Flashback:Unity;"
  
  since the XDG_CURRENT_DESKTOP value under gnome-flashback session is
  GNOME-Flashback:Unity
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.2-1ubuntu2 [modified: 
usr/share/applications/gnome-terminal.desktop]
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Fri Jan 15 17:22:03 2016
- JournalErrors:
-  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
-Users in the 'systemd-journal' group can see all messages. Pass -q to
-turn off this notice.
-  No journal files were opened due to insufficient permissions.
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1534520

Title:
  gnome-terminal.desktop isn't shown on nautilus desktop

Status in gnome-terminal package in Ubuntu:
  New

Bug description:
  1、sudo apt-get install gnome-session-flashback

  2、Goto flashback Session

  3、Dragging Gnome Terminal App to Desktop, it isn't shown.

  A brief solution is to modify this file "/usr/share/applications
  /gnome-terminal.desktop",

  from -- "OnlyShowIn=GNOME;Unity;"
  to -- "OnlyShowIn=GNOME;Unity;GNOME-Flashback:Unity;"

  since the XDG_CURRENT_DESKTOP value under gnome-flashback session is
  GNOME-Flashback:Unity

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-terminal 3.18.2-1ubuntu2 [modified: 
usr/share/applications/gnome-terminal.desktop]
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu3
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Fri Jan 15 17:22:03 2016
  SourcePackage: gnome-terminal
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1532770] [NEW] two word not translated into zh_CN from gnome-panel

2016-01-11 Thread Cui Wei
Public bug reported:

[under zh_CN language environment  for Ubuntu 16.04]-->

apt-get install gnome-panel

gnome-panel &



open “应用程序” -> "系统工具",two submenu directory names are not translated:

1)Administration -> "系统设置"

2)Preferences -> “首选项"

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-panel 1:3.18.1-1ubuntu3
ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
Uname: Linux 4.3.0-5-generic x86_64
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Jan 11 19:23:14 2016
SourcePackage: gnome-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Description changed:

  [under zh_CN language environment  for Ubuntu 16.04]-->
  
  apt-get install gnome-panel
  
  gnome-panel &
  
  
  
  open “应用程序” -> "系统工具",two submenu directory names are not translated:
  
  1)Administration -> "系统设置"
  
  2)Preferences -> “首选项"
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-panel 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 11 19:23:14 2016
- GsettingsChanges:
-  b'org.gnome.gnome-panel.layout' b'object-id-list' b"['menu-bar', 'firefox', 
'gnome-terminal', 'editor', 'filemanager', 'ap-hotspot', 'show-desktop', 
'window-list', 'notify-box', 'clock-app', 'indicators']"
-  b'org.gnome.gnome-panel.layout' b'toplevel-id-list' b"['top-panel', 
'left-panel']"
- JournalErrors:
-  Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] 
failed with exit code 1: Hint: You are currently not seeing messages from other 
users and the system.
-Users in the 'systemd-journal' group can see all messages. Pass -q to
-turn off this notice.
-  No journal files were opened due to insufficient permissions.
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1532770

Title:
  two word not translated into zh_CN from gnome-panel

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  [under zh_CN language environment  for Ubuntu 16.04]-->

  apt-get install gnome-panel

  gnome-panel &

  

  open “应用程序” -> "系统工具",two submenu directory names are not translated:

  1)Administration -> "系统设置"

  2)Preferences -> “首选项"

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-panel 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.3.0-5.16-generic 4.3.3
  Uname: Linux 4.3.0-5-generic x86_64
  ApportVersion: 2.19.3-0ubuntu2
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Jan 11 19:23:14 2016
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1520839] [NEW] UI of Gedit 3.18 looks strange under Unity and Gnome Flashback

2015-11-28 Thread Cui Wei
Public bug reported:

In Ubuntu 16.04, corner of Gedit Window is sharp, and it's also hard to
resize the Gedit Window because edge of this window is too peculiar.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gedit 3.18.2-1ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.2-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Sun Nov 29 05:55:44 2015
JournalErrors:
 Error: command ['journalctl', '-b', '--priority', 'warning'] failed with exit 
code 1: Hint: You are currently not seeing messages from other users and the 
system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  UI of Gedit 3.18 looks strange under Unity and Gnome Flashback

Status in gedit package in Ubuntu:
  New

Bug description:
  In Ubuntu 16.04, corner of Gedit Window is sharp, and it's also hard
  to resize the Gedit Window because edge of this window is too
  peculiar.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gedit 3.18.2-1ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu8
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Sun Nov 29 05:55:44 2015
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority', 'warning'] failed with 
exit code 1: Hint: You are currently not seeing messages from other users and 
the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: gedit
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1518775] [NEW] gnome-panel cannot show newly installed software icons

2015-11-22 Thread Cui Wei
Public bug reported:

1) First => sudo apt-get install gnome-session-flashback


2) Then => re-login user with "Gnome Flashback (Metacity)" session


3) Next => install a software that does not exist in gnome-panel menu list 
previously, such as "sudo apt-get install mousepad"

However, after installion of mousepad, its icons doesn't show in gnome-
panel menu list. I have to:

4) killall gnome-panel

5) gnome-panel &

Then, the mousepad icon can be shown in gnome-panel menu list.

This might be caused by forgetting to update icon menu list from gnome-
panel

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-panel 1:3.18.1-1ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.2-0ubuntu6
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Nov 23 06:13:43 2015
GsettingsChanges:
 
JournalErrors:
 Error: command ['journalctl', '-b', '--priority', 'warning'] failed with exit 
code 1: Hint: You are currently not seeing messages from other users and the 
system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: gnome-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1518775

Title:
  gnome-panel cannot show newly installed software icons

Status in gnome-panel package in Ubuntu:
  New

Bug description:
  1) First => sudo apt-get install gnome-session-flashback

  
  2) Then => re-login user with "Gnome Flashback (Metacity)" session

  
  3) Next => install a software that does not exist in gnome-panel menu list 
previously, such as "sudo apt-get install mousepad"

  However, after installion of mousepad, its icons doesn't show in
  gnome-panel menu list. I have to:

  4) killall gnome-panel

  5) gnome-panel &

  Then, the mousepad icon can be shown in gnome-panel menu list.

  This might be caused by forgetting to update icon menu list from
  gnome-panel

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: gnome-panel 1:3.18.1-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Nov 23 06:13:43 2015
  GsettingsChanges:
   
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority', 'warning'] failed with 
exit code 1: Hint: You are currently not seeing messages from other users and 
the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: gnome-panel
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1518778] [NEW] file-roller doesn't work normally under non-Gnome environment

2015-11-22 Thread Cui Wei
Public bug reported:

1) sudo apt-get install file-roller lxde

2) Logoff, and switch user to LXDE session

3) mkdir -p a/b/c/d/e

4) tar czvf test.tgz a/

5) file-roller ./a

4 times of Clicking  is  required to expanding a directory, which is
noising.


if a session is of no "unity-sessions-daemon" booted, then file-roller has this 
4-clicks problem.

==

xsession with "unity-sessions-daemon" booted : Unity, Gnome, Gnome
Flashback

xsession with "unity-sessions-daemon" no booted : LXDE, Openbox, Xfce4

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: file-roller 3.16.4-1ubuntu3
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.2-0ubuntu6
Architecture: amd64
CurrentDesktop: LXDE
Date: Mon Nov 23 06:31:56 2015
JournalErrors:
 Error: command ['journalctl', '-b', '--priority', 'warning'] failed with exit 
code 1: Hint: You are currently not seeing messages from other users and the 
system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: file-roller
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpad.net/bugs/1518778

Title:
  file-roller doesn't work normally under non-Gnome environment

Status in file-roller package in Ubuntu:
  New

Bug description:
  1) sudo apt-get install file-roller lxde

  2) Logoff, and switch user to LXDE session

  3) mkdir -p a/b/c/d/e

  4) tar czvf test.tgz a/

  5) file-roller ./a

  4 times of Clicking  is  required to expanding a directory, which is
  noising.

  
  if a session is of no "unity-sessions-daemon" booted, then file-roller has 
this 4-clicks problem.

  ==

  xsession with "unity-sessions-daemon" booted : Unity, Gnome, Gnome
  Flashback

  xsession with "unity-sessions-daemon" no booted : LXDE, Openbox, Xfce4

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: file-roller 3.16.4-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: LXDE
  Date: Mon Nov 23 06:31:56 2015
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority', 'warning'] failed with 
exit code 1: Hint: You are currently not seeing messages from other users and 
the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: file-roller
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1518780] [NEW] Metacity with composite rendering error for GUI menu border

2015-11-22 Thread Cui Wei
Public bug reported:

1) sudo apt-get install gnome-session-flashback

2) Logoff and switch to "Gnome Flashback Metacity" session

3) right-click for desktop background, white block is shown out of menu
border


My GPU is NVdia GTX 850M

This problem is caused under Ubuntu 16.04 Dev

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: metacity 1:3.18.1-1ubuntu2
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.2-0ubuntu6
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Nov 23 06:43:44 2015
JournalErrors:
 Error: command ['journalctl', '-b', '--priority', 'warning'] failed with exit 
code 1: Hint: You are currently not seeing messages from other users and the 
system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: metacity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  Metacity with composite rendering error for GUI menu border

Status in metacity package in Ubuntu:
  New

Bug description:
  1) sudo apt-get install gnome-session-flashback

  2) Logoff and switch to "Gnome Flashback Metacity" session

  3) right-click for desktop background, white block is shown out of
  menu border

  
  My GPU is NVdia GTX 850M

  This problem is caused under Ubuntu 16.04 Dev

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Nov 23 06:43:44 2015
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority', 'warning'] failed with 
exit code 1: Hint: You are currently not seeing messages from other users and 
the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1518780] Re: Metacity with composite rendering error for GUI menu border

2015-11-22 Thread Cui Wei
** Attachment added: "snapshot of bug"
   
https://bugs.launchpad.net/ubuntu/+source/metacity/+bug/1518780/+attachment/4523780/+files/a.png

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

Title:
  Metacity with composite rendering error for GUI menu border

Status in metacity package in Ubuntu:
  New

Bug description:
  1) sudo apt-get install gnome-session-flashback

  2) Logoff and switch to "Gnome Flashback Metacity" session

  3) right-click for desktop background, white block is shown out of
  menu border

  
  My GPU is NVdia GTX 850M

  This problem is caused under Ubuntu 16.04 Dev

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: metacity 1:3.18.1-1ubuntu2
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Nov 23 06:43:44 2015
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority', 'warning'] failed with 
exit code 1: Hint: You are currently not seeing messages from other users and 
the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: metacity
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1518786] [NEW] Cannot open nautilus "preference settings" under gnome flashback sessi

2015-11-22 Thread Cui Wei
Public bug reported:

There is no button or menu item to open nautilus preference settings
under Gnome Flashback Session.


Maybe a good solution to show menu always:

in source code ( nautilus-3.14.2/src/nautilus-window-menus.c  )

Line 761 =>

-- if (show_menubar)
++ if (TRUE)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: nautilus 1:3.14.2-0ubuntu15
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.2-0ubuntu6
Architecture: amd64
CurrentDesktop: GNOME-Flashback:Unity
Date: Mon Nov 23 07:09:20 2015
GsettingsChanges:
 
JournalErrors:
 Error: command ['journalctl', '-b', '--priority', 'warning'] failed with exit 
code 1: Hint: You are currently not seeing messages from other users and the 
system.
   Users in the 'systemd-journal' group can see all messages. Pass -q to
   turn off this notice.
 No journal files were opened due to insufficient permissions.
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:
 evince 3.18.2-1ubuntu1
 file-roller3.16.4-1ubuntu3
 gnome-terminal 3.18.2-1ubuntu2
 totem  3.18.1-1ubuntu2

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


** Tags: amd64 apport-bug xenial

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

Title:
  Cannot open nautilus "preference settings" under gnome flashback sessi

Status in nautilus package in Ubuntu:
  New

Bug description:
  There is no button or menu item to open nautilus preference settings
  under Gnome Flashback Session.

  
  Maybe a good solution to show menu always:

  in source code ( nautilus-3.14.2/src/nautilus-window-menus.c  )

  Line 761 =>

  -- if (show_menubar)
  ++ if (TRUE)

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: nautilus 1:3.14.2-0ubuntu15
  ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
  Uname: Linux 4.2.0-19-generic x86_64
  ApportVersion: 2.19.2-0ubuntu6
  Architecture: amd64
  CurrentDesktop: GNOME-Flashback:Unity
  Date: Mon Nov 23 07:09:20 2015
  GsettingsChanges:
   
  JournalErrors:
   Error: command ['journalctl', '-b', '--priority', 'warning'] failed with 
exit code 1: Hint: You are currently not seeing messages from other users and 
the system.
 Users in the 'systemd-journal' group can see all messages. Pass -q to
 turn off this notice.
   No journal files were opened due to insufficient permissions.
  SourcePackage: nautilus
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_nautilus:
   evince 3.18.2-1ubuntu1
   file-roller3.16.4-1ubuntu3
   gnome-terminal 3.18.2-1ubuntu2
   totem  3.18.1-1ubuntu2

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

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


[Desktop-packages] [Bug 1386218] Re: avconv from libav-tools.deb generate bad video in trusty/utopic but only happened in i386 not amd64

2014-11-05 Thread Cui Wei
The following command will be more clear to show the result of output
video effect:

avconv -f video4linux2 -i /dev/video0 -f alsa -i pulse -f flv -ar 22050
test.flv

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

Title:
  avconv from libav-tools.deb generate bad video in trusty/utopic but
  only happened in i386 not amd64

Status in “libav” package in Ubuntu:
  New

Bug description:
  I have a series of x86 machines for converting multimedia, but an  bug
  from avconv(from libav-tools.deb) annoyed me for a long time (and it
  even happen in 14.10) that mixing video and audio using avconv
  generated a bad media output - output video is continuity continuously
  suspended, which cannot be used (output audio is okay).

  Finnally, I find out that it only happens in 32bit 14.04 and 14.10,
  but it's hard to replace i386 to amd64.

  A command to reproduce the bug:

 avconv -f x11grab -i :0.0 -f alsa -i pulse -f flv -ar 22050 test.flv


Ubuntu 12.04.5  i386:good,  amd64:good
Ubuntu 13.10i386:good,  amd64:good
Ubuntu 14.04.1  i386:bad,   amd64:good
Ubuntu 14.10i386:bad,   amd64:good


'bad' warning forever:

  Non-monotonous DTS in output stream 0:1; previous: 3947,
  current: 3891; changing to 3947. This may result in incorrect
  timestamps in the output file.


Need help, thanks!

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

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


  1   2   >