[Bug 1270208] Re: 8086:422b [Dell Latitude E6520] linux-image-3.11.0-15-generic appears to regress connection speed for iwlwifi

2014-07-23 Thread Xiao-Long Chen
** Changed in: linux (Ubuntu)
   Status: Expired => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1270208

Title:
  8086:422b [Dell Latitude E6520] linux-image-3.11.0-15-generic appears
  to regress connection speed for iwlwifi

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1270208] Re: 8086:422b [Dell Latitude E6520] linux-image-3.11.0-15-generic appears to regress connection speed for iwlwifi

2014-07-22 Thread Xiao-Long Chen
The fix for this is to add the following to /etc/modprobe.d/iwlwifi.conf

options iwlwifi 11n_disable=8

The problem was caused by the following commit, which disabled TX
aggregation by default on the "old" hardware managed by the iwldvm
driver (including our Intel 6300AGN):
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=205e2210daa975d92ace485a65a31ccc4077fe1a

Looking at the commit and output of "modinfo iwlwifi", passing the value
8 to the 11n_disable parameter forces TX aggregation to be enabled
again.

After some basic testing, this has boosted my (upload) transfer speed
from ~20 Mbps to ~100 Mbps (or equivalently, from ~2.5 MB/s to ~ 12
MB/s).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1270208

Title:
  8086:422b [Dell Latitude E6520] linux-image-3.11.0-15-generic appears
  to regress connection speed for iwlwifi

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1131864] Re: After Upgrade to Boost 1.53 Build Fails

2013-06-01 Thread Xiao-Long Chen
Duane, just click this link on this bug report page :)
http://i.imgur.com/wEuiOoZ.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131864

Title:
  After Upgrade to Boost 1.53 Build Fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1131864] Re: After Upgrade to Boost 1.53 Build Fails

2013-04-11 Thread Xiao-Long Chen
** Changed in: unity-for-arch
   Status: In Progress => 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/1131864

Title:
  After Upgrade to Boost 1.53 Build Fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1131864] Re: After Upgrade to Boost 1.53 Build Fails

2013-04-10 Thread Xiao-Long Chen
I'd like to point out that this fix is *not* released. The released
version is built from BZR revision 3629. The fix was merged in revision
3637.

** Also affects: unity-for-arch
   Importance: Undecided
   Status: New

** Changed in: unity-for-arch
   Status: New => In Progress

** Changed in: unity-for-arch
 Assignee: (unassigned) => Xiao-Long Chen (cxl)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1131864

Title:
  After Upgrade to Boost 1.53 Build Fails

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-08 Thread Xiao-Long Chen
I've completed the bisect. The broken commit is
da27a24383b2b10bf6ebd0db29b325548aafecb4. The commit
47f531e8ba3bc3901a0c493f4252826c41dea1a1 mentioned before is *not*
broken (at least for my system). You can see this in my bisect log
linked below.

Broken commit: http://paste.kde.org/690824/raw/
Bisect log (git bisect replay /path/to/log): http://paste.kde.org/690830/raw/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1146988] Re: linux 3.8.0.10-generic does not boot

2013-03-08 Thread Xiao-Long Chen
I'm also doing a git bisect and reverting the two commits that Seth
mentioned does seem to solve the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1146988

Title:
  linux 3.8.0.10-generic does not boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1144449] Re: linux: 3.8.0-10.19 -proposed tracker

2013-03-05 Thread Xiao-Long Chen
If I extract initrd.img-3.8.0-9-generic and initrd.img-3.8.0-10-generic
and "diff -Nru" them, there's is no difference (other than the newer
kernel modules, obviously).

I'm not sure what could be the problem. In the changelog, I see many USB
bug fixes and also some bug fixes for PRIME. I'm not booting with any
USB devices connected and my BIOS is set to use the Intel graphics only,
no Optimus.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/119

Title:
  linux: 3.8.0-10.19 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/119/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1144449] Re: linux: 3.8.0-10.19 -proposed tracker

2013-03-05 Thread Xiao-Long Chen
With this release, my laptop (Lenovo W520) no longer boots. The system
gets stuck in the initramfs stage, but does not hang (ie. caps lock
light works, Ctrl + Alt + Delete restarts, etc).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/119

Title:
  linux: 3.8.0-10.19 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-development-workflow/+bug/119/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1133515] [NEW] libtool files included in indicator-appmenu package

2013-02-26 Thread Xiao-Long Chen
Public bug reported:

The Quantal and Raring versions of indicator-appmenu currently contain
libtool archives (/usr/lib/indicators3/7/libappmenu.la). I don't see any
mention of this in the changelog. I assume that it's not supposed to be
there.

