You are viewing a single comment's thread.

view the rest of the comments →

TheMightyWurlitzer ago

Yes. Please, please, please ditch Windows if you still use it. Mint Linux.

Remnant601 ago

Definitely great advice. Linux Mint is so much easier to use than Windows. Just find a few years old computer and install Mint. Add your favorite browser. You don't need to know any Linux commands to access the internet.

Mr_metanoia ago

Manjaro KDE, FTW--but... Honestly, I keep relapsing w/ compromised shit. I gotta stay in Windows rehab or something. Maybe learn how to use WINE. Didn't know about Protonmail, tho.

alele-opathic ago

If you are dual-booting, which it sounds like, it helps to set up a soft symbolic link between your windows user folder and wine user folder - this would allow you to run e.g. your favorite windows music software and keep your playlists/music, etc. Ask for more on this if you are curious. Also, note that the current wine version is 3.02 (or 3.15 if devel channel), as most distros pack an older version.

Do note that there are other things you would need to do in Windows to make it play nice (i.e. disable fast startup, disable hibernation), but then you could set your windows partition to automount and everything becomes automagic at that point.

Also, grab the Luna.msstyles file (from WinXP) so that everything doesn't look like ass.

Ask for help if you need it!

Mr_metanoia ago

I'm dual booting, indeed! I really only have just begun using windows because I never had any money for software. Had been all over the distros for awhile as I inherited a few old laptops. Developed the same affinity for upper-tiered-older hardware at cheap prices because of the Linux experience with Manjaro, Ubuntu, Mint, Elementary... even had PuppyLinux on a 10 yr old dell for my youngest. I don't get WINE tho. Tried to use it a couple of times and I should have watched some YT videos or something...

I understand about the BIOS/Win10 changes being necessary for compatibility, but how are you creating the sym-link? I only ever heard that term on busybox.

alele-opathic ago

but how are you creating the sym-link?

Use ln in a terminal window. The -s (for soft) argument will create soft links, as opposed to hard links.

ln -s /path/to/windows/folder /path/to/wine/folder

One caution though - check and double check that your paths are correct before entering the command. If the link is wrong, you need to use 'unlink' to remove it, which, though it sounds like it only unlinks symbolic links, can actually unlink normal files as well (which is the equivalent of deletion, but a little worse, as undeleting wouldn't recover metainfo [like filenames]). Just doublecheck and you will be alright.

Use quotes if your windows path has a space in it. The fake windows system wine creates is hidden by default, but should be in .wine in your home directory. Match up the two folders from both windows and wine and copy+paste from the file browser into terminal for the easiest way to not make a mistake.

robertawearefree ago

If you can manage to set up a dual boot system, then you can manage doing whatever you need to do in Linux. Take the plunge.