Easily Run Windows Apps On Linux With Bottles

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ธ.ค. 2024

ความคิดเห็น • 377

  • @UltraZelda64
    @UltraZelda64 2 ปีที่แล้ว +249

    I think "compatibility layer" is the more technical term for what Wine actually is, as it converts low-level Windows system calls to something that the Linux (and other UNIX/POSIX) kernels can understand and execute, and effectively runs the application "natively" (or semi-natively?). It's equivalent to the old code in 32-bit versions of Windows that allowed MS-DOS programs to run, or Windows' own settings to allow programs to run in "compatibility mode" for older versions of the OS.
    Wine does not emulate an entire CPU like, for example, DOSBox, BSNES and KEGA Fusion... so therefore, "Wine is not an emulator." It just translates things meant for the Windows kernel in such a way that other kernels can understand.

    • @PenguinRevolution
      @PenguinRevolution 2 ปีที่แล้ว +9

      You're correct

    • @dkosmari
      @dkosmari 2 ปีที่แล้ว +25

      Regarding system calls, Win32 executables aren't allowed to perform syscall instructions, because Microsoft breaks ABI compatibility between builds. All system calls are done indirectly through user32.dll and ntdll.dll; these libraries have stubs that actually execute the correct syscalls. Bridging system calls would require either some help from the kernel (the way BSD kernel handles syscalls from Linux binaries) or an actual emulator that would intercept and handle all the syscall instructions (the way VMs work.) Hiding the syscalls inside DLLs is what makes it possible to run Win32 executables without emulation and without intervention from the host kernel.

    • @yodaburek
      @yodaburek 2 ปีที่แล้ว

      Elegant explanation!

    • @bryede
      @bryede 2 ปีที่แล้ว +3

      Agreed, but for the non-technical out there the term emulation conjures up the right image, that you're somehow running software for X on Y.

    • @payrimdwein9082
      @payrimdwein9082 2 ปีที่แล้ว

      true compatibility fits

  • @scottmiller2591
    @scottmiller2591 2 ปีที่แล้ว +139

    Does Bottles let you natively access the GPU? FUTURE SCOTT: Yes, it looks like the configurations allow you to access the GPU directly.

    • @MarcA95
      @MarcA95 2 ปีที่แล้ว +35

      Yes that's the point of a compatibility layer is that it uses the hardware of the machine unlike a virtual machine

    • @limecordial5734
      @limecordial5734 2 ปีที่แล้ว +22

      future scott what do i invest in

    • @scottmiller2591
      @scottmiller2591 2 ปีที่แล้ว +19

      @@limecordial5734 I'm going long on canned goods and ammo.

    • @randomguy3784
      @randomguy3784 2 ปีที่แล้ว +7

      Thank you Future Scott.

    • @wyattarich
      @wyattarich 2 ปีที่แล้ว +3

      If you can do it in Lutris, you can do it in Bottles :)

  • @neati4369
    @neati4369 2 ปีที่แล้ว +14

    It's truly astounding how easy the internet makes learning these days. Thanks for the tutorial, my guy.

  • @dkosmari
    @dkosmari 2 ปีที่แล้ว +51

    Wine is as much of an emulator as GNU libc is an emulator of Bell Labs' libc, or Linux is an emulator of the Unix kernel. It's not an emulator at all. The Wine process is only used to load up the executable file, which is in a weird format (for Unix systems); after it's loaded, it runs as a native, non-emulated process.

    • @svenkarlsen2702
      @svenkarlsen2702 2 ปีที่แล้ว +11

      It's among other things a wrapper for Windows built-in APIs and system calls.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 2 ปีที่แล้ว +8

      It emulates the Windows abstract machine. People seem to think there is some kind of impermeable wall between “hardware” and “software”, but in Computer Science we have the concept of “abstract machines”, where we can build one layer on top of another, and the distinction is a minor implementation detail.

    • @dkosmari
      @dkosmari 2 ปีที่แล้ว +4

      @@lawrencedoliveiro9104 Then everything is "emulation." You're just stretching the definition of the word to mean nothing in particular. Wine libraries are an implementation of the Win32 API, just like Winsock is an implementation of the BSD sockets API.

    • @dkosmari
      @dkosmari 2 ปีที่แล้ว +4

      @gilkesisking Or as we computer scientists would call it, "an implementation of an API." "Translator" would imply you just need to adapt parameters and function calls, but in reality Wine fully implements most of the functionality because it doesn't exist at all on the host system. Only a very small fraction can actually be just "translated" to an equivalent native function. To implement `CreateWindow()` you need to do way more than just creating a Xlib window and returning its ID as the handle.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 2 ปีที่แล้ว

      @@dkosmari Correct. “Emulation” in CS doesn’t really mean anything fundamentally different from, say, “implementation”.

  • @kychemclass5850
    @kychemclass5850 2 ปีที่แล้ว +16

    Being totally soaked in a windows app is a HUGE problem that gets very little attention. What would be near revolutionary are guides showing you 'The Windows program does this..... You achieve this effect in _____ on linux by doing this....." I know this is the kind of thing that new Linux learners can pickup themselves but it can be a very frustrating learning curve and I'm sure some just end up going back to Windows. Help people defeat problems before they arise to help people make the transition.

  • @warhawk_yt
    @warhawk_yt 2 ปีที่แล้ว +75

    The big issue I have with wine is it’s sometimes difficult to find out what dependency the program requires especially if it’s not that well known of a program.

    • @poudink5791
      @poudink5791 2 ปีที่แล้ว +12

      usually launching through terminal and looks at logs will tell me. if that's not enough, the winehq appdb usually does it.

    • @rizkyadiyanto7922
      @rizkyadiyanto7922 2 ปีที่แล้ว +12

      thats why we have lutris, playonlinux, and bottles.

    • @wyattarich
      @wyattarich 2 ปีที่แล้ว +5

      Then you should find a utility for that! Search "Dependency Walker 2.2", there are others as well. It doesn't have to be a guessing game.

    • @mvevitsis
      @mvevitsis 2 ปีที่แล้ว +2

      @@poudink5791 I can't even figure out how to use bottles through the command line. The documentation is trash.

    • @weseehowcommiegoogleis3770
      @weseehowcommiegoogleis3770 2 ปีที่แล้ว

      I've NOT had much luck with Wine. Linux Aint Windoze.

  • @UltraZelda64
    @UltraZelda64 2 ปีที่แล้ว +63

    Ah... IrfanView. That was one of the standout Windows programs, along with Winamp, that I really missed when ditching Windows way back in 2004-2006. It was a fast, lightweight image viewer with sort of a basic file manager/list view. My replacement back in the day was gqview, which I believe is now called Geeqie.
    Anyone who likes IrfanView, give Geeqie a try. It worked for me, you might just like it!

    • @lovebaranus9800
      @lovebaranus9800 2 ปีที่แล้ว +1

      Which is the one you like the most now? I really like Nsxiv, cuz of the vim keys.

    • @CaptainKenway
      @CaptainKenway 2 ปีที่แล้ว +3

      nomacs is the closest thing to Irfanview on Linux IMO. Very similar interface and functionality. Unfortunately, the lead developer simply dropped off the face of the Earth a couple of years ago and it's been unmaintained since then.

    • @joakimweckman8542
      @joakimweckman8542 2 ปีที่แล้ว

      IMO hands down best ultra-light image viewer that is nice to use is qimgv. Go to their github page and scroll down, you will see instructions on how to install on your distro. It's written in C++ and handles large amounts of photos even on older hardware just fine. Incredible piece of software.

    • @ricardog2165
      @ricardog2165 2 ปีที่แล้ว +1

      I like XnViewMP on Windows. It can also convert between different formats, edit, and can use Adobe Photoshop plugins.
      Edit: apparently they have Linux/Mac versions as well!

    • @SteveMacSticky
      @SteveMacSticky 2 ปีที่แล้ว

      Xnview, Xnview Mp and Fast stone kick Irfan view out of the water. Better products

  • @PCranieri
    @PCranieri 2 ปีที่แล้ว +4

    Man this is so useful. I struggled for DAYS trying to setup a wineprefix to run BattleNet smoothly. And now this. So simple, yet so powerful. I love It, thanks mate

    • @MasterHigure
      @MasterHigure 2 ปีที่แล้ว +2

      I used Lutris for Blizz games, and it was smooth sailing. I'm sure Bottles works just as well. Manually touching wine is not something I wanna do ever again.

    • @PCranieri
      @PCranieri 2 ปีที่แล้ว

      @@MasterHigure unfortunately it was not so smooth for me. Bnet is a nasty opponent and kept freezing, or lagging. So I had to manually setup a 32bit wine environment, then add it on Lutris which now manages to run it whitout showing the terminal. It works, but is a convoluted solution. Bottles seems to me something everyone can do in a bunch of clicks

    • @johnbuscher
      @johnbuscher 2 ปีที่แล้ว +1

      @@PCranieri I mean, Bottles basically does what you just did with some button clicks. It may be “easier” to a new user but functionally, you should still know what it needed to work around in order to accomplish it. Understanding that will make you more proficient in the software should another problem arise later on. Kinda like learning how to manually boot your OS from Grub’s basic shell in case something gets borked, and that way you don’t necessarily have to reinstall your OS.

    • @PCranieri
      @PCranieri 2 ปีที่แล้ว

      @@johnbuscher Indeed I am glad I’ve learned how to make it work, but if we all want Linux to be recognized as a user friendly os these are HUGE steps forward!

    • @romandemetrius6798
      @romandemetrius6798 2 ปีที่แล้ว

      Do you have an idea of it’d be possible to run pubg on bottles?

  • @romakrelian
    @romakrelian 2 ปีที่แล้ว +10

    Thanks for introducing this to me. I'm excited to try it out.

  • @p1kdum
    @p1kdum 2 ปีที่แล้ว +16

    Flatseal works well for giving Bottles (and other flatpaks) access to additional parts of your filesystem.

  • @einfachlinux
    @einfachlinux 2 ปีที่แล้ว +10

    Hi Derek, once again a great video from you!
    I always had my problems with Wine to configure it correctly, but Bottles looks so easy! I will take a look at it.
    The step from Win to Linux is - just as you said at the beginning - with the hurdle that some programs are not available under Linux, but are necessary. For example, due to my profession, I use an accounting program and a tax software and currently use them in a VM. Otherwise I am completely on Linux only. And for both programs I'm sure I'll find something, just takes a little time ;-)
    Thanks for your content, which I like very much. Many greetings from Germany :-)

  • @kamikamieu
    @kamikamieu 2 ปีที่แล้ว +60

    You can manage Flatpak permissions with Flatseal. It’s a really good app. You can just click all the through all the settings and it’s easy to understand.

    • @ezio934
      @ezio934 2 ปีที่แล้ว +5

      Use flatpak to manage apps. Use *this* to manage flatpak. Use *this* to manage *that* and finally use *this* to wrap all of
      *those* things.

    • @kamikamieu
      @kamikamieu 2 ปีที่แล้ว +4

      @@ezio934 It’s more practical it you want to “actually use the app” and not remembering every flatpak overrides.

    • @ogchirag
      @ogchirag 2 ปีที่แล้ว +2

      I always found hard to trust flatpaks so this is a great tip

    • @gustavojoaquin_arch
      @gustavojoaquin_arch 5 หลายเดือนก่อน

      ​@@kamikamieubased

  • @psiborg6072
    @psiborg6072 2 ปีที่แล้ว +12

    Very nice, I installed Bottles and will play with it, thank you!!! Edit: Running Cinebench R23 was very easy using your instructions!

  • @Neuron43
    @Neuron43 2 ปีที่แล้ว +8

    If I could get PaintDotNet to run on Linux I would never look back. PDN has a great team of devs behind it and a forum where users create plugins in the form of Effects that allow for some pretty cool image manipulation. I've been hooked on PDN for a couple decades now and it's the only reason I keep Windoze around.

    • @sprons4973
      @sprons4973 2 ปีที่แล้ว +4

      finally someone who gets it
      i've been trying to find a decent alternative for years and nothing really has the same mix of usability and speed/size

  • @Logan5Greye
    @Logan5Greye 2 ปีที่แล้ว +3

    Wow! This sounds really cool! Clever name too. "Bottles" bc it's using WINE. I'm going to have to re-watch the video to make sure I understand how it works and how to best use it. The fact this exists I'm sure is a huge help vs just trying to use WINE alone.

  • @Blazestar2000
    @Blazestar2000 2 ปีที่แล้ว +1

    Wow! This Bottles flatpak the piece of software!
    I use Wine and winecfg often, but creating bottles for individual programs always intimidated me. This looks like a great way to get my feet wet :) thanx DT!

  • @pawouapproval984
    @pawouapproval984 2 ปีที่แล้ว +11

    Thanks for sharing this! I tried creating wine environments manually, but it's a bit difficult and only works around half the time when I try, hopefully this will help!

  • @altrogeruvah
    @altrogeruvah 2 ปีที่แล้ว +17

    This is a great video, but I wish people reviewing Wine would try installing something else outside Notepad++ and IrfanView, cause these two software are known to work on Wine for a decade now, they have been covered to death and I don't think Notepad++ is anyone's dealbreaker on moving to Linux... An Adobe or Affinity product on the other hand? Maybe.

    • @mattiaborda
      @mattiaborda 2 ปีที่แล้ว

      I agree but this video is not about wine, it’s about bottles so the programs you use are not relevant imo

    • @jimsprojects7777
      @jimsprojects7777 2 ปีที่แล้ว +1

      Well, I just loaded Bottles on my i3, 8 gig laptop and I tried to get a Bible Program I use on windows (e-sword) to work. It failed on every attempt. Many times freezing the PC altogether. I'm using pop os. So far VB is the only thing that works with this program.

    • @aaronvond
      @aaronvond 2 ปีที่แล้ว +1

      @@jimsprojects7777 I think e-sword needs dotNET, did you install that in the bottle first? Probably VC runtime of some sort, too.
      Come to think of it, I think it also needed Internet Explorer in the past, and almost certainly a richedit control, unless dotNET takes care of that now.

  • @joetheman74
    @joetheman74 ปีที่แล้ว +1

    Irfanview is a great little editor. It has some advanced features that are quick to access and use without having to load up a more bulky program. With that said it runs flawlessly under regular old wine and can be used like any other app on your system. Including using it as a default app for selected file types and accessible from a right click menu in your native file manager. if you want and the ability to use it's built in file management like any other native program and it all just works. There is no need for doing anything fancy or running "bottles" to use it.

  • @Magnetik_moto
    @Magnetik_moto 2 ปีที่แล้ว +5

    The easiest way to access files created with wine programs is to create a symlink to "virtual C drive" in your home folder.

  • @t0m5k1
    @t0m5k1 2 ปีที่แล้ว +4

    Nice, I've always wanted an alternative to winetricks and this looks like it.
    I have a separate partition that I use for "Wine prefixes" which is what a wine bottle actually is.

  • @MissyMalaprop
    @MissyMalaprop 2 ปีที่แล้ว +3

    I love Bottles... they do a good job on it.
    I have problems with the preset Gaming or Application bottles, so I always use Custom.

    • @joelchrono
      @joelchrono 2 ปีที่แล้ว

      Do you run actual games on it? Or you mean game launchers? DRM free games or games obtained by "other" means? I have always wondered if "those" kinda games worked with wine

    • @MissyMalaprop
      @MissyMalaprop 2 ปีที่แล้ว

      @@joelchrono Bottles has 3 options when creating a Bottle... Application, Game, or Custom. Custom just default starts with a blank slates, and the others add all types of dependencies and dll overrides and things which can help, but can also cause problems and are not the best idea to start with. It can run all the same games you can run in Steam on Proton, from various other stores and such. If its really old and like on a DVD you might need some hack/patch to work without looking for a disc in the drive... but most things these days just check the online store account at whatever store, which works fine.

    • @romandemetrius6798
      @romandemetrius6798 2 ปีที่แล้ว

      Pls I need to know if it’d be possible to run pubg on it?

  • @HadeedSarfaraz
    @HadeedSarfaraz 2 ปีที่แล้ว

    I literally installed this yesterday and wanted to figure it out, thanks DT!!

  • @pb8582
    @pb8582 2 ปีที่แล้ว

    This is actually amazing, we also have an appimage version! Game changer not like I use any windows app but I can see a lot of people coming from windows that would appreciate this!

  • @mr.wonderful4307
    @mr.wonderful4307 2 ปีที่แล้ว +1

    This is good to know. Now I can migrate from win 10 to Zorin 16 Pro. Thanks.

  • @coqaine
    @coqaine 2 ปีที่แล้ว

    omg irfanview, yes i've missed that since moving away from windows. irfan is a name, it's my name, though i didn't make the software. fyi, it's prounced "ear-f-ahn", or "ear-fawn". sometimes people have pronounced it "earphones". sometimes "rephan". sometimes they just say "urf", like surf. sometimes when they try they say urf-un, like surf'n, similar to what you just did. xD rarely i've been called efron, which is also cool, so i changed my coffee name to "zac", if you get the connection ;) the last thing i expected from this video was you struggling with my name, this just made my day, i'm cracking up.

  • @fuba44
    @fuba44 2 ปีที่แล้ว +1

    This was amazing, lived it. Thank you so much for sharing this video!

  • @zenutopia2k708
    @zenutopia2k708 2 ปีที่แล้ว +3

    Good video, but it would have been cool to see you install a few AAA Windows games with Bottles (future video?), as gaming is one of the main reasons people stick with Windows. Many people (including myself) have tried installing/playing Windows games in Linux, only to give up in frustration, and just use Wiindows to play games.

  • @Roy_1
    @Roy_1 2 ปีที่แล้ว

    Cool! Why isn't this more popular?

  • @paczku6749
    @paczku6749 2 ปีที่แล้ว +1

    thanks, it actually let me through so i could download it.

  • @peteoffice9587
    @peteoffice9587 2 ปีที่แล้ว +1

    I like the idea of running a windows VM, but is there a way to make it run the windows seamless like these bottles, so you can alt tab and feel like you are on one desktop?

  • @dominiek1525
    @dominiek1525 2 ปีที่แล้ว +5

    Irfanview was the only program I missed on Linux. Recently I came across XnView, which is a really good linux replacement. First time anything came close to irfanview. Batch conversions, metadata updates etc.

    • @ianchapman5733
      @ianchapman5733 2 ปีที่แล้ว +1

      I use Linux Mint KDE and am running Irfanview through WINE with no problem.

    • @AbhishekKumar-po2id
      @AbhishekKumar-po2id 2 ปีที่แล้ว

      How can we use microsoft office in linux, i have tried with Playonlinux but, .XLSM files not working properly

  • @Viking8888
    @Viking8888 2 ปีที่แล้ว

    Thanks for this video. I'm going to give bottles a try and see how well it works for me. Take care!

  • @sephiroth7818
    @sephiroth7818 2 ปีที่แล้ว +1

    @4:45 research 'Snap'
    Bottles reminds me of PlayOnLinux

  • @jwpetr
    @jwpetr 2 ปีที่แล้ว

    I am learning much about Linux distros and the ability to run Windows programs. I tried Crossover and it works rather well, although it does cost to purchase. The bottles Crossover uses is very similar to the Bottles software you are demonstrating.

  • @jeffherdz
    @jeffherdz 2 ปีที่แล้ว +1

    Not that everyone would use this. But you can run Microsoft's SQL server on Redhat. Very simple to do, and directly onto a Redhat server. And without the use of Wine.

    • @DanFre40
      @DanFre40 2 ปีที่แล้ว

      What about the other aspects of SQL Server? SSIS, SSAS and so on? Can you run those on linux as well?

  • @kingtutlearning
    @kingtutlearning 2 ปีที่แล้ว

    Woah! I did not know bottles is like wine but better. I am going to check this out.

  • @gordonfreimann
    @gordonfreimann 2 ปีที่แล้ว

    Irfan is the name of the author. The program is so old that surprised to see that it is still used today. Seeing it brought a lot of memories from my childhood and my windows 98 installed computer :)

    • @GugureSux
      @GugureSux 2 ปีที่แล้ว +1

      Irfan's been getting more popular in the passing years after MS dropped animated GIF support from their native image viewers post WinXP.
      Not to mention it can also play video and audio files.

  • @xphstos_
    @xphstos_ 2 ปีที่แล้ว +4

    Sorry but I think no one holds onto his windows installation because of Notepad++ or IrfanView...
    It's mostly about Adobe' Suite / Architecture / CAD software and or any kind of Windows only game.
    Othen than, great video as always!

    • @xphstos_
      @xphstos_ 2 ปีที่แล้ว +1

      @Linden Reaper still needed but so many people... You can't change the industry's standards that easily!

    • @xphstos_
      @xphstos_ 2 ปีที่แล้ว

      @Linden Reaper for example as a graphic designer you don't work alone and you have to cooperate with printing shops, other designers etc. So it's not only you that has to change. It's a whole network of people. That's why is difficult. One good example of people leaving Adobe is the UI/UX design industry. At that area figma and sketch are the king's. Figma is cross platform since it's web based but sketch is Mac os only. So then you have another binding in an OS.
      Even if you move away from adobe nowdays your best option is affinity's design suit which again it's Mac os and windows only.
      Anyway, I get your point and I agree but it's not an easy thing to do.

    • @xphstos_
      @xphstos_ 2 ปีที่แล้ว +1

      @Linden Reaper I don't want to sound like a guru or anything but your lack in experience into that field shows... Printer shops buy printers that cost thousands or even millions and they change them until they get back their money's worth a d then some!
      That usually means years if not decades... Older printers works best with specific settings in PDF.
      You think you can "convince" someone who made an investment like this that adobe is evil and sucks our wallets or anything else?
      You don't and to be honest, since you're making money with those products you pretty much don't care about it! That's how most designers think.
      I'm not a designer btw, I'm a front end developer and I have to collab with designers..

    • @xphstos_
      @xphstos_ 2 ปีที่แล้ว

      @Linden Reaper ok you can try and change the industry and I'm standing with you... Be my guest...

  • @AadidevSooknananNXS
    @AadidevSooknananNXS 2 ปีที่แล้ว +3

    Could you do more flatpak tutorials?

  • @kensmith5694
    @kensmith5694 2 ปีที่แล้ว

    A better way to phrase it is "wine is an interface that allows all well written Windows programs to run under Linux". I have found that the Windows programs that don't work under wine tend to be those that do something that they are not supposed to do like accessing memory they don't own.

  • @VictorRodriguez-zp2do
    @VictorRodriguez-zp2do 2 ปีที่แล้ว +1

    I just checked the bottles github and saw it has over 3k commits! This is the first github repo I have seen with over 3k commits! How did I not know of this project?

  • @yukendhiran8043
    @yukendhiran8043 2 ปีที่แล้ว

    I always find cool new apps in your channel
    Keep doing it 👍

  • @francoissevestre3893
    @francoissevestre3893 2 ปีที่แล้ว +5

    I wanted to try it and then i remembered... ther'es no windows apps i want to use.

  • @SoulpunkTVshow
    @SoulpunkTVshow 2 ปีที่แล้ว

    It does look fantastic! I'll give it a try. Thank you DT!

  • @aleidius192
    @aleidius192 2 ปีที่แล้ว +4

    I've heard some people say that you can't watch blu-rays on Linux but my blu-ray player program runs better with Wine on Linux than it does natively on Windows.

    • @maskedredstonerproz
      @maskedredstonerproz 2 ปีที่แล้ว +2

      bahahahhahahaa

    • @aleidius192
      @aleidius192 2 ปีที่แล้ว +1

      @@commietube_censorship_sucks Leawo Blu-ray Player. On Windows it would crash every time I tried to skip a chapter or fast forward.

    • @SebastianPerezG
      @SebastianPerezG 2 ปีที่แล้ว

      Cannot use VLC ?

  • @DanFre40
    @DanFre40 2 ปีที่แล้ว +1

    What's the point of telling us about this program without telling us how to make it useful? I'm evaluating Linux and there are some windows programs I need to use. One of them is a family tree program, and I need to be able to import data into it from a file share on my NAS, and set up a media folder on my "virtual" c drive so that it can access all my family history media. Would that even be possible using Bottles? And if so, how would I go about doing it?

  • @ProtoPropski
    @ProtoPropski 2 ปีที่แล้ว +2

    I managed to get Photoshop CC 2019 working... Not legally given DRM doesn't function in Linux through Wine/Proton yet, but no one has to know, right?
    Seriously though, that, and my vTubing software was all I needed to convince me to switch, now I'm deep into Arch, had dual boot with Windows, through grub.... Buuut ya might just do a bare reinstall of Windows, and only use it incase of an emergency software issue.
    Like a bad sys update in Linux that fx up my NvidiaGFX/DE/WM inb4 a stream when I can't troubleshoot

  • @hazelphoenix1819
    @hazelphoenix1819 2 ปีที่แล้ว +1

    Love your videos mate!

  • @themroc8231
    @themroc8231 2 ปีที่แล้ว +2

    Hey DT! I noticed you never did a video on the Ly TUI display manager. I was curious to know if maybe you didn't like, or maybe you weren't aware of it, because on the face of it one would think that would be right down your alley.

  • @thiagolopes4978
    @thiagolopes4978 2 ปีที่แล้ว +1

    Visual Studio?

  • @MelbetPH
    @MelbetPH 2 ปีที่แล้ว

    THANKS FOR THIS IV BEEN SEARCHING FO SOOO LONG

  • @kubo407
    @kubo407 2 ปีที่แล้ว +2

    I use windows because strangely enough I need to use OneNote for work. It is probably the biggest reason I have windows, and it doesn't work at all on linux, nor even in wine. I hope it improves

  • @itaysharir
    @itaysharir 2 ปีที่แล้ว +1

    What firefox theme is that?

  • @alterego157
    @alterego157 2 ปีที่แล้ว +1

    What's the point of application if you can't work with your files?

  • @dragomirmari
    @dragomirmari 2 ปีที่แล้ว +1

    Is it possible to copy a file from a Linux machine to a memory flash and then copy that file to a windows-run PC?

  • @AudieS71
    @AudieS71 2 ปีที่แล้ว +1

    How about Office (Outlook especially)?

  • @TrentR42
    @TrentR42 ปีที่แล้ว

    Wish you had shown a more complex) complicated view and how to dig into the details.
    N++ and Irfan are both infamously lightweight and portable programs, so it's no surprise that they work in Bottles / Wine.

  • @matthiasbenaets
    @matthiasbenaets 2 ปีที่แล้ว

    Hey DT, do you maybe know why the registery editor does not save changes?

  • @henrymach
    @henrymach 2 ปีที่แล้ว +1

    Did you know that Notepad++ is based on Scintilla, just like Geany?

  • @sheeplikedemeanour4149
    @sheeplikedemeanour4149 2 ปีที่แล้ว +1

    unfortunately after selecting the exe bottles does nothing and no other windows open

  • @AsianBear44
    @AsianBear44 2 ปีที่แล้ว +1

    Do you think this would work on an immutable os? I'm setting up to use the steamdeck as my only PC, and the browser I use(Vivaldi) doesn't have a flatpak version.

  • @FatZombie1712T
    @FatZombie1712T 2 ปีที่แล้ว +4

    I have been running Manjaro in a VM for the past few weeks.
    The funny thing is that I have been using that vm almost as my main PC, but because of C# and win forms I just cant make the complete transition
    I would run VS in a Windows VM, but it runs much slower, so rip I guess...

    • @RafaCoringaProducoes
      @RafaCoringaProducoes 2 ปีที่แล้ว

      Vs codium runs in linux, im not dev btw

    • @agnelodearaujo7413
      @agnelodearaujo7413 2 ปีที่แล้ว

      @@RafaCoringaProducoes vs codium and code -oss ( both open source, non privacy invasive ) versions are on Linux however they lack a lot of packages on the vs code store

    • @satyarsh665
      @satyarsh665 2 ปีที่แล้ว

      Vm's on linux under kvm/qemu run on ring 0 access, so it should be pretty fast if you have a semi decent machine, avoid virtual box for windows because it doesn't run on kernel level virtualization unless given accesses, i have ran Visual studio 2013 on a Windows 7 vm just fine

    • @FatZombie1712T
      @FatZombie1712T 2 ปีที่แล้ว

      @@satyarsh665 This is what I was looking for; will try it out. Much appreciated

  • @michaelharmon5502
    @michaelharmon5502 ปีที่แล้ว

    Flatseal is a nice GUI program that allows easy editing of individual flatpak app settings to allow access to specific directories if you want.

  • @blackend00
    @blackend00 ปีที่แล้ว +1

    dose 32bit and 64bit makes any much diffrence ? seems i cant make solidworks to run on bottles and its my only reason that keeps me on windows ...to much things they add to windows that you cant control.

  • @fsilvamartins
    @fsilvamartins 2 ปีที่แล้ว

    I love your wallpaper, where can I find it?

  • @gwgux
    @gwgux 2 ปีที่แล้ว +3

    Cool, I try to avoid wine like the plague, but that looks like it would be the easiest way to use wine by far.

    • @kensmith5694
      @kensmith5694 2 ปีที่แล้ว +3

      Generally, it is better to use a Linux native program. In one case in the past I had to use the windows version via wine even though there was a claimed Linux version. The Linux version was badly messed up. Mostly, however, I only run Linux native stuff.

  • @UltraZelda64
    @UltraZelda64 2 ปีที่แล้ว +2

    Anyone who likes Winamp... give Audacious and BMP (Beep Media Player) a try. They have similar interfaces and even support classic Winamp skins, although they are very different in their menu/settings layouts. I'll be honest though... I don't think anything can even *touch* the original Winamp in many ways, to this day. :/
    I recall decades ago having issues trying to run Winamp in Wine. I never got it to work work perfectly, and probably haven't even tried in over a decade--but if you really want to try to run Winamp using Wine on Linux, when installing, I would suggest *de-selecting* the modern skin on installation. Winamp with the classic skins was always buggy for me, but at least it *kind of* worked.
    Who knows, after all this time maybe Wine worked out all the major bugs... but I don't know.

    • @crzyruskie86
      @crzyruskie86 2 ปีที่แล้ว

      It really whipped the Llamas ass 😥

  • @Marcos_Tired
    @Marcos_Tired 2 ปีที่แล้ว

    Thank for the tip, I was about to make a dual boot install just to execute some windows apps (like Proteus, AutoCAD etc) to use for work, I'll try to use bottles and se if it works!

  • @ararune3734
    @ararune3734 2 ปีที่แล้ว

    How do you get your terminal to finish your lines and sort of have them hinted with semi transparent text? I'm a Cinnamon Mint user if it matters

  • @danielem1989
    @danielem1989 2 ปีที่แล้ว

    So should I use this or Wine? Thank you.

  • @CasualnRandom
    @CasualnRandom 2 ปีที่แล้ว +1

    Sounds like a dedicated Windows laptop would fix all your problems there lmao 😂

  • @Zakaros1000
    @Zakaros1000 2 ปีที่แล้ว +1

    hello there, hope someone here can answer me. is it lutris sanbox too, or not yet? (I'm a relative new linux user, who has been playing using steam and lutris but I didn't pay attention on that aspect of lutris. I just followed one tutorial about how to install a game using lutris and how to play it so I didn't get too much into the topic outside of it). If that isn't the case, I'm getting the feeling maybe it's is better if I used this to play instead whenever I'm not using directly steam.

  • @cyberp0et
    @cyberp0et 2 ปีที่แล้ว

    Wine is pretty good. Imma check Bottles as well, if need be.

  • @ShadowMoonPhoenix
    @ShadowMoonPhoenix 2 ปีที่แล้ว

    Notepad++ is a really good multipurpose notepad that has many options.. I have even set up simple C++ and C# code and documentation and simply copied and pasted into the Compiler...

  • @c00ful26
    @c00ful26 2 ปีที่แล้ว +2

    sad that we can't still bypass eac

  • @digitechrecordingstudio5057
    @digitechrecordingstudio5057 2 ปีที่แล้ว

    Ima download it thanks for sharing!!

  • @SastaMLBB
    @SastaMLBB 2 ปีที่แล้ว +3

    Can You Run MS Office With It?

    • @SastaMLBB
      @SastaMLBB 2 ปีที่แล้ว +1

      @Linden ReaperTell That To My Board Of Directors.

    • @SastaMLBB
      @SastaMLBB 2 ปีที่แล้ว +2

      There's A Reason Why MS Office Is On Top & First Priority For Every Office Workers.

    • @paulwarner5395
      @paulwarner5395 ปีที่แล้ว

      @Linden Reaper There is no Linux equivalent to MS Outlook for Exchange Server.

  • @seasonfilms9375
    @seasonfilms9375 2 ปีที่แล้ว +1

    Can this run After Effects?

  • @dcvalenzuela4540
    @dcvalenzuela4540 ปีที่แล้ว

    Bottles seems like a promising on how to Run Win apps in Linux. Btw, which would be a better option, Run on Linux or Bottles? Coz I have Bottles on my Fedora 36 xfce but it just taking so much time to load as per 1st run on the software.
    Another thing, as per picking a distro, I am planing to get into on Redhat umbrella but unfortunately it is liscenced. Will it be good to get use to it by using Fedora or should I go straight up on CentOS?

  • @noverdy
    @noverdy 2 ปีที่แล้ว

    it's nice for me to have this to keep everything organized

  • @Spenchik
    @Spenchik 2 ปีที่แล้ว

    It's amazing, will try one more time switch from windows to Linux, previous turn led to consequences that made quite hard to work on .net projects, but seems it's time to check one more tool which may help me

  • @braaitongs
    @braaitongs ปีที่แล้ว

    What if the program has not installer, ie it runs straight from th executible? How do you put it in a bottle?

  • @selflearning2017
    @selflearning2017 2 ปีที่แล้ว

    Ive been just wondering whith DE u are using and with distro ?

  • @adeelhashmi145
    @adeelhashmi145 2 ปีที่แล้ว

    Please do tell us about your terminal?

  • @bangla70s
    @bangla70s 2 ปีที่แล้ว

    As an expert Linux user and administrator, I have never succeeded in running the MSoffice of the day on Ubuntu or Debian wine of the day. Stopped bothering and installed a VM.

  • @adas4190
    @adas4190 2 ปีที่แล้ว

    Hi. What about running ms store apps. Modern apps. Is it possible to use them on linux please. Thanks

  • @Buffypoodle
    @Buffypoodle 2 ปีที่แล้ว

    What's the difference between installing it with terminal and installing it on the website?

  • @lgrullon854
    @lgrullon854 2 ปีที่แล้ว

    Pretty awesome video, thansk for sharing.

  • @Krelyx_Plays
    @Krelyx_Plays 2 ปีที่แล้ว

    This is a great guide! But I have a problem, when I load up a exe, like undertale mod tool, it gives me a black screen, but when I click anywhere or hover my cursor over a spot, it shows me parts of the mod tool, but then goes back to black

  • @joe7272
    @joe7272 2 ปีที่แล้ว

    How does bottles handle more complex software like solidworks or sony vegas?

  • @davidcabrero2034
    @davidcabrero2034 2 ปีที่แล้ว

    I got myself another ssd to dual boot Linux, to do some work from home on an isolated space, however I decided to try wine and proton on some games for the fun of It and im still impressed and cant understand how some games (world of warcraft being the most notorious case for me) runs better on this Ubuntu install.

  • @CrustyAbsconder
    @CrustyAbsconder 2 ปีที่แล้ว

    It will be interesting to see which distro comes preloaded with Bottles.

    • @England91
      @England91 2 ปีที่แล้ว

      I would most likely say KDE/Arch as that is what the Steam Deck OS is using as the Steam OS if I remember correctly

  • @prettysheddy
    @prettysheddy 2 ปีที่แล้ว

    Why are you using terminal for simple tasks? It's easier and faster to just use the GUI.

  • @ottosxxxx2664
    @ottosxxxx2664 2 ปีที่แล้ว

    it says in the terminal "command does not exist"

  • @orlandofurioso7329
    @orlandofurioso7329 2 ปีที่แล้ว

    Can you add shortcuts from bottles? I can't find the option, i already gave bottles permission from flatseal

  • @JarppaGuru
    @JarppaGuru 2 ปีที่แล้ว

    3:58 so linux. lets ude distro based on... then make botless LOL. when it stop?

  • @xboxbml
    @xboxbml 2 ปีที่แล้ว +1

    How about iTunes?..

  • @basicallyawesom3619
    @basicallyawesom3619 2 ปีที่แล้ว

    for some reason when i try to run setup.exe for nitro sense, it doesn't open up
    :(

  • @dmm10000
    @dmm10000 2 ปีที่แล้ว

    Try MS Office or Visual Studio ??