Re: office suite capable of importing/converting applixware aw & ag files?

2004-07-06 Thread Ilkka Lindroos
On Monday 05 July 2004 22:40, stephen parkinson wrote:
> got caught by proprietary file formatting :-)
>
> so do i build & install libstdc++2.8 sources or hope for
> a open source program that will import applix aw/ag files ?

You could try Koffice. It has some kind of support for Applix Words 
and Applix Spreadsheet documents. Don't know about Open Office.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: office suite capable of importing/converting applixware aw & ag files?

2004-07-06 Thread Erik Christiansen
On Mon, Jul 05, 2004 at 08:40:31PM +0100, stephen parkinson wrote:

> my applix was purchased approx 4-5 yrs ago

   Last time I looked for an upgrade, it appeared to be no longer
supported. (I'd be happy to be proven wrong)
   
> i tgz'd the applix dir and now uncompressed on a libranet 2.8.1 box, 
> applix complains loudly of missing libstdc++ 2.8 libs
> 
> so do i build & install libstdc++2.8 sources or hope for
> a open source program that will import applix aw/ag files ?

   I'd go with the former, but if the latter should descend in a shaft
of light, please ping me.

> current libstdc seems to be 2.10
> 
> nothing much appeared in search of debian-user archives

   Sometimes I wonder how many of us remain.

Regards,
Erik


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



office suite capable of importing/converting applixware aw & ag files?

2004-07-05 Thread stephen parkinson
got caught by proprietary file formatting :-)
my applix was purchased approx 4-5 yrs ago
i tgz'd the applix dir and now uncompressed on a libranet 2.8.1 box, 
applix complains loudly of missing libstdc++ 2.8 libs

so do i build & install libstdc++2.8 sources or hope for
a open source program that will import applix aw/ag files ?
current libstdc seems to be 2.10
nothing much appeared in search of debian-user archives
stephen

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Install of Applixware 5.0

2000-09-14 Thread Bill Ramsey
Success! First of all, a big THANK-YOU! to this list! The suggestions
helped me install Applix. I have to say that it took a little bit from
each suggestion to finally get it to work. Also I still have one very
small problem with the program: it can't find the 12 pt Helvetica
font.

Overview: I used Michael Smiths suggestion and mounted the cdrom as -o
exec: executable. Though I'm frustrated with the support person at
applix, they did offer that I should put /mnt/cdrom/RPMS in the path
so the install script could find cpio. The command ./setup does NOT
work, as rpm isn't installed. So you have to use the install script
instead.

I ended up using the install script on the cdrom. The first time, the
script failed as it couldn't create /opt. So I did a "mkdir /opt" and
then re-ran the script and then it worked.

1) su root
1a) mkdir /opt  'if it doesn't exist
2) mount -t iso9660 -o exec /dev/cdrom /mnt/cdrom
3) export PATH=$PATH:/mnt/cdrom/RPMS
4) cd /mnt/cdrom/RPMS
5) ./install.bsh -rpm2cpio

It took me awhile to figure out how to start the program. The provided
manual does not bother to explain this! I suppose if I had been able
to run the setup program, an entry to the gnome menu might have been
made. 

In a terminal I did:
cd /opt/applix
    ./applix

This started the applixware iconbar. WITH ONE PROBLEM! I now get an
error every time that says something about not being able to find 12
point Font Helvetica on my system.

Suggestions on how to add this font?  

Bill


 --
Bill Ramsey
[EMAIL PROTECTED]



Re: Install of Applixware 5.0

2000-09-14 Thread Michael Smith
I had to use "mount -t iso9660 -o exec /dev/cdrom /cdrom"
The shell script won't execute because the cd filesystem is mounted noexec, 
making
all the executables on the cd inoperable, so you have to give it the option to 
have
these executable.  It's somewhere in the applix install instructions, but in 
small
print.

--Mike

"b.j. halfkann" wrote:

> > Has anyone else installed applix 5.0 from CD ??
>
> login as root
> start X
> open Xshell
>
> mount -r -t iso9600 /dev/[cdrom] /mnt/cdrom
> cd /mnt/cdrom
> ./setup
>
> ...that's all
>
> regards
>
> bernward
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: Install of Applixware 5.0

2000-09-14 Thread b.j. halfkann
> Has anyone else installed applix 5.0 from CD ??

login as root
start X
open Xshell

mount -r -t iso9600 /dev/[cdrom] /mnt/cdrom
cd /mnt/cdrom
./setup

...that's all


regards

bernward




Re: Install of Applixware 5.0

2000-09-14 Thread Kerstin Hoef-Emden

Hi,

On Wed, 13 Sep 2000, Bill Ramsey wrote:

> The instructions assume rpm. There is an install.bsh script but it
> doesn't work. Support sent me a different script and that doesn't work
> either.
> 
> Has anyone else installed applix 5.0 from CD ?? 

I had a similar problem with Applixware 4 under RedHat 5.2. The install
script was not executable, but it worked for me under Debian 2.2. If you
cannot make it work, I suggest trying something similar as I did with my
RedHat-problem: Installing the packages according to their dependencies
one by one by hand. Since you need *.debs, you have to add some steps:

You need to install the package alien (it needs rpm - the RedHat package
manager, but this is part of the dependencies). Try to debianise all
*.rpms of Applixware with alien and then install them one by one with
dpkg.
The *.rpms sometimes contain scripts which cannot be translated by
alien, but alien tries to make the best out of it. In the few cases, I
needed it, it did its job quite well.


Regards,

Kerstin

 
-- 

[EMAIL PROTECTED]



Install of Applixware 5.0

2000-09-13 Thread Bill Ramsey
I'm new to Debian and Linux. I'm trying to install applix from CD,
brought at a store. 

The instructions assume rpm. There is an install.bsh script but it
doesn't work. Support sent me a different script and that doesn't work
either.

Has anyone else installed applix 5.0 from CD ?? 

It is frustrating to spend $100 on software and not be able to install
it. I can only contact "Support" through email and so far that has
been much help.

Please, can anyone steer me in the right direction?

Bill



 --
Bill Ramsey
[EMAIL PROTECTED]



Re: Applixware 5 on Debian slink, potato or woody?

2000-08-11 Thread Stefan Bellon
In article <[EMAIL PROTECTED]>,
   Pap Tibor <[EMAIL PROTECTED]> wrote:

> I'm using applixware 4 on a Debian Potato system. I have an old
> Pentium 100 with 64Mb RAM only. It looks fine, can read files coming
> from MS office, and very fast. It takes only few seconds to startup
> om my machine. So I don't know any good reason to upgrade it, or
> change it to another office suit.

The reason to upgrade is the fact that Applixware 4.4.1 is very buggy.
I had the chance to prepare a presentation with it last week and at
least the ApplixPresent part (or how it is called) is more than buggy!
I hope this is solved in Applixware 5.

