It is currently Wed Jul 24, 2024 2:27 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 20 posts ] 
Author Message
 Post subject: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 2:21 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14729
Location: USA
Because i couldn't get my Xara MX to run in Wine. I decided to try the Linux version.I couldn't find a archiver that would open the package file so i downloaded the tar file.
Pretty cool.I was able to get it to run by downloading from this location..
http://www.xaraxtreme.org/
Grab the tar package (stable) - http://downloads.xara.com/opensource/Re ... 92.tar.bz2
Un tar the package, and there will be a folder named xaralx.Inside that folder is a bin folder in the bin folder are 3 files.You need to make them all executable and make sure group permissions is read and write as well as owner.
After untarring i placed my xaralx folder in my home directory.
Now open your terminal and in root use this command to install compat-libstdc++-33
yum install compat-libstdc++-33


It will then download and install.
Now just double click the xaralx executable in the home/xaralx/bin folder and your all set. :)
Once you use Xara the first time the program creates all the necesary file you need after.

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Running Xara in LInux (Fedora)
PostPosted: Thu Aug 23, 2012 4:58 am  (#2) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Rod, isn't that just for 32-bit?

_________________
Image


Top
 Post subject: Re: Running Xara in LInux (Fedora)
PostPosted: Thu Aug 23, 2012 6:53 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
If Fedora can be installed "multilib" 32 bit will run on 64 bit.
I use multilib for my Gentoo 64 bit and have a few 32 bit programs.
Xaralx is available in 32 and 64 bit.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: Running Xara in LInux (Fedora)
PostPosted: Thu Aug 23, 2012 7:12 am  (#4) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Thank you Gerard.

_________________
Image


Top
 Post subject: Re: Running Xara in LInux (Fedora)
PostPosted: Thu Aug 23, 2012 7:25 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
Well,correction:
The xaralx software is available on many different places.
The one Rod used is 32 bit binary.
Gentoo,which compiles all software in situ,has another site to get the source code.
The source can always be compiled either in 32 or 64 bit.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: Running Xara in LInux (Fedora)
PostPosted: Thu Aug 23, 2012 11:58 am  (#6) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
How do you find this version compared to the windows version? I seem to remember that it was limited in comparison. I don't believe they ever made their fast rendering engine public so the FOSS community pretty much abandoned the package. It's too bad because I always liked the cool 3D text animations that could be done easily in Xara.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Running Xara in LInux (Fedora)
PostPosted: Thu Aug 23, 2012 2:01 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14729
Location: USA
GnuTux wrote:
How do you find this version compared to the windows version? I seem to remember that it was limited in comparison. I don't believe they ever made their fast rendering engine public so the FOSS community pretty much abandoned the package. It's too bad because I always liked the cool 3D text animations that could be done easily in Xara.


This isn't a src package its the actual compiled linux package zipped in a tar file.No compiling is neded and yes it is 32 bit i will change the topic to reflect that.Sorry Molly.

The engine is pretty fast. :)
I like it.It does nice beveling but it does not have the extruder.It does have the mould tool
Here is another example of some 3D looking text and shapes.I used the mould tool on the bottom text.
I also show the blend tool in action.
Image

It does crash on me (no save) when i select utilities>Options

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 2:11 pm  (#8) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Rod wrote:
Now just double click the xaralx executable in the home/xaralx/bin folder and your all set. :)
Once you use Xara the first time the program creates all the necesary file you need after.


I tried that and all I got was the Xara splash screen. Nothing else happened.

I tried it again and got this screen. I'm assuming it deleted the file from my previous try at executing the file.
Image
:(

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 2:26 pm  (#9) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
It doesn't look as though it did remove the lock from your previous attempt.

Try rebooting, and running it from the terminal.

Assuming it was extracted in your Downloads folder..

cd /home/user/Downloads/xaralx/bin <enter> (where user is your user name)

Then run xaralx from the terminal like so...

./xaralx <enter>

It might give you a clue to the problem in the terminal window.

Edit: Clarified Instructions.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 3:08 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14729
Location: USA
O did you make all three executables in the bin folder executable in properties and give group read and write perms?
Each time you load Xara that old file is deleted.That happens with mine also.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 3:19 pm  (#11) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
The read/write permissions are for me and also group

Execute permission is checked. They didn't change after I tried running it by double-clicking the file.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 3:22 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14729
Location: USA
I had that same problem when i installed web builder (Qnewb), for Linux.The first install didn't work no matter what i did.
So i re-installed it and it worked.Did you try that?

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 3:29 pm  (#13) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Rod wrote:
I had that same problem when i installed web builder (Qnewb), for Linux.The first install didn't work no matter what i did.
So i re-installed it and it worked.Did you try that?
If what you mean by re-installing is double-clicking the exe file again; yes, I tried it several times and got the same results.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 4:14 pm  (#14) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Just a clarification that when you run an executable from the current folder in terminal, you need to precede the command with ./

So the command to run it would actually be..

./xaralx <enter>

Sorry that I left that out of my directions.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 4:27 pm  (#15) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Tried it, Tux and I got that locked file dialog, so I tried running it as root and it didn't start Xara, but there were a lot of messages in the terminal window.

I made a text file from the terminal window & zipped and attached it in here.


Attachments:
executexara.txt.zip [2.78 KiB]
Downloaded 84 times

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein
Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 4:52 pm  (#16) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I have been debating about downloading this Xara since 5 AM this morning and I guess I won't be trying it any time soon. I am running 64 bit gimp, 64 bit Fedora on a 64 bit pc so I would probably run into all kinds of probs. I understand that you can install the 32 bit and it will run in 64 but...my luck it would be a night mare. It is a nice piece of software though, I had it in Windows and it does really nice 3-D text.

_________________
Image


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 5:25 pm  (#17) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Well, this is a pretty old binary. It's dated 2006 so I guess your results on getting it to work will vary. I'm a little hesitant to run binaries other than ones I get from the Fedora repos but if we catch anything nasty, we can always blame Rod. :lol

O, you could try rebooting your computer and deleting the xaralx folder, then extract the files again and try running it again but not as root. Just run it as a regular user from terminal and see if you get any messages in the terminal window.

Molly, you could go ahead and give it a try. Assuming it doesn't contain any nasties, the worst that can happen is that it doesn't work. :)

I took a chance and it did work on my PC, by the way.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 5:34 pm  (#18) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
ok, I will give it a go. thanks

_________________
Image


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 5:56 pm  (#19) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
OK, I started from scratch, deleted all the files/folders and downloaded the file again. Booted my machine again and this time it worked.

Thanks Tux and Rod. Guess my first downloaded file was not good. :jumpclap

So it's not possible to run it from an entry in the menu? Have to double-click the file each time?

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: Running Xara in LInux (Fedora) 32 bit
PostPosted: Thu Aug 23, 2012 6:16 pm  (#20) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
You can manually create a custom launcher on your dock. You just need to enter the full path to the binary.

/home/o/xaralx/bin/xaralx

You can point xaralx.png in xaralx folder and use that as your dock icon.

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
Post new topic Reply to topic  [ 20 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Installing SCM in Fedora Linux

2

No new posts Attachment(s) error when running potrace

2

No new posts Attachment(s) Gimp still running after an hour of closing it down

9

No new posts Attachment(s) Error when running Set Colormap script

1

No new posts Attachment(s) SOLVED Wrong version of script running due to folder locn confusion

9



* Login  



Powered by phpBB3 © phpBB Group