LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-28-2023, 04:36 PM   #31
Regnad Kcin
Member
 
Registered: Jan 2014
Location: Beijing
Distribution: Slackware 64 -current .
Posts: 663

Rep: Reputation: 460Reputation: 460Reputation: 460Reputation: 460Reputation: 460

Quote:
Where did you get that WINE is a crippled version of crossover? Crossover, while you're paying for support, is often out of date compared to WINE. I always build it with the wine-staging patches.
I asked the question. The winehq site is full of links to Crossover. Codeweavers says their Crossover app will load and run Microsoft Office. Wine 8 doesnt do that according to the winehq website. What's your definition of "crippled" software?
I didn't install Crossover as I had no intent of buying. If i just want frustration I could watch YouTube and not have to repair my machine afterwards. Maybe they are really good guys at Codeweavers and I am understanding them poorly. It is said that other have had similar experiences of being poorly understood.
 
Old 01-28-2023, 04:47 PM   #32
henca
Member
 
Registered: Aug 2007
Location: Linköping, Sweden
Distribution: Slackware
Posts: 959

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Originally Posted by Regnad Kcin View Post
might save me from a reboot to start win11. I dont do any gaming at all
If you have some application that requires real Windows but don't want to reboot your linux machine you might be able to run that application using Windows in a virtual machine like qemu.

regards Henrik
 
2 members found this post helpful.
Old 01-28-2023, 06:36 PM   #33
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
Quote:
Originally Posted by Regnad Kcin View Post
The winehq site is full of links to Crossover. Codeweavers says their Crossover app will load and run Microsoft Office. Wine 8 doesnt do that according to the winehq website. What's your definition of "crippled" software?
You're looking at it the wrong way. Codeweavers take the Wine code base, extend it to add capabilities and publish the result as Crossover.
Quote:
Originally Posted by Regnad Kcin View Post
I didn't install Crossover as I had no intent of buying.
It really doesn't matter so much these days. Back in 2002 I bought a copy of Crossover so that I could run MS Office, and recall having good results from it.

Modern MSO has a huge stack of features which are completely unnecessary, and open document formats have all but removed any dependency on Microsoft. LibreOffice is more than capable for anything required in an office setting, IME.
 
3 members found this post helpful.
Old 01-28-2023, 08:31 PM   #34
Regnad Kcin
Member
 
Registered: Jan 2014
Location: Beijing
Distribution: Slackware 64 -current .
Posts: 663

