When F-Spot tries to connect, it tries to detect V2 by quering
http://.../gallery_remote2.php and is expecting to get back "HTTP/1.0
404 Not Found".  Ubuntu is currently returning "HTTP/1.1 404 Not Found"
which doesn't match and the check errors out.

To work around.  Create gallery_remote2.php in the gallery2 folder with
the following

<?php
  header("HTTP/1.0 404 Not Found");
  exit;
?>

-- 
Unable to add Gallery2 gallery to F-Spot
https://bugs.launchpad.net/bugs/544393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to