Do you know a Linux Desktop that doesn't implement the Desktop Entry Specification? I think all relevant ones do so.
The installer could still be optional.
Search found 3 matches
- Sat Feb 01, 2020 10:59 am
- Forum: Ideas and Suggestions
- Topic: Installer for linux menu entry (generating .desktop file)
- Replies: 4
- Views: 1672
- Fri Jan 31, 2020 7:28 pm
- Forum: Ideas and Suggestions
- Topic: Installer for linux menu entry (generating .desktop file)
- Replies: 4
- Views: 1672
Installer for linux menu entry (generating .desktop file)
TL;DR
A simple setup script should be provided in the factorio linux package so users can then simply start the game from the game menu.
What ?
A setup script could generate a Factorio.desktop file with the correct paths to icon and starting point.
It is usually placed in β ~/.local/share ...
A simple setup script should be provided in the factorio linux package so users can then simply start the game from the game menu.
What ?
A setup script could generate a Factorio.desktop file with the correct paths to icon and starting point.
It is usually placed in β ~/.local/share ...
- Sat Mar 30, 2019 3:20 pm
- Forum: Technical Help
- Topic: [0.17.18] no updates available for auto update
- Replies: 3
- Views: 1519
Re: [0.17.18] no updates available for auto update
I have the same problem, so i just download the new archive and run my quick and dirty update-script.
#!/bin/sh
# Make shure you have the latest Factorio-Archive.
echo "Moving factorio to factorio_bak"
mv factorio factorio_bak
echo "Extracting Archive"
# The next line has to be edit each time ...
#!/bin/sh
# Make shure you have the latest Factorio-Archive.
echo "Moving factorio to factorio_bak"
mv factorio factorio_bak
echo "Extracting Archive"
# The next line has to be edit each time ...