id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
785,Installation problems on Ubuntu 9.10 and then a Crash after manual install,Tlousky,,"I use Ubuntu 9.10,

Output of this line:
perl -MWx -e'printf(qq(Wx Version=($Wx::VERSION) %s unicode=(%s)\n), Wx::wxVERSION_STRING(), Wx::wxUNICODE())'

Is:
Xlib:  extension ""RANDR"" missing on display "":0.0"".
Wx Version=(0.94) wxWidgets 2.8.10 unicode=(1)

I had a previous version of Padre working nicely for a while (not sure which version though).

I tried to install the newest version (0.51) lately, but I had problems installing from CPAN. Here's the test errors I got when tryin to install:
http://pastebin.com/d3cd2b66b

The repeating line is this:
Xlib:  extension ""RANDR"" missing on display "":0.0"".
It failed most of my Wx tests in the installation.

Eventually, with help from people on the #padre irc channel I manually downloaded the source and installed it.

It worked well when running using: ./dev.pl from the source folder.

But after the ""make install"", now every time I try to run padre, It crashes and leaves this output:

Xlib:  extension ""RANDR"" missing on display "":0.0"".

(padre:6110): Gtk-WARNING **: gtk_menu_attach_to_widget(): menu already attached to GtkMenuItem
Segmentation fault

I tried to install the debian package with aptitude install padre, but that didn't help - same error.

I also downloaded the perl + padre from:
http://perlide.org/download/binary/perl-5.10.1-xl-0.01.tar.gz

And padre runs manually without crashing from:
perl/bin/padre.sh

",defect,closed,major,,editor,trunk,not relevant,"crash, wx, installtion",robinsp@…