I don't know of any other /good/ presentation software for GNU/Linux.
StarOffice is that slow, you can't use it, and GNOME hasn't one yet. I
know there's KPresent, but as I don't have any QT packages installed ...

Greetings,

Stefan.

-- 
 Stefan Bellon * <mailto:[EMAIL PROTECTED]> * <http://www.sbellon.de/>

 VirusScan Message:  Windows 95 found:  Remove it? (Y/n)



Re: Applixware 5 on Debian slink, potato or woody?

2000-08-11 Thread Pap Tibor
Hi!

I'm using applixware 4 on a Debian Potato system. I have an old Pentium
100 with 64Mb RAM only. It looks fine, can read files coming from MS
office, and very fast. It takes only few seconds to startup om my machine.
So I don't know any good reason to upgrade it, or change it to another
office suit.

--Pap Tibor

On Tue, 8 Aug 2000, [EMAIL PROTECTED] wrote:

> On Tue, 8 Aug 2000, Stefan Bellon wrote:
> 
> sbello >Now I'd like to know whether anybody has experience with the later
> sbello >Applixware 5 on Debian systems. Does it install without problems?
> 
> installs flawlessly, runs like crap though. for some reason it takes about
> 5 minutes to load on a p3-500 128MB. tries to load some font server?? or
> something i dunno i gave up on it, feels worse then corel office, which
> annoys me when it wont load while mp3s are playing and crashes like mad.
> 
> sbello >I know that it's against the Debian GNU philosophy, but if there's no
> sbello >other application suite with the same features, then I think it's 
> still
> sbello >better than using PowerPoint (that soft of application is the one I'm
> sbello >looking for at most) the other operating system.
> 
> i liked applixware 4 more, staroffice feels good compared to applixware5
> and corel!
> 
> nate
> 
> :::
> http://www.aphroland.org/
> http://www.linuxpowered.net/
> [EMAIL PROTECTED]
> 2:04pm up 21 days, 21:41, 1 user, load average: 0.11, 0.06, 0.01
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 

-.Sig
Tibor Pap <[EMAIL PROTECTED]>
-



Re: Applixware 5 on Debian slink, potato or woody?

2000-08-09 Thread Pedro I. Sanchez
Aplixware 5.0 runs well for me under Potato. No problems at all with the
installation.

-- 
Pedro



Re: Applixware 5 on Debian slink, potato or woody?

2000-08-09 Thread Kerstin Hoef-Emden

Hi,

On Tue, 8 Aug 2000, Stefan Bellon wrote:

> A friend of mine runs Applixware 4.4.1 on his Debian system (mixture of
> potato and woody). But he says that it's quite buggy and looks
> outdated. But otherwise it performs quite well. For the installation he
> took the RPMs and alienated them to deb packages. Then he make a link
> from /opt to /usr/local before installing them with dpkg.

I have got Applixware 4.4.1 running on my Alpha with potato installed
and am a little bit surprised. This soft always seemed quite stable to
me. I had trouble to install the RPMs under RedHat 5.2 using the
install executable. So they were installed in fiddling out the
dependencies and using the RedHat packet manager. Under Debian the
contrary did happen: The install executable worked perfectly well,
unpacking and installing the RPMs without conversion to *.deb on the
Debian system.
 
> Now I'd like to know whether anybody has experience with the later
> Applixware 5 on Debian systems. Does it install without problems?

I leave this to others to answer.

> I know that it's against the Debian GNU philosophy, but if there's no
> other application suite with the same features, then I think it's still
> better than using PowerPoint (that soft of application is the one I'm
> looking for at most) the other operating system.

It should be up to everyone to decide. I am writing my publications on
the machine. The stuff has to be exportable to Word. More and more
journals insist on WinWord written text send on a floppy together with
the printouts. With Applix, I just have to feed the rtf once into one of
those Windows beasts at the institute to convert it to a real WinWord
doc. (If they do not crash as soon as I just look at them. ;-)  )


Regards,

Kerstin



-- 

[EMAIL PROTECTED]



Re: Applixware 5 on Debian slink, potato or woody?

2000-08-08 Thread [EMAIL PROTECTED]
On Tue, 8 Aug 2000, Stefan Bellon wrote:

sbello >Now I'd like to know whether anybody has experience with the later
sbello >Applixware 5 on Debian systems. Does it install without problems?

installs flawlessly, runs like crap though. for some reason it takes about
5 minutes to load on a p3-500 128MB. tries to load some font server?? or
something i dunno i gave up on it, feels worse then corel office, which
annoys me when it wont load while mp3s are playing and crashes like mad.

sbello >I know that it's against the Debian GNU philosophy, but if there's no
sbello >other application suite with the same features, then I think it's still
sbello >better than using PowerPoint (that soft of application is the one I'm
sbello >looking for at most) the other operating system.

i liked applixware 4 more, staroffice feels good compared to applixware5
and corel!

nate

:::
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]
2:04pm up 21 days, 21:41, 1 user, load average: 0.11, 0.06, 0.01



Applixware 5 on Debian slink, potato or woody?

2000-08-08 Thread Stefan Bellon
Hi all!

A friend of mine runs Applixware 4.4.1 on his Debian system (mixture of
potato and woody). But he says that it's quite buggy and looks
outdated. But otherwise it performs quite well. For the installation he
took the RPMs and alienated them to deb packages. Then he make a link
from /opt to /usr/local before installing them with dpkg.

Now I'd like to know whether anybody has experience with the later
Applixware 5 on Debian systems. Does it install without problems?

I know that it's against the Debian GNU philosophy, but if there's no
other application suite with the same features, then I think it's still
better than using PowerPoint (that soft of application is the one I'm
looking for at most) the other operating system.

TIA.

Greetings,

Stefan.

-- 
 Stefan Bellon * <mailto:[EMAIL PROTECTED]> * <http://www.sbellon.de/>

 I think the surest sign that intelligent life exists elsewhere in the
 universe is that none of it has tried to contact us. (Bill Watterson)



Applixware 5

2000-03-01 Thread Dr. Yasha Karant
I have downloaded the RPMs for Applixware 5 and
converted these to .deb packages via alien.  Unfortunately,
Applix 5 does not run  properly (Applix 4 is fine).   I have
been in email correspondence with Applix, and purportedly
will get some information on a "fix".  Meanwhile, I have
heard that there are Debian current users out there who
have a working Applixware 5 beta.   If you do, please let
me know what you did, and how you configured either
Applixware and/or Debian (e.g., additional .deb files,
changes to PATH, etc.).

Thanks.

Yasha Karant
[EMAIL PROTECTED]


Glibc 2.1 Applixware problem solved

1999-05-15 Thread Phillip Deackes
Those of you who use Applixware and have had problems when you have
glibc 2.1 on your system might like to know that the fix is as follows:

