Tuesday, 26 August 2008

IE (Internet Explorer)

In my enthusiasm to move full-time to Linux I missed a crucial element of my system: IE!
Kinda useful to have for testing my sites (as I discovered recently when I used another machine to check the notoriously awkward in IE float properties of <img>!).

Yes, I know IE is a MS/Windows product

I've now got IEs4Linux running now on FC8 sans-problem.
Had a few issues to start with, first off IE7 crashed the installer. Untick the option for IE7 and it installed no problem.

Launch it from command line, and I get some version of IE seeming to appear.

Apparently IE4linux runs IE5 & 6.

Couple of issues though -
Seems to open a window with no address bar/menus/navigation buttons, is that normal?!
How do I specify which IE to launch?
No IE 7 (is 8 out yet?).

I need alternative way of using IE7+. Is the only option a windows box (kinda defeats the whole point of moving to Linux!) or is there some other option?

VM of some sort running windows?

Ideas on a postcard please!
Blogged with the Flock Browser

Saturday, 23 August 2008

IE running on Linux?

Tonight I was tinkering with a website (www.yhjudo.org.uk) and it occurred to me that I should probably test with IE.

Now since I have moved my full-time platform to Fedora Linux this would prove awkward as it doesn't have IE installed (duh!).

Thankfully, some folks that understand WINE a whole lot better than me have kindly created this page of instructions here:
http://www.tatanka.com.br/ies4linux/page/Installation:Fedora

Ran through that not a problem. Until I ran the GUI IE installer and selected IE7 to be installed, it died. Tried again without IE7 option ticked and I now have a working IE. :)

Strange thing is, it doesn't seem to have menus, buttons or address bar. So how to actually use it is anyones guess!

Monday, 30 June 2008

Picassa issues

Following on from the Picassa bother in previous posts, last night I added the missing line to the config file as directed in the linked forum posts.

Naturally being Linux I didn't need feel the need to reboot so wont find out if it's worked for a bit. Probably at the weekend in fact after my next photoshoot!
Blogged with the Flock Browser

Sunday, 29 June 2008

SVN botheration...

I'm trying to persuade SVN to run on my FC8 PC so that I can keep my laptop codebase upto date easily so I can do some coding on that in front of TV...save the Mrs getting upset I spend all my time coding in the other room!

I'd hate to try this on Windows, this sort f thing is where Linux excels, but....

I've tried to follow instructions from here:
http://www.botsko.net/blog/2007/05/...on-fedora-core/

With some changes, but using the commands he gives.

When I browse to where I expected to see my repository (http://localhost:3690/svn/trunk) I get some text that suggests SVN is there and alive:
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline svndiff1 absent-entries ) ) )

Now when I try to access SVN from Eclipse to do an import into SVN of existing project code I was expecting some authentication error message (I can't remember where SVN users are specified in Eclipse for connections), but instead get:
Error while creating module: org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: PROPFIND request failed on '/trunk'
svn: PROPFIND of '/trunk': could not read status line: connection was closed by server (http://localhost:3690)

Is that error about user credentials failing authentication or have I not set something up correctly?

Can anyone point me at any other decent tutorials on getting SVN working (with notes on Eclipse would be good ).

Sunday, 22 June 2008

Picasa seems to be fixed...

...kind of :/

Following instructions here:
http://wiki.winehq.org/PreloaderPageZeroProblem

Reffered to from the discussion here:
http://groups.google.com/group/Google-Labs-Picasa-for-Linux/browse_thread/thread/91d956e2d643cb19/9a025ba32fad6e60


It seems Wine had the problem which can be fixed with the instructions given above, unfortunately where the instructions say change the value of something in some config file, that variable doesn't seem to exist so for now I'll stick to issuing the command as I need to.
Blogged with the Flock Browser

HELP!

Garrr...

A very promising first few months with Linux is starting to fall apart.

I've been tring to sort out realplayer plugin for my browser so I can listen to BBC 'listen again' stuff with no luck. So, thinking it was time to get away from things that are stressing me out I thought I'd have a go at sorting out my latest batch of photos.... some chance!

Seems now that when I try and start Picasa it fails abismaly to start without and error, or even any notification it failed to start.

I think Picasa runs under WINE rather than as a Linux program so it may be that WINE is having issues rather than Picasa itself. Where to start sorting this one out then?

Maybe I should try the Windows approach.. uninstall/reinstall, but I suspect that wont fix it :(
Blogged with the Flock Browser

Sunday, 1 June 2008

Printers...

So I finally got round to looking into getting my printer setup and working.
It's a HP 3310 WiFi all-in-one jobby, nice machine. Only hope I can get it working under Fedora Core now!

I have switched off auto yum updates as on those occasions when my internet connection went down my computer would take ages to get going. Seems yum trying to connect (but failing) was the cause of the delay.

So run an update to make sure I'm up to date before looking to install printer gubbins.

Seems hplip is what I want:
http://sourceforge.net/project/showfiles.php?group_id=149981

But before installing that, I think I'll check with yum that it doesn't know where to get it first:
[root@yeti ~]# yum whatprovides *hplip*

Seems yum doe know about hplip, results from aboove:
fedora                    100% |=========================| 2.1 kB    00:00    
adobe-linux-i386          100% |=========================|  951 B    00:00    
updates                   100% |=========================| 2.3 kB    00:00    
filelists.sqlite.bz2      100% |=========================| 5.8 MB    00:23    
hpijs.i386 : HP Printer Drivers
hplip.i386 : HP Linux Imaging and Printing Project
hplip-gui.i386 : HPLIP graphical tools
hplip-gui.i386 : HPLIP graphical tools
hplip.i386 : HP Linux Imaging and Printing Project
hpijs.i386 : HP Printer Drivers
hpijs.i386 : HP Printer Drivers
hplip.i386 : HP Linux Imaging and Printing Project

Of those, only hplip-gui.i386 was not already on my system, so added it (# yum install hplip-gui.i386).

Now to get the computer talking to printer using those packages.
Tried launching the GUI setup from the HP item in the fedora menu, but that failed with an error about su/sudo so figure it must be a permission thing. So rather than try and sort it properly, I return to the command line....

[dafoot@yeti ~]$ su -
Password:
[root@yeti ~]# hp-setup

That started a GUI that took me through the process and successfully printed a test page. It failed to detect my printer automatically though, but once I told the GUI setup the IP for the printer, the rest was straight forward.


Blogged with the Flock Browser