This is an example, which, works pretty well – Photoshop 7 shows up in the gnome menu under “Graphics”, etc. This file should be copied to /usr/share/applications and should be owned by the non-privileged user.
64-bit
1 2 3 4 5 6 7 8 |
[Desktop Entry] Name=Photoshop 7 Comment=3D Graphics Creation Exec=env WINEPREFIX="/home/guy/.wine" wine C:\\\\Program\\ Files\\\\Adobe\\\\Photoshop\\ 7.0\\\\Photoshop.exe Terminal=false Type=Application Icon=/usr/share/icons/gnome/256x256/apps/Photoshop-7-A-icon.png Categories=Graphics;2DGraphics;RasterGraphics;GTK;Wine-Programs-Accessories; |
1 2 3 4 5 6 7 8 |
[Desktop Entry] Name=Photoshop CS2 Comment=3D Graphics Creation Exec=env WINEPREFIX="/home/guy/.wine" wine C:\\\\Program\\ Files\\\\Adobe\\\\Adobe\\ Photoshop\\ CS2\\\\Photoshop.exe Terminal=false Type=Application Icon=/usr/share/icons/gnome/256x256/apps/Photoshop-CS2-A-icon.png Categories=Graphics;2DGraphics;RasterGraphics;GTK;Wine-Programs-Accessories; |
1 2 3 4 5 6 7 8 |
[Desktop Entry] Name=Macromedia Flash 8 Comment=3D Graphics Creation Exec=env WINEPREFIX="/home/guy/.wine" wine C:\\\\Program\\ Files\\\\Macromedia\\\\Flash\\ 8\\\\Flash.exe Terminal=false Type=Application Icon=/usr/share/icons/gnome/256x256/apps/flashIcon.png Categories=Graphics;2DGraphics;RasterGraphics;GTK;Wine-Programs-Accessories |
32-bit
1 2 3 4 5 6 7 8 |
[Desktop Entry] Name=Photoshop 7 Comment=3D Graphics Creation Exec=env WINEPREFIX="/home/guy/.wine" wine C:\\\\Program\\ Files\\ (x86)\\\\Adobe\\\\Photoshop\\ 7.0\\\\Photoshop.exe Terminal=false Type=Application Icon=/usr/share/icons/gnome/256x256/apps/Photoshop-7-A-icon.png Categories=Graphics;2DGraphics;RasterGraphics;GTK;Wine-Programs-Accessories; |
Note: Again, if you copy this file to /usr/share/applications it will appear in the gnome menu and can be added to docky.
Here’s an older package I put together, for download.
Here’s an updated set of examples.
Weird issue with Docky and Photoshop
In short: in order to place shortcuts for both Photoshop 7 and PhostoshoCS2 on the Docky they must (1) have different entries in the “Name” field (not surprising), and, (2) be dragged and dropped onto Docky from /usr/share applications – I dunnoe why. Otherwise, both will use the Photoshop 7 icon.
To create a backup of MBR
MBRWiz /save=C:\savedMBR
You can then use this backup copy to restore MBR in case you ever have to.
Download MBRWix.exe
To restore MBR from the saved file
MBRWiz /Restore=C:\savedMBR
To see an exhaustive list of all the partitions along with attributes
MBRWiz /List
To Hide a parition use
MBRWiz /Hide=Yes /Disk=0 /Part=2
To delete a partition
MBRWiz /Part=2 Del
You can find the complete documentation of all the options and how to use them,here. The site also lists how you can troubleshoot MBR problems when you cannot boot into the operating system. Although in such situations, you must have a way to boot from a CD, USB drive or (ahem..) floppy disk and be able to run MBRWizard. Check out how to make your own Windows Live CD, MBRWizard would be a nice utility to have on your live CD.
MBRWizard is a great tool to have everything is working fine, as well as when you need to fix MBR issues. You must have your favorite tools to jumpstart a problematic computer. We would love to hear about them so tell us in the comments.