Add this line to your ~/axhome/ax_prof (mine is ax_prof4) file:

axGFSName:tcp/host:7001

Replace 'host' with your machine's hostname.

The fix makes the previous fix of adding a spurious directory to the
config file
in /opt/applix/axdata/fontmetrics/gallium/fs/ unnecessary.

Hope this helps someone.


--
Phillip Deackes
[EMAIL PROTECTED]
Debian Linux (Potato) 


Re: StarOffice -or- Applixware 4.4.1

1998-10-20 Thread Damon Muller

On Thu, 15 Oct 1998 12:38:13 -0700
"Bob Barth" <[EMAIL PROTECTED]> wrote:

> Should I keep my Applixware 4.4.1 suite or replace it with the StarOffice
> suite?

This isn't an answer to your question, sorry, but something I thought
was a little interesting...

I've been doing some research down at the Victorian Coroner's Court (I'm
a criminology student, studying homicide). In a day and age where most
government departments seem to be selling their souls to microsoft, the
coroner's court (well, at least the bits of it I see) are all running
Sun Sparc's, with a few X Terminals thrown in for good measure. 

Was quite interested to find out today that they all use Applix for all
their word processing and spreadsheets and all that (a Sun version,
obviously, but I don't imagine the Linux version is all that different).
Obviously it's quite usable in a busy office environment.

Unfortunately, I think they are talking about moving everyone to
Windows... Do think they should at least consider Linux tho! :)

damon

--
Damon Muller  | Did a large procession wave their torches
([EMAIL PROTECTED]) | As my head fell in the basket,
Network Administrator | And was everyone dancing on the casket...
EmpireNET |  - TBMG, "Dead"


Re: StarOffice -or- Applixware 4.4.1

1998-10-15 Thread Richard Sevenich
The October issue of Linux Journal compares the two - Applix 4.3 though.
It will tell you the packages/functionality of each.
Richard


StarOffice -or- Applixware 4.4.1

1998-10-15 Thread Bob Barth




Should I keep my Applixware 4.4.1 suite or replace it with the 
StarOffice suite?
 
Should I get StarOffice Version 5.0 (pre-release) or Version 
4.0 from Caldera?
 
I run Linux Debian 2.0, are there any areas of 
difficulty?
 

What is included in the StarOffice suite (word processor, 
spread sheet, presentation manger. emailer)?
 
I don't care if they have the same applications, but I want 
the things to be functionally sound and stable.
 
Bob Barth[EMAIL PROTECTED]...Unix, 
MS-DOS, and MS WindowsThe Good, the Bad, and the Ugly
 
 
 
 


Re: ApplixWare

1998-10-08 Thread Bob Nielsen
On 8 Oct 1998, Ruud de Bruin wrote:

> I have bought the latest version of ApplixWare and I would like to add
> ApplixWare to WindowMaker so I can start it from there.
> 
> I've created an entry in /etc/menu like:
> 
> ?package(applix):needs="x11" section="Apps/Editors" icon="none"
> title="APPLIX" command="..."
> 
> However, after running update-menus APPLIX is not added to the menus. What
> am I doing wrong?

Since it is not a Debian package, you should use:

?package(local.applix):needs="x11" section="Apps/Editors" icon="none" 
 title="APPLIX" command="..."

Bob


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
DM42nh  http://www.primenet.com/~nielsen


Re: ApplixWare

1998-10-08 Thread Stephen J. Carpenter
On Thu, Oct 08, 1998 at 06:51:33PM +, Ruud de Bruin wrote:
> I have bought the latest version of ApplixWare and I would like to add
> ApplixWare to WindowMaker so I can start it from there.
> 
> I've created an entry in /etc/menu like:
> 
> ?package(applix):needs="x11" section="Apps/Editors" icon="none"
> title="APPLIX" command="..."
> 
> However, after running update-menus APPLIX is not added to the menus. What
> am I doing wrong?
> 
> Regards, Ruud.

Thats because there is no package named applix...
you can...
A) Get equivs and make an empty package with that name 

or (EASIER)

B) RTFM and realize that any package name begining with local. is addumed
 installed

?package(local.applix):needs="x11" section="Apps/Editors" icon="none"
title="APPLIX" command="..."


-- 
/* -- Stephen Carpenter <[EMAIL PROTECTED]> --- <[EMAIL PROTECTED]> 
*/
E-mail "Bumper Stickers":
"A FREE America or a Drug-Free America: You can't have both!"
"honk if you Love Linux"


Re: ApplixWare

1998-10-08 Thread Martin Schulze
Ruud de Bruin wrote:
> I have bought the latest version of ApplixWare and I would like to add
> ApplixWare to WindowMaker so I can start it from there.
> 
> I've created an entry in /etc/menu like:
> 
> ?package(applix):needs="x11" section="Apps/Editors" icon="none"
> title="APPLIX" command="..."
> 
> However, after running update-menus APPLIX is not added to the menus. What
> am I doing wrong?

Do you have a package installed that it named "applix"?  Does
"dpkg -s applix" display information about it?  If not, menu
won't do either.

You need to use the name of an existing package.

Regards,

Joey

-- 
The only stupid question is the unasked one.


ApplixWare

1998-10-08 Thread Ruud de Bruin
I have bought the latest version of ApplixWare and I would like to add
ApplixWare to WindowMaker so I can start it from there.

I've created an entry in /etc/menu like:

?package(applix):needs="x11" section="Apps/Editors" icon="none"
title="APPLIX" command="..."

However, after running update-menus APPLIX is not added to the menus. What
am I doing wrong?

Regards, Ruud.


Applixware 4.4 w/ Debian?

1998-09-19 Thread Wayne Cuddy
Is anyone using Applixware 4.4 with Debian.  I am using 4.3 on my
redhat system and would like to use Debian with 4.4.  Looking for success
stories.

Thanks in advance,

Wayne Cuddy
CRB-WEB (C & H Consulting)
http://www.crb-web.com
[EMAIL PROTECTED]


Re: applixware

1998-05-16 Thread Paul Miller

Did you install applixware as the rpms or apply the Debian patches?

hmm..  Well, I still have the problem with rhmask

-Paul

On Sat, 16 May 1998, Greg Norris wrote:

> I've got Applixware 4.3.7 installed sucessfully on a bo system.  In my
> case, however, it was a new installation of the product, rather than an
> upgrade.  So I didn't have to worry about rhmask...
> 
> On Sat, May 16, 1998 at 05:33:39AM -0400, Paul Miller wrote:
> > 
> > Anyone have Applixware 4.3.7 installed on a Debian system?  I'm having
> > trouble upgrading from 4.3 to 4.3.7 using RedHat's rpmmask files..  I
> > tried copying the rhmask program from RedHat, but it doesn't work for some
> > reason...  Any ideas?
> 


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: applixware