Rep: Reputation: 460Reputation: 460Reputation: 460Reputation: 460Reputation: 460
I use LibreOffice in Win11 as well as in Slackware. My lab staff all use Microsoft Office therefore I need it sometimes. I dont like the new Microsoft office menus (it's been 10 years I guess but still new to me), but those menus are all that most of them know. I use Office as example to point out that relative to Crossover, Wine 8 is incomplete, undeveloped, and Codeweavers do make the claim that they are the reason that Wine exists and we should send them money to support Wine.

I do like the idea of a compatibility layer to run stuff in Slackware. I am just exploring the situation as an enquirer with a tangible user interest.

Last edited by Regnad Kcin; 01-28-2023 at 08:44 PM.
 
Old 01-29-2023, 02:40 AM   #35
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by Regnad Kcin View Post
Codeweavers do make the claim that they are the reason that Wine exists and we should send them money to support Wine.
With enough time on your hands, you can make wine do anything crossover can do.
All it depends on, is how much you know and how much you value your time.
And let's be realistic, what you buy from codeweavears is called support.
If they just sold unsupported binary wine, nobody would buy it.
 
Old 01-29-2023, 12:38 PM   #36
FTIO
Member
 
Registered: Mar 2015
Location: Las Vegas, NV
Distribution: Slackware 15.0 x64, Slackware Live 15.0 x64
Posts: 618

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Quote:
Originally Posted by cwizardone View Post
A quick question that is hopefully going to have an easy to follow (for me, heh) answer...in that Changelog you posted in your post, it has "...you need to convert the 32bit FAudio and vkd3d packages to '-compat32' packages and install those as well.".

Okay...so how does one go about doing that? I just got the whole multilib thing installed on my 15.0, and have the x64 of FAudio and vkd3d installed, how do I go about 'converting' those to 32 bit?
 
1 members found this post helpful.
Old 01-29-2023, 01:01 PM   #37
adcdam
Member
 
Registered: Aug 2020
Location: Berisso, Argentina
Distribution: Slackware
Posts: 255

Rep: Reputation: 205Reputation: 205Reputation: 205
Quote:
Originally Posted by FTIO View Post
A quick question that is hopefully going to have an easy to follow (for me, heh) answer...in that Changelog you posted in your post, it has "...you need to convert the 32bit FAudio and vkd3d packages to '-compat32' packages and install those as well.".

Okay...so how does one go about doing that? I just got the whole multilib thing installed on my 15.0, and have the x64 of FAudio and vkd3d installed, how do I go about 'converting' those to 32 bit?
see here
http://www.slackware.com/~alien/multilib/

If you want to install this 32-bit package on Slackware64-multilib,
you will have to convert it to a 'compat32' package:

# convertpkg-compat32 -i /path/to/your/fresh/foo-VERSION-i586-BUILD.tgz
# upgradepkg --install-new /tmp/foo-compat32-VERSION-x86_64-BUILDcompat32.txz
 
2 members found this post helpful.
Old 01-29-2023, 01:14 PM   #38
FTIO
Member
 
Registered: Mar 2015
Location: Las Vegas, NV
Distribution: Slackware 15.0 x64, Slackware Live 15.0 x64
Posts: 618

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Thank you very much, adcdam! I need new glasses. Figures I'd miss something so simple. <sigh>
 
1 members found this post helpful.
Old 01-29-2023, 01:21 PM   #39
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,304

Rep: Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324
wrong thread - ignore
 
Old 01-29-2023, 04:05 PM   #40
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,683

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
Actually got a real reason to use Wine today. I always have it around but I rarely ever need it. I installed Alien Bob's 8.0 and last night stumbled upon this project. It is a fan remake of Castlevania 2: Simons Quest. After figuring out that I was missing a few needed multilib packages it works perfectly. Wine has rarely disappointed me in the last few years.
 
1 members found this post helpful.
Old 02-02-2023, 04:25 PM   #41
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
Wine 8.1 Released
February 2, 2023
The Wine development release 8.1 is now available.......
What's new, https://www.winehq.org/announce/8.1
 
Old 02-03-2023, 04:33 AM   #42
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,304

Rep: Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324Reputation: 2324
Quote:
Originally Posted by Daedra View Post
... Wine has rarely disappointed me in the last few years.
+1 on the wine quality. I actually think wine is better at imitating windows than windows is these days.

Because windows always has an element of hit & miss. I get a zoom feed a couple of times a week. Half the time the camera is blurred. If they plug out the webcam, & push it back in, that sometimes fixes it. If not they try again, leaving it out longer. You don't get that messing with linux. It's reliably right, or reliably wrong.

Last edited by business_kid; 02-03-2023 at 04:35 AM.
 
Old 02-03-2023, 06:02 AM   #43
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by business_kid View Post
You don't get that messing with linux. It's reliably right, or reliably wrong.
Code:
wine32-\
        \cygwin-\
                 \wine64-\
                          \cygwin-\
                                   \windows-64-\
                                                \KVM-\
                                                      \slackware64
But, but, ... it's fine, all works.. as intended.. supported.. etc.
Don't mind me, I'm just incredibly bored today
 
Old 02-17-2023, 05:19 PM   #44
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
Wine 8.2 Released
February 17, 2023
The Wine development release 8.2 is now available.
What's new in this release:
Better debug information in Wow64 mode.
Wow64 thunks in the WPCAP library.
Indeo IV50 codec support.
Monitor names set from EDID data.
Various bug fixes......
"News and Updates" at, https://www.winehq.org/
 
1 members found this post helpful.
Old 02-19-2023, 11:03 AM   #45
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,101

Original Poster
Rep: Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278Reputation: 7278
Quote:
Wine-Staging 8.2 Brings Support For Native ODBC Drivers Plus Fixes A 15 Year Old Bug
Michael Larabel. 19 February 2023.
Following Friday's release of Wine 8.2, Wine-Staging 8.2 is now available that ships with more than 530 patches atop the upstream Wine code-base to provide various experimental/testing features.......
The full story can be found at, https://www.phoronix.com/news/Wine-Staging-8.2-Released
 
  


Reply



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
[SOLVED] How do I install Wine on Slackware64 with both 64bit wine and 32? interested_penguin Slackware 3 12-10-2016 06:44 PM
[SOLVED] Slackware64 wine running a game results in wine crash Tux-Slack Slackware 5 06-27-2011 05:05 PM
upgrading slackware64 13.1 multilib to slackware64 -current multilib Cultist Slackware 4 03-12-2011 09:04 AM
Updating from Slackware64-current to Slackware64 13. glore2002 Slackware 4 08-28-2009 06:50 PM
[SOLVED] Slackware64-C client wont detect Slackware64-C Samba server slackass Slackware 5 08-07-2009 11:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:14 PM.

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