aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - gijoe

Pages: [1]
1
Troubleshooting / [QUICK TIP] Openxcom linux launcher
« on: December 20, 2020, 09:35:41 am »
Hello there, i happen to use ubuntu 20.04, if you need might creathe a launcher for the linux executable, just create as follows a simple text file and give it the extension .desktop, the contente is:

Code: [Select]
[Desktop Entry]
Name=OpenXcom Extended
Path=PATH TO FOLDER
Exec=PATH TO EXECUTABLE
Icon=PATH TO FOLDER/common/openxcom.png
Terminal=false
Type=Application
StartupNotify=true
Encoding=UTF-8

Of course, you have to make the file executable as a program. Usually linux distribution provide tools to get the job done, this is for those like to do it manually  :)

Pages: [1]