1998-05-16 Thread Greg Norris
I've got Applixware 4.3.7 installed sucessfully on a bo system.  In my
case, however, it was a new installation of the product, rather than an
upgrade.  So I didn't have to worry about rhmask...

On Sat, May 16, 1998 at 05:33:39AM -0400, Paul Miller wrote:
> 
> Anyone have Applixware 4.3.7 installed on a Debian system?  I'm having
> trouble upgrading from 4.3 to 4.3.7 using RedHat's rpmmask files..  I
> tried copying the rhmask program from RedHat, but it doesn't work for some
> reason...  Any ideas?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


applixware

1998-05-16 Thread Paul Miller

Anyone have Applixware 4.3.7 installed on a Debian system?  I'm having
trouble upgrading from 4.3 to 4.3.7 using RedHat's rpmmask files..  I
tried copying the rhmask program from RedHat, but it doesn't work for some
reason...  Any ideas?

Thanks
-Paul


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Applixware- user view needed

1998-04-01 Thread Damir J. Naden
Thanks to everyone who offered help on this matter. I had hoped this program
would have been somewhat smaller...Sigh. I'm using Lyx on top of tetex for WP
and experimenting with xesslite for SS (which is quite nice, actually).
Xesslite takes up only about 4 Mb (with examples and html help files), and it
is very capable. I thought only MS makes office suites over 100 mb.
Nature of the beast, I guess...
thanks to everybody

Damir


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Applixware- user view needed

1998-03-29 Thread Joey Hess
Damir J. Naden wrote:
> I would like to know what HD space one needs to install applixware office
> suite? I have searched high and low for this piece of info to no avail.

Package: applix
Installed-Size: 53801

Package: applix-english
Installed-Size: 53450

So about 107MB total.

> And
> while we are at it, can someone give me a feedback on spreadsheet part of the
> suite: does it provide a function similar to the one found on Corel's Quattro
> called "optimizer" or some such thing - basically a goal seeking tool for two
> or three variables at the same time?

No idea, I don't use spreadsheets.

-- 
see shy jo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Applixware- user view needed

1998-03-29 Thread Corey Miller
On Sat, 28 Mar 1998, Damir J. Naden wrote:

> I would like to know what HD space one needs to install applixware office
> suite? I have searched high and low for this piece of info to no avail. And
> while we are at it, can someone give me a feedback on spreadsheet part of the
> suite: does it provide a function similar to the one found on Corel's Quattro
> called "optimizer" or some such thing - basically a goal seeking tool for two
> or three variables at the same time?

My install takes about 250 megs. I installed the office suite,
English manuals, and English dictionary. However, I haven't made use of
the spreadsheet program yet :).

Corey Miller

--- 
Corey Miller  "This looks like a job for . legal tender!"
MSTie #71940   -The Tick
[EMAIL PROTECTED]
http://www.egr.msu.edu/~mille542/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Applixware- user view needed

1998-03-29 Thread Damir J. Naden
G'day --

I would like to know what HD space one needs to install applixware office
suite? I have searched high and low for this piece of info to no avail. And
while we are at it, can someone give me a feedback on spreadsheet part of the
suite: does it provide a function similar to the one found on Corel's Quattro
called "optimizer" or some such thing - basically a goal seeking tool for two
or three variables at the same time?

Thanks a bunch

DamirN


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Install Applixware on Debian?

1998-02-26 Thread Bill Leach
Yes, several times.  Use the 'rpm.deb' package.  I know that I have
installed it 'just by copying' but the last time that I tried that
applixware had some problems with 'license files' (somewhere in /etc)
and it was just not worth the trouble (to me) to spend anytime trying to
figure it out when debian's rpm does the installation.

Sudhakar Chandrasekharan wrote:
> 
> Has anybody installed Applixware on a Debian system?
> 
> S.
> --
> "Oh, Lisa, this isn't real.  It's just how you might look if you were
> a cartoon character." -- Homer J. Simpson
> Sudhakar C13n   (650) 937-2354 (O)
> International Websites Engineer (650) 940-1896 (H)
>  http://people.netscape.com/thaths/

-- 
best,
-bill
  [EMAIL PROTECTED]  [EMAIL PROTECTED]
   [EMAIL PROTECTED]  [EMAIL PROTECTED]
from a 1996 Micro$loth ad campaign:
"The less you know about computers the more you want Micro$oft!"
 See!  They do get some things right!


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Install Applixware on Debian?

1998-02-26 Thread Adam Shand
> Has anybody installed Applixware on a Debian system?