Could we get this removed for the next release? Thanks!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1133515

Title:
  libtool files included in indicator-appmenu package

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2013-02-08 Thread Xiao-Long Chen
Everything is fine now in Quantal, and Raring. Precise was never
affected.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2013-02-07 Thread Xiao-Long Chen
Awesome, thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2013-02-01 Thread Xiao-Long Chen
Hi Timo, I've been searching the automake docs all day and I think I've
found something relevant.

According to https://www.gnu.org/software/automake/manual/html_node
/Standard-Directory-Variables.html if "--datadir=..." is not passed
(like in Ubuntu), then "@datadir@" is replaced with "${prefix}/share".
So in that regard, sssd is not doing anything wrong.

To get it to use "/usr/share" instead of "${prefix}/share", the correct
way is to pass "--datadir=/usr/share" to configure (
https://www.gnu.org/prep/standards/standards.html#Directory-Variables ).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2013-02-01 Thread Xiao-Long Chen
Actually, I think it's sssd that's at fault for not being able to parse
debhelper's ./configure arguments, since pretty much every other project
using ./configure can. I'll see if I can come up with a patch for the
issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2013-01-31 Thread Xiao-Long Chen
Okay, I've found the real cause of the issue. It's due to some
differences between debhelper and rpmbuild:

**On Ubuntu:

Take a look at /usr/share/perl5/Debian/Debhelper/Buildsystem/autoconf.pm
(Screenshot: http://i.imgur.com/WozcJoe.png )

Notice how debhelper passes '\${prefix}' directly to ./configure.

**On Fedora:

Take a look at /usr/lib/rpm/macros (Screenshot:
http://i.imgur.com/Gm4Dd2q.png )

Notice how rpmbuild parses '%{_datadir}' to '/usr/share' before passing
to ./configure.



In short, Ubuntu's build process runs "./configure ...
--datadir='\${prefix}/share' ..." whereas Fedora runs "./configure ...
--datadir='/usr/share'"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2013-01-31 Thread Xiao-Long Chen
Hello Adam,

The sssd in 12.04 was never affected since it's on the 1.8.x series.
Both 1.9.1-0ubuntu1.2 in Quantal and 1.9.3-0ubuntu2 in Raring still have
'${prefix}' in /usr/lib/python2.7/dist-packages/SSSDConfig/__init__.py

** Tags removed: verification-needed
** Tags added: verification-failed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1110982] Re: Rebuild gtk3 for new wayland on Raring (ABI break kills gnome-session)

2013-01-31 Thread Xiao-Long Chen
Sorry, you're right. It came from the Canonical Qt5 PPA:
http://ppa.launchpad.net/canonical-
qt5-edgers/qt5-beta1/ubuntu/pool/main/w/wayland/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1110982

Title:
  Rebuild gtk3 for new wayland on Raring (ABI break kills gnome-session)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1110982] [NEW] Rebuild gtk3 for new wayland on Raring (ABI break kills gnome-session)

2013-01-30 Thread Xiao-Long Chen
Public bug reported:

Please rebuild GTK3 for the new wayland 1.0.5+git~20130130-1ubuntu1. The
new wayland *is not* binary compatible and will cause LightDM/GDM/any
GTK application to fail with:

symbol lookup error: /usr/lib/x86_64-linux-gnu/libgdk-3.so.0: undefined
symbol: wl_registry_interface

This leaves 13.04 users with no working GUI. Downgrading libwayland0 to
1.0.3-0ubuntu2 works fine.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1110982

Title:
  Rebuild gtk3 for new wayland on Raring (ABI break kills gnome-session)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103721] Re: Enable virtualbox backend in raring

2013-01-24 Thread Xiao-Long Chen
Thanks a lot!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103721

Title:
  Enable virtualbox backend in raring

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103721] Re: Enable virtualbox backend in raring

2013-01-23 Thread Xiao-Long Chen
Awesome, thanks!

I don't know if it'll be helpful, but I created a PPA with the vbox
backend enabled: https://launchpad.net/~cxl/+archive/libvirt/ The
package builds successfully in pbuilder :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103721

Title:
  Enable virtualbox backend in raring

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103721] [NEW] Enable virtualbox backend in raring

2013-01-23 Thread Xiao-Long Chen
Public bug reported:

Would it be possible to enable the virtualbox backend in libvirt in
raring? All that needs to be changed is adding "--with-vbox" to
debian/rules.

With the version of libvirt in raring, there is *no need* for virtualbox
to be installed while building anymore.

Thanks in advance!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103721

