[Bug 336739] Re: lordsawar crashed with SIGSEGV in GameWindow::on_sdl_mouse_button_event()

2009-06-03 Thread Ben Asselstine
I need more information to solve this bug.  A story about what was going
on and what you clicked on would be great.  Also the autosave.sav file
from ~/.lordsawar would be nice.

-- 
lordsawar crashed with SIGSEGV in GameWindow::on_sdl_mouse_button_event()
https://bugs.launchpad.net/bugs/336739
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


[Bug 278806] Re: lordsawar crashed with SIGSEGV

2009-06-03 Thread Ben Asselstine
This is a known bug.  All versions of lordsawar have suffered from the
can't close the program while the ai is moving crash.

-- 
lordsawar crashed with SIGSEGV
https://bugs.launchpad.net/bugs/278806
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


[Bug 278806] Re: lordsawar crashed with SIGSEGV

2009-06-03 Thread Ben Asselstine
Actually I *can* close the game while the AI is moving.  It was fixed in
version 0.1.3.  Maybe there's some other condition, like a fight was
happening or something.

-- 
lordsawar crashed with SIGSEGV
https://bugs.launchpad.net/bugs/278806
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


[Bug 358082] Re: ctrl+T should open a blank page on a new tab, and activate the toolbar

2009-04-13 Thread Ben Asselstine
Thanks for the feedback.

The result of that design decision is that if I want a start page, I
can't quickly* go to a new site in a new tab.  The irony is that users
set a start page so that the browser becomes more usable, and in doing
so make the program less usable.  It's an unnecessary trade-off.  Chrome
manages to have it's cake and eat it too... opening the homepage in a
new tab and making it easy to change the location by focusing the
location bar.  However that isn't what my patch implements.  Would a
more chrome-like behaviour be acceptable?

* quickly relative to FF, IE or Chrome.

-- 
ctrl+T should open a blank page on a new tab, and activate the toolbar
https://bugs.launchpad.net/bugs/358082
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


[Bug 174016] Re: Middleclick on boomark openes the new tab in the background

2009-04-12 Thread Ben Asselstine
Here's a patch that fixes this bug in epiphany on Intrepid.

Here's a video that demonstrates the utility of fixing this bug with this patch:
http://www.superunprivileged.org/ephy-middle-click-bookmark.ogv

Please apply this patch and push upstream!

** Attachment added: patch to bring middle-clicked bookmarks up in an active 
new tab
   
http://launchpadlibrarian.net/25288975/epiphany-middle-click-jumps-to-new-tab.patch

-- 
Middleclick on boomark openes the new tab in the background
https://bugs.launchpad.net/bugs/174016
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


[Bug 358082] [NEW] ctrl+T should open a blank page on a new tab, and activate the toolbar

2009-04-08 Thread Ben Asselstine
Public bug reported:

Binary package hint: epiphany-browser

This is an enhancement request.

When creating a new tab, Epiphany wants to open the homepage, which
forces me to wait until the page updates the web address, at which point
I can then hit Ctrl+L to type my web address.

The alternative is to do what the competition does:
Firefox, and IE open a new blank new page when Ctrl+T is pressed, and the focus 
goes to the location bar, so that the user can just simply type in a new web 
address.
Chrome opens a new page (google.com, go figure) in the new tab, and puts the 
focus in the location bar.

I have created a patch that provides the FF+IE new-tab functionality to
epiphany.

I have created a video clip that demonstrates the improved experience.  Watch 
it here: 
http://superunprivileged.org/ephy-tabs.ogv

Patch applies to 2.24.1-0ubuntu1 version in Intrepid.

Tested with the mozilla engine.

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
ctrl+T should open a blank page on a new tab, and activate the toolbar
https://bugs.launchpad.net/bugs/358082
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


[Bug 358082] Re: ctrl+T should open a blank page on a new tab, and activate the toolbar

2009-04-08 Thread Ben Asselstine

** Attachment added: patch to provide a FF+IE new-tab experience to epiphany 
2.24
   http://launchpadlibrarian.net/25083124/ephy-tabs.patch

-- 
ctrl+T should open a blank page on a new tab, and activate the toolbar
https://bugs.launchpad.net/bugs/358082
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


[Bug 249097] [NEW] cowsay --help fails

2008-07-16 Thread Ben Asselstine
Public bug reported:

Binary package hint: cowsay

Here is what i see for cowsay version 3.03-9 on ubuntu 8.04:
$ cowsay --help
/usr/bin/cowsay version [unknown] calling Getopt::Std::getopts (version 1.05 
[paranoid]),
running under Perl version 5.8.8.

Usage: cowsay [-OPTIONS [-MORE_OPTIONS]] [--] [PROGRAM_ARG1 ...]

The following single-character options are accepted:
With arguments: -e -f -T -W
Boolean (without arguments): -b -d -g -h -l -L -n -N -p -s -t -w -y

Options may be merged together.  -- stops processing of options.
Space is not required between options and their arguments.
  [Now continuing due to backward compatibility and excessive paranoia.
   See ``perldoc Getopt::Std'' about $Getopt::Std::STANDARD_HELP_VERSION.]

--

I expected cowsay to show me the help, like so many other programs that
accept the --help option.  Instead it confused me even more by showing
me some perl gobbledegook.

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

-- 
cowsay --help fails
https://bugs.launchpad.net/bugs/249097
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