LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-03-2014, 04:44 PM   #5296
webguygt
LQ Newbie
 
Registered: Nov 2009
Posts: 2

Rep: Reputation: 0

Quickbooks. That is about the only program I have to use that requires reverting back to windows.
 
Old 06-04-2014, 01:01 AM   #5297
irneb
Member
 
Registered: Apr 2010
Location: Jo'burg SA
Distribution: Kubuntu, Lubuntu, Fedora, FreeBSD
Posts: 201

Rep: Reputation: 66
Quote:
Originally Posted by bikrgran View Post
Acrobat isn't a use-everyday thing, so I can probably manage w/o out.
Just a Q ... are you just using Acrobat to view/print PDFs? Or are you using it to make PDFs?

On the former, there are literally hundreds of alternatives. I like Okular and Foxit. As for creating, there are quite a few of those too. The only thing I've seen in Acrobat Professional, which I can't find in the Linux compatible programs is security signing.

You can check many of these (search in your Linux's software manager for the installations): http://en.wikipedia.org/wiki/List_of_PDF_software

Regarding the "obsolete" program, is it an old one? E.g. was it meant to run on XP or before? If so you might find it works under Wine - in general the older a program is the better chance it runs under Wine.
 
Old 06-04-2014, 06:23 AM   #5298
UltrasonicMadness
Member
 
Registered: Jul 2013
Location: European Union
Distribution: Fedora 20 Xfce Spin
Posts: 43

Rep: Reputation: Disabled
FamiTracker

This is the main reason I still have a Windows virtual machine

I know there's technically a Linux version of FamiTracker but it's missing many features, it's in alpha and it's been discontinued.
 
Old 06-06-2014, 04:32 PM   #5299
Norseman01
Member
 
Registered: Nov 2012
Posts: 85

Rep: Reputation: Disabled
Quote:
Originally Posted by irneb View Post
Just a Q ... are you just using Acrobat to view/print PDFs? Or are you using it to make PDFs?

On the former, there are literally hundreds of alternatives. I like Okular and Foxit. As for creating, there are quite a few of those too. The only thing I've seen in Acrobat Professional, which I can't find in the Linux compatible programs is security signing.

You can check many of these (search in your Linux's software manager for the installations): http://en.wikipedia.org/wiki/List_of_PDF_software

Regarding the "obsolete" program, is it an old one? E.g. was it meant to run on XP or before? If so you might find it works under Wine - in general the older a program is the better chance it runs under Wine.

I read the "...probably can do without..." original posting too and was going to post to it. But I can't find it and I will add the the above:

YES - all written above by irneb is correct (except I don't know/use those other other packages).
Unless you are doing very fancy Acrobat work you really don't need it. Ghostscript, Ghostview, xpdf and OpenOffice combine to do probably 90% or more of all the average person would need in making PDF files. Add enscript to convert normal text (like programming source) files and bash to sequence the operations and you can do a mountain of PDF creating, viewing and printing. Add Python for more serious efforts. Each program from Ghostscript to here comes with Slackware (and most Distros) and like Linux itself, costs you nothing in monetary exchange.

Using the above and needing to Index my storage directories I cobbled together 2 Python scripts and 1 bash driver to create an IndexBook for each directory on a HardDrive (size whatever. mine go up to 4T). It creates a directory listing file of "As Found" files and begins. It creates a PDF for each file in text form and a contact sheet in PDF form for each 20 rasters found and binds all into 1 file. As it is doing its thing it also replaces blanks in names from Window$ with underbars before processing. Does some other "repairs" too. It enters the Directory, creates individual PDFs for each text type file, creates a thumbnail for each raster and combines up to 20 Raster thumbnails per raster contact sheet and then converts contact raster to PDF. After that it combines all PDFs into the IndexBook. When done it cleans up and leaves the directory just as it was with the addition of one file - The Index.
Page0001: Where the included are located. Full path.
Page0002: and more if needed Sorted across is the directory content.
Pages-NEXT: Sorted PDFs added. Thus if three PDFs of 100 pages each were added to Index, the Index would have at least 302 pages.

Personally - I really do not want to try that with Acrobat.

One other good use of "as is" Linux included software is to print from most anything to a .ps or .pdf file and use gv for the .ps and xpdf for the .pdf and look at what the page is going to look like. What you see is what the printer is going to print, unless you messed up the settings. Saves a ton of paper. Don't have to run back and forth to the printer either.

Norseman01
 
1 members found this post helpful.
Old 06-07-2014, 12:28 AM   #5300
irneb
Member
 
Registered: Apr 2010
Location: Jo'burg SA
Distribution: Kubuntu, Lubuntu, Fedora, FreeBSD
Posts: 201

Rep: Reputation: 66
Quote:
Originally Posted by Norseman01 View Post
Unless you are doing very fancy Acrobat work you really don't need it.
Definitely! Even while I'm forced into Windows (due to Revit) I'll use something like Foxit for reading PDFs and PDFCreator (windows virtual printer driver including GhostScript as back-end engine) for "printing" to PDF.

I actually find Acrobat a lot too heavy, slow and complicated to use on everyday tasks.
 
Old 06-07-2014, 11:07 AM   #5301
Pearlseattle
Member
 
Registered: Aug 2007
Location: Zurich, Switzerland
Distribution: Gentoo
Posts: 999

Rep: Reputation: 142Reputation: 142
AnyDVD
I use it to decode my BluRays (conversion to mkv, storage and mediacenter are already on Linux)
 
Old 06-18-2014, 06:39 AM   #5302
ddsglq
LQ Newbie
 
Registered: Apr 2014
Posts: 19

Rep: Reputation: Disabled
Quote:
I'm wondering what efforts does it cost company's to port their games to another platform. Do they have to rewrite the code entirely or is it easyer than that.

But anyway the base question: what efforts does it takes for company's to port their software.
I ported my software to linux recently and let me tell you it was a royal pain. Many things that I took for granted and is built into windows I had to write myself like io completion ports, thread queues, asynchronous procedure calls, heap* functions, critical sections. And there are things like hard locking files that I can only wish for in linux because I it was built for soft locking and I cant expect all users to enable hard locking so I have to do without that feature that I took for granted in windows. Also I have only done porting the server part. The client side requires 10 times more (graphical) functions that I take for granted in windows so it is not yet fully ported.

Quote:
And if anyone is ambitous: make a program that port window programs to linux programs. So I buy Photoshop and port it with that program (that I also bought, sounds pretty legal). :-D I know I'm dreaming if it was possible somebody would of thought about it before and be f*cking rich now :-D.
Not possible. Heck every time I install a new linux and try to compile my software from source it is a royal pain to put all the pieces together to make it work the first time. This can never be automated.

Anyway my opinion is you can't become rich porting your software to linux or writing a porting software to linux. In my mind Linux==Free so I assume all linux users want is free (as in beer) software. So I don't see any linux users actually shelling out money for my software. I ported my software so I can run it on my servers all of which run linux.
 
Old 06-18-2014, 08:36 AM   #5303
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by ddsglq View Post
Anyway my opinion is you can't become rich porting your software to linux or writing a porting software to linux. In my mind Linux==Free so I assume all linux users want is free (as in beer) software. So I don't see any linux users actually shelling out money for my software. I ported my software so I can run it on my servers all of which run linux.
There are several software houses that bring their proprietary software to Linux and make money with that, for example Autodesk with Maya. It has also shown over and over again that Linux users are the ones that are willing to pay more for their games that Windows or OS X users when it comes to "pay as much as you want" software bundles like the Indie Humble Bundle series.
Some software houses are even making their money solely with porting software to Linux and OS X, like Aspyr Media and Virtual Programming.
So reality is proving you wrong, many Linux users are indeed willing to pay for good software and not just a bunch of freeloaders. I better not tell how much money I invested in Linux games since Steam made them easily available on Linux.
 
Old 06-18-2014, 08:53 AM   #5304
NGIB
Member
 
Registered: Sep 2013
Location: Sumter SC, USA
Distribution: MX, Lubuntu
Posts: 449

Rep: Reputation: Disabled
Turbotax & Winamp.

I have yet to find a program in Linux that can manage music and especially playlists on portable players. My wife still uses a Sandisk MP3 player and I can manage it on Winamp very easily. Yes, many of the music apps will transfer files to and from but NONE that I have found will manage and transfer playlists. I hooked up my Samsung Galaxy Player (Android MTP) to Mint yesterday and Banshee went nuts and kept adding instances of the player - finally had to force close it.

I'd love to leave Windows behind and I do not mind paying for software that works...
 
Old 06-18-2014, 09:29 AM   #5305
dearcat
LQ Newbie
 
Registered: Feb 2012
Location: Maine
Posts: 17

Rep: Reputation: Disabled
Hi all. I would like to see the latest version of Flash available for Linux. As you all know, Flash will not support past 11. Games are also websites. Many of us take gaming seriously. I have been shut out of several tournament games because of inability to update Flash. Any advice? Thanks, dearcat.
 
Old 06-18-2014, 10:40 AM   #5306
ddsglq
LQ Newbie
 
Registered: Apr 2014
Posts: 19

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
So reality is proving you wrong, many Linux users are indeed willing to pay for good software and not just a bunch of freeloaders.
I am happy to hear that my effort to port my program wasn't only for me. I only wish all these things like critical sections etc were already built into linux so it would make porting easier for everyone. So everyone doesn't have to rewrite them from scratch for their programs.

There is another thing I want to know. Coming from the windows world I am used to providing my software in binary format. One file that users can run to install their program painlessly. Is there anyway I can provide a single binary that will run and install on all distros. There is a bewildering number of distros and if I want a program either I have to look in the distro repository or I have to compile from source. Compiling from source is a pain that I would not wish on my users or on my worst enemies. I cant put my program in the distro repository because these repositories only accept "Free" programs. So I want to provide binaries but I don't know how to go about it with so many distros. Even now I have two systems one running linux mint and the other running windows 8. Now name any program and I can probably find a binary distribution on the publisher site for windows, but I would have to compile from source for linux. And if I try to compile from source I will enter dependency hell. First it would require some library or other, then that library will require something else or the other etc until I give up and use the windows system instead. Point click install run done. I want such simplicity in distributing for linux also. Any ideas for how to provide direct download binaries for linux?
 
Old 06-18-2014, 01:45 PM   #5307
nyc_rr
LQ Newbie
 
Registered: May 2014
Distribution: Linux Mint 16 Petra
Posts: 26

Rep: Reputation: 25
Quote:
Originally Posted by Pearlseattle View Post
AnyDVD
I use it to decode my BluRays (conversion to mkv, storage and mediacenter are already on Linux)
Yeah, we need a bluray player in linux. Only non-DRM blurays are able to play in linux.
 
Old 06-18-2014, 01:46 PM   #5308
allenwilkyrobertson
LQ Newbie
 
Registered: Jun 2013
Location: Saint Paul Park, MN
Distribution: Ubuntu 12.04 LTS (64 bit)
Posts: 7

Rep: Reputation: Disabled
A couple of areas for office use

I would completely switch to Linux on all of my business computers if there were two programs ported. (I now have a ratio of 27 Windows machines to 2 Linux machines.)

The programs I need are;

Adobe Photoshop or comparable, because Gimp doesn't do CMYK.
ABBYY FineReader or comparable, because nothing I can find for Linux comes close.
Nuance Dragon NaturallySpeaking would be helpful too.
 
Old 06-18-2014, 02:04 PM   #5309
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
Outlook/AD/Lync integration. Its the only reason that I can't switch regular users to Linux. They have to have their Outlook integration.

And no, you cannot use Thunderbird, Pidgin and Samba to do everything that Outlook, Lync and AD do. Too much of them are closed source and have no fully compatible GNU counterparts. It is sad.

Last edited by szboardstretcher; 06-18-2014 at 02:05 PM.
 
Old 06-18-2014, 02:17 PM   #5310
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by dearcat View Post
Hi all. I would like to see the latest version of Flash available for Linux. As you all know, Flash will not support past 11. Games are also websites. Many of us take gaming seriously. I have been shut out of several tournament games because of inability to update Flash. Any advice? Thanks, dearcat.
You will get the latest version of Flash if you use Chrome/Chromium. Some developers are also working on a plugin for Firefox that makes Chrome's Flash available for Firefox: https://github.com/i-rinat/freshplayerplugin
So far I got it to work on Youtube and other video-sites, but not for the single Flash game I am playing.
 
1 members found this post helpful.
  


Reply

Tags
cad, clone, debian, dreamweaver, drivers, editing, editor, education, eeepc, elite, etch, flash, future, gimp, itunes, keyboard, kppp, linux, lotus, macro, macromedia, mandriva2007, modem, music, news, newsreader, nntp, office, open, openoffice.org, pdf, photoshop, pim, port, porting, poster, printing, program, programs, quicken, recognition, shockwave, sled, software, softwares, sound, source, speech, suse, usenet, video, wvdial, xandros



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What games would you like to see ported to Linux? jeremy Linux - Games 1553 04-08-2020 01:00 AM
Linux Programs Ported to Windoze ddpicard General 15 08-05-2010 06:59 PM
Has Winamp been ported to Linux? neilcpp Linux - Software 48 05-31-2010 03:00 PM
Exeem to be ported to linux cadj Linux - Networking 0 01-26-2005 11:02 PM
New Forums! Want a game ported to Linux? Jimbobbob Linux - Games 5 10-04-2003 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:36 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration