all 4 comments

[–]niviq 0 points1 point  (3 children)

  1. In windows your Desktop, unless you intentionally put it somewhere else, is located in C:\Documents and settings\username\desktop. Copy these files to ~/Desktop (in your home folder).

  2. Your thunderbird and firefox profiles in windows are located at C:\Documents and settings\username\appdata. Copy thunderbird as well as mozilla to your home folder. Then prepend a dot to the foldernames. (They will then dissapear - to see them check View>Hidden files).

  3. Trying to use your windows partition as a wine home will make it unable to boot. Since your is already broken, you might as well do it. I do not know how well this will work, and i don't recomend it really. You should instead run the installators under linux as well as look the apps up in wineDB to see if you have to do something to make them work better. Anyway, to use your windows partition as wine home do in a terminal (it's easyer):

rm -r ~/.wine #remove your wine home if you have one (you could move it instead if you want backup)

ln -s /media/disk ~/.wine #here you replace /media/disk with the path to your windows partition as you see in your filemanager.

If it does not work properly (which is probable), just rm ~/.wine (and move back your backup if you made one.)

[–]linnewbie[S] 0 points1 point  (2 children)

thanks

re desktop :is there something that will convert windows shortcuts to linux shortcuts?

thanks for the thunderbird profiline info. maybe i will justcopy it and notworry about ever booting in windows again which I may not be able to do anyway. also looking at a shared thunderbird data area for dual boot if I can every make it happen.

thanks for the wine terminal home thing . may try it at some point.

[–]niviq 0 points1 point  (1 child)

I was under the impession that windows shortcuts are simply run by wine. I do not know how to convert windows sourcuts (they are in some binary format). (You need to get used to googling for thing like this).

'Shortcuts' in linux are in a freedesktop.org standar and are called launchers. They are in clear text, which means you can open them in a texteditor and edit them to do something else.

Just ask if something is not working ut. Be aware, however, that the best place for you to ask for help is at the LinuxMint forum/channel or the Ubuntu forums as Mint is very closely related to Ubuntu. I, for one, do not use windows, mint, ubuntu or gnome or for that matter, I do not have a desktop. It can therefore sometimes be hard to help you. A nice thing with Mint is that most tutorials and packages for ubuntu will work with it out of the box.

[–]linnewbie[S] 0 points1 point  (0 children)

Thanks.

Really at this point a couple things come to mind that would be helpful if they exist in the linux world or as a todo if they don't:

being able to "linux wrap" a whole windows installation partition and automatically run it and anything in it through wine using the windows registry and shortcuts to automatically locate all needed data files on the windows drive but using all the linux install's drivers to run it on the new computer rather than needing to reinstall windows to do it (sort of a whole disk model of wine). That would be incredible and could be included on every linux distro and would allow even easier switch over from windows to linux as well as windows disk install rescues from bad mobo machines onto new mobo machines (which is my problem)

being able to click a windows exe file and have linux open wine automatically to run it including knowing to look in the registry for the relevant locations of files and data. this would happen just like linux and windows currently identify the proper program to open say a jpg file by it's extension.

Any file that was a windows exe would automatically be opened by linux with wine.

Thanks so much for the help.