molly wrote:
GIMP Version: 2.6.11
Operating System: Linux
OS Version: Windows7 (64-bit) and Fedora 16
GIMP Experience: Basic Level
I am now running Windows and Fedora on two separate hard drives. I now have my scripts, patterns, gradients, brushes and some fonts moved over from Windows. In the Plug-ins folder I have moved all my .py files.
Question:
I now have several files yet to move but I am unsure as to which ones I can move. This is a snapshot of part of them. Could someone please guide me as what to do with these.
Molly,
In general, you can move script files and py (which are also text files - not pyc files) without any issues unless they have any sort of Windows path statements in them. In that case, you edit them to reflect Linux paths. DLLs are Windows dynamic link libraries and cannot be used on Linux. That's OK since you can find an equivalent shared object (.so files) on Linux. I think 8bf files are photoshop binary filters and cannot be moved as far as I know.
Hope this helps.
Partha