• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

migration questions

pegasis

Member
Hello

I want to migrate from windows 8.1 to mint, but I want to keep some of the functionality

If I use wine to launch windows apps, is there a specific folder to put the app.exe file in to have it be enabled to use wine?

is there a specific folder to to put files in to create links to the desktop??
 
When you install WINE it will be in ~/.wine. A dot before a name means it is a hidden directory. Navigate there via $ cd ~/.wine. $ ls -a will display hidden files.
Doing it inside a desktop environment will vary depending on which one you are using, you'll have to check the manual. KDE is ALT+. for example. Alt (or CTRL)+H is also common. Inside the .wine directory is a Program Files directory. Dump your executables there, and you can right click them to install with WINE. Reference the manual to find more commands or arguments for it. During install you should be asked to create a link on your desktop.

You'll have to look up each program to find if it is compatible with WINE. A lot are, but not all will be.
 
Back
Top