Trying to run Windows apps on Linux with Wine: Office, Photoshop, Affinity Designer, Autocad

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 1,5 тыс.

  • @TheLinuxEXP
    @TheLinuxEXP  2 месяца назад +44

    Head to squarespace.com/thelinuxexperiment to save 10% off your first purchase of a website or domain using code thelinuxexperiment

    • @tutacat
      @tutacat 2 месяца назад

      Actually, the flatpak for Bottles is discontinued. You should be using the system package of Bottles instead.

    • @markomarkovic8493
      @markomarkovic8493 2 месяца назад

      I had some success with some games in bottles by copying the install folder to bottles c drive and then start installation. I didn't try using regular softer but maybe you'll have a success

    • @gamersunite9026
      @gamersunite9026 2 месяца назад

      CortVermin thats called making a video private before making it public

    • @KarthiDreamr2
      @KarthiDreamr2 2 месяца назад

      An interview with wine 🍷 Team would be cool 😎

    • @univera1111
      @univera1111 2 месяца назад

      Of all the videos you made on Linux this is the best and most practical. You see why i, we, all if us don't use Linux, heck i even prefer Android alternative if it works with raw high rez files or can run android version of what window stand alone software can do. Im telling you something. On God.

  • @VirtualizerExtreme
    @VirtualizerExtreme 2 месяца назад +1447

    Reminder to cancel that Creative Cloud free trial
    saving you a few hundred dollars

    • @TheLinuxEXP
      @TheLinuxEXP  2 месяца назад +288

      Hahaha thanks 😂

    • @Dr_McKay
      @Dr_McKay 2 месяца назад +103

      @@TheLinuxEXPEnjoy that! Last time I took a free Adobe trial, the only way to cancel was to live chat with a customer service rep who spent 30 minutes offering me slightly better deals each time in order to stay, I must have told them “Please cancel my trial, I am not interested in staying no matter the deal” a dozen times.

    • @shroomer3867
      @shroomer3867 2 месяца назад +13

      Ironic, that it has the name free in it but leads to several hundred dolars out of the bank

    • @genemontgomery6408
      @genemontgomery6408 2 месяца назад

      @@shroomer3867 More reason to use virtual credit cards when signing up for free trials.

    • @bobafett2598
      @bobafett2598 2 месяца назад +3

      ...and frustration about sloppy crashing and freezing programms

  • @necuz
    @necuz 2 месяца назад +1036

    The reason games works so well through wine is that game engines typically are made to be as separated from the OS as possible, since porting them to many different platforms is so common. Big professional Windows software is generally very deeply integrated into OS components with no thought given to making such porting easier.

    • @bubba99009
      @bubba99009 2 месяца назад +93

      I think it's more all the effort valve puts in. Running windows games used to be a total nightmare. Now I can buy and run any windows game on steam pretty much and it works perfectly. And multi-platform games have been getting even less common over that time period.

    • @gustavgurke9665
      @gustavgurke9665 2 месяца назад +74

      I think a big part of it is games are just basically all the same in terms of what libraries they use. Which are generally just the default libraries for creating a window, doing graphics, sound, input and networking. Wine (+DXVK/vkd3d) has most of that pretty well figured out by now so games generally just work and only occasionally run into really esoteric bugs with Wine's implementation.
      Non-game applications are a lot more diverse in the libraries / Windows APIs they use, I think.
      Although I have no doubt that if some company was willing to invest as much money into app compatibility as Valve did for games, they could probably get at least specific types of applications like the Adobe Suite to work pretty well.

    • @gerlosv
      @gerlosv 2 месяца назад +37

      Perhaps such separation from the OS is useful to make games last longer, so you can play them on Windows 7, 8, 10, 11 and even 12 with minimal effort from the devs, that can keep selling them for as much time as possible.
      Office, Photoshop and similar software need the opposite approach, they must change as much as possible, to force you to upgrade, and keep paying for as much time as possible.

    • @gg-gn3re
      @gg-gn3re 2 месяца назад +18

      @@gustavgurke9665 This is more correct. what necuz said isn't correct at all. As we see with how fast companies compiled stuff for ARM which is more difficult than doing a linux build. Serif the company that makes affinity suite used to even have all their software for linux but now they don't. Microsoft is notorious for paying companies big money to NOT make stuff for linux, especially game studios.

    • @ContraVsGigi
      @ContraVsGigi 2 месяца назад +9

      ​Compiling for ARM is not more dificult than having a Linux version. There are so many Linux variants with their own tweaks. The only one that could get us there is to switch to an universal packaging like snap / flatpack. No small company willingly wants to invest that much in keeping it compatible otherwise.

  • @starman7811
    @starman7811 2 месяца назад +921

    Ironically I think Windows power users that are more technically advanced have a harder time switching to Linux because they use niche software. For normal users that use their OS as a bootstrapper for their browser, I doubt they'd notice a different if you riced KDE Plasma to look like Windows. Getting professional software supported on Linux is a must for mass adoption.

    • @SofaEaterLovesYou
      @SofaEaterLovesYou 2 месяца назад +96

      As one of those users. I hate windows so much for making me switch to Linux. I never liked 10 but it wasn't bad enough to make me switch...then I tried windows 11 and now I'm done with Microsoft. now I have 2 laptops with Linux and they are both causing me problems when trying to wrap my head around how they do things. Luckily I've already been using Libra office on Windows and I love it cuz it's Windows 7 word. And a lot of the other programs I use I don't mind switching over to the Linux version of that type because I never paid for it anyway because we just hobby stuff. Like music making programs or photo editors or video editors. Only did really small project so it wasn't worth investing any money into it so I was using the Linux made for version pretty much anyway. But when it comes to me controlling the computer I don't understand how Linux does anything.

    • @dank3k
      @dank3k 2 месяца назад

      ​@SofaEaterLovesYou
      Everything is a file.
      Install tldr and check man pages often.
      /usr/bin is typically where your pkg manager installs binaries.
      /usr/local/bin is where you can place your own binaries.
      Typically, external applications are installed in a subdirectory under /opt (just move the folder there) and symlinked to /usr/local/bin.
      There is an /etc/environment you can use to configure your own environment variables, and they will be accessible everywhere.
      Look up on systemd unit files & services; learn how to create a user local service w/ it and configure its lifecycle.
      this shoukd get your started.

    • @Siltprogramation
      @Siltprogramation 2 месяца назад +39

      @@SofaEaterLovesYou Yeah, they follow different models, which some people don't get. It is true that for the average user this is not much of an issue, but if you are an advance user you pretty much have to learn how to do everything again.

    • @TrueXiarno
      @TrueXiarno 2 месяца назад

      @@SofaEaterLovesYou Personally, one of the program I use the most literally every day is ShareX. I tried running it on Linux using various guide online but just never could get it to work correctly... and no flameshot is not an acceptable alternative.

    • @TwistedMe13
      @TwistedMe13 2 месяца назад +27

      To make a Mythbusters analogy it's like "Swimming in Syrup". The pro-athelete had a much harder time than the neophyte.

  • @AcordHachi
    @AcordHachi 2 месяца назад +383

    An interview with crossover would be interesting

    • @draftofspasiba2
      @draftofspasiba2 2 месяца назад +19

      +1 for that

    • @Mortos592
      @Mortos592 2 месяца назад +6

      Would love to hear their side on this

    • @j0nnys83
      @j0nnys83 2 месяца назад +4

      An interview with crossover would be interesting

    • @TheGleycon
      @TheGleycon 2 месяца назад +2

      Please, do it!

    • @rjhornsby
      @rjhornsby 2 месяца назад +5

      Would love to see a discussion with Crossover, but it also makes me wonder what Valve is doing so that Windows-only games work well(?) on Linux. What are the big challenges both face, and what technical (maybe even copyright/legal) hurdles they have to deal with to make the software work?

  • @231pilot
    @231pilot 2 месяца назад +1205

    Running Windows in VirtualBox is much easier for office type applications than fighting with Wine/Bottles.

    • @hiru92
      @hiru92 2 месяца назад +33

      true

    • @lob06780
      @lob06780 2 месяца назад +106

      kvm ftw

    • @karanjoshi2662
      @karanjoshi2662 2 месяца назад +65

      exactly what I thought. dual booting is also possible but if you only want office then it is better to just go for VM.

    • @potatoes5829
      @potatoes5829 2 месяца назад +64

      I agree, in my experience spinning up a quick VM is much faster, more stable, and more reliable than wine for most software.

    • @andrewwojtas8486
      @andrewwojtas8486 2 месяца назад +16

      Office does have browser versions as wll

  • @ymi_yugy3133
    @ymi_yugy3133 2 месяца назад +103

    I think the reason why games work so much better isn't just Valve, but also that the API surface is so much smaller. All games need from the operating system is some basic windowing that has been more or less unchanged for decades, some input and directX. All these things have been around for a long time are very stable and have close linux equivalents, so API translation is pretty easy. Desktop applications are a whole different beast. They often use tons of obscure Windows APIs that often don't have good linux equivalents.

    • @emko333
      @emko333 2 месяца назад +8

      its because most games use SDL and that's a library that exist on everything, then you only have to map dx to vulkan, windows apps use very specific win apis

    • @Brahvim
      @Brahvim 2 месяца назад +3

      ​@@emko333 "Most games use SDL"? *No way!*
      Games from bigger studios *don't* do that.

    • @asandax6
      @asandax6 Месяц назад

      And if the game supports vulcan then you don't even need directX

    • @resistan-y1h
      @resistan-y1h 14 дней назад

      @@emko333
      Many games use Unity or Unreal Engine.

  • @sharkuel
    @sharkuel 2 месяца назад +151

    I have the Affinity suite running on Linux, Photoshop CC 2021, Cakewalk Sonar, etc. There is a youtuber named Mattscreative that actually has tutorials to run these apps like they were native.

    • @tonetraveler992
      @tonetraveler992 2 месяца назад +10

      Yeah was quite surprised by the difficulties here - I got affinity running just fine and I found Adobe software was actually even easier to get running than affinity v

    • @PixlRainbow
      @PixlRainbow 2 месяца назад +20

      ​@@tonetraveler992at some point in the past 4 years or so, Adobe added more DRM to CC (live subscription version) and also changed half of the interface to run on Chrome's web engine, both of which cause issues. Cracked versions of Photoshop actually have improved compatibility, but you will still run into the issue that the use of Chromium means that parts of the interface will just show up black.

    • @3lH4ck3rC0mf0r7
      @3lH4ck3rC0mf0r7 Месяц назад

      ​​@@PixlRainbowI got the black windows issue when running Office 2016. Try installing libxcomposite and using the old WineD3D instead of DXVK.
      It's got something to do with the DirectComposition API, and apps not always rerendering their entire window surface, unlike games.

    • @lancen6805
      @lancen6805 Месяц назад

      I’ll have to look I can’t seem to get anything working

    • @einsteinorwell
      @einsteinorwell 15 дней назад +1

      Does the Affinity suite run well without problems though?

  • @Kiaulen
    @Kiaulen 2 месяца назад +152

    > Wine is not the answer
    You're my favorite Frenchman, how could you say that?!? 😂

    • @louistournas120
      @louistournas120 2 месяца назад +1

      I think WINE is a very good answer even though I want Linux native games. The reality is that doing tech support for Linux is a nightmare. There are too many distros. Game companies want to support as few as possible. They want to release just one copy for Linux. That’s the beauty of Windows. Compile once. Make an install wizard thing. There is a lot of support from MS and various big hardware vendors.
      Linux doesn’t even have a standard API.

    • @gianfrixmg
      @gianfrixmg 2 месяца назад +13

      That was a pretty subtle joke that non-europeans may not get lol

    • @CaptainSunFlare
      @CaptainSunFlare Месяц назад +5

      ​@@gianfrixmgEven in The U.S. we know of a Frenchman's love of wine!
      After all, where is champagne?? Lol

  • @Xeno_Bardock
    @Xeno_Bardock 2 месяца назад +57

    Try converting windows app to portable version in virtualbox before running on Linux with wine, might have a higher chance of working that way. Also windows apps that work in wine should become available as flatpak package for convenience.

    • @mgord9518
      @mgord9518 2 месяца назад +8

      @@toolatefortowerfall Not necessarily. WINE could be used as a "runtime" that these apps rely on

    • @lucascamelo3079
      @lucascamelo3079 2 месяца назад

      ​@@toolatefortowerfallflatpaks can have some shared dependences

  • @llothar68
    @llothar68 2 месяца назад +18

    As a programmer i can tell you that it is very easy to write programs that are not portable on wine.
    There are so many modern APIs that are not supported. And it is a non winnable race. Games are pretty easy compared to business apps because the first have almost all the complicated inside while business apps live on communication with the outside.

  • @Butterscotch_96
    @Butterscotch_96 2 месяца назад +107

    I remember having a totally legally obtained version of Photoshop 2021 with Wine. It’s funny how the official one doesn’t work but the cracked version does.

    • @mohamedandislam4667
      @mohamedandislam4667 2 месяца назад +36

      Yes, I actually can not believe how much easier it is to install the cracked version over the legal one. I guess they do not want our money 😂

    • @tablettablete186
      @tablettablete186 2 месяца назад +27

      ​@@mohamedandislam4667I suspect it has to do with the DRM service that Adobe installs...

    • @briannormant3622
      @briannormant3622 2 месяца назад +31

      You'd be surprised how cracked apps/games often runs much better than official ones. Remenber denuvo slowing games down to ups of 13%, to the point of the cracked game would run better than the official one.
      True story, I had Ghost recon breakpoint and wanted to play it ( On windows ). It didn't work, I tried everything, messing with files, registry, %appdata%, reinstalling everything, ect.
      At some point I gave up, Downloaded the cracked version of the game, Instantly run.
      It's honestly impressive, how cracked games and apps are just better and easier to use than the one you actually bought.

    • @mohamedandislam4667
      @mohamedandislam4667 2 месяца назад +13

      @briannormant3622 Sadly, there is the risk of getting malware.
      I wish I could just buy the game and download the cracked version so that I do not need the internet to play it 😢 but it can't be always safe 😢

    • @benclimo461
      @benclimo461 2 месяца назад

      ​@mohamedandislam4667 there's quite a few sites that are perfectly safe to use a grab software from.

  • @cgarzs
    @cgarzs 2 месяца назад +18

    😂 The world is crazy.
    No piracy: Forced to pay, make account, get spam - program doesn't work.
    Do piracy: Free, offline - program actually works.
    (I once, allegedly, in a dream, saw someone use Photoshop on Linux using wine and it was even portable on a pen drive. It seemed some program had been used to take a before and after snapshot of it's install and then capture that in a virtualization container that is executable on windows. Which they then just ran with wine. All dll's, registry entries, files and folders that Photoshop wanted were accounted for. Magically. Since, of course, this was all in a dream.)

  • @TheGuilha11
    @TheGuilha11 2 месяца назад +103

    Mattscreative has good guides on photoshop and affinity designer installation on linux.

    • @AndRei-yc3ti
      @AndRei-yc3ti 2 месяца назад

      Yeah Mattecreative has a whole video of him using Affinity desigmer 2 in gnome and it worked without hitches

    • @bentory2002
      @bentory2002 2 месяца назад

      I got Photoshop and Lightroom running with his guide, had to use wine beta or whatever the non stable one is called

  • @alexanderdelguidice4660
    @alexanderdelguidice4660 2 месяца назад +12

    Some windows programs require the registry changes their installers make to run. If you are installing a program inside of a virtual machine and then copying the files to wine, try using a tool like Regshot to see what the installer changes (it needs to be run before installing the program) and copy those changes to wine's registry.

  • @zerokun2655
    @zerokun2655 2 месяца назад +90

    It's not a matter of developer interest, it's just that games really just need a window, input, sound and sometimes file access. That's easy. Other than that games use graphics api which exist on all Oses and can be translated if needed (take DirectX ti vulkan with proton)
    All the most popular apps that aren't games are utility apps that probably use a ton of system dependencies like icons, components and other very specific features.
    Those are much harder to "emulate" (I know, wine is not an emulator, it's in the name! But you get the idea)

    • @Thundzz
      @Thundzz 2 месяца назад +1

      I think you are completely right

    • @SussyBaka-nx4ge
      @SussyBaka-nx4ge 2 месяца назад +4

      Installers and Internet Explorer which a lot of apps still depend on are the biggest pain point right now in my experience.
      .NET is kind of in limbo because Wine can't really support installing .NET 1-4 sure to legal reasons and Mono just isn't there but .NET 5+ are easier since they're open source and no longer part of Windows proper.

    • @sfoldy
      @sfoldy 2 месяца назад +10

      It's the ultimate Catch-22. Developers are not interested in putting apps on Linux because there is not enough audience. There is not enough audience on Linux because key software can't run on it. It's one of two major reasons why Linux can't gain more market share, and faster. The other reason is just awareness. Most customers that just need a computer will walk into a major electronics retailer or go to their website and look for a good deal. At best, they know they want Windows or Mac, and that's it. For the brick-and-mortar retailers, they don't get the experience of walking up to a display computer and saying "Oh, what's this? It's not Windows, but it looks easy enough to use.". Those are also the same customers that the support teams don't want to support, because they will require the most, and such support will raise the price significantly. I've been saying ever since the big Adobe mess a couple of months ago - Serif Affinity has a real chance here of being the first to move major software to the Linux ecosystem. That is a large customer base that WANT to move to Linux. If they would do this, it might encourage others to follow and final start stealing some market share.

    • @basin397
      @basin397 2 месяца назад +4

      i think porting is the term youre looking for, but youre totally right. audio (both playback and production especially) is probably the weakest area for linux.
      the real reason windows has such great compatability is the multiple decade long stretch of marketshare superiority the NT kernel has had.

  • @s_ziel
    @s_ziel 2 месяца назад +10

    Some thoughts:
    1. Bottles is (are?) available as an rpm in Fedora
    2. you can access the control panel in Wine, although it doesn't have everything
    3. I have some experience with trying to install Autodesk Inventor on Fedora, it also failed due to missing DLL's, but I also learned that Inventor is dependent on MS Edge and will not work without it, even if another browser is present. Having to work on Inventor during my studies is the only reason I have a Win10 VM set up.

    • @igorthelight
      @igorthelight 2 месяца назад

      Lutris is a very unusial but pretty insteresting way to install not only games but also some programs ;-)

    • @thelakeman2538
      @thelakeman2538 2 месяца назад

      The only official way to install bottles is through the flatpak. All the distro packages are not supported by the devs and they only want you to install the flatpak version, I believe at some point even tried to get the fedora maintainer of the rpm to remove it. That's probably why Nick stuck to the flatpak instead of the rpm or aur.

  • @rosyidharyadi7871
    @rosyidharyadi7871 2 месяца назад +43

    I've wasted painful time in the past trying to run newest AutoCAD on linux without success. BricsCAD came to rescue as it was compatible with autocad file format.

    • @lmarinho4614
      @lmarinho4614 2 месяца назад +7

      Have you ever tried nanoCAD? It's highly compatible and runs smoothly on wine.

    • @fabricio4794
      @fabricio4794 2 месяца назад

      Thats the True,and Open Source will kick this Prop slavery out of the corner....

    • @louistournas120
      @louistournas120 2 месяца назад

      Do you use BricsCAD for personal use or at a company?

    • @rosyidharyadi7871
      @rosyidharyadi7871 2 месяца назад +1

      @@louistournas120 in a company

    • @rosyidharyadi7871
      @rosyidharyadi7871 2 месяца назад

      @@lmarinho4614 I never try it. Maybe someday, right now I don't work with CAD anymore.

  • @mmethodd
    @mmethodd 2 месяца назад +19

    people on affinity's forum been doing god's work for years. It's a shame Serif never bothered to at least support the initiative. Now that Canva owns Affinity I hope things will change

  • @Kiyuja
    @Kiyuja 2 месяца назад +85

    Wine and Proton are absolutely critical to have ANY chance of getting casuals into the Linux ecosystem, If they see things they wish to download and run, it should "just work"..just like they are used to. Even setting up these translation layers will be too much for many people but they have to work, period. Hopefully Wine will see further breakthroughs in the coming years.

    • @phoenix-tt
      @phoenix-tt 2 месяца назад +31

      It's not about Wine, sadly. It's about the missing Windows-specific libraries (DLLs).
      And as Nick correctly mentioned, some of them simply can't be distributed due to legal reasons.
      I think a (not so) legal pre-built Bottle should be the way to go.

    • @pyepye-io4vu
      @pyepye-io4vu 2 месяца назад

      I hope that doesn't happen. We don't want casuals in Linux. They will ruin everything, fill it with viruses and malware, and make it more closed & proprietary.

    • @filipefera4097
      @filipefera4097 Месяц назад +2

      I think that it should have a software that watches for errors in the applications installed in Wine that you are trying to run and parse the errors with regular expressions to find out DLLs errors and similar, proceding to suggest a easy download of the dependencies out of the box

  • @ZanaGBYT
    @ZanaGBYT 2 месяца назад +52

    Absolutely try to arrange an interview with the Wine/Crossover team!

  • @mehdimido5270
    @mehdimido5270 2 месяца назад +11

    we need to push for more native linux apps especially for major professional apps

  • @TheDragShot
    @TheDragShot 2 месяца назад +3

    At this point I can see I made the right choice by sticking to the old versions of the tools I got used to (mostly from early 2010s). Not only their modern counterparts require you to be always online and registered in their service, but most of their new features are merely AI promts that I could get out of my browser, or even my phone. Nothing I really need.
    I thank God everyday that I don't work in an industry where having the latest Microsoft, Adobe or Autodesk products is a must. This way I can run whatever OS I feel like without worrying so much about compatibility: it's either so old someone has already deployed it with WINE or it's able to run just fine in older versions of Windows, free from today's bloat.

  • @arahman56
    @arahman56 2 месяца назад +31

    The thing about Linux gaming IMO is that games generally don't throw in as many OS hooks as Apps like Office/Photoshop, so there's less things to be adjusted.

  • @MarquisDeSang
    @MarquisDeSang 2 месяца назад +89

    Now try to run them on a Risc-V Linux.

    • @TheLinuxEXP
      @TheLinuxEXP  2 месяца назад +29

      Hahah ouch

    • @MarquisDeSang
      @MarquisDeSang 2 месяца назад +6

      @@TheLinuxEXP The only software that I would like to use on my Risc-V Linux is C-Lion. Sadly the company only provide linux ARM64 and X64 and they don't care about Risc-V. It is not too bad because EMACS and GDB are really good.

    • @alexk4894
      @alexk4894 2 месяца назад

      Maybe this command will work😁
      qemu-system-riscv64 qemu-system-x86_64 wine program.exe

    • @Rikonardo
      @Rikonardo 2 месяца назад +6

      @@MarquisDeSang considering clion, just like pretty much all other jetbrains software, runs on Java, porting it should be an easy task. There is already an open issue ticket on youtrack created by jetbrains employee for risc-v version of clion, so they clearly have interest in porting it, but current demand probably isn't high enough to give this task a priority. I think it's mostly a question of having more powerful and accessible risc-v dev boards on the market, so more developers can get their hands on one for tinkering, increasing demand for large development tools like clion

    • @MarquisDeSang
      @MarquisDeSang 2 месяца назад +1

      @@Rikonardo It is sad that a company refuse to be the first. Like you said it would probably just take 1 day to port that thing to Risc-V. When a company stop being first, they take the Risc of something else comming to fill the space.

  • @ThatGamePerson
    @ThatGamePerson 2 месяца назад +118

    There is a LONG convoluted guide for Affinity in their forum but it seems super annoying and I've not gone to the trouble yet to try it. Just been using it in VM for now.

    • @CompuB1t
      @CompuB1t 2 месяца назад +8

      I've tried multiple times unsuccessful. I just resign and I use Photo pea.

    • @MauricioSzabo
      @MauricioSzabo 2 месяца назад +15

      @@CompuB1t I tried multiple times. It works, the issue is that parts of their tutorial are "out of sync" with one and another - basically, you have to use "step 1" from the first post, then "step 2" from the latest version, etc. In the end, I was able to open Affinity Photos on Linux.
      Please notice the careful wording here: "open". It's SLOW. Like, very, very slow. The UI is kinda buggy, sometimes it doesn't refresh, sometimes it flickers, and it consumes a lot of CPU and is still very slow... so... didn't work for me.

    • @marcusfleuti2672
      @marcusfleuti2672 2 месяца назад +2

      I use Krita with AI Plugin. It's great.

    • @tonetraveler992
      @tonetraveler992 2 месяца назад +1

      I tried it and it works perfectly.

    • @brethnew
      @brethnew 2 месяца назад +1

      @@marcusfleuti2672whoa I haven’t heard of this, is the plugin free?

  • @HowToLinux
    @HowToLinux 2 месяца назад +23

    I have actually managed to make MS Office 2021 and Photoshop 2024 run, using latest wine-tkg in a win64 prefix with many dependencies installed.
    To run Photoshop, I had to use the Standalone installer for it instead of the CC version.
    It's still a mess and I would not recommend anyone to do that for productive tasks.

    • @shantilkhadatkar1195
      @shantilkhadatkar1195 2 месяца назад +3

      How did you 2021? We need to know

    • @haze8346
      @haze8346 2 месяца назад

      I was wondering if using latest wine would make a difference, as Nick is using 9.0 and the latest wine is 9.14. this could make a big difference. I would also be interested to know how did you do it, if you find helpful tutorials etc

    • @AndRei-yc3ti
      @AndRei-yc3ti 2 месяца назад +1

      ​@haze8346 plus he needs to use custom wine builds rather than stock wine

    • @HowToLinux
      @HowToLinux 2 месяца назад

      @@shantilkhadatkar1195 I have made a fresh prefix with some dependencies installed like "vcrun2022 riched20 riched30 msxlm4 msxml6" set the system to Windows 7 and used the Office C2R installer. The installer did not pop up, but I saw the progress in the status bar. I also did not apply any regex changes.
      My current Wine version is 9.14.r1.g06d80381. But after installation, even the lutris wine version works.
      Something might be missing though, it's probably OpenGL since the bar is flickering and unresponsive sometimes. In Photoshop, i am also missing 3d acceleration

    • @Afurai_
      @Afurai_ Месяц назад +1

      @@shantilkhadatkar1195 A guy named "Mattscreative" has a good tutorial

  • @MdMozammelHossain
    @MdMozammelHossain 2 месяца назад +98

    I think we should make a fund to contribute to a team to just make wine capable enough to run just 10 top used Windows app, and I'm sure the Linux market share will grow in double-digit.

    • @pouet4608
      @pouet4608 2 месяца назад +16

      It is a moving target

    • @plaintext7288
      @plaintext7288 2 месяца назад +6

      I'm not deep into the oss funding stuff, but such initiatives must already be existing

    • @231pilot
      @231pilot 2 месяца назад +6

      Easier to install VirtualBox and download a Windows ISO of your liking than make a compatibility layer. Steam/Proton has gaming covered at this point.

    • @myhandleiswhat
      @myhandleiswhat 2 месяца назад +8

      This would be nice, but, people typically don't see the "Free" in Free and Open Source Software as "Freedom" rather as the amount of money they have to pay for the application. Which makes it really difficult for most open source initiatives to make money to begin with. If people are paid a salary development will be better, but, the unfortunate thing is people aren't willing to pay for software most of the time anymore and whatever software people are willing to pay for is either video games (which are easier to run through compatibility layers) or subscription services like Photoshop. It's incredibly difficult to live off of donations alone.

    • @haariger_wookie5646
      @haariger_wookie5646 2 месяца назад

      I don’t think that would go anywhere. You would be better off with projects like winapps.

  • @EricchiYukia
    @EricchiYukia 2 месяца назад +27

    There's a guide for Affinity Designer. You need to use a customized build of Wine. I have it on my computer and it works just fine.

    • @TheLinuxEXP
      @TheLinuxEXP  2 месяца назад +28

      That’s way too much work for most people though

    • @RogueRen
      @RogueRen 2 месяца назад +1

      How did you get the custom wine installed? I've looked over that guide for days and am completely lost

    • @2911Lucas
      @2911Lucas 2 месяца назад +1

      @@RogueRen i am new to linux and tried to install affinity on mint using this guide. It was such a hard time and didn't work in the end... :D Nothing for a normal user

    • @tdoggie7315
      @tdoggie7315 2 месяца назад

      ​@@RogueRen The guide was originally written on the Affinity forums by a member called wanesty. Since my comment will get deleted if I post a link, just search "wanesty affinity" and find the website with the updated guide.

    • @quantentoaster4759
      @quantentoaster4759 2 месяца назад

      Have you also gotten your hands on the required Windows files? @RogueRen @2911Lucas

  • @LaurieFloodTeacher
    @LaurieFloodTeacher 2 месяца назад +2

    I think a big key for people converting over to Linux is to first have quite a bit of exposure to FOSS. If you're using FOSS, you will want to keep using it.
    Before I made the switch to Linux, I had already been using Libre Office in its old Apache Office version throughout my entire graduate program. It is just so much easier, more intuitive, and a heck of a lot less clunky. I would just convert my research paper over as my final step to the .doc version. No big deal.

  • @praetorxyn
    @praetorxyn 2 месяца назад +7

    Mattscreative was running Affinity through WINE on livestream last night, and he has multiple videos about running Photoshop through WINE (though I think versions newer than 2021 need files from a VM or something).

  • @brittb1696
    @brittb1696 2 месяца назад +10

    Super bummed to hear about Affinity Designer. I've got the full Affinity suite, and thought I heard that it worked with Wine. They're solid programs, and they've got a business model I think we'd all prefer to see succeed over Adobe and their craptastic subscription model.

    • @KnightRiderOfVoid
      @KnightRiderOfVoid 2 месяца назад +1

      there is a way and it seems to work ok, it uses a custom wine build because the guy who made it did a "little trick" that the official wine cannot support for licencing and code maintenance reasons I think.
      but there is that and it seems to work ok, the username of the guy is something "warrior" in the affinity forums.
      if that's the only thing holding you, that could work. it works perfectly for AF 1.x but 2.x I think it mostly works although not fully supported

  • @lenowoo
    @lenowoo 2 месяца назад +41

    Office 2013, 2016 and 2019 depends on how much you rely on MS are barely any different.
    And I'm doing financial stuff here.

    • @-eggsy
      @-eggsy 2 месяца назад

      You managed to run any of these versions on Linux?
      Is there a guide somewhere?

    • @whyand
      @whyand 2 месяца назад +8

      Absolutely agree, unless you do cutting edge things in office like some extensions or data analyzing addons. The office versions above 2010 seems didn't have much different imo

    • @guss77
      @guss77 2 месяца назад +6

      Microsoft office 2016 is supported on Crossover Office. Code Weavers are the main people working on Wine support for Microsoft stuff. Unfortunately it looks like they have no plan to support later versions of MSOffice - according to comments by Code Weavers employees on the official forums, the licensing activation process of newer versions cannot be made to work due to legal reasons.
      So we'll just have to wait until Microsoft makes their own port to Linux...

    • @mikespangler98
      @mikespangler98 2 месяца назад

      It will be easier to port your spreadsheet to LibreOffice.

    • @eng3d
      @eng3d 2 месяца назад +4

      I am running 2024 LTSC and yes, there is not much difference.
      And the Option window in VBA is still broken.

  • @jrandiny3
    @jrandiny3 2 месяца назад +11

    I think you should try office 365 with crossover. The one star you saw on the website is because you choose mac os, the linux compatibility rating is higher

    • @pamelawhitfield4570
      @pamelawhitfield4570 2 месяца назад +4

      good catch - I hadn't noticed they were all mac ratings. I also got office 365 running with crossover on linux so I was surprised to see that rating.

    • @katrinabryce
      @katrinabryce 2 месяца назад +1

      And Office 365 runs natively on Mac anyway, so nobody is really going to care.
      In fact, I was trying to print an envelope from Word. In Windows I could not get it to rotate the text so it would appear the right way up on the envelope. Tried it on my Mac, and it worked without any problems.

  • @bar7381
    @bar7381 2 месяца назад +9

    just had a thought that maybe a mac compatibility layer for these apps would work cos they're both unix like os'es, of course windows compatibility layers are more mature so it probably wouldn't work great in practice but i still think its an interesting idea

    • @ettoreatalan8303
      @ettoreatalan8303 2 месяца назад

      That's what Darling is for.
      www.darlinghq.org/

  • @Tall_Order
    @Tall_Order 2 месяца назад +9

    If the goal is to get more people on linux, these programs need to work. I'm sure people have painstakingly tried over the years, and I know that with every new version there is a chance it all breaks again. But these are the softwares that businesses use. Employees are in some cases required to use them. We gotta do something. I like your idea for a cross platform steam-like interface for applications with a company behind it that cares about compatibility.

    • @sebastianbauer4768
      @sebastianbauer4768 2 месяца назад +1

      Pretty sure Microsoft is leaning heavily on them to make sure that doesn’t happen. They keep shifting things around in the backend just enough, wine has been almost working for 20 years now. Given the progress with games which are indifferent to the efforts to run the on Linux I suspect active interference. Just keep changing things, wine is opensource so not hard to check how they try to make things work, then change things just enough they have to start over with a new version or dependency.
      Seriously, we are talking about installers failing because dependencies ain’t met. It’s copying files, showing a progress bar and maybe writing some stuff into the registry. You don’t fuck that up on accident over decades.

    • @animatewithdermot
      @animatewithdermot 2 месяца назад +1

      100%; it just takes a dependency on ONE app to lock you in to M$.

    • @pyepye-io4vu
      @pyepye-io4vu 2 месяца назад

      The goal isn't and shouldn't be to get more people on Linux.

    • @Tall_Order
      @Tall_Order 2 месяца назад

      @@pyepye-io4vu Why not? More users = more stuff getting done, market share rises, and focus. If you want something that's niche, use a niche distro.

  • @savagepro9060
    @savagepro9060 2 месяца назад +61

    0:44 ' Is Wine just for video games . . .?' Uh Nick, Wine was created long BEFORE gaming was a focused distraction!

    • @md_vandenberg
      @md_vandenberg 2 месяца назад +18

      That may be true but I've always heard WINE used for games, not applications. Doesn't matter what something started as, it's what it becomes.

    • @savagepro9060
      @savagepro9060 2 месяца назад +12

      @@md_vandenberg Judging from your avatar, you've been around and SHOULD know🤣

    • @madelaki
      @madelaki 2 месяца назад +6

      ​@@md_vandenberg How have you never seen any forum threads by people trying to run Photoshop, AutoCAD, etc. with Wine? That used to be an extremely common discussion in any linux community. You're either very young or you didn't actually take part in any such communities and you're pretending that you did for some reason.

    • @katrinabryce
      @katrinabryce 2 месяца назад +1

      But games is the only thing you can reliabily run in Wine that doesn't have a viable native alternative - you can sort-of maybe run Word, Excel, and PowerPoint 2000, but LibreOffice will run perfectly, and can certainly match what MS Office was doing 24 years ago; and in any case Windows 2000 running in a Virtual Machine will use less system resources than a browser window.

    • @chinesepopsongs00
      @chinesepopsongs00 2 месяца назад +1

      @@katrinabrycei think the goal is to be able to run something that is less then 24 years old. So comparing what Libre Office can do compared with MS Office 2000 is a bit silly. If migrating to a Linux desktop means i have to settle with tech from 24 years ago then i understand it is not a mainstream desktop yet. I am a linux user, just not on my desktop machines servers only. Desktops will stay Windows and MacOS unless there will be a mayor breakthrue for desktop Linux.

  • @dirklangohr
    @dirklangohr 2 месяца назад +81

    The main takeaway is that most Linux users don't want to use Windows apps because they force you to sign up and provide personal or payment details

    • @231pilot
      @231pilot 2 месяца назад +15

      Yep. Still use old software like Sketchup 2017 in Bottles because I refuse to use subscription software.

    • @BeefIngot
      @BeefIngot 2 месяца назад +7

      That's not the takeaway at all.
      That's a very selection bias based takeaway where not being able to is part of that selection

    • @jayarmstrong
      @jayarmstrong 2 месяца назад +2

      th3re are many users here for the free beer but there are many more PC users on the planet that pay for good software. It would be great if Linux was an option for them too.

  • @kyledross
    @kyledross 2 месяца назад +4

    I have two rather specialized pieces of hardware; a programmable keypad from Genovation, and a radio scanner from Uniden. To configure either of them requires software that's only available in Windows. Using Wine (a subscription to CodeWeaver CrossOver), I'm able to run them flawlessly on Ubuntu (and previously on plain ol' Debian). It's very nice to be able to be able to do all of this directly in Ubuntu without the muss and fuss of a virtual machine or dual-booting.

  • @0hhStormy
    @0hhStormy 2 месяца назад +54

    Thankfully I can make music on Linux with FL Studio, I have had little to know issues. The only issues I've had is with third-party plugins.

    • @Skyverb
      @Skyverb 2 месяца назад +5

      Same here as a Bitwig user.
      There is a tutorial on RUclips for enabling Kontakt libraries/ installing them to run natively without Wine etc.
      Total life saver. But for now still on windows boot just for music and a few games, lol.
      Then Linux for everything else.
      Edit: typos

    • @ojo2337
      @ojo2337 2 месяца назад

      ​@@SkyverbBitwig is a treat

    • @theaveragecactus
      @theaveragecactus 2 месяца назад +2

      whats the video?​@@Skyverb

    • @jimmyadelaja
      @jimmyadelaja 2 месяца назад +2

      This is the only reason why I have been able to stick to linux

    • @alliso1240
      @alliso1240 2 месяца назад +2

      Reaper has linux support. Plugins are the issue as well.

  • @3120s
    @3120s 2 месяца назад +4

    13:44 Yes. That would be interesting if you could interview a CrossOver representative about this.

  • @Kris-od3sj
    @Kris-od3sj 2 месяца назад +2

    A couple Crossover interview questions:
    - How come they list support for software like Office, Adobe, etc. as bad? That didn't use to be the case. Are those products becoming exceptionally difficult to support, or was there a change in priorities within CodeWeavers?
    - Do they get any sort of external funding, like from Valve, but targeting other types of software (office, audio/video production, 3D work, something else)?
    - How significant is their focus on Linux in comparison to MacOS?
    - Did their ChromeOS support go away? If so, is that because of Crostini providing a way to run Linux binaries, or are there other reasons?
    - Do they take take ARM or Risc-V into consideration?
    - What are their expectations for the future: changes of OS marketshare, views of software vendors on Linux

  • @uroboloss
    @uroboloss 2 месяца назад +5

    PhotoShop is tricky but doable, @Mattscreative has a tutorial on it. But your point still stands, it's too much work for us to reasonably tell people that those applications work on Linux.

    • @animatewithdermot
      @animatewithdermot 2 месяца назад

      Best fallback with PS is to use Photopea in a browser. A bit laggier on my system than PS, but still usable and will play nice with PS files.

  • @markcentral
    @markcentral 2 месяца назад +8

    Sad that VMs are still the best way to go for Windows app compatibility.
    I suspect the reason there’s no proton-like effort to get it to run under wine natively is because most people’s pcs are sufficiently specced to run Windows VMs, brute forcing it. Conversely, there’s a good case for all the proton effort, because modern games require direct access access to hardware and the minimum amount of latency penalties for maximum performance

    • @pyepye-io4vu
      @pyepye-io4vu 2 месяца назад

      That's probably not the reason, as others pointed out in comments above, the most likely reason is that games are fairly separate from the OS whereas non-game apps are much more deeply integrated and use more rare / specific Windows API calls that cannot be easily translated. That's why Proton (for games) can exist. Even mighty Valve couldn't make a "Proton for non-games" if they tried.

  • @TheRedMenace12
    @TheRedMenace12 2 месяца назад +31

    I'm glad you did this, so the rest of us don't have to. You've saved us untold thousands of hours.

  • @gotamd
    @gotamd 2 месяца назад +4

    Thanks for addressing this issue. I’m in the camp of people who rely on Mac/Windows-only applications that prevent me from switching to Linux. Linux works for many people, but there are also many of us who, unfortunately, are unable to switch. For now, I only run Linux on secondary PCs as a hobby and to check in on how things are progressing.

    • @MangoPanic
      @MangoPanic 2 месяца назад +1

      Same here, I've loved having a Steam Deck to tinker with as an extra Linux PC, and I'll probably be swapping the family desktop over when W10 goes EOL.
      I'd say at this point a good 90% of what I need is available or has viable alternatives on Linux, but it's that final 10% that keeps me from switching. Things really do just work in Windows, but on Linux even things that _should_ work sometimes don't or there's extra steps. Idm tinkering as much as the next tech enthusiast, but sometimes I just plain do not have the time or patience

  • @StephanusTavilrond
    @StephanusTavilrond 2 месяца назад +4

    I'd give an arm and a leg for the ability to run Microsoft Visual Studio on Linux. Why? To develop multiplatform applications, where I can maintain separate code paths for Linux and Windows stuff.

  • @20quid
    @20quid 2 месяца назад +5

    Having to use the Affinity Suite for work is the only thing keeping me dual booting Windows. I just don't understand why they don't listen to the community demand for a native linux client.

  • @XoaGray
    @XoaGray 2 месяца назад +11

    I used to have pretty good luck running Windows software in WINE years ago, but more recently its become less and less reliable for me. I’m not entirely sure what happened, but at this point I have basically given up on it and only use it when I have no choice at all. That said, I have been able to get one or two things working in Bottles via Soda, their implementation of Proton. Or by tricking Steam into installing it.
    Whatever secret sauce Valve is putting into Proton works great for Windows software that isn’t games too. I wish at some point they’d make Proton a standalone software we could use for anything.

    • @animatewithdermot
      @animatewithdermot 2 месяца назад

      I posted the same above. Had success with it around 2010 or 2011, but when getting back into Linux the last year, it's unusable.

    • @pyepye-io4vu
      @pyepye-io4vu 2 месяца назад +1

      This is due to Microsoft, and software devs changing the API calls in their software.
      Wine devs cannot keep up with all of that...
      Proton works well because it's games only.
      Even Valve couldn't make non-games work if they tried.

    • @XoaGray
      @XoaGray 2 месяца назад +3

      @@pyepye-io4vu Actually one of the ways I've been able to get some of the Windows stuff I've had to use to work on Linux is specifically by tricking Steam into loading it like it's a game and then launching it with Proton. This works a surprising amount of the time. Though it's going to vary depending on what software you use. That said it's not ideal for sure, and something that just worked without having to trick Steam into doing it would be a LOT better.

  • @Lampe2020
    @Lampe2020 2 месяца назад +16

    I use Wine to run IrfanView and 7-zip (for which I'm right now writing a Linux-native GUI)

    • @Kevin-jb2pv
      @Kevin-jb2pv 2 месяца назад +2

      Irfanview works so easily in Wine that I can't really blame the dev for not bothering to write a native Linux version. I still wish he would, but at least it works. Not having that goofy little red splotch on my screen would physically hurt me.

    • @igeljaeger
      @igeljaeger 2 месяца назад +5

      7-zip has a linux version...

    • @Lampe2020
      @Lampe2020 2 месяца назад +8

      @@igeljaeger
      But it's CLI-only. I'm writing a GUI (graphical program) to hook into that CLI version and provide the familiar user experience natively on Linux.

    • @Lampe2020
      @Lampe2020 2 месяца назад +2

      @@Kevin-jb2pv
      That red splotch is a dead cat - and the dev even likes cats (according to the "About" section of his website) but found that funny.

    • @T_theodore
      @T_theodore 2 месяца назад +4

      ​@@Lampe2020Peazip already does that. But regardless good luck with your application

  • @BenMartinBox
    @BenMartinBox 2 месяца назад +4

    That's why I have 2 computers. One with Linux Mint for everyday common tasks (LibreOffice, Thunderbird, Firefox, Gimp, Blender, Krita) and the other for "Lightwave 3D 11.6.3" and music production that use libraries that require e-Licenser and ILok authentication /security systems that simply don't run in WINE. Life is a B.

  • @SapioiT
    @SapioiT 18 дней назад +1

    Interview them, please! Edit: What if they require a windows installation folder, to import the files from? I mean, the files are already on the PC, at that point.

  • @zerokun2655
    @zerokun2655 2 месяца назад +9

    The moment I get out of university and no longer need CAD software on my laptop I'm going full Linux, dual booting rn for this and games (League of Legends)

    • @rocket2739
      @rocket2739 2 месяца назад

      Just install Windows Tiny10 on a thumb drive, lol

  • @tappistrt
    @tappistrt 2 месяца назад +5

    It’s a shame about the Affinity suite. That seems to be one of the best competitors to the Adobe suite right now.
    Still holding out hope that being purchased by Canva might bring the necessary capital for them to consider making a native Linux version in the future.

  • @EQuivalentTube2
    @EQuivalentTube2 2 месяца назад +3

    The problem is that, in order to fix a problem, everyone involved has to agree that there's a problem. Which in this case is the worst kind of problem because the people causing it have no reason to feel that it is a problem, therefore have no inclination to fix it whatsoever.

  • @modembuddy
    @modembuddy 2 месяца назад

    What a trip! Appreciate you giving it a full try instead of just dismissing the possibility immediately. I'm still dual-booting or maintaining a virtual machine for a handful of apps I still need but using them less and less.

  • @DavidZetaKrone
    @DavidZetaKrone 2 месяца назад +2

    I would *love* to have an interview with the Crossover team. The sheer amount that they could explain about why things do or don't work, or why Proton has developed into such an amazing source for Games only, is astounding.

  • @crazywolf13
    @crazywolf13 2 месяца назад +1

    This came just at the right time!
    Was just searching for this topic.

  • @bokocchop
    @bokocchop 2 месяца назад +8

    nick, go ahead have an interview with the developers.

    • @c8__
      @c8__ 2 месяца назад +3

      Great idea. Even if it's only to get some news from them. 👍

  • @nevinplove5097
    @nevinplove5097 2 месяца назад +2

    Besides games being easier to cross port, Valve also invested tons in Linux gaming through their Steam Deck & Proton. Just wish something similar to this happened with Multimedia Software since using something like Affinity for vector & raster graphics that works natively on Linux would be a dream come true. Blender, Inkscape, Bitwig, Zrythm, & Ableton with Wine are all amazing but 2d graphics & photo editing seems to be where Linux still lags even with Inkscape getting better alongside Gimp every year.

  • @piman13_71
    @piman13_71 2 месяца назад +10

    My big thing will be solidworks and mastercam most of industry seems to use them and them running on Linux would be cool but I haven’t tried it recently (they dislike VM’s though so it often doesn’t work)

  • @MegaLokopo
    @MegaLokopo 2 месяца назад +5

    I wish steam would move away from being games only and support these programs as well. Steam makes using proton so much easier than any other version of wine or proton I have seen or used.

    • @sippowho
      @sippowho Месяц назад +1

      steam supports programs, not only games! Blender for example is on steam

    • @MegaLokopo
      @MegaLokopo Месяц назад +1

      @@sippowho ok fine, but how many programs does steam have? If you really want ill add nearly to my original comment to make it more accurate.

    • @sippowho
      @sippowho Месяц назад

      @@MegaLokopo well i mean its not steams fault more programs arent using their platform🤷‍♂

  • @uxiii9537
    @uxiii9537 2 месяца назад +10

    How is it possible that games work flawlessly but normal programs are broken

    • @bobowon5450
      @bobowon5450 2 месяца назад +4

      because when I'm at work and my boss tells me to open up something in a professional software that doesn't work well in linux, i try it once, if it fails i use windows because i'm at work, i don't have the time to frig with it, my boss won't accept that waste.
      Meanwhile pc gamers are some of the cheapest people in the world. You tell them they can save 150 bucks on their windows license? oh you bet they're getting linux to work. They're also disproportionately tech enthusiasts who will literally spend hours just modding a game, only to not play it. Jane smith at corporate office is probably there by obligation, not because she is passionate.

    • @bubba99009
      @bubba99009 2 месяца назад +3

      Valve has put an amazing amount of work into getting everything running on linux so it'll work on their steam decks. Nobody really cares about getting Office to run on Linux... and Microsoft would probably actively try to break compatibility in future patches and releases if anyone ever did achieve that.

    • @testtest8399
      @testtest8399 2 месяца назад +3

      @@bubba99009 Lol by Valve you mean open source community behind WINE that has existed for ages before Valve did shit. Valve improved/optimized it a bit, but crediting this to Valve only is deceptive.

    • @bobowon5450
      @bobowon5450 2 месяца назад

      @@testtest8399 legitimately if valve didn't put their foot into the game most people probably wouldn't know about wine at all. Linux has always had a bad time trying to get even into the hands of consumers at all. Valve drastically improved accessibility

    • @MangoPanic
      @MangoPanic 2 месяца назад +2

      Because games are designed to be ported to multiple platforms and don't use as many dependencies as regular programs, which are far less predictable and harder to translate

  • @thetechguychannel
    @thetechguychannel 15 дней назад

    Office 365 works just fine on Linux. If you must emulate it via WINE, you can run the registry editor via your WINE prefix through the terminal and modify anything that you'd normally be able to do in Windows' control panel. Troubleshooting Windows applications isn't easy, but it's entirely possible without having to use Windows native frontends.
    Other users here suggested running VM. I wouldn't go quite that far, but it's definitely an option. Installing Win11 in a VM by faking the TPM module is very easy in VirtualBox, and if you want a more customized experience that gets closer to bare metal, you can configure Windows to run in QEMU/KVM.

  • @SqueakyBlum
    @SqueakyBlum 2 месяца назад +14

    I think application support is the biggest thing holding Linux back now. Game compatibility isn't much of an issue anymore. Affinity Photo 2, Rebelle 7 Pro, Camtasia Studio 2024...all of these are musts for me, but do not run.

    • @AndRei-yc3ti
      @AndRei-yc3ti 2 месяца назад

      Affinity photo and camtasia work. I have gotten them to run through portproton

  • @mykothy
    @mykothy 2 месяца назад +2

    I enjoyed the video, thanks for that.
    Just a reminder that Linux users can still use the web versions of all Microsoft Office products. I do this on an almost daily occurrence, as my employer wants things like documents in specific versions and with specific clients only allowed to edit them. As far as everyone knows I am using Word, Excel, and PowerPoint but they are all on the web..

    • @the-answer-is-42
      @the-answer-is-42 2 месяца назад

      Yeah, it's just that in my case, my 200+ pages odt document bugs out in Word Online (the spell/grammar check gets confused and stop working properly, it takes an eternity to load, etc.).
      I wonder if it's because it's an odt document, which it is because I started working on it in Libre Office, so maybe I need to convert it to a Word document. Either way, Word Online has some issues and won't always work.

  • @Tubeytime
    @Tubeytime 2 месяца назад +7

    Thank you for saving thousands of people from wasting their time

    • @animatewithdermot
      @animatewithdermot 2 месяца назад

      Add me to that list. This saves me much grief. Strange though, as the last time I messed with Linux was with Ubuntu in 2010 or thereabouts. I did get Macromedia Flash and a version of PS to work on WINE back then, and they were usable if I recall. ZERO chance today.

  • @pixels_per_minute
    @pixels_per_minute 2 месяца назад +2

    While setting up a Windows VM, or just having a spare Windows computer, is probably the easier solution, I suspect cracked/pirated versions of these programs work better under Wine since they won't come bundled with DRM.
    Same issues with anti-cheat in games not working under Wine or Proton.
    The anti-cheat, just like DRM, is far more intrusive and relies more heavily on the specific OS it was made for.

  • @Don_Day
    @Don_Day 2 месяца назад +5

    Office is one of the few softwares crossover worked better than classical wine
    Edit : dang I knew i should've waited for the end of the video

    • @marcely1199
      @marcely1199 2 месяца назад +2

      They actually also announced in their last major release that Office is now apparently supported, although I myself had issues when trying to install it. At the end it's easier to just live with the quirks you already got used to in Windows than to spend countless hours whenever you reinstall Linux

  • @Ethorbit
    @Ethorbit 2 месяца назад +2

    You know, rather than advancements in compatibility layers, I'd much rather see open source vGPU drivers supporting newest cards. vGPU would allow us to run multiple gpu-accelerated Virtual Machines with a single GPU. We'd be able to run Windows apps in Windows and Linux in Linux without the compatibility frustration and without sacrificing graphical performance. Currently the technology exists, but it's either closed source and licensed or it is not compatible with newer cards.

  • @sheethal_thomas
    @sheethal_thomas 2 месяца назад +6

    The lack of application support is the only thing keeping me from using Linux. For a few Windows apps, there are good Linux counterparts, but others are extremely terrible.

    • @231pilot
      @231pilot 2 месяца назад +1

      Throw Windows in a VirtualBox VM....

    • @pyepye-io4vu
      @pyepye-io4vu 2 месяца назад

      Please stay on Windows.

  • @paul1979uk2000
    @paul1979uk2000 2 месяца назад +1

    The problem is, there is little incentive for developers to want to port their software to yet another OS, Valve started to realise that with gaming, hence the invention of Proton.
    The same will likely have to happen with apps across the board, at least until Linux actually gets some serious market share for developers to want to target it directly, but that isn't happening any time soon for most companies to want to target it.
    Also, as we've seen with Proton, there's another reason why developers like it, with Proton, you can have one software build that works on Windows and Linux, I suspect that's appealing to a lot of developers that don't want the clutter of supporting multiple builds for different OS's, hence why some publishers that did have a native port on Linux, have scrapped them in favour of the Windows version running through Linux, mainly because it has fewer bugs and performs better, one build is going to get more attention, optimisation and bug fixes then having to support two builds.
    So as much as I would love to see high quality ports to Linux, in the short term, I think the best solution is some hybrid approach of getting Windows apps to run well on Linux like Valve is doing with Proton, after all, most users don't care if an app is native or not, just as long as it runs and runs well, and the key for Linux to be successful in the desktop space is to get games and apps running as if they were native, Proton is working on the game side of things, but more work is needed on the app side of things.

  • @Torviticus
    @Torviticus 2 месяца назад +3

    I mostly use my PC for gaming and Wine/Proton work well enough for me. Which is great because while I've considered running Windows through a VM I really don't want to, first because while I know how to do GPU pass through I don't want to install a second GPU, and two the idea of running windows outside my work laptop makes me feel utterly defeated and sad.

    • @MrvelvetviruS
      @MrvelvetviruS 2 месяца назад +1

      Feel you from a defeated muxless laptop owner 😥😅

  • @EmeraldChickn
    @EmeraldChickn 15 дней назад

    Affinity programs *can* work, but it's process is also far from fun. What worked for me was a custom version of Wine by Elemental-Warrior, which after compiling, allowed me to use Affinity fairly decently, but still not as proper as it does on Windows.
    I also noticed you had a problem with it trying to connect to the Microsoft store. Affinity offers two versions on their site, one MSI and an EXE. I believe the MSI one is one of those universal apps, which also has a different, more Windows 10/11-esque installer compared the more regular one the EXE has. Perhaps you could try installing that one on your VM and copying it over. Small bonus is that the EXE allows files to be dragged onto it's desktop icon to open Affinity and the file immediately :)

  • @CesarPeron
    @CesarPeron 2 месяца назад +6

    I still don’t understand why LibreOffice hasn’t improved its UI to be more modern, user-friendly, and similar to MS Office, like OnlyOffice does. Let’s face it, MS Office has a user interface and user experience miles ahead of all the alternatives. Considering that LibreOffice does almost everything MS Office does, it’s surprising they haven’t updated their ugly interface, which feels like something out of MS Office 2003.

    • @daapedrotti
      @daapedrotti 2 месяца назад +1

      To me, the MS office interface is horrible and unusefull. LibreOffice allows to configure the ui like msoffice, it's not exactly but is likely

    • @arnox4554
      @arnox4554 2 месяца назад +1

      You CAN change the UI to be very much like the Microsoft Office ribbon UI, but it's a bit buried in the View menu.

    • @CesarPeron
      @CesarPeron 2 месяца назад

      @@arnox4554 I know that, but it's just a superficial facelift without improving the experience. Among office suites, WPS Office does the best job of this. Like MS Office, it features dynamic tabs-such as the table tab, which only appears when working with tables-and many others that hide to enhance efficiency and usability.

    • @arnox4554
      @arnox4554 2 месяца назад

      @@CesarPeron It may not be an absolute full implementation, sure, but it will get you 80% of the way there, if not 90%. In the end, I just don't see it as a big deal really.

  • @gazik0mamedov
    @gazik0mamedov 2 месяца назад +1

    I think the best way right now is to launch Windows VM and use GPU passthrough to enable hardware rendering (especially for Photoshop)

  • @gregthemadmonk
    @gregthemadmonk 2 месяца назад +4

    3:23 it says that your Wine version is 6.0.3 which is pretty old now

  • @ekaterinaburakova8629
    @ekaterinaburakova8629 2 месяца назад

    Many thanks on releasing this video just before I started to tr that myself! :D

  • @M0rn1n6St4r
    @M0rn1n6St4r 2 месяца назад +3

    Hey, Nick. The *CoreMessaging_dll* is in *Windows\System32* - while *WinRTSupport_dll* _appears to be_ in the Adobe PS directory. I don't have Adobe PS. I'm currently looking at my Windows 10 system partition, from KDE's Dolphin.
    To me, you sounded like you misunderstood which files are missing. In the errors, they come _before the text_ "(which is needed by...)"; e.g. import_dll Library .
    Those application/suites _all use_ system-level shared libraries. Y'know... the kind which are dynamically linked. What's the acronym for those? :-)
    In Windows, dll files are registered (and unregistered) using regsvr32_exe (/u). You may want to read about regsvr32 on Microsoft Learn.
    How did you imagine copying _only the application directory_ (and its subdirectories) would work? Who told you that? Either they made it up, or they left out _many, many_ steps.
    Even in Windows, you can't (simply) move an application's directory (and its subdirectories) to a new parent (directory) and expect it to work. First, you must unregister all of its dll. Then you can move it to a new parent, where you must register all of its dll and change all of its registry entries (to use the new paths). You might spend hours doing it manually. Unless you are moving it to a new partition with identical paths; i.e. the only thing you need to change is _the drive letter_ in each path-from C: to D: (or whatever). Then you might speed it up with a Find/Replace. But... don't mess that up.
    Put simply... it is so much simpler to uninstall the app/suite from Windows-then install it (again) to the new parent. ¯\_(ツ)_/¯

  • @bertnijhof5413
    @bertnijhof5413 2 месяца назад

    I use Windows Programs on a Linux PC, since 29th of March 2010, my last year at work.
    - Host: Ubuntu 10.04 LTS Beta and Sun's VirtualBox;
    - VM: Windows XP Home and Microsoft Office 2003; Google Sketch-Up; Format Factory; 7-Zip and Rufus.
    I still have that VM and use it weekly to play the wma copies of my CDs and LPs with WoW and TrueBass effects.

  • @jcugnoni
    @jcugnoni 2 месяца назад +3

    This is sad but true.. many of the major apps are just a no go with Wine. Only a VM can give a proper compatibility at the moment. VirtualBox is great for simple apps but is not very good for 3D apps (CAD for example). The best I have used is VirtManager / KVM with GPU passthrough but this is quite involved to setup. I remember that about 10 years ago I could run Office 2007 and Dassault Catia V5 in Wine and more recently Autodesk Fusion in 2019 could be patched (removing OS check in the Python code of the installer) to run on Wine too. But no more

    • @pyepye-io4vu
      @pyepye-io4vu 2 месяца назад

      Why is it "sad"?
      Why not just use Windows?
      Why bother with all the VM stuff, performance penalty etc.?

  • @jesse7631
    @jesse7631 2 месяца назад +1

    For Office apps (when I need them), I simply run them in a VM - that way, there are zero issues with compatibility.
    I finally got Roblox up and running in Fedora with the new Sober package. It is flawless! And actually better that what I had back with Grapejuice and Vinegar.

  • @Tancred423
    @Tancred423 2 месяца назад +4

    11:36 moving the cursor in an 8-shape is a universal thing when waiting for something to load, isn't it 😂

  • @charlesjmouse
    @charlesjmouse 2 месяца назад +1

    Thanks. BITD, at least 20 years ago, using an OS called RiscOS that I doubt anyone here has heard of there was an interesting way to run Windows apps under that OS. You basically ran a full install of Windows on a VM, as it happens with the aid of an additional x86 CPU card.
    The clever bit was that while Windows could run as a separate session, individual Windows apps could also be 'promoted' in to the RiscOS GUI. Near as darn it running as if they were native programs - if that could be done under Linux I'd be happy enough. Is it?

  •  2 месяца назад +64

    Conspiracy theory aside, maybe this is on purpose. The more complicated it is to run large applications on Linux, the more users remain prisoners of Windows.

    • @rabbits2345
      @rabbits2345 2 месяца назад +13

      Photoshop and office have always run like shit under wine desire every other program gradually getting better. I suspect they purposely use weird API calls to stop wine users, but maybe I'm overthinking things too

    • @EdwardRLyons
      @EdwardRLyons 2 месяца назад +16

      It's more fundamental than that, and not a conspiracy. The Linux user base is simply far too small for these big software companies to bother pouring resources into porting their products to it. There's no profit to be gained from it. There is no "conspiracy"; it's simply how capitalism works.

    • @markh.6687
      @markh.6687 2 месяца назад +3

      @@EdwardRLyons "Capitalism is a conspiracy" - V.I. Lenin, maybe. I dunno; I never read "Das Kapital".

    • @SeekingTheLoveThatGodMeans7648
      @SeekingTheLoveThatGodMeans7648 2 месяца назад +1

      But application vendors might not be all that cheerful over this.

    • @o_q
      @o_q 2 месяца назад +7

      @@EdwardRLyons Catch-22: There's no professional software on Linux because the user base is too small because there's no professional software on Linux because...

  • @reminosouci
    @reminosouci 2 месяца назад

    Thanks for all the work you make for the community even when it fails!

  • @jttech44
    @jttech44 2 месяца назад +4

    There are definitely legal issues involved with bringing over certain windows components into WINE, which is why none of this worked.
    The counter point to wine is, however, a stripped down windows VM running on linux, which works well for everything. What I would like to see is app developers getting in with microsoft and making VM's themselves, effectively a windows container system, and have those containers be agnostic. Not likely to happen, and, I'll continue doing this on my own.

    • @tablettablete186
      @tablettablete186 2 месяца назад

      Tbh, this is not a bad idea at all. The tricky part is being able to share hardware among VMs (in other words, share the GPU)

    • @jttech44
      @jttech44 2 месяца назад

      @@tablettablete186 Yes, basically requires an AMD gpu in order to be stable currently. You can do it with nvidia, but, it requires some hackery nonsense and you're always one update away from it breaking.
      Alternatively, you can just have more than one GPU, and pass that second GPU through to the VM's that need it, which tends to work better than trying to share a single GPU.

    • @tablettablete186
      @tablettablete186 2 месяца назад

      @@jttech44 My gripe with GPU passthrough is that you are essentially limited the number of GPUs on your system (I wanted a VM per app). But this is mostly me wanting isolation and performance.
      There are other approaches with hardware support or using paravirtualization.

    • @jttech44
      @jttech44 2 месяца назад

      @@tablettablete186 Yes, however, you only need the number to be the number of simultaneous VM's, so, can be pretty doable of you only need a couple.

  • @jimmyscott5144
    @jimmyscott5144 2 месяца назад

    If you can get the creative cloud hub/manager installed and launch the new manager you can select what version of photoshop you want. At work we have 2020 installed and the latest (it lets you have multiple versions too!)

  • @lian_drake
    @lian_drake 2 месяца назад +20

    Jesus you signed for the adobe free trial, now you’re stuck in a 1 year payment agreement and id you try to cancel you get a hefty cancellation fee for all the months that you didn’t pay…

    • @animatewithdermot
      @animatewithdermot 2 месяца назад +7

      Took one for the team there. Adobe are vile.

    • @Poldovico
      @Poldovico 2 месяца назад +2

      Keep in mind he's in the EU. That is very illegal here

    • @lian_drake
      @lian_drake 2 месяца назад

      @@Poldovico true

    • @yt-mull0r
      @yt-mull0r 2 месяца назад

      ​@@Poldovicostill happens though!

  • @vwagenjetta
    @vwagenjetta 2 месяца назад +1

    What I learned from this video is that you can drag a file into a terminal window to copy the path to the command line. Holy smokes, that'll make my life so much easier!

  • @ThePlayerOfGames
    @ThePlayerOfGames 2 месяца назад +9

    The way I do this in Bottles is to set up a non modified Bottle, set up as much software I can, find what won't work, duplicate the bottle, modify until some software works, duplicate the bottle and repeat until all the software works
    You end up with multiple Bottles but at the end of day who cares you have a shortcut that runs a program

    • @AndRei-yc3ti
      @AndRei-yc3ti 2 месяца назад +5

      Man thats so much work. Why not just use portproton that automates it all for you and is literally one click install?

    • @ThePlayerOfGames
      @ThePlayerOfGames 2 месяца назад

      @@AndRei-yc3ti I'll have a look, first I've heard

  • @bluephreakr
    @bluephreakr 2 месяца назад

    Fun fact: for any application seeking WINE but you have Steam and Proton, you can shave some space off of your disk by symlinking all of its WINE's executable into other places defined by $PATH. This means then, for Arch users with mutable roots they can write files to /usr/local/bin for anything asking to use WINE files, _or_ if a place for $PATH defines a location in $HOME/.local then you can _also_ use that space. /etc/profile can be edited to enable this with append_path.

  • @softwarelivre2389
    @softwarelivre2389 2 месяца назад +11

    GNU/Linux protecting us from sending all our data to all those accounts seems more like a feature than a drawback btw.

  • @lgrfbs
    @lgrfbs 2 месяца назад

    Thanks, thanks and THANKS for this video
    I are a user of Alibre Design (a CAD program) so I are happy to see any CAD program been tested in this test.

  • @A_L_Namer
    @A_L_Namer 2 месяца назад +81

    telling people leave Photoshop for gimp in linux, is like switching from gta to chess on linux

    • @intotheshred
      @intotheshred 2 месяца назад

      😂

    • @warthunder1969
      @warthunder1969 2 месяца назад +10

      Agreed. While Gimp and Krita fill my needs, that's not everyone who used or is using photoshop.

    • @jhonyortiz5
      @jhonyortiz5 2 месяца назад +23

      Obviously you don't use Linux otherwise you would of said Tux Kart😂

    • @Cargren18
      @Cargren18 2 месяца назад +1

      I would do as I btw wouldn't play gta but I do play chess and similarly I don't use photoshop either as it is paid software and ofcourse I would use gimp as it is free

    • @sost.4388
      @sost.4388 2 месяца назад +1

      kind of true. sometimes it's that we don't want to switch, but rather "competitor" app are either half-baked, non-exist feature, harder learning curve, or fundamentally different. same fruit doesn't mean same taste.

  • @BaronCAD
    @BaronCAD 2 месяца назад

    It's probably been about 10 years since I had to do this, but I remember having a full Windows install (ntfs partitions and all) dual-booted on my Linux box, and configuring Wine to point to the installed apps in that filesystem. It worked much better than trying to run the installers under Linux. When I needed to run updates, I'd boot briefly into Windows, perform the update, then happily go back to running most of the software I needed under Linux. I don't know if this approach still works in the 64 bit world.

  • @apbmes7690
    @apbmes7690 2 месяца назад +6

    Nick whining about how hard his job is at 9:16 *chefs kiss*

    • @zerocodm8387
      @zerocodm8387 2 месяца назад +1

      He's most likely joking but i see how it can seem quite detached lol

    • @apbmes7690
      @apbmes7690 2 месяца назад +2

      @zerocodm8387 oh, he's definitely joking, I was just making fun of how perfect the whining was 😜

    • @zerocodm8387
      @zerocodm8387 2 месяца назад +1

      @@apbmes7690 lmao i see 😂

  • @dougjohnson4266
    @dougjohnson4266 2 месяца назад

    WINE 9.0 works for older Windows programs for me, and I am so happy that Doom 2016 and Black Mesa work with Steam. I need to try my GOG games someday. VirtualBox and WmWare with a Windows client for everything else, but Linux software is good enough for me. Thanks for your time testing all of these.

  • @kote315
    @kote315 2 месяца назад +8

    I'm very glad you made this video. Many Linux bloggers say that you can run Windows programs in Linux via Wine, but rarely does anyone say that it is often unusable. I first tried Wine about 15 years ago. At that time, it seemed to me that Wine didn't work very well and was of little use, but now... it seems to me that it works even worse.

    • @tylerdean980
      @tylerdean980 2 месяца назад +2

      It doesn't help that so many modern proprietary software projects are defective by design.

    • @kote315
      @kote315 2 месяца назад +2

      @@tylerdean980 Because proprietary software is a product first, and software second. The seller doesn't care how well it works, he cares that you want to buy it.
      //Oh, now I look like a communist or something 😂

    • @AndRei-yc3ti
      @AndRei-yc3ti 2 месяца назад

      Well affinity photo 2 is quite usuable. Some people have gotten adobe primere to run in linux and it works without issue

    • @Rikonardo
      @Rikonardo 2 месяца назад +2

      Actually, software support did improved greatly on Wine, it's just that the biggest software is the one hardest to port, especially with modern trend of using bundled modified browser engine to render UIs, and other tricks companies use to reduce development expenses at a cost of adding tons of complexity to app internal architecture.
      For smaller apps wine works almost perfectly. For example one of hospitals I've been to, provided digital x-rays on a dvd disk with a proprietary Windows-only viewing software. I managed to run it under Bottles with zero additional configurations. Also, not so long ago, I needed to use some obscure Windows-only CCTV configuration software, and again, Bottles managed to run it with zero issues.
      Pretty much all software that doesn't contain a web browser and isn't heavily tied to the whole Microsoft Store stuff, would run okay most of the time.

    • @pyepye-io4vu
      @pyepye-io4vu 2 месяца назад

      It's unfortunate that Wine gets blamed for all this, where the blame (if any) lies with the app developers and Microsoft themselves.
      (I don't think there is any blame.)
      Nobody actually contacts their proprietary app developers and tell them "make Linux version", but instead pile on poor Wine devs.
      You get what you financially support...
      You have to vote with your wallet.

  • @k.b.tidwell
    @k.b.tidwell Месяц назад

    You definitely went above and beyond for this video. (Read: much further than I would have gone.) I'll offer a tiny point of information here.
    I use a commercial Windows writing program, Scrivener, which has Windows and MacOS versions, and USED to have a Linux version til they dropped support. I had always been able to get it to run by a convoluted routine similar to your first Office install attempt. That was until they migrated the code from Qt5 to Qt6 around June of 2023. Then it would load and run, but you could never register it because of one 32bit internal component that handled the registration link to the outside world that failed every time.
    When WINE 9.0 rolled out a little bit later with included support for 32bit within 64bit containers, the problem went away. It's now a much more streamlined install and I've done it successfully on Debian, Arch, and SUSE systems. It took some sleuthing on my part to figure out that a) the 32bit area was the problem and was very necessary, and b) the failure point was when things went from Qt5 to Qt6. I hope this might help someone in similar though not identical situations.