Difference between revisions of "User:Djavin novienta/Sandbox"
From EVE University Wiki
m |
|||
Line 7: | Line 7: | ||
#Download the launcher binaries (found [https://binaries.eveonline.com/evelauncher-1104891.tar.gz here]). | #Download the launcher binaries (found [https://binaries.eveonline.com/evelauncher-1104891.tar.gz here]). | ||
− | #:{{code|wget https://binaries.eveonline.com/evelauncher-1104891.tar.gz}} | + | #:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended. |
+ | #:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1104891.tar.gz</nowiki>}} | ||
#Unpack the binary files (<code>.tar.gz</code>) | #Unpack the binary files (<code>.tar.gz</code>) | ||
#:{{code|tar -svf evelauncher-1104891.tar.gz}} | #:{{code|tar -svf evelauncher-1104891.tar.gz}} | ||
− | |||
#Extract the remaining compressed files (<code>.tar</code>) | #Extract the remaining compressed files (<code>.tar</code>) | ||
#:{{code|tar -svf evelauncher-1104891.tar}} | #:{{code|tar -svf evelauncher-1104891.tar}} | ||
Line 22: | Line 22: | ||
#:{{code|ln -s evelauncher.sh /usr/bin/evelauncher}} | #:{{code|ln -s evelauncher.sh /usr/bin/evelauncher}} | ||
#Download the icon file | #Download the icon file | ||
− | #:{{code|wget http://wiki.eveuniversity.org/images/3/3b/eve.png}} | + | #:{{code|wget <nowiki>http://wiki.eveuniversity.org/images/3/3b/eve.png</nowiki>}} |
#Move the icon file to the correct directory | #Move the icon file to the correct directory | ||
#:{{code|sudo mv eve.png /usr/share/pixmaps/}} | #:{{code|sudo mv eve.png /usr/share/pixmaps/}} |
Revision as of 22:39, 9 March 2017
- {{{1}}}
While Linux is not officially supported by CCP, a side project by CCP Snorlax has yielded a native Linux application that downloads a prebundled version of Wine (also built by CCP Snorlax) which allows Linux to run the EVE launcher.
Launcher Setup
Terminal commands are displayed in code blocks.
- Download the launcher binaries (found here).
- Note: These can be put wherever the user prefers, but the home directory
~/
is recommended. wget https://binaries.eveonline.com/evelauncher-1104891.tar.gz
- Note: These can be put wherever the user prefers, but the home directory
- Unpack the binary files (
.tar.gz
)tar -svf evelauncher-1104891.tar.gz
- Extract the remaining compressed files (
.tar
)tar -svf evelauncher-1104891.tar
- Move to the newly-created folder
cd evelauncher
- For basic functionality, set the script as an executable.
sudo chmod u+x evelauncher.sh
- The launcher can now be run.
./evelauncher.sh
- Create a symbolic link (symlink) to the script in the user binaries folder
ln -s evelauncher.sh /usr/bin/evelauncher
- Download the icon file
wget http://wiki.eveuniversity.org/images/3/3b/eve.png
- Move the icon file to the correct directory
sudo mv eve.png /usr/share/pixmaps/
- Create the launcher file with a preferred editor
sudo EDITOR /usr/share/applications/eve.desktop
- Insert the following text:
Name=EVE Online
Comment=EVE Online by CCP Games
Exec=evelauncher
Icon=eve
Terminal=false
Type=Application
Categories=Game;