Title:
  Enable virtualbox backend in raring

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103683] Re: Merge libvirt 1.0.1 from Debian experimental

2013-01-23 Thread Xiao-Long Chen
Thanks a lot! I'll file a new bug about the virtualbox backend.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103683

Title:
  Merge libvirt 1.0.1 from Debian experimental

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1103683] [NEW] Merge libvirt 1.0.1 from Debian experimental

2013-01-23 Thread Xiao-Long Chen
Public bug reported:

Would it be possible to merge libvirt 1.0.1 from Debian experimental?
The 1.0.1 release fixes a few issues, such as setting up a NAT network
on a remote libvirt system. A few of the apparmor patches are accepted
upstream as well as a few other patches.

Also, the Debian package enables the vbox backend. Note that libvirt *no
longer* requires VirtualBox to be installed to build the vbox backend
(this was something that was mentioned in an old bug report).

dsc file: 
http://ftp.de.debian.org/debian/pool/main/libv/libvirt/libvirt_1.0.1-4.dsc
Upstream changelog: http://libvirt.org/news.html
Debian changelog: 
http://packages.debian.org/changelogs/pool/main/libv/libvirt/libvirt_1.0.1-4/changelog

Thanks in advance!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1103683

Title:
  Merge libvirt 1.0.1 from Debian experimental

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1101272] [NEW] Control + Alt + [Left + Up] is broken

2013-01-18 Thread Xiao-Long Chen
Public bug reported:

The Control + Alt + [Left + Up] key combination to switch to the top
left workspace is currently broken. Of the four combinations for
diagonal switching:

1. [_*_|___] -> Control + Alt -> [___|___]
   [___|___] ->  + [Down + Right] -> [___|_*_]

2. [___|_*_] -> Control + Alt -> [___|___]
   [___|___] ->  + [Down + Left]  -> [_*_|___]

3. [___|___] -> Control + Alt -> [___|_*_]
   [_*_|___] ->  + [Up + Right]   -> [___|___]

4. [___|___] -> Control + Alt -> [_*_|___]
   [___|_*_] ->  + [Up + Left]-> [___|___]

1, 2, 3 work fine. 4 is not working.

I'm using Compiz 1:0.9.9~daily13.01.17-0ubuntu1 in Raring.

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

** Description changed:

  The Control + Alt + [Left + Up] key combination to switch to the top
  left workspace is currently broken. Of the four combinations for
  diagonal switching:
  
- 1. [ * |   ] -> Control + Alt -> [   |   ]
-[   |   ] ->  + [Down + Right] -> [   | * ]
+ 1. [_*_|___] -> Control + Alt -> [___|___]
+[___|___] ->  + [Down + Right] -> [___|_*_]
  
- 2. [   | * ] -> Control + Alt -> [   |   ]
-[   |   ] ->  + [Down + Left]  -> [ * |   ]
+ 2. [___|_*_] -> Control + Alt -> [___|___]
+[___|___] ->  + [Down + Left]  -> [_*_|___]
  
- 3. [   |   ] -> Control + Alt -> [   | * ]
-[ * |   ] ->  + [Up + Right]   -> [   |   ]
+ 3. [___|___] -> Control + Alt -> [___|_*_]
+[_*_|___] ->  + [Up + Right]   -> [___|___]
  
- 4. [   |   ] -> Control + Alt -> [ * |   ]
-[   | * ] ->  + [Up + Left]-> [   |   ]
+ 4. [___|___] -> Control + Alt -> [_*_|___]
+[___|_*_] ->  + [Up + Left]-> [___|___]
  
  1, 2, 3 work fine. 4 is not working.
  
  I'm using Compiz 1:0.9.9~daily13.01.17-0ubuntu1 in Raring.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1101272

Title:
  Control + Alt + [Left + Up] is broken

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1098392] Re: Sync 3.4.3 from Debian

2013-01-15 Thread Xiao-Long Chen
Thanks a lot!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098392

Title:
  Sync 3.4.3 from Debian

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1098392] [NEW] Sync 3.4.3 from Debian

2013-01-10 Thread Xiao-Long Chen
Public bug reported:

Version 3.4.3 is available in Debian Experimental:
http://packages.debian.org/experimental/yum Would it be possible to
merge this into Ubuntu? The current release is not very useful. It's too
old to create a chroot for any supported Fedora release.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1098392

Title:
  Sync 3.4.3 from Debian

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1097407] [NEW] Polkit rules file when Ubuntu updates polkit to >= 0.107

2013-01-08 Thread Xiao-Long Chen
Public bug reported:

