[Bug 1569679] [NEW] lxc failed to do lxc-checkpoint again

2016-04-12 Thread Cui Wei
Public bug reported: When doing lxc-checkpoint, it replies: lxc-checkpoint: criu.c: do_dump: 879 dump failed with 1 Checkpointing xxx failed. About my ENV: # uname -a Linux ubuntu 4.4.0-18-generic #34-Ubuntu SMP Wed Apr 6 14:01:02 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux #

[Bug 1569677] [NEW] Strongly recommend to move py2 deps from "Depends" to "Recommends"

2016-04-12 Thread Cui Wei
Public bug reported: Criu has protential to be used in core linux system which is not supposed to have many other dependencies. And Python2 is to be replaced by Python3 in the future. -- Depends: python-ipaddr, python-protobuf, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} ++ Depends:

[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

[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

[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

[Bug 1568592] Re: bug of "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes"

2016-04-11 Thread Cui Wei
So I think there is still bug about memory.kmem.limit_in_bytes. If I don't limit the kmem of lxc container at the beginning, "memory.limit_in_bytes" can be set to zero by the above step. If I limit the kmem of lxc container at the beginning, "memory.limit_in_bytes" cannot be set to zero, also

[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

[Bug 1568592] Re: bug of "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes"

2016-04-11 Thread Cui Wei
Previously, I am always thinking the following: 1) memory.usage_in_bytes = memory.kmem.usage_in_bytes + "Non-Kernel Memory Data" 2) the data of "memory.kmem.usage_in_bytes" cannot be moved to swap which indicates that memory.usage_in_bytes should be always >0 since memory.kmem.usage_in_bytes

[Bug 1568592] Re: bug of "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes"

2016-04-11 Thread Cui Wei
Thanks, but a strange thing is that lxc performs different from docker. Can you try the following? # sudo -i # lxc-start -n ubuntu1 # echo 1g > /sys/fs/cgroup/memory/lxc/ubuntu1/memory.limit_in_bytes # echo 1g > /sys/fs/cgroup/memory/lxc/ubuntu1/memory.memsw.limit_in_bytes # lxc-freeze -n

[Bug 1568592] Re: bug of "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes"

2016-04-11 Thread Cui Wei
Sorry, "not after executing docker with" should be "only after executing docker with" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568592 Title: bug of "memory.kmem.limit_in_bytes" and

[Bug 1568592] Re: bug of "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes"

2016-04-11 Thread Cui Wei
Hi, after full upgrade, "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes" works not after executing docker with "--kernel-memory" argument. -- But if you run a command like "docker run -it --rm ubuntu bash" without --kernel-memory argument, are you able to get the correct value of

[Bug 1568592] Re: bug of "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes"

2016-04-10 Thread Cui Wei
This bug is critical because docker 1.10 will crash when running "docker run --kernel-memory 1G ubuntu bash" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1568592 Title: bug of

[Bug 1568592] Re: bug of "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes"

2016-04-10 Thread Cui Wei
Just a fresh installation from "http://cdimage.ubuntu.com/daily- live/current/xenial-desktop-amd64.iso" will definitly have this issue, not my PC's problem. After installing "http://cdimage.ubuntu.com/daily-live/current/xenial- desktop-amd64.iso", # echo 10 >

[Bug 1568592] [NEW] bug of "memory.kmem.limit_in_bytes" and "memory.kmem.usage_in_bytes"

2016-04-10 Thread Cui Wei
Public bug reported: In ubuntuxenial with linux kernel 4.4, "memory.kmem.limit_in_bytes" cannot be written, and the value of "memory.kmem.usage_in_bytes" is always 0. This issue doesn't happen in ubuntu wily (kernel = 4.2) ProblemType: Bug DistroRelease: Ubuntu 16.04 Package:

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534520 Title: gnome-terminal.desktop isn't shown on nautilus desktop To manage

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu.

[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 +

[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

[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 Ubuntu Bugs, which is subscribed to

[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 Ubuntu Bugs, which is subscribed to Ubuntu.

[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

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538111 Title: untraceable serious bug in metacity 3.18 To manage notifications about this bug go to:

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538111 Title: untraceable serious bug in metacity 3.18 To manage

[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

[Bug 1562294] [NEW] migrate dput from py2 to py3

2016-03-26 Thread Cui Wei
Public bug reported: Most basic dev tools have been migrated to py3 except dput. This migration is useful in python3-only environment. dput hardly has complex dependencies, so migration seems to be not hard. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: dput 0.9.6.4ubuntu3

[Bug 1561434] Re: lxc-checkpoint failed on current newest version

2016-03-25 Thread Cui Wei
Yes, it's fixed in lxc-rc13. ** Changed in: lxc (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561434 Title: lxc-checkpoint failed on current newest

[Bug 1561434] Re: lxc-checkpoint failed on current newest version

2016-03-25 Thread Cui Wei
Yes, it's fixed in lxc-rc13. ** Changed in: lxc (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1561434 Title: lxc-checkpoint failed on

[Bug 1561434] Re: lxc-checkpoint failed on current newest version

2016-03-24 Thread Cui Wei
Just new I tried the updated CRIU: >> Linux Image Version: 4.4.0.15.16 >> CRIU Version: 2.0-2ubuntu2 >> LXC Version: 2.0.0~rc12-0ubuntu1 The checkpoint step became success, but recovery step failed: + lxc-checkpoint -s -D /var/lib/lxc/cr-test/cp -n cr-test + lxc-checkpoint -r -D

[Bug 1561434] Re: lxc-checkpoint failed on current newest version

2016-03-24 Thread Cui Wei
Just new I tried the updated CRIU: >> Linux Image Version: 4.4.0.15.16 >> CRIU Version: 2.0-2ubuntu2 >> LXC Version: 2.0.0~rc12-0ubuntu1 The checkpoint step became success, but recovery step failed: + lxc-checkpoint -s -D /var/lib/lxc/cr-test/cp -n cr-test + lxc-checkpoint -r -D

[Bug 1561434] Re: lxc-checkpoint failed on current newest version

2016-03-24 Thread Cui Wei
** Description changed: The lxc-checkpoint works well under the following version: >> Linux Image Version: 4.4.0.12.13 >> CRIU Version: 2.0-2ubuntu1 >> LXC Version: 2.0.0~rc10-0ubuntu2 --- But failed after ungrading: >> Linux Image Version:

[Bug 1561434] Re: lxc-checkpoint failed on current newest version

2016-03-24 Thread Cui Wei
** Description changed: The lxc-checkpoint works well under the following version: >> Linux Image Version: 4.4.0.12.13 >> CRIU Version: 2.0-2ubuntu1 >> LXC Version: 2.0.0~rc10-0ubuntu2 --- But failed after ungrading: >> Linux Image Version:

[Bug 1559725] Re: Security bug of overlayfs in linux image kernel

2016-03-24 Thread Cui Wei
Thanks for the explaination! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1559725 Title: Security bug of overlayfs in linux image kernel To manage notifications about this bug go to:

[Bug 1561434] [NEW] lxc-checkpoint failed on current newest version

2016-03-24 Thread Cui Wei
Public bug reported: The lxc-checkpoint works well under the following version: >> Linux Image Version: 4.4.0.12.13 >> CRIU Version: 2.0-2ubuntu1 >> LXC Version: 2.0.0~rc10-0ubuntu2 --- But failed after ungrading: >> Linux Image Version: 4.4.0.15.16 >> CRIU Version:

[Bug 1561434] [NEW] lxc-checkpoint failed on current newest version

2016-03-24 Thread Cui Wei
Public bug reported: The lxc-checkpoint works well under the following version: >> Linux Image Version: 4.4.0.12.13 >> CRIU Version: 2.0-2ubuntu1 >> LXC Version: 2.0.0~rc10-0ubuntu2 --- But failed after ungrading: >> Linux Image Version: 4.4.0.15.16 >> CRIU Version:

[Bug 1561425] [NEW] zh_CN.UTF-8 translation fault (grub-pc in Ubuntu 16.04)

2016-03-24 Thread Cui Wei
Public bug reported: See the attached image. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: grub-pc 2.02~beta2-36ubuntu2 ProcVersionSignature: Ubuntu 4.4.0-14.30-generic 4.4.5 Uname: Linux 4.4.0-14-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 CurrentDesktop:

[Bug 1518775] Re: gnome-panel cannot show newly installed software icons

2016-03-19 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

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1557904 Title: 3 bugs from metacity 3.18.2 (for Ubuntu 16.04 xenial) To manage

[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.

[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

[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

[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 Ubuntu Bugs, which is subscribed to Ubuntu.

[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%

[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)]

[Bug 1536969] Re: qemu-system_x86_64 crashes when internal system mount virtio-9p

2016-02-10 Thread Cui Wei
Okay, version "2.5+dfsg-5ubuntu1" fix this bug, thanks! ** Attachment removed: "execute ./run.sh in initramfs-9p" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1536969/+attachment/4563552/+files/initramfs-9p.tar.gz ** Changed in: qemu (Ubuntu) Status: New => Fix Released --

[Bug 1536969] Re: qemu-system_x86_64 crashes when internal system mount virtio-9p

2016-02-10 Thread Cui Wei
Okay, version "2.5+dfsg-5ubuntu1" fix this bug, thanks! ** Attachment removed: "execute ./run.sh in initramfs-9p" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1536969/+attachment/4563552/+files/initramfs-9p.tar.gz ** Changed in: qemu (Ubuntu) Status: New => Fix Released --

[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") &&

[Bug 1536969] Re: qemu-system_x86_64 crashes when internal system mount virtio-9p

2016-02-04 Thread Cui Wei
A test script is appended. This script works on Trusty, Utopic, Vivid and Wily, while crashes on Xenial. ** Attachment added: "execute ./run.sh in initramfs-9p" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1536969/+attachment/4563552/+files/initramfs-9p.tar.gz -- You received this

[Bug 1536969] Re: qemu-system_x86_64 crashes when internal system mount virtio-9p

2016-02-04 Thread Cui Wei
A test script is appended. This script works on Trusty, Utopic, Vivid and Wily, while crashes on Xenial. ** Attachment added: "execute ./run.sh in initramfs-9p" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1536969/+attachment/4563552/+files/initramfs-9p.tar.gz -- You received this

[Bug 1536969] Re: qemu-system_x86_64 crashes when internal system mount virtio-9p

2016-02-04 Thread Cui Wei
I think this the bug is caused by qemu 2.5 because I install qemu 2.3 (wily version) in to xernial (linux 4.4), and it doesn't crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536969 Title:

[Bug 1536969] Re: qemu-system_x86_64 crashes when internal system mount virtio-9p

2016-02-04 Thread Cui Wei
I think this the bug is caused by qemu 2.5 because I install qemu 2.3 (wily version) in to xernial (linux 4.4), and it doesn't crash. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1541703] [NEW] Move python from Depends to Recommends

2016-02-03 Thread Cui Wei
Public bug reported: python lib of virtualbox is out of date, I dont want to install python2 in linux core system, Could you move "python (<< 2.8), python (>= 2.7~), python2.7, python:any (>= 2.7.5-5~), libpython2.7 (>= 2.7), " in control file of virtualbox from Depends to Recommends?

[Bug 1541703] Re: Move python from Depends to Recommends

2016-02-03 Thread Cui Wei
The original control content is as follows: ... Depends: adduser, procps, virtualbox-dkms (>= ${source:Version}) | virtualbox-source (>= ${source:Version}) | virtualbox-modules, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Recommends:

[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 Ubuntu Bugs, which is subscribed to

[Bug 1537465] Re: Idle too much time when loading snd-usb-audio.ko

2016-02-02 Thread Cui Wei
If I don't blacklist snd-usb-audio, 50s delay will be inserted bewteen "lightdm login" and "show session desktop". ** Attachment added: "2016-02-02 20-02-28.png" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1537465/+attachment/4562081/+files/2016-02-02%2020-02-28.png -- You received

[Bug 1537465] Re: Idle too much time when loading snd-usb-audio.ko

2016-02-02 Thread Cui Wei
Hi, because ubuntu xenial just upgrade its linux kernel to 4.4-2, I tested this bug and it still happends. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1537465 Title: Idle too much time when

[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

[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"

[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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538111 Title: untraceable serious bug in metacity

[Bug 1537465] [NEW] Idle too much time when loading snd-usb-audio.ko

2016-01-24 Thread Cui Wei
Public bug reported: I'm using Ubuntu 16.04 amd64 Desktop, with kernel 4.3. And my USB Video Camera is from Gsou, containing both camera device and microphone device. When booting Ubuntu, after login ubuntu session, system freeze for around 40 seconds !! Finnally I found out that its

[Bug 1536969] [NEW] qemu-system_x86_64 crashes when internal system mount virtio-9p

2016-01-22 Thread Cui Wei
Public bug reported: I'm using Ubuntu 16.04 amd64. Host system executes command like: qemu-system-x86_64 -initrd ./hyper-initrd.img -kernel ./kernel -m 512 -smp 1 -fsdev local,id=virtio9p,path=`pwd`/rootfs,security_model=none -device virtio- 9p-pci,fsdev=virtio9p,mount_tag=share_dir Qemu

[Bug 1536969] [NEW] qemu-system_x86_64 crashes when internal system mount virtio-9p

2016-01-22 Thread Cui Wei
Public bug reported: I'm using Ubuntu 16.04 amd64. Host system executes command like: qemu-system-x86_64 -initrd ./hyper-initrd.img -kernel ./kernel -m 512 -smp 1 -fsdev local,id=virtio9p,path=`pwd`/rootfs,security_model=none -device virtio- 9p-pci,fsdev=virtio9p,mount_tag=share_dir Qemu

[Bug 1536760] [NEW] geany cannot open simultaneously by multiple user

2016-01-21 Thread Cui Wei
Public bug reported: Geany use socket-file session like "~/.config/geany/geany_socket_ubuntu__0" to share data for multiple opening geany by "single" user. By a bug is that, when running "geany" and "sudo geany", only either can be open, because their socket-file sessions are conflict. This

[Bug 1536937] [NEW] partial words are not translated in lightdm-gtk-greeter (zh_CN.UTF-8)

2016-01-21 Thread Cui Wei
Public bug reported: For ubuntu xenial - lightdm-gtk-greeter, partial words are not translated in lightdm-gtk-greeter (zh_CN.UTF-8) a translated po file is in the attachment. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: lightdm-gtk-greeter 2.0.1-2ubuntu2 ProcVersionSignature: Ubuntu

[Bug 1535251] Re: no zh_CN translation for gnome-flashback (po provided)

2016-01-19 Thread Cui Wei
This po is a third party translation from zh_TW in gnome-flashback 3.18, regardless of other version. So it might be only for 3.18 since other flashback version are obviously containing few different words (however, I don't think there will be much words different with 3.18 version) -- You

[Bug 1535251] [NEW] no zh_CN translation for gnome-flashback (po provided)

2016-01-18 Thread Cui Wei
Public bug reported: Under Ubuntu 16.04 amd64 gnome-session-flashback session (LANG=zh_CN.UTF-8), most of translations (zh_TW, ..) exists, but zh_CN is not. When executing "gnome-session-quit" under Gnome Flashback session, its completely in English. Translation files of other languages are

[Bug 1530555] Re: virtualbox icon isn't shown in menu from gnome-panel once virtualbox is installed from apt

2016-01-18 Thread Cui Wei
Yes, I think its a bug from gnome, gnome hides xxx.desktop if it link to a non-exist binary. step of installing deb packages -> 1、dpkg decompresses /usr/share/applications/virtualbox.desktop to system (System found out it links to /usr/bin/Virtualbox but it not exists, so hide it) 2、dpkg

[Bug 1535277] [NEW] cannot execute birdfont

2016-01-18 Thread Cui Wei
Public bug reported: sudo apt-get install birdfont => birdfont: error while loading shared libraries: libxmlbird.so.1.0: cannot open shared object file: No such file or directory while => dpkg -L libxmlbird1 /usr /usr/share /usr/share/doc /usr/share/doc/libxmlbird1

[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

[Bug 1534931] Re: zh_CN translation of gnome-panel is nearly perfect, while missing 4-word translation

2016-01-17 Thread Cui Wei
I think this is definitely belong to "gnome-panel", because I had tried that. Adding these 4 translations in to po files from gnome-panel will solve this bugs. Sine "User Menu" applet belongs to gnome-panel itself. -- You received this bug notification because you are a member of Ubuntu Bugs,

[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

[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 --

[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 1532405] [NEW] Missing eog(Eye of Gnome) zh_CN translation in this version

2016-01-09 Thread Cui Wei
Public bug reported: Just previous version contains "eog.mo" while this version misses it. So in zh_CN.UTF-8 environment, the translation of eog is completely in English. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: language-pack-gnome-zh-hans 1:16.04+20160103 ProcVersionSignature:

[Bug 1530555] [NEW] virtualbox icon isn't shown in menu from gnome-panel once virtualbox is installed from apt

2016-01-02 Thread Cui Wei
Public bug reported: Bug from Ubuntu 16.04 (Development Branch) amd64: 1、sudo apt-get install gnome-session-flashback 2、logout and goto gnome-session-flashback 3、See there is surely no "Virtualbox.desktop" shown in menus from gnome- panal 4、sudo apt-get install virtualbox-qt 5、However, still

[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

[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

[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

[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 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 Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1518780

[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

[Bug 1422003] Re: nemo (14.04) rename box disappear (with patches)

2015-02-14 Thread Cui Wei
Yes, it is a patch to fix this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1422003 Title: nemo (14.04) rename box disappear (with patches) To manage notifications about this bug go to:

[Bug 1422003] [NEW] nemo (14.04) rename box disappear (with patches)

2015-02-14 Thread Cui Wei
Public bug reported: OS: Ubuntu 14.04 Package: nemo 1.8.4 nemo is the second important file-browser under Ubuntu 14.04 The following operation cause this bug (rename box disappear): Use nemo to show a many-files directory such as

[Bug 1415382] Re: Please implement 'Xarchiver' trans in zh_CN (po is provided)

2015-01-28 Thread Cui Wei
There might be something wrong emailing the official of xarchiver (Server No Response). And why is it not good to put them in language- pach-zh-hans package? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1415733] [NEW] I can't click menu item Archive Manger - List Mode in file-roller under Ubuntu 14.04

2015-01-28 Thread Cui Wei
Public bug reported: Don't you think it reasonable to hide this menu item because it has 'no extra functions' but makes UI ugly and user's operation uncomfortable? In addition, the display of this menu in DE with non-global menu is also strange. So why not hide it? ** Affects: xarchiver

[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 Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1386246] Re: List Mode in file-roller appmenu cannot click and appmenu is redundant and useless

2014-10-28 Thread Cui Wei
** Patch removed: hide-appmenu.patch https://bugs.launchpad.net/ubuntu/+source/reportbug/+bug/1386246/+attachment/4246272/+files/hide-appmenu.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1386218] [NEW] avconv from libav-tools.deb generate bad video in trusty/utopic but only happened in i386 not amd64

2014-10-27 Thread Cui Wei
Public bug reported: 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

[Bug 1386218] Re: avconv from libav-tools.deb generate bad video in trusty/utopic but only happened in i386 not amd64

2014-10-27 Thread Cui Wei
This bug is not caused by flv format, this command also failed: avconv -f x11grab -i :0.0 -f alsa -i pulse -vcodec h264 -acodec libmp3lame test.mp4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1386246] [NEW] List Mode in file-roller appmenu cannot click and appmenu is redundant and useless

2014-10-27 Thread Cui Wei
Public bug reported: Since 14.04, file-roller begin to show two menu in xfce/lxde/mate and so on. Although two menu make in a line in Unity global menu, but all items in Archive Manager can also be found in other menu item, in the meanwhile, List Mode menu item can't click which is alsa strange,

[Bug 1386246] Re: List Mode in file-roller appmenu cannot click and appmenu is redundant and useless

2014-10-27 Thread Cui Wei
Yes, it's a valid patch works on file-roller (3.10.2.1-0ubuntu4.1) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386246 Title: List Mode in file-roller appmenu cannot click and appmenu is

[Bug 1386246] Re: List Mode in file-roller appmenu cannot click and appmenu is redundant and useless

2014-10-27 Thread Cui Wei
This bug seems to be the same as https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/1313716; But it seems that the solution is not proper because I don't think it's Xubuntu's fault -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1313716] Re: file-roller shows two menu bars in xubuntu trusty

2014-10-27 Thread Cui Wei
I find removing display of appmenu of file-roller is an easy solution, since every menuitem in that menu is redundant and can be found twice in other menus. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

<    1   2