[Bug 1368402]

2019-09-02 Thread Hong Xu
Switching to libinput does not work for me. My workaround is to launch
gnome-settings-daemon when xfce starts in "Application Autostart"
settings.

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

Title:
  GTK3 apps don't understand natural scrolling in Xubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-settings/+bug/1368402/+subscriptions

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

[Bug 1409347]

2018-06-08 Thread Hong Xu
This bug is still affecting in Xfce 4.12.

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

Title:
  "Enable horizontal scrolling" doesn't work with "Reverse scroll
  direction"

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-settings/+bug/1409347/+subscriptions

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

[Bug 504441] Re: okular prints tiny pages using n-up (multiple pages per sheet) feature

2016-04-06 Thread Hong Xu
I just posted an answer which has solved this issue:
https://superuser.com/questions/92346/okular-on-ubuntu-9-10-prints-
multiple-pages-per-sheet-n-up-very-small/1062051#1062051

Basically you should select the "Fit to printable area" option...

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

Title:
  okular prints tiny pages using n-up (multiple pages per sheet) feature

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

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


[Bug 504441] Re: okular prints tiny pages using n-up (multiple pages per sheet) feature

2016-04-06 Thread Hong Xu
This bug is probably not an okular bug, since evince also has the same
behavior

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

Title:
  okular prints tiny pages using n-up (multiple pages per sheet) feature

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

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


[Bug 1306901] Re: jitsi crashes when receiving a call

2014-06-20 Thread Hong Xu
I have the same error, but not when receiving the call -- when you add
an AIM account and you'll never be able to log in.

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

Title:
  jitsi crashes when receiving a call

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

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


[Bug 1327971] Re: libm log function: always unreferenced

2014-06-18 Thread Hong Xu
Invalid. Ignore it.

** Changed in: eglibc (Ubuntu)
   Status: New = Invalid

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

Title:
  libm log function: always unreferenced

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

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


[Bug 1327971] [NEW] libm log function: always unreferenced

2014-06-09 Thread Hong Xu
Public bug reported:

For this simple code:


#include math.h

int main(void)
{
log(0.0);

return 0;
}

when compiled with `gcc -lm foo.c`, you would always get the following
error message:

/tmp/ccTTLEYA.o: In function `main':
foo.c:(.text+0x9): undefined reference to `log'
collect2: error: ld returned 1 exit status

which doesn't make sense.

I tried the same code to be compiled with `clang -lm foo.c`, which
compiles successfully.

Also, I tried the same code on a RHEL 6 machine with gcc, which compiles
successfully.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: libc6-dev 2.19-0ubuntu6
ProcVersionSignature: Ubuntu 3.13.0-29.53-generic 3.13.11.2
Uname: Linux 3.13.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Jun  9 00:28:33 2014
InstallationDate: Installed on 2014-05-27 (12 days ago)
InstallationMedia: Ubuntu 14.04 LTS Trusty Tahr - Release amd64 (20140417)
SourcePackage: eglibc
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug trusty

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

Title:
  libm log function: always unreferenced

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

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


[Bug 1255664] Re: libclang-3.4-dev contains broken link to missing libclang.so

2014-06-03 Thread Hong Xu
The missing libclang.so also causes some programs depending on clang
library not functioning well. An example is Vim's `clang_complete`
plugin. It searches for libclang.so but not libclang.so.1. Also, if you
write a simple C program and compile it with

$ gcc -lclang foo.c

It also doesn't work.

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

Title:
  libclang-3.4-dev contains broken link to missing libclang.so

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-toolchain-snapshot/+bug/1255664/+subscriptions

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