This is not really a bug. The polkit developers have changed the way
rules are defined in version 0.107, so when Ubuntu updates to that
version, the attached rules file will need to be used (goes in
/usr/share/polkit-1/rules.d/). It's a direct translation of the unity-
greeter.pkla file.

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

** Attachment added: "polkit >= 0.107 rules file"
   
https://bugs.launchpad.net/bugs/1097407/+attachment/3477319/+files/50-unity-greeter.rules

** Description changed:

- This is not really a bug. The polkit have changed the way rules are
- defined in version 0.107, so when Ubuntu updates to that version, the
- attached rules file will need to be used (goes in
+ This is not really a bug. The polkit developers have changed the way
+ rules are defined in version 0.107, so when Ubuntu updates to that
+ version, the attached rules file will need to be used (goes in
  /usr/share/polkit-1/rules.d/). It's a direct translation of the unity-
  greeter.pkla file.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1097407

Title:
  Polkit rules file when Ubuntu updates polkit to >= 0.107

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2012-12-04 Thread Xiao-Long Chen
Here is the exact error message: http://paste.ubuntu.com/1411155/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2012-12-04 Thread Xiao-Long Chen
The problem is that "${prefix}" taken litterally by the python file.
"ipa-client-install" with crash when configuring sssd because the path
cannot be found.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2012-11-27 Thread Xiao-Long Chen
I didn't know you had it done already...oops :)

As for the third change, I assumed that the .../krb5/ was the correct
path, since that's what the krb5 packaging creates:
https://bazaar.launchpad.net/~ubuntu-
branches/ubuntu/raring/krb5/raring/view/head:/debian/libkrb5-3.dirs.in

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2012-11-27 Thread Xiao-Long Chen
I've created a patch that fixes this issue. It:

1. Removes leftover cdbs bits
2. Bumps compat version to 9, so "--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)" is 
not needed anymore
3. Fixes kerberos plugins path. Ubuntu uses /usr/lib/.../krb5/plugins/krb5/ 
instead of /usr/lib/.../krb5/plugins/libkrb5/

** Patch added: "lp1079938.patch"
   
https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1079938/+attachment/3445524/+files/lp1079938.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2012-11-16 Thread Xiao-Long Chen
I've found the cause of the issue. The offending line is in
debian/rules: http://paste.ubuntu.com/1363982/

which causes this: http://paste.ubuntu.com/1363979/

I don't see ${prefix} or ${libdir} defined anywhere, which is probably
why this issue happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] Re: ${prefix} present in Python files breaking sssd

2012-11-16 Thread Xiao-Long Chen
Ubuntu 13.04's package is also affected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079938] [NEW] ${prefix} present in Python files breaking sssd

2012-11-16 Thread Xiao-Long Chen
Public bug reported:

Currently, "${prefix}" is showing up in /usr/lib/python2.7/dist-
packages/SSSDConfig/__init__.py, causing packages like freeipa to fail.
I'm not sure if any other files are affected.

Please fix Ubuntu 12.10 package. Thanks in advance!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079938

Title:
  ${prefix} present in Python files breaking sssd

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044836] Re: Does not need to be built with gcc 4.6 anymore

2012-11-15 Thread Xiao-Long Chen
Thanks for fixing!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044836

Title:
  Does not need to be built with gcc 4.6 anymore

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 796661] Re: telepathy-indicator crashed with SIGSEGV in g_simple_async_result_complete()

2012-10-02 Thread Xiao-Long Chen
Indicator messages  12.10.4-0ubuntu1 seems to fix this :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/796661

Title:
  telepathy-indicator crashed with SIGSEGV in
  g_simple_async_result_complete()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 796661] Re: telepathy-indicator crashed with SIGSEGV in g_simple_async_result_complete()

2012-10-02 Thread Xiao-Long Chen
I'm not sure if it's related, but Thunderbird is crashing with the same
error for me: http://pastie.org/4900282

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/796661

Title:
  telepathy-indicator crashed with SIGSEGV in
  g_simple_async_result_complete()

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1048348] Re: Icon fallback code needed

2012-09-13 Thread Xiao-Long Chen
Thanks for merging the patch! This was my first code contribution to any
open-source software :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1048348

Title:
  Icon fallback code needed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042323] Re: [FFE] Port GTK Window Decorator to GSettings

2012-09-11 Thread Xiao-Long Chen
Hi Sam,

Thanks for the reply! You were right about the shared library. I'm
actually packaging for Fedora, which builds with
"-DBUILD_SHARED_LIBS:BOOL=ON" by default. When I build compiz manually,
all is fine.

My fault, sorry :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042323

