• 0 Posts
  • 57 Comments
Joined 6 months ago
cake
Cake day: October 8th, 2025

help-circle





  • nublug@piefed.blahaj.zonetoPeople Mastodon@quokk.autesla edsel
    link
    fedilink
    English
    arrow-up
    13
    ·
    2 months ago

    and why does a ‘luxury’ price make it not as bad of a flop when selling half as many units as a famous flop from when the us pop was half the size? you know things cost money to make, right? cybertrucks aren’t making tesla 79k profit a sale. what even is the point in trying to make it seem not as bad unless you’re trying to simp for tesla?















  • you have a few options. yes, wine. also, lutris, winboat, and bottles. these all act as ‘make windows app run like any other app on my linux machine’. if those don’t work for your program then you can try installing a windows virtual machine with virt-manager. if you’re familiar with docker, check out dockur/windows for a docker container that automates a quick win vm setup with a webgui. (disclaimer: i have not tried this project yet, don’t know how well it works)

    if you need heavy gpu use, however, you might have to dual-boot. you have linux installed on one disk partition and windows installed on another. you pick which one you want with the grub bootloader menu that shows when you start up. you can only run one at a time and must reboot to switch. it’s highly recommended to install windows first, then linux, and familiarize yourself with repairing grub with a linux liveusb as windows updates frequently break it. don’t worry i know that sounds scary, but it’s just the bootloader that breaks, not your linux or windows install, and it’s just a few simple commands to fix.

    imho almost any professional software should work with wine/lutris/winboat/bottles/vm, but dual boot is there if you find it necessary.

    also consider if you actually do need those particular pro programs. there are likely multiple foss (free and open source software) projects that do whatever it is you need to do. of course if it’s a case of company policy mandating use of certain programs there’s not much you can do besides dual-boot.