× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Unfortunately I don't think these systems are powerful enough to run WINE.




-----Original Message-----
From: linux5250-bounces@xxxxxxxxxxxx [mailto:linux5250-bounces@xxxxxxxxxxxx]
On Behalf Of Matt Weiss
Sent: Tuesday, June 21, 2011 10:47 AM
To: Linux 5250 Development Project
Subject: Re: [LINUX5250] Can you help???

It may be an un-popular answer, but I have had tremendous success just
installing the windows version of tn5250 under wine and running it that
way, it is re-sizable and you can maximize it. I usually use
dejavu-sans-mono font and all is well in the world.

I put tn5250.exe and lib5250.dll and tn5250rc in
~/.wine/drive_c/tn5250

This is my rc file when I do that

map=37
font_80=DejaVu Sans Mono
font_132=DejaVu Sans Mono
+resize_fonts
+enhanced
+local_print_key
+pc_backspace
+unix_like_copy
colsep_style=none

SESSION1 {
env.DEVNAME=WHATEVER
env.TERM = IBM-3477-FC
host = IPADDRESS
}


Then I add
/usr/local/bin/l_tn5250 and point my shortcuts to it

in that file is:
#!/bin/bash
if ! [ -d ~/.wine/drive_c/tn5250 ]; then
mkdir -p ~/.wine/drive_c/tn5250
fi

cd ~/.wine/drive_c/tn5250

if ! [ -f fontfix.reg ]; then
cat >> fontfix.reg <<'AA'
REGEDIT4

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
AA
wineboot -i 2> /dev/null
wine regedit fontfix.reg 2> /dev/null
fi

wine start /max tn5250.exe SESSION1 2> /dev/null


On 6/21/2011 9:27 AM, John Aldrich wrote:
All I really want is a big, full-screen (or nearly so) window for the
AS/400 client. The default size is unreadable unless you've got a 12"
monitor!!


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.