[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

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

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

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

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

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

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

2014-06-09 Thread Hong Xu
Public bug reported: For this simple code: #include 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 r

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