Hello Everyone! The beginning of this tutorial will teach you how to install Wine which is really the only thing you need to run PyxelEdit. The second part of the tutorial will show you how to install a theme on wine so that it matches PyxelEdit to make it look better. And the third part of the tutorial is to help Ubuntu users make a Unity Launcher icon for PyxelEdit.
Part 1 (Installing and using Wine):Wine allows Linux users to run games and software designed to run on Windows. It works with a lot of software, expecially software that is lightweight. I have tried PyxelEdit in wine and it works great so here is how to get PyxelEdit up and running in wine!
1. Download PyxelEdit for Windows. Put it in any folder you want but if you are planning on making the Unity Launcher icon later on, put it in you /opt/ directory.
2. Installing wine. If you are using Ubuntu and you don't care too much about the latest version, you can simply download it in the Software Centre. Otherwise use this command:
sudo add-apt-repository ppa:ubuntu-wine/ppa -y && sudo apt-get update && sudo apt-get install wine3. Now locate the PyxelEdit portable version's .exe file, and double-click to run it!
Part 2 (Installing a better wine theme to match PyxelEdit):Right out of the box wine comes with a really old looking theme. It makes all Windows applications you run with it look like they were made for windows 95. PyxelEdit isn't as bad but the menu bar still kept the theme which I couldn't stand (lol). Here is how to change it.
1. Download this theme:
Download Theme (Beware: The download will start immediately after you click the link)
2. Extract the .rar file. Put it somewhere you will remember.
3. Open up Wine configuration. It is a program that wine installed earlier. Just search for it using a search bar on your computer.
4. Once it is open go to the "Desktop Integration" tab. Click "Install Theme...". Use the file browser to find the folder for the theme you extracted earlier. Inside that folder navigate to /VS/Concav eDark/ConcaveD.msstyles. Select that file and click Open or Done.
5. The theme should install. Make sure to have ConcaveD selected in the "Theme" selection box. As well as Compact in the Colour selection box. Click "Apply" close and you are done. Make sure to close all applications running in wine for the changes to take effect.
Part 3 (Unity Launcher icon for PyxelEdit):This is not necessary at all but it makes it look nicer. Only Ubuntu users can do this, I think.
1. Make sure that your PyxelEdit files are in you /opt/ folder.
2. Create a new file anywhere you like called: PyxelEdit.desktop
3. Open it with a text editor and put this code inside of it:
[Desktop Entry]
Version=0.3.108
Name=PyxelEdit
Comment='Pixel art creating software specifically designed for game developers.'
Exec=wine /opt/PyxelEditWin0.3.108/PyxelEditPortable0.3.108/PyxelEdit0.3.108/PyxelEdit.exe
Icon=/opt/PyxelEditWin0.3.108/PyxelEditPortable0.3.108/PyxelEdit0.3.108/IconHeart512.png
Terminal=false
Type=Application
Categories=Application;Graphics;Some things you may notice are the file paths and the version number. You might need to change those when new updates come out so be careful. Also if you did not put PyxelEdit in the /opt folder, you will simply just need to put in the file path that PyxelEdit is in for you. Also feel free to change anything in there to what ever you want. :)
4. Save the file. If it was successful, the file's new icon image should be the PyxelEdit heart logo and not just an empty file logo.
5. Now you can use it just like a short cut! You can also drag and drop it into your Unity Launcher for ease of access later on!
Hope you enjoyed this tutorial! If you are a Linux user and you are considering buying this software. I would say to at least try the free version to see if it works in wine on your computer and if it does, buy the full version. It is a reeaally good piece of software, priceless to developers like me. Thank you Danik!