Title:
  [FFE] Port GTK Window Decorator to GSettings

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1044836] Re: Does not need to be built with gcc 4.6 anymore

2012-09-03 Thread Xiao-Long Chen
Sorry, I didn't know how to link the bug to the downstream packaging.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1044836

Title:
  Does not need to be built with gcc 4.6 anymore

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042323] Re: [FFE] Port GTK Window Decorator to GSettings

2012-09-02 Thread Xiao-Long Chen
By the way, gtk-window-decorator links with
libgtk_window_decorator_settings_notified_interface.so, which doesn't
get installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042323

Title:
  [FFE] Port GTK Window Decorator to GSettings

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1042323] Re: [FFE] Port GTK Window Decorator to GSettings

2012-09-02 Thread Xiao-Long Chen
>From the CMakeLists.txt files, support for metacity themes seems to be
optional, but gtk-window-decorator fails to build when USE_METACITY is
undefined (ie. when metacity headers are not installed or if support is
explicitly disabled).

Here's the build log (built with CMAKE_VERBOSE_MAKEFILE so the errors
are visible): http://ompldr.org/vZmM4OQ/compiz-build.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1042323

Title:
  [FFE] Port GTK Window Decorator to GSettings

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924622] Re: [UEFI] GRUB 2 Blank Screen (no font)

2012-04-07 Thread Xiao-Long Chen
New patch for 1.99-21ubuntu2

** Patch added: "Patch for Grub 2 1.99-21ubuntu2"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/924622/+attachment/3023701/+files/ubuntu_no_smooth_boot_on_efi.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924622

Title:
  [UEFI] GRUB 2 Blank Screen (no font)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 884784] Re: Include translation .po's in the source?

2012-03-29 Thread Xiao-Long Chen
@David: Thank you very much for the reply! Hopefully the Unity
developers agree. It would be very helpful for us packagers of Unity in
other distros :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884784

Title:
  Include translation .po's in the source?

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 931488] Re: Touchpad and trackpoint glitches on Lenovo Thinkpad L520

2012-03-28 Thread Xiao-Long Chen
I am also having this problem. The problem is reproducible in the latest
version of any distro. I've tried compiling the latest kernel and xorg
from git and problem still exists :(

I think you should rename the title of the bug to something like
"Touchpad and trackpoint glitches on Synaptics multi-touch touchpads."
I've been able to reproduce this on a Lenovo Thinkpad W520 and also a
Dell Studio 1555, both of which have a Synaptics 7.2 multi-touch
touchpad.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/931488

Title:
  Touchpad and trackpoint glitches on Lenovo Thinkpad L520

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/931488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924591] Re: [UEFI] GRUB 2 installation method

2012-03-14 Thread Xiao-Long Chen
*** This bug is a duplicate of bug 879858 ***
https://bugs.launchpad.net/bugs/879858

This bug was marked as a duplicate of 879858, but I don't think that
they're the same bugs. The other bug is about a kernel error when using
efibootmgr while installing GRUB EFI. This bug suggests a better command
that can be run to install GRUB EFI (more of a feature enhancement).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924591

Title:
  [UEFI] GRUB 2 installation method

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924622] Re: [UEFI] GRUB 2 Blank Screen (no font)

2012-03-10 Thread Xiao-Long Chen
The included patch disables the generation of the lines in grub.cfg for
Ubuntu's smooth boot feature. That's what currently preventing the boot
on UEFI systems.

I've created a PPA with grub2 version 1.99-17ubuntu1 with the patch
included: https://launchpad.net/~cxl/+archive/grub2-efi

Please test by running "update-grub" with the new packages.

** Patch added: "ubuntu_no_smooth_boot_on_efi.patch"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/924622/+attachment/2845914/+files/ubuntu_no_smooth_boot_on_efi.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924622

Title:
  [UEFI] GRUB 2 Blank Screen (no font)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 945135] Re: 043_ubuntu_menu_proxy.patch does not build

2012-03-02 Thread Xiao-Long Chen
** Patch added: "fix-ubuntumenuproxy-build.patch"
   
https://bugs.launchpad.net/bugs/945135/+attachment/2802839/+files/fix-ubuntumenuproxy-build.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/945135

Title:
  043_ubuntu_menu_proxy.patch does not build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 945135] [NEW] 043_ubuntu_menu_proxy.patch does not build

2012-03-02 Thread Xiao-Long Chen
Public bug reported:

The '043_ubuntu_menu_proxy.patch' patch causes the GTK2 build to fail
with:

In file included from gtkaccelgroup.c:39:0:
gtkalias.h:6241:18: error: 'ubuntu_gtk_menu_shell_activate_mnemonic' undeclared 
here (not in a function)

