[Bug 1750273] Re: UI scaling broken after last update in Xenial

2018-02-22 Thread fletch
In my case I have 2 displays one at 1920x1080 (Display A) and another at 3840x2160 (Display B). When I have (A) and (B) active or just (A) active, zoom behaves normally at <=1.38 but at >=1.5 it goes much larger than it should. When only (B) is active, then the behaviour of the zoom at <=1.38 is

[Bug 1558252] Re: Intel 8260 / iwlwifi Occasionally unusuable after restart

2016-04-11 Thread fletch
I'm seeing similar problems. The Intel 8260 provides bluetooth as we well as wifi connectivity. It seems that for me Wifi can't be enabled until bluetooth is enabled. I'm using linux 4.4.0-18-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 613820] [NEW] psql error with tab completion in bash

2010-08-05 Thread fletch
Public bug reported: Binary package hint: bash-completion So I need to send a file to psql stdin. I do this psql somedb /path/to/file It used to be that I could tab my way through the /path/to/file bit. But that's no longer the case. Also not getting tab completion on database name.

[Bug 506330] [NEW] okular facing pages doesn't always show facing pages

2010-01-12 Thread fletch
Public bug reported: Binary package hint: kdegraphics In Okular there is an option View-View mode-Facing Pages. This puts two pages side by side, so page1 appears on the left and page 2 on the right and so on. Usually you would expect odd pages to be on the right and even pages on the left, if

[Bug 506330] Re: okular facing pages doesn't always show facing pages

2010-01-12 Thread fletch
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/37770258/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/37770259/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/37770260/ProcStatus.txt ** Attachment

[Bug 442216] Re: Ultra slow flash performance in karmic beta1

2009-11-01 Thread Fletch
Here is how I solved the problem on my computer: Edit or create a xorg.conf file under /etc/X11. (Note: in karmic a xorg.conf file is not required as ubuntu now automatically detects and choses the settings for your computer. So chances are there will be no file there.) Under your video device,

[Bug 465148] Re: Really slow boot after 9.04 to 9.10 upgrade

2009-10-31 Thread Fletch
Please be aware that in Jaunty, bootchart would only log until the gnome login started. In Karmic, bootchart logs until the gnome login starts, and then keeps logging for an additional 45 seconds. This was changed to better represent the fact that the operating system has to keep loading after

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-02-18 Thread fletch
I wont be able to for a couple of weeks. After that I will test this, if it has not been done before. If I remember :) -- PHP (cli) exits with a segfault if pg_connect() called. https://bugs.launchpad.net/bugs/63141 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 108414] Re: mod_rewrite does not work in feisty

2007-05-23 Thread fletch
Works for me. I have the following sym links in /etc/apache2/mods-enabled for your comparison lrwxrwxrwx 1 root root 40 2005-05-23 19:38 actions.load - /etc/apache2/mods-available/actions.load lrwxrwxrwx 1 root root 28 2007-05-16 11:20 alias.load - ../mods-available/alias.load lrwxrwxrwx 1

[Bug 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2007-04-23 Thread fletch
Using php5 5.1.6-1ubuntu2.3 on dapper I can no longer see this bug as described. I am still getting a seg fault on my scripts after they have completed, but this bug is not the cause, as the test case no longer works for me either. -- PHP (cli) exits with a segfault if pg_connect() called.

[Bug 63141] PHP (cli) exits with a segfault if pg_connect() called.

2006-09-30 Thread fletch
Public bug reported: Binary package hint: php5-cli test.php: ?php pg_connect(dbname=validorinvalidname user=validorinvaliduser pass=validorinvalidpass); print connected (or not)\n; ? output of php test.php: connected (or not) SegmetationFault In short, calling pg_connect() is causing a