Since I have been using PortableApps (especially Thunderbird) for a while I figured I’d use wine to avoid configuring email accounts and all that hassle. All it was, after collecting some information (I should have found that page before even installing Ubuntu!), is this:
- Get the PortableApps somewhere writable (I made a new ntfs partition using fuse-utils and ntfsprogs) — I have enabled compression on my Windows XP NTFS partitions which no Linux NTFS driver is capable of at the moment.
- Mount the partition eg. via
sudo ntfsmount /dev/hda2 /media/portablestuff -o uid=1000 - Install wine:
sudo aptitude install wine - Run any program via command line something like this:
$wine /media/portablestuff/path/to/ThunderbirdPortable/ThunderbirdPortable.exe - To unmount use
sudo fusermount -u /media/portablestuff









Ubuntu: Wine en PortableApps « Flanux [We]Blog said,
Wednesday, 28th Apr 2010 at 16:05
[...] Ubuntu: Wine en PortableApps 28 april 2010 [woensdag] flanux Ubuntu: Wine and PortableApps [...]
Van Outlook naar Thunderbird « Flanux [We]Blog said,
Wednesday, 28th Apr 2010 at 16:04
[...] Ubuntu: Wine and PortableApps [...]
Matt said,
Thursday, 19th Mar 2009 at 18:09
I avoided using wine for Thunderbird. I made sure that my Thunderbird profile was in a directory that is Linux compat. (no spaces in dir name). I then edited both windows and Linux
profiles.inito reflect the change:In Linux profiles.ini is usually in
/home/username/.mozilla/thunderbirdand Firefox/home/username/.mozilla/home/username/.mozilla/firefoxIn Windows profiles.ini is in
c:\Documents and Settings/username/Application Data/Mozilla/Firefox(orThunderbird).profiles.iniedits needed:Now if you boot into either OS, Thunderbird uses the same profile and all your mail folders, installed plug-ins and addons are there.
You can do the same with Firefox.
sysblog said,
Saturday, 21st Mar 2009 at 16:55
Thanks, Matt, for sharing your experience! I changed some formatting for readability reasons, but left your words untouched.
Cheers.
Evert said,
Tuesday, 1st Jul 2008 at 10:54
Thanx, it works great!