This is reproducible in Ubuntu (11.10 and 12.04) and Arch Linux (with
latest updates, as of March 02) when compiling manually. György Balló
has generously provided a patch that fixes the issue. It's attached to
this bug report.

Note: I don't know what magic the debian/rules packaging file does, but
this is not reproducible when recompiling the DEB sources.

Thanks in advance!

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/945135

Title:
  043_ubuntu_menu_proxy.patch does not build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 945135] Re: 043_ubuntu_menu_proxy.patch does not build

2012-03-02 Thread Xiao-Long Chen
The patch was taken from György Balló's Arch Linux Unity repository:
http://sources.ayatana.info/gtk2-ubuntu-2.24.10-1.src.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/945135

Title:
  043_ubuntu_menu_proxy.patch does not build

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 926440] Re: Fails to build with new libdbusmenu (patch included)

2012-02-28 Thread Xiao-Long Chen
Great! Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926440

Title:
  Fails to build with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 932961] [NEW] Redundant patch (16_run_in_gnome_unity.patch)

2012-02-15 Thread Xiao-Long Chen
Public bug reported:

Nautilus 3.3.5 in Ubuntu 12.04 contains the patch
16_run_in_gnome_unity.patch. It's pretty pointless, since the original
file already contains what the patch adds (which can also be seen in the
patch).

Redundant "OnlyShowIn=GNOME;Unity": http://paste.ubuntu.com/843362/

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/932961

Title:
  Redundant patch (16_run_in_gnome_unity.patch)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926973] Re: No longer builds with new libdbusmenu (fix included)

2012-02-04 Thread Xiao-Long Chen
** Patch added: "Build fix"
   
https://bugs.launchpad.net/bugs/926973/+attachment/2715470/+files/build_fix_with_libdbusmenu.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926973

Title:
  No longer builds with new libdbusmenu (fix included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926973] [NEW] No longer builds with new libdbusmenu (fix included)

2012-02-04 Thread Xiao-Long Chen
Public bug reported:

With the new libdbusmenu, the /usr/include/*/libdbusmenu-gtk3
directories were renamed to libdbusmenu-gtk. This is true for Ubuntu
12.04 and Arch Linux. The attached patch fixes the '#include' lines to
reflect this change.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926973

Title:
  No longer builds with new libdbusmenu (fix included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926971] Re: No longer builds with new libdbusmenu (fix included)

2012-02-04 Thread Xiao-Long Chen
** Patch added: "Build fix"
   
https://bugs.launchpad.net/bugs/926971/+attachment/2715469/+files/build_fix_with_libdbusmenu.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926971

Title:
  No longer builds with new libdbusmenu (fix included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926971] [NEW] No longer builds with new libdbusmenu (fix included)

2012-02-04 Thread Xiao-Long Chen
Public bug reported:

With the new libdbusmenu, the /usr/include/*/libdbusmenu-gtk3
directories were renamed to libdbusmenu-gtk. This applies with the
libdbusmenu-gtk3 versions found in Ubuntu 12.04 and Arch Linux. The
attached patch fixes the '#include' lines in the source code.

** Affects: appmenu-gtk (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926971

Title:
  No longer builds with new libdbusmenu (fix included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926469] Re: Fails to build with libdbusmenu (fix included)

2012-02-03 Thread Xiao-Long Chen
** Patch added: "Build fix"
   
https://bugs.launchpad.net/bugs/926469/+attachment/2712448/+files/build_fix_with_libdbusmenu.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926469

Title:
  Fails to build with libdbusmenu (fix included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926469] [NEW] Fails to build with libdbusmenu (fix included)

2012-02-03 Thread Xiao-Long Chen
Public bug reported:

With recent versions of libdbusmenu, the /usr/include/*/libdbusmenu-gtk3
directories were renamed to libdbusmenu-gtk (for both GTK 2 and 3). This
applies to both Ubuntu 12.04 and Arch Linux. A patch that fixes the
'#include' lines is attached.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926469

Title:
  Fails to build with libdbusmenu (fix included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926462] Re: Fails to build with new libdbusmenu (patch included)

2012-02-03 Thread Xiao-Long Chen
** Patch added: "Build fix"
   
https://bugs.launchpad.net/bugs/926462/+attachment/2712435/+files/build_fix_with_libdbusmenu.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926462

Title:
  Fails to build with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926462] [NEW] Fails to build with new libdbusmenu (patch included)

2012-02-03 Thread Xiao-Long Chen
Public bug reported:

The libdbusmenu include directories have been renamed from /usr/include
/*/libdbusmenu-gtk3 to libdbusmenu-gtk. This applies to Ubuntu 12.04 and
Arch Linux. The attached patch fixes the '#include' lines in the source
code.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926462

Title:
  Fails to build with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926458] Re: Build fix with new libdbusmenu (patch included)

2012-02-03 Thread Xiao-Long Chen
** Patch added: "Build fix"
   
https://bugs.launchpad.net/bugs/926458/+attachment/2712422/+files/fix_build_with_libdbusmenu.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926458

Title:
  Build fix with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926458] [NEW] Build fix with new libdbusmenu (patch included)

2012-02-03 Thread Xiao-Long Chen
Public bug reported:

The new libdbusmenu renamed /usr/include/*/libdbusmenu-gtk3 to
libdbusmenu-gtk, causing the '#include' lines to fail. This is
reproducible in Ubuntu 12.04 and Arch Linux. The attached patch fixes
this issue.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926458

Title:
  Build fix with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926440] Re: Fails to build with new libdbusmenu (patch included)

2012-02-03 Thread Xiao-Long Chen
** Patch added: "Fix build"
   
https://bugs.launchpad.net/bugs/926440/+attachment/2712390/+files/fix_build_with_libdbusmenu.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926440

Title:
  Fails to build with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926440] [NEW] Fails to build with new libdbusmenu (patch included)

2012-02-03 Thread Xiao-Long Chen
Public bug reported:

The /usr/include/*/libdbusmenu-gtk3 directories were renamed to
libdbusmenu-gtk for GTK 2 and GTK 3 versions of libdbusmenu. This is
reproducible in both Ubuntu 12.04 and Arch Linux. The attached patch
fixes the issue.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926440

Title:
  Fails to build with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926429] Re: No longer builds with new libdbusmenu (patch included)

2012-02-03 Thread Xiao-Long Chen
** Patch added: "Build fix"
   
https://bugs.launchpad.net/bugs/926429/+attachment/2712341/+files/fix_build_with_dbusmenu.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926429

Title:
  No longer builds with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 926429] [NEW] No longer builds with new libdbusmenu (patch included)

2012-02-03 Thread Xiao-Long Chen
Public bug reported:

The build fails due to the /usr/include/*/libdbusmenu-gtk3 directories
being renamed to libdbusmenu-gtk (even in GTK 3 packages). This is
reproducible in Ubuntu 12.04 and in Arch Linux. A patch is attached to
fix the '#include' lines in the source code.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926429

Title:
  No longer builds with new libdbusmenu (patch included)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924622] Re: [UEFI] GRUB 2 Blank Screen (no font)

2012-01-31 Thread Xiao-Long Chen
** Description changed:

  Ubuntu 11.10 and Ubuntu 12.04 have an issue where neither the boot
  messages nor Plymouth are shown. This is due to GRUB2 not having a font
  to load (unicode.pf2) and therefore update-grub doesn't generate needed
  sections in the grub.cfg file.
  
  Here's a diff of Debian's and Ubuntu's grub.cfg (on UEFI), both on a
  completely minimal base system with GUI (to make sure no package
  interferes): http://diffchecker.com/IN68Vue
  
  You can see how Debian loads the unicode.pf2 font and also runs the
  "load_video" function, which loads the video modules needed for EFI.
  While it's for a different error, the Arch Linux Wiki also explains
  this:
  
https://wiki.archlinux.org/index.php/GRUB2#Correct_GRUB2_No_Suitable_Mode_Found_Error
  
  The problem can also be worked around by adding the following in
  grub.cfg:
  
  load_video
  set gfxpayload=auto
  
  EDIT: It seems that the linux_gfx_mode is being set to 'text,' which
  does NOT work with UEFI, as it doesn't have a native text mode (I
  think).
+ 
+ EDIT2: After copying /usr/share/grub/unicode.pf2 to /boot/grub and
+ regenerating the grub.cfg file, here's the diff:
+ http://diffchecker.com/qu771dU However, for some reason, the workaround
+ above is still needed :( I'm not sure what's going on here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924622

Title:
  [UEFI] GRUB 2 Blank Screen (no font)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924622] Re: [UEFI] GRUB 2 Blank Screen (no font)

2012-01-31 Thread Xiao-Long Chen
** Description changed:

  Ubuntu 11.10 and Ubuntu 12.04 have an issue where neither the boot
  messages nor Plymouth are shown. This is due to GRUB2 not having a font
  to load (unicode.pf2) and therefore update-grub doesn't generate needed
  sections in the grub.cfg file.
  
  Here's a diff of Debian's and Ubuntu's grub.cfg (on UEFI), both on a
  completely minimal base system with GUI (to make sure no package
  interferes): http://diffchecker.com/IN68Vue
  
  You can see how Debian loads the unicode.pf2 font and also runs the
  "load_video" function, which loads the video modules needed for EFI.
  While it's for a different error, the Arch Linux Wiki also explains
  this:
  
https://wiki.archlinux.org/index.php/GRUB2#Correct_GRUB2_No_Suitable_Mode_Found_Error
  
  The problem can also be worked around by adding the following in
  grub.cfg:
  
  load_video
  set gfxpayload=auto
+ 
+ EDIT: It seems that the linux_gfx_mode is being set to 'text,' which
+ does NOT work with UEFI, as it doesn't have a native text mode (I
+ think).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924622

Title:
  [UEFI] GRUB 2 Blank Screen (no font)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924622] [NEW] [UEFI] GRUB 2 Blank Screen (no font)

2012-01-31 Thread Xiao-Long Chen
Public bug reported:

Ubuntu 11.10 and Ubuntu 12.04 have an issue where neither the boot
messages nor Plymouth are shown. This is due to GRUB2 not having a font
to load (unicode.pf2) and therefore update-grub doesn't generate needed
sections in the grub.cfg file.

Here's a diff of Debian's and Ubuntu's grub.cfg (on UEFI), both on a
completely minimal base system with GUI (to make sure no package
interferes): http://diffchecker.com/IN68Vue

You can see how Debian loads the unicode.pf2 font and also runs the
"load_video" function, which loads the video modules needed for EFI.
While it's for a different error, the Arch Linux Wiki also explains
this:
https://wiki.archlinux.org/index.php/GRUB2#Correct_GRUB2_No_Suitable_Mode_Found_Error

The problem can also be worked around by adding the following in
grub.cfg:

load_video
set gfxpayload=auto

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924622

Title:
  [UEFI] GRUB 2 Blank Screen (no font)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 924591] [NEW] [UEFI] GRUB 2 installation method

2012-01-31 Thread Xiao-Long Chen
Public bug reported:

With more UEFI based systems now, it's pretty important that GRUB 2 is
installed correctly on those systems.

The way Ubuntu installs GRUB 2 on UEFI systems puts the GRUB 2
configuration files in EFI_PARTITION/efi/ubuntu/grub.cfg. I'm not sure
how it actually is installed, but the behavior can be replicated by
installing GRUB 2 with:

grub-install --boot-directory=/boot/efi/efi --bootloader-id=ubuntu
--force --recheck

The problem with this is that the configuration files are inconsistent
with the BIOS version GRUB 2, making all scripts that depend on the
/boot/grub directory structure useless.

If GRUB 2 UEFI is installed this way:

grub-install --bootloader-id=ubuntu --force --recheck

GRUB 2 will continue to use /boot/grub, just like the BIOS version and
generates a grubx64.efi file in EFI_PARTITION/efi/ubuntu/ that will
ALWAYS load /boot/grub/grub.cfg from the /boot partition, which the
grub-install script identifies during installation. This is exactly the
same behavior in the BIOS version, where GRUB 2 in the MBR always boots
from the /boot partition that was mounted during installation.

Not only does this method make things more consistent, it can also shave
off a little bit of the boot time, because the EFI partition will no
longer need to be mounted every boot.

** Affects: debian-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: grub uefi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/924591

Title:
  [UEFI] GRUB 2 installation method

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 764195] Re: laptop screen blacklight brightness always at 100% (even on battery), can't be lowered

2011-11-17 Thread Xiao-Long Chen
This bug still exists in Ubuntu 11.10 and will continue to exist in
future Ubuntu versions because, as far as I know, this is a bug in the
nVidia blob that only nVidia can fix.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/764195

Title:
  laptop screen blacklight brightness always at 100% (even on battery),
  can't be lowered

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/764195/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 859474] Re: Dragging with touchpad unusable

2011-11-04 Thread Xiao-Long Chen
It looks like those are the default settings for the synaptics Xorg
driver (xf86-input-synaptics upstream or xserver-xorg-input-synaptics in
Ubuntu). In the latest version of xf86-input-synaptics (1.50),
src/synaptics.c contains the following lines:

pars->tap_time = xf86SetIntOption(opts, "MaxTapTime", 180);

and

pars->fast_taps = xf86SetBoolOption(opts, "FastTaps", FALSE);

which as said before, seem to be the culprit of this problem. A simple
patch to change those values in the source code would fix this problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/859474

Title:
  Dragging with touchpad unusable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs