[Bug 1697122] Re: Package Firefox with MOZ_USE_XINPUT2=1 in environment to enable pixel scrolling with touchpad and touch gestures

2019-06-02 Thread uman
If this bug is not going to be fixed soon, I suggest Ubuntu should bundle another browser in the next release. Maybe it doesn't make a difference for people who are not used to using a touchpad on other browsers (or Firefox on other OSes), but this bug made Ubuntu-on-laptop absolutely maddening

[Bug 1831385] [NEW] `std::cosf`, `std::sinf`, `std::sqrtf` are not declared in ``

2019-06-02 Thread uman
Public bug reported: The following program fails to compile, even with `g++ --std=c++17 test.cpp`. ``` #include #include int main() { printf("%f\n", std::cosf(0.0f)); } ``` `std::cosf` is required by the c++ standard. Draft N4659, page 1140. g++ version is 8.3.0-6ubuntu1

[Bug 426359] [NEW] man 7 undocumented refers extensively to Debian

2009-09-08 Thread uman
Public bug reported: Version: Ubuntu 9.04 In the undocumented man page, it is suggested that the user should report a bug to Debian's tracker, and, if he decides to write a man page, to forward it to Debian maintainers. The page should be changed to refer to Ubuntu. ** Affects: ubuntu