I respond in kind.
You accused me of (only) using out of date software, when I had clearly stated that I had tried both my old windows system and my brand spanking new Ryzen system with it brand spanking new Zorin OS, and brand spanking new FF71.
You accused me of incompetence, for not recognising that you had made a typo.
And now you accuse me being a conspiracy theorist; but, just to satisfy my own curiosity, I signed up to box.com, and guess what. It finally allowed me to download the damn manual.
(I doubt you'll read this far; but I didn't anticipate still being able to post here; let alone receiving your response.)
I understand your position regarding "Our Own Free Time Without Pay" -- in another place I have have posted 23,775 posts over the last 18 years on a community forum for an FOSS programming language, mostly supporting newbies to the language. And in particular, helping Windows users of that OSS language and protecting/defending them from the prevail negative attitudes of expert *nix users. (And my name is listed in its readme as a contributor; albeit in fairly minor ways.)
I am not so much angry, as disillusioned. One (of several -- I thought, quite carefully researched) reason for choosing Zorin from some 330 distributions apparently out there, is because it had -- or appeared to have -- a support forum that (I thought) was directly associated with the the people producing it (Zorin OS Technologies Limited); ie. this place. But that appears to be a mis-assumption on my behalf.
For example. Earlier you said: "here we recommend synaptic package manager". Why would Zorin (continue) to push the "Software centre/channel/whatever" in the OS, when it is so broken, and universally needs to be replaced with synaptic?
Talking of synaptic. It has what (at first viewing) appears be a very nice GUI. Once you find it. So why don't Zorin include that instead of the broken "Software" thing?
I was a fool. I allowed myself to get sucked in by the description of Zorin as "having the look and feel of Windows". Misreading it to think that meant I wouldn't have to go digging around in the bowel of the archaic, illogical filesystem structure in order to run programs.
In answer to your question (I did posted above saying the process had completed & thanking you for your help), yes I followed your spoon-fed list of CLI pastes and sure enough,
Wine was installed. (How could I have discovered/worked-out/received-by-devine-intervention the knowledge, not just of the syntax of that lists of commands; but the need for them, and the ordering, and...?)
But I only knew Wine had actually installed this time, because I went digging around in the bowels of the FS, and discovered a pseudo C; drive complete with "Program files" and "Program files(x86)". (Oh! And a D: drive which appears to be the optical drive, and a Z: drive which appears to be an alias for the linux filesystem visible to windows apps. But no Zorin menu items
.
I was a fool. I wrongly assumed that "windows look&feel" meant more than a menu structure accessible from clicking bottom left -- I have always (25 yrs) had my windows taskbar top of screen and autohide; but that cosmetics -- and a substitute for Word & Excel, neither of which I have ever used despite having been a Windows user and developer since NT 3.5 (and before: Windows/286).
I don't like MS (as a company, though there evil has long been overtaken by others; but I helped develop OS/2 and when that went **** up, the natural place to take my skill set was Windows NT, because that what my customers wanted)
but when I install an .MSI it either installs correctly, including Start menu items, desktop/taskbar icons, or it fails and rewinds everything it did and leaves my system unchanged -- and if you know what you are looking for and where to look, precise and detailed explanations of why the failure occurred. That's what I was hoping for when I fell for the "Look&feel" line.
Compare&contrast that to what happened when I attempted to install Wine from the "Software" thing!
The reality is a thin veneer of chrome over the same ol' attitude of "If your not prepared to immerse yourself in the FOSS culture for 5 years penance for your past sins; and become ohfay with creating your code directly in octal using od and editing your images using sed" you are not worthy of using the almighty Linux. I thought (hoped) that things -- especially attitudes -- had changed. But apparently not.
In the same post above where I acknowledged that your list of CLI commands from the other thread had completed without apparent (catastrophic; there were some that flashed by and off the top of the terminal) error; I also asked a couple of follow-up questions; but they have been studiously ignored by all. (And long before I allowed my pending frustration to leek through.)
I'm now trawling the net for a distrubution that has a support forum where the need to run a few windows-only applications isn't seen as reason to berate, belittle, patronise or ignore the requester. So far, no luck, and plenty of examples of exactly that:
- Code:
mirroroptic Member Registered: Oct 2013 Posts: 36 Rep: Reputation: Disabled
Unhappy What distro has Wine ready to go ?
Is there a linux distro that has a functional version of Wine on it ? What do I mean ? ... As soon as you install the OS, Wine is ready to go without having to use a command line to activate it. I installed Linux mint on another computer (This one has Windozz). I activated the command line box and tried to copy and paste the text in that was supposed to fire it up. All I got was: Type in your username. I did that and hit enter, only to be asked again and again. I gave up. There are only so many hours in a day. People just want things to work. :-(
Old 09-17-2014, 10:30 PM #2 sgosnell Senior Member Registered: Jan 2008 Location: Baja Oklahoma Distribution: Debian Posts: 1,054 Rep: Reputation: 281Reputation: 281Reputation: 281
No. If you want Windows, buy Windows. I don't know of any distro that comes with wine installed by default.
Old 09-18-2014, 12:08 AM #3 John VV LQ Muse Registered: Aug 2005 Location: A2 area Mi. Posts: 17,462 Reputation: 2604
almost all of them have wine in the repos or on ALL of them you can install the current version from source
BUT
if you MUST !!! 100% MUST use windows ONLY or the windows versions of programs then USE WINDOWS
Old 09-18-2014, 12:25 PM #4 DavidMcCann LQ Veteran Registered: Jul 2006 Location: London Distribution: PCLinuxOS, Xubuntu Posts: 5,423 Reputation: 1888
Wine is a tool to run programs, so you don't start it on its own. If you have a .exe file, right clicking in the file manager give the option to open with Wine. But it's better to make an entry in the menu, using the menu editor. So I have a menu entry under "other" for Toolbox, and the command is
wine "/home/david/.wine/drive_c/Program Files/Toolbox/Toolbox.exe"
I could even have attached that command to a keyboard shortcut, like <Super>t — you can't get much quicker than that!
Old 09-18-2014, 06:09 PM #5 mirroroptic Member Registered: Oct 2013 Posts: 36 Original Poster Rep: Reputation: Disabled
Smile David .... That's what I was looking for. very helpful. Thanks so much :-)
Old 09-18-2014, 08:12 PM #6 jefro Moderator Registered: Mar 2008 Posts: 19,477 Reputation: 3012
Build your own distro and add in wine (and associated wine files) at SuseStudio.
Old 09-18-2014, 08:50 PM #7 dugan LQ Guru Registered: Nov 2003 Location: Canada Distribution: distro hopper Posts: 9,384 Reputation: 4166
a reply to your earlier thread said ZorinOS has Wine preinstalled. And: what was "the text that was supposed to fire it up"?
Last edited by dugan; 09-18-2014 at 08:56 PM.
Old 09-18-2014, 09:33 PM #8 Randicus Draco Albus Senior Member Registered: May 2011 Location: Hiding somewhere on planet Earth. Distribution: No distribution. OpenBSD operating system Posts: 1,708 Blog Entries: 8 Reputation: 634
Personally, the content of the OP confuses me. The person refers to Windows disparagingly:
Quote:
Originally Posted by mirroroptic View Post
(This one has Windozz).
But considers Windows applications so vital that his/her Linux system must have Wine. Then finishes by complaining, because Linux systems cannot use Windows applications without the need for the user to do a little configuring. Make up your mind.
Quote:
People just want things to work.(
News flash. Linux and Windows are different systems. Wine often allows users to put a square peg in a round hole and use foreign applications on their systems. That should be reason to celebrate for those who want to use foreign software. I doubt anyone complains about Windows not being able to use applications designed for other systems, such as Linux and BSD. Linux provides that option, but one should not expect using software designed for other systems to not require a little effort on the user's part.
I genuinely thank you for your attempts to help me, but even with wine installed, I am no closer to having what I need. The program (one of several, but the most important of those) that I need to be able to run, failed to install correctly under Wine. I am assured that it can be run under wine, and I suspect that if I could install PlayOnLinux, and/or the Wine Tricks add-on package, I might be able to resolve the reported installation failure.
But without the help of an active (tolerant, enlightened) support forum, I'm never going to succeed in achieving anything. And if simply stating the (negative as well as positive) results of the advice given is seen as a barrier to continued help, then I'd best **** off now.