yep it works fine.  i found the easist way to do it is to use alien to
convert the rpm's into deb's.  this works great so long as you don't mind
it installing to /opt (which i don't)... just make sure you have enough
disk space on your root partition or better yet make /opt a symlink to
/usr/local/opt .

the only gotcha i've found is that with some versions of debmake the
packages won't convert properly so make sure you have a recent version
(not sure which version was the issue anymore).

adam.

 Internet Alaska -
 4050 Lake Otis Adam Shand(v) +1 907 562 4638
 Anchorage, AlaskaSystems Administrator   (f) +1 907 562 1677
- http://larry.earthlight.co.nz --



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Install Applixware on Debian?

1998-02-26 Thread Sudhakar Chandrasekharan
Has anybody installed Applixware on a Debian system?

S.
-- 
"Oh, Lisa, this isn't real.  It's just how you might look if you were
a cartoon character." -- Homer J. Simpson
Sudhakar C13n   (650) 937-2354 (O)
International Websites Engineer (650) 940-1896 (H)
 http://people.netscape.com/thaths/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: applixware 4.3 install on debian system

1998-01-17 Thread Joey Hess
[EMAIL PROTECTED] wrote:
> I am wanting to install applixware 4.3 on my debian system and would
> like some advice as the best way to approach it. should i use alien to
> convert the rpm packages or just run the install script or what? what
> has proved successful for others?

Alien has special support for converting applix to a .deb package. 
(A diff file that moves things around so you don't need a huge /opt 
directory to put applix in, debian menu system support, etc.)

-- 
see shy jo


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: applixware 4.3 install on debian system

1998-01-17 Thread Nathan O. Siemers
[EMAIL PROTECTED] writes:
> I am wanting to install applixware 4.3 on my debian system and would
> like some advice as the best way to approach it. should i use alien to
> convert the rpm packages or just run the install script or what? what
> has proved successful for others?
> 

For Applix 4.3.7, on my recently hammed debian system, I ran the
install script with no problems whatsoever. 

nathan

-- 
| Nathan Siemers - Division of Applied Genomics -   Bristol-Myers |
| Squibb Pharmaceutical Research Institute - H23-05, PO Box 4000, |
| Princeton, NJ 08543-4000 - (609) 252-6568 - [EMAIL PROTECTED]|


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


applixware 4.3 install on debian system

1998-01-16 Thread tjferrell

I am wanting to install applixware 4.3 on my debian system and would
like some advice as the best way to approach it. should i use alien to
convert the rpm packages or just run the install script or what? what
has proved successful for others?

thanx,
tim

-- 
## #   # #  # #   #
## ##  # #  #  # # Debian GNU Linux
## # # # #  #   #
## #  ## #  #  # # Power to the people...
 # #   #  ##  #   # 

E-Mail:   Tim Ferrell <[EMAIL PROTECTED]  




--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: installing applixware 4.2

1997-10-26 Thread Adam Shand
> are there any special methods I should use to install applixware 4.2 on my
> Debian system?

The way I've found best is to go into the /cdrom/RPMS/i386 directory and
convert the appropriate .rpm files into .deb files with alien.  Make sure
you have the latest alien and the latest dpkg-dev though or you may have
problems (I did).

Then just install the debian packages as normal.  The only weirdness is
that it installs it into /opt but that's okay.

Adam.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


installing applixware 4.2

1997-10-26 Thread Paul Miller
are there any special methods I should use to install applixware 4.2 on my
Debian system?

-Paul


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware

1997-10-26 Thread stick
I've been using Applixware under Debian for several months.
> 
> 
> I, too, am interested in the compatability especially when it comes to power
> point and word.
> 
There have only been a few times I've tried reading MS Word files, it worked 
once, failed
once.  I've output RTF files that were somewhat complex with only one known 
formatting
error.  (I say known because I never did see the end result to make a 
comparison...)

> There are a lot of people out there with old SPARC stations on their networks
> that are replacing them with NT workstations because Sun wants an arm and a 
> leg
> to upgrade them to Ultra's.  Linux with Applixware and CDE might make a nice,
> low-cost alternative on the IPC/IPX platform.  I suppose I am going to have
> to wait for Debian SPARC and just test it myself.
> 
There are many (OK, a couple) of options other than Applixware.  To be 
complete, I'd
suggest checking out Star Office and whatever version of WP Office Caldera is 
selling.

> 
> On 25-Oct-97 Rainer Dorsch wrote:
> > 
> > 
> > Has anybody experience with Applixware Office suit (sold by redhat) on a 
> > Debian system? Is the installation procedure straight forward? Can you give 
> > comments on the compatibility of the file formats of Applixware, MS Word 
> > and 
> > Ms Powerpoint?
> > 
I've *never* used any of the MS Office products.  Applixware is the first 
GUI-based
package I've needed to use.  However, an associate of mine who has had a bit of 
MS
experience doesn't care for the latest version of Applixware - he feels it's 
about
two versions behind MS in functionality.  Applix's apparent internal structure 
should
lend itself to improved functionality quite easily, so this may change.

> > Thank you.
> > 
> > -- 
> > Rainer Dorsch
> > Abt. Rechnerarchitektur  e-mail:[EMAIL PROTECTED]
> > Universität StuttgartTel.: 0711-7816-215
> > 
Let me know if you would like more information regarding my experiences with 
Applix.
Chuck

-- 
Chuck Stickelman, Owner E-Mail: <[EMAIL PROTECTED]>
Practical Network DesignVoice:  (419) 529-3841
9 Chambers Road FAX:(419) 529-3625
Mansfield, OH 44906-1302 USA


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


RE: Applixware

1997-10-25 Thread George Bonser

I, too, am interested in the compatability especially when it comes to power
point and word.

There are a lot of people out there with old SPARC stations on their networks
that are replacing them with NT workstations because Sun wants an arm and a leg
to upgrade them to Ultra's.  Linux with Applixware and CDE might make a nice,
low-cost alternative on the IPC/IPX platform.  I suppose I am going to have
to wait for Debian SPARC and just test it myself.


On 25-Oct-97 Rainer Dorsch wrote:
> 
> 
> Has anybody experience with Applixware Office suit (sold by redhat) on a 
> Debian system? Is the installation procedure straight forward? Can you give 
> comments on the compatibility of the file formats of Applixware, MS Word and 
> Ms Powerpoint?
> 
> Thank you.
> 
> 
> 
> -- 
> Rainer Dorsch
> Abt. Rechnerarchitektur  e-mail:[EMAIL PROTECTED]
> Universität StuttgartTel.: 0711-7816-215
> 
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware

1997-10-25 Thread Adam Shand
> Has anybody experience with Applixware Office suit (sold by redhat) on a 
> Debian system? Is the installation procedure straight forward? Can you give 
> comments on the compatibility of the file formats of Applixware, MS Word and 
> Ms Powerpoint?

I have used Applixware but not a lot.  The installation isn't hard but the
easiest way to do it (that I have found anyway) is to convert the .rpm
fils that it comes with to .deb packages using alien.  I would make sure
you have a recent version of dpkg-dev for alien to work properly.

It does load word files from what little testing I've done, but it doesn't
always do it perfectly.

Adam.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Applixware

1997-10-25 Thread Rainer Dorsch


Has anybody experience with Applixware Office suit (sold by redhat) on a 
Debian system? Is the installation procedure straight forward? Can you give 
comments on the compatibility of the file formats of Applixware, MS Word and 
Ms Powerpoint?

Thank you.



-- 
Rainer Dorsch
Abt. Rechnerarchitektur  e-mail:[EMAIL PROTECTED]
Universität StuttgartTel.: 0711-7816-215



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Installing applixware for redhat under Debian

1997-09-21 Thread Chad D. Zimmerman
On Sun, 21 Sep 1997, Chris R. Martin wrote:

alien applix*.rpm

Depending on system ... wait, put it the background and ignore the
warnings that scroll by ... a few hundred or so ... no biggy there.  On my
system (486dx 33 and 12mb ram) it took about 6 hours to do.  I know most
people have a lot better than I do so average for most I would suspect is
1 to 2 hours or less.

When done you just install the applix.deb file.  Works nice too.

Chad
 
> I obtained a copy of Applixware for Redhat and I was wondering if it was
> possible to install this under Debian. I know that there is a program to
> read rpm files (called "alien" or something?) but I'm sure really how to
> go about the install process. If anyone has installed Applixware for
> RedHat under Debian, please let me know how you did it!
> 
> Please Cc: me via email when replying. 
> 
> Thanks, 
> Chris.
> 
> Chris R. Martin email: [EMAIL PROTECTED]
> Computer Engineeringweb: http://http.tamu.edu/~crm7479/
> Texas A&M University"... I'm a 21st century digital boy, I don't know
>  how to read but I've got a lot of toys." 
>   -- Bad Relgion
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Chad D. Zimmerman   [EMAIL PROTECTED]
Southwest Technology Development Institute
New Mexico State University
---
HP: http://dabcc-www.nmsu.edu/~chad/
DBP: http://dabcc-www.nmsu.edu/~chad/Debian/
LCAO: http://dabcc-www.nmsu.edu/~chad/Las_Cruces_Art/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Installing applixware for redhat under Debian

1997-09-21 Thread Chris R. Martin

I obtained a copy of Applixware for Redhat and I was wondering if it was
possible to install this under Debian. I know that there is a program to
read rpm files (called "alien" or something?) but I'm sure really how to
go about the install process. If anyone has installed Applixware for
RedHat under Debian, please let me know how you did it!

Please Cc: me via email when replying. 

Thanks, 
Chris.

Chris R. Martin email: [EMAIL PROTECTED]
Computer Engineeringweb: http://http.tamu.edu/~crm7479/
Texas A&M University"... I'm a 21st century digital boy, I don't know
 how to read but I've got a lot of toys." 
  -- Bad Relgion


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware

1997-08-29 Thread Scott Hanson
[EMAIL PROTECTED] (Shaya Potter) writes:

> Chad, figure out how to make a "patch" file for applix and people will
> then be able to use alien with the "patch" file on the applix rpm to get a
> good deb from it.
> 
> Shaya

Since I have the .deb of rpm installed (2.3.8-1), I was able to
install using the install program on the Applix cd. 

(Since everything is installed in /opt/applix, there's no real point
in creating an applix.deb file. If I want to uninstall, rm -rf
will do the trick.)

-- 
Scott Hanson  <[EMAIL PROTECTED]> 
Johmsweg 9a, D-21266 Jesteburg, GermanyPGP Key ID: 90A8A14D
work: Inter-Research Science Publisher <[EMAIL PROTECTED]>


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware

1997-08-29 Thread Shaya Potter

Chad, figure out how to make a "patch" file for applix and people will
then be able to use alien with the "patch" file on the applix rpm to get a
good deb from it.

Shaya


On Thu, 28 Aug 1997, Chad D. Zimmerman wrote:

> On Wed, 27 Aug 1997, Mr Stuart Lamble wrote:
> 
> > In article <[EMAIL PROTECTED]> you wrote:
> > : On Mon, 25 Aug 1997 06:56:55 -0400, Tom Malloy <[EMAIL PROTECTED]> wrote:
> > : > Is anyone using redhats applixware on debian?  How is it?  The install
> > : > difficult? Is it worth buying?  I want to migrate away from msoffice and
> > : > use linux exclusively if possible.  Thanks
> > : > 
> > : 
> > : Try out StarOffice before you decide which office suit to use together
> > : with Linux. I have found it very nice ... and version 3.1 is free if
> > : you use it in a non-commercial purpose.
> > : 
> > : Check it out at:
> > : http://www.stardiv.de/
> > : 
> > : I don't think you'll find any difficulties installing Applixware. If
> > : I'm right there is an non-rpm installation included on the cd.
> > 
> > I've had a play around with StarOffice; the main reason I didn't get it
> > is because I don't have a 'Net connection at home, and the prospect of
> > lugging everything back on 1.44MB floppies doesn't really appeal. I've
> > forked out $99AUS for the student edition of Applixware; it's nice. Very
> > nice. My only beef: the non-rpm installation tries to install everything
> > into /opt. Not a good move, especially since my 30MB root partition only
> > had 15MB free
> 
> Use the .rpm and run `alien applix*.rpm`, after some quik debugging and
> installing dpkg-dev from hamm and 3 hours of building ... slow system
> here.  I installed the created .deb and have been using it all day ...
> very nice .. better than Star Office which had quit wanting to run at all.
>  
> > I ended up test driving Redhat for a while on my /home partition (don't
> > ask, please); whilst I was dding that, I installed Applixware somewhere
> > in /usr/local. (under Debian, that would have been /home/usr/local/ ...
> > as I said, don't ask :)
> > 
> > Tar it up, untar it into the Debian /usr/local heirachy, and everything is
> > happy happy joy joy. (with some script editing, of course.) One of these
> > days, I might get around to doing some work on an installation package. In
> > my Copious Spare Time, naturally. ;)
> 
> I have the applix.deb now .. even though it is 37MB .. no way in hades am
> I gona delete it ... don't wana go through all that alien stuff again.
> 
> chad
> 
> > -- 
> > -BEGIN GEEK CODE BLOCK-
> > Version: 3.1
> > GCS d-(++) s+:- a-- C++>$ UL+++()>$ P-(---) L++(+++)>+++$ !E---
> > W+(--)>-- N+(++)> o+>++ K- !w--- !O- !M- !V- PS+ PE Y(+) PGP+>+++ t 5 !X
> > !R tv-(--)>! b++()> DI+(+)> D++(---) G+ e++ h>++ !r>+++ y?
> > --END GEEK CODE BLOCK--
> > 
> > 
> > --
> > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> > [EMAIL PROTECTED] . 
> > Trouble?  e-mail to [EMAIL PROTECTED] .
> > 
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Chad D. Zimmerman [EMAIL PROTECTED]
> Southwest Technology Development Institute
> New Mexico State University
> ---
> HP: http://dabcc-www.nmsu.edu/~chad/
> DBP: http://dabcc-www.nmsu.edu/~chad/Debian/
> LCAO: http://dabcc-www.nmsu.edu/~chad/Las_Cruces_Art/
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware

1997-08-28 Thread Chad D. Zimmerman
On Wed, 27 Aug 1997, Mr Stuart Lamble wrote:

> In article <[EMAIL PROTECTED]> you wrote:
> : On Mon, 25 Aug 1997 06:56:55 -0400, Tom Malloy <[EMAIL PROTECTED]> wrote:
> : > Is anyone using redhats applixware on debian?  How is it?  The install
> : > difficult? Is it worth buying?  I want to migrate away from msoffice and
> : > use linux exclusively if possible.  Thanks
> : > 
> : 
> : Try out StarOffice before you decide which office suit to use together
> : with Linux. I have found it very nice ... and version 3.1 is free if
> : you use it in a non-commercial purpose.
> : 
> : Check it out at:
> : http://www.stardiv.de/
> : 
> : I don't think you'll find any difficulties installing Applixware. If
> : I'm right there is an non-rpm installation included on the cd.
> 
> I've had a play around with StarOffice; the main reason I didn't get it
> is because I don't have a 'Net connection at home, and the prospect of
> lugging everything back on 1.44MB floppies doesn't really appeal. I've
> forked out $99AUS for the student edition of Applixware; it's nice. Very
> nice. My only beef: the non-rpm installation tries to install everything
> into /opt. Not a good move, especially since my 30MB root partition only
> had 15MB free

Use the .rpm and run `alien applix*.rpm`, after some quik debugging and
installing dpkg-dev from hamm and 3 hours of building ... slow system
here.  I installed the created .deb and have been using it all day ...
very nice .. better than Star Office which had quit wanting to run at all.
 
> I ended up test driving Redhat for a while on my /home partition (don't
> ask, please); whilst I was dding that, I installed Applixware somewhere
> in /usr/local. (under Debian, that would have been /home/usr/local/ ...
> as I said, don't ask :)
> 
> Tar it up, untar it into the Debian /usr/local heirachy, and everything is
> happy happy joy joy. (with some script editing, of course.) One of these
> days, I might get around to doing some work on an installation package. In
> my Copious Spare Time, naturally. ;)

I have the applix.deb now .. even though it is 37MB .. no way in hades am
I gona delete it ... don't wana go through all that alien stuff again.

chad

> -- 
> -BEGIN GEEK CODE BLOCK-
> Version: 3.1
> GCS d-(++) s+:- a-- C++>$ UL+++()>$ P-(---) L++(+++)>+++$ !E---
> W+(--)>-- N+(++)> o+>++ K- !w--- !O- !M- !V- PS+ PE Y(+) PGP+>+++ t 5 !X
> !R tv-(--)>! b++()> DI+(+)> D++(---) G+ e++ h>++ !r>+++ y?
> --END GEEK CODE BLOCK--
> 
> 
> --
> TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
> [EMAIL PROTECTED] . 
> Trouble?  e-mail to [EMAIL PROTECTED] .
> 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Chad D. Zimmerman   [EMAIL PROTECTED]
Southwest Technology Development Institute
New Mexico State University
---
HP: http://dabcc-www.nmsu.edu/~chad/
DBP: http://dabcc-www.nmsu.edu/~chad/Debian/
LCAO: http://dabcc-www.nmsu.edu/~chad/Las_Cruces_Art/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware

1997-08-27 Thread Mr Stuart Lamble
In article <[EMAIL PROTECTED]> you wrote:
: On Mon, 25 Aug 1997 06:56:55 -0400, Tom Malloy <[EMAIL PROTECTED]> wrote:
: > Is anyone using redhats applixware on debian?  How is it?  The install
: > difficult? Is it worth buying?  I want to migrate away from msoffice and
: > use linux exclusively if possible.  Thanks
: > 
: 
: Try out StarOffice before you decide which office suit to use together
: with Linux. I have found it very nice ... and version 3.1 is free if
: you use it in a non-commercial purpose.
: 
: Check it out at:
: http://www.stardiv.de/
: 
: I don't think you'll find any difficulties installing Applixware. If
: I'm right there is an non-rpm installation included on the cd.

I've had a play around with StarOffice; the main reason I didn't get it
is because I don't have a 'Net connection at home, and the prospect of
lugging everything back on 1.44MB floppies doesn't really appeal. I've
forked out $99AUS for the student edition of Applixware; it's nice. Very
nice. My only beef: the non-rpm installation tries to install everything
into /opt. Not a good move, especially since my 30MB root partition only
had 15MB free

I ended up test driving Redhat for a while on my /home partition (don't
ask, please); whilst I was dding that, I installed Applixware somewhere
in /usr/local. (under Debian, that would have been /home/usr/local/ ...
as I said, don't ask :)

Tar it up, untar it into the Debian /usr/local heirachy, and everything is
happy happy joy joy. (with some script editing, of course.) One of these
days, I might get around to doing some work on an installation package. In
my Copious Spare Time, naturally. ;)

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCS d-(++) s+:- a-- C++>$ UL+++()>$ P-(---) L++(+++)>+++$ !E---
W+(--)>-- N+(++)> o+>++ K- !w--- !O- !M- !V- PS+ PE Y(+) PGP+>+++ t 5 !X
!R tv-(--)>! b++()> DI+(+)> D++(---) G+ e++ h>++ !r>+++ y?
--END GEEK CODE BLOCK--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware - off topic

1997-08-05 Thread Sam Ockman
Message from Mario Olimpio de Menezes ([EMAIL PROTECTED]) on 8-5-97:
> Hi,
> 
>   I'm considering the possibility of getting Applixware. Could
> someone who has used it give me some comments, basically because the
> reader's letter I found in Linux Journal (pg 8 - issue 39 - July 97),
> regarding the Review of Applixware did by LJ in April 97 issue. Quoting
> the reader: "It is not quite ready to replace MS Office". 
>   If somebody knows another forum to ask this question, feel free to
> forward it.   

Having some experience with both, I would look at Staroffice before
Applixware.  Staroffice is much more similar to Office 95 then Applixware
is.

Good luck...
Sam


-- 
VA Research Linux Workstations |  VA Research Is Hiring...
http://www.varesearch.com  |  Tech support for Linux/Windows 95/NT
Samuel Ockman  |  Programmers, Sys-Admins, and Linux Experts
(415)934-3666, ext. 133|  Email ascii resume to [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Word Perfect (was: Re: Applixware - off topic)

1997-08-05 Thread Bob Nielsen
On Tue, 5 Aug 1997, Shaya Potter wrote:
> I've been using a beta of Word Perfect7 for the past few weeks, and it
> seems, at least to me, to be just as good as the Word Perfect for windows.
> It also doesn't need Motif.  I think it might be statically linked.

I tried the beta but it expired after only a few days (I think it was
supposed to last for at least 30, but it didn't.)

It is practically IDENTICAL to the Win95 version.  One problem I noticed
(common to all WordPerfect versions I have tried, including 5.1 and 6.0
under dosemu)  is that configuring a PostScript printer and sending the
output to Ghostscript 4.0x results in errors (fortunately after the job
prints correctly).  Ghostscript 3.x didn't do this (maybe 5.0 fixes it--I
haven't tried that).

They finally announced the price: $199, $149 for upgrade/tradeup.  This is
much less than other unices, and comparable with the list price for Win95
tradeups, however Win 95 has the full suite (I've seen version 8 for under
$100 upgrade).

Bob


Bob Nielsen Internet: [EMAIL PROTECTED]
Tucson, AZ  AMPRnet:  [EMAIL PROTECTED]
AX.25:[EMAIL PROTECTED]
http://www.primenet.com/~nielsen


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware - off topic

1997-08-05 Thread Shaya Potter
On Tue, 5 Aug 1997, Mario Olimpio de Menezes wrote:

> Hi,
> 
>   I'm considering the possibility of getting Applixware. Could
> someone who has used it give me some comments, basically because the
> reader's letter I found in Linux Journal (pg 8 - issue 39 - July 97),
> regarding the Review of Applixware did by LJ in April 97 issue. Quoting
> the reader: "It is not quite ready to replace MS Office". 
>   If somebody knows another forum to ask this question, feel free
> to forward it. []s,

I've been using a beta of Word Perfect7 for the past few weeks, and it
seems, at least to me, to be just as good as the Word Perfect for windows.
It also doesn't need Motif.  I think it might be statically linked.

$ ldd xwp
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4000b000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4004d000)
libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x400eb000)
libm.so.5 => /lib/libm.so.5 (0x400f8000)
libc.so.5 => /lib/libc.so.5 (0x40101000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x401bd000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x401c6000)

Shaya


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Applixware - off topic

1997-08-05 Thread Mario Olimpio de Menezes
Hi,

I'm considering the possibility of getting Applixware. Could
someone who has used it give me some comments, basically because the
reader's letter I found in Linux Journal (pg 8 - issue 39 - July 97),
regarding the Review of Applixware did by LJ in April 97 issue. Quoting
the reader: "It is not quite ready to replace MS Office". 
If somebody knows another forum to ask this question, feel free to
forward it. 

[]s, 
   Mario O.de Menezesmailto:[EMAIL PROTECTED] 
 | Nuclear and Energetic Research Institute - IPEN-CNEN/SP  BRAZIL | 
 | http://curiango.ipen.br/~mario  - -   http://www.ipen.br|


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware and alien

1997-08-05 Thread Adam Shand
>Has anyone tried installing Applixware 4.3 using alien? I installed
>alien from unstable, which has the appropriate patchfile.  When I try
>installing Applixware, I get the following errors:
>  cannot open package: No such file or directory
>  cpio: premature end of archive
>  Error unpacking applix-4.3-1.i386.rpm

I did this a few days ago.  It appeared to be very simply.  I installed
alien, cpio and rpm and then just converted the .rpm packages to .deb
packages and installed them using dpkg.

It worked fine.

Adam.

- Earthlight Communications Limited 
P.O. Box 5301   Adam Shand (fax) +64 3 477 5463
Dunedin, New Zealand   Systems Manager(voice) +64 3 479 0303
-- http://larry.earthlight.co.nz/ --


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware and alien

1997-08-05 Thread George Bonser
On Mon, 4 Aug 1997, Joey Hess wrote:

> > I installed
> > alien from unstable, which has the appropriate patchfile.  When I try
> > installing Applixware, I get the following errors:
> >   cannot open package: No such file or directory
> >   cpio: premature end of archive
> >   Error unpacking applix-4.3-1.i386.rpm
> 
> This sounds like your applixware rpm is corrupted.


Or, you are not giving the correct path to applix OR you are not root.



George Bonser
Why is it that the same people that tell us that manned space flight
is a waste of money also tell us that we have been visited by aliens?


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Applixware and alien

1997-08-04 Thread Joey Hess
Dennis J Perkins wrote:
> Has anyone tried installing Applixware 4.3 using alien?

I have, but then I'm the maintainer of alien..

> I installed
> alien from unstable, which has the appropriate patchfile.  When I try
> installing Applixware, I get the following errors:
>   cannot open package: No such file or directory
>   cpio: premature end of archive
>   Error unpacking applix-4.3-1.i386.rpm

This sounds like your applixware rpm is corrupted.

-- 
see shy jo


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Applixware and alien

1997-08-04 Thread Dennis J Perkins
Has anyone tried installing Applixware 4.3 using alien? I installed
alien from unstable, which has the appropriate patchfile.  When I try
installing Applixware, I get the following errors:
  cannot open package: No such file or directory
  cpio: premature end of archive
  Error unpacking applix-4.3-1.i386.rpm
-- 
Dennis


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: applixware

1997-03-19 Thread Richard Sevenich
Thanks to all who responded to my query on applixware. The gist of the responses
is that applixware can be installed and works. So I'll give it a try.
I need an office suite and would like to stay within Linux.
Regards, Richard


Re: applixware

1997-03-18 Thread Richard Morin
> Yes, I own a copy of applix. I also happen to maintain alien. Alien can
> easily convert the rpm's that come on the applix CD into debian packages. I
> took it an extra step and added a special patch file to applix for alien,
> which should let it convert applix using less disk space and move the applix
> stuff out of /opt (since debian doesn't use /opt yet and most people don't
> have hundreds of MB free on their root partition.)
> 
> Anyhow, let me know if you have any problems with it. It should be as simple
> as "alien applix.rpm".
> 
> -- 
> #!/usr/bin/perl -i$>=0;$<=0;exec"/bin/sh"'>achmod [EMAIL 
> PROTECTED]
> $_="echo '#!/usr/bin/suidperl -U\n$^I 2755aa";s=a= $ENV{HOME}/Imroot;=g;exec$_
> # Get root in 30 seconds or less. Fix this hole: upgrade to perl 5.003 today..
> 
> 

How much disk space is needed? roughly

Richard Morin
[EMAIL PROTECTED]
===
Hello!  I'm a signature virus.  Join in the fun and copy me into yours!
We can have some real "Goodtimes" ..reformating C:\purging data


Re: applixware

1997-03-18 Thread Jason Killen
I also would like to hear.

On Tue, 18 Mar 1997, Richard Sevenich wrote:

>The recent Linux Journal review of Applixware makes that office suite sound
>very attractive. It is, however, packaged for RedHat. Has someone on our list
>had successful experience installing it via alien or whatever method? If so
>I'd like to hear how smoothly the installation went.
>
>Regards,  Richard
>


Jason KillenQuestion Stupidity
Monolith : driven by inner daemons  RPS : better living through world
[EMAIL PROTECTED]domination

 


Re: applixware

1997-03-18 Thread Joey Hess
Richard Sevenich:
> The recent Linux Journal review of Applixware makes that office suite sound
> very attractive. It is, however, packaged for RedHat. Has someone on our list
> had successful experience installing it via alien or whatever method? If so
> I'd like to hear how smoothly the installation went.

Yes, I own a copy of applix. I also happen to maintain alien. Alien can
easily convert the rpm's that come on the applix CD into debian packages. I
took it an extra step and added a special patch file to applix for alien,
which should let it convert applix using less disk space and move the applix
stuff out of /opt (since debian doesn't use /opt yet and most people don't
have hundreds of MB free on their root partition.)

Anyhow, let me know if you have any problems with it. It should be as simple
as "alien applix.rpm".

-- 
#!/usr/bin/perl -i$>=0;$<=0;exec"/bin/sh"'>achmod [EMAIL PROTECTED]
$_="echo '#!/usr/bin/suidperl -U\n$^I 2755aa";s=a= $ENV{HOME}/Imroot;=g;exec$_
# Get root in 30 seconds or less. Fix this hole: upgrade to perl 5.003 today..


applixware

1997-03-18 Thread Richard Sevenich
The recent Linux Journal review of Applixware makes that office suite sound
very attractive. It is, however, packaged for RedHat. Has someone on our list
had successful experience installing it via alien or whatever method? If so
I'd like to hear how smoothly the installation went.

Regards,  Richard