Difference between pages "Steam" and "Package:Owncloud"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(initial commit)
 
Line 1: Line 1:
Steam is a content delivery system for linux gaming.
{{Ebuild
 
|Summary=Web-based storage application where all your data is under your own control
== install part 1 ==
|CatPkg=www-apps/owncloud
funtoo & gentoo have ebuilds in the gamerlay overlay.  the steam-meta ebuild was removed.
|Homepage=http://owncloud.org
 
}}
<console>
{{console|body=###i## emerge owncloud}}
###i## layman -a gamerlay
{{EbuildFooter}}
###i## layman -S
###i## emerge steam-launcher
</console>
 
== install part 2 ==
steam has its own internal package management system.  Portage will not track its files, or games installed.  the ebuild simply pulls in the steam installer, to run the steam installer:
 
<console>###i## /usr/bin/steam</console>
 
the installer will prompt you with several questions, once done running the installer command will load the latest version of steam.
 
== Troubleshooting ==
=== Steam segfaults after 2nd start! ===
I do not know much about this behaviour, but I found a workaround.
If you saved your password, you need to backup all your games and reset Steam.
<console>
$ ##i##mkdir -p ~/backup
$ ##i##mv ~/.local/share/Steam/steamapps ~/backup
$ ##i##steam --reset
$ ##i##mv ~/backup ~/.local/share/Steam/steamapps
</console>
Start Steam again, enter username and password, but do not check "Remember my password", it is the thing that causes all the troubles. You will need to enter password every time you start Steam, but that is the only solution I found.
 
=== My screen in Dota 2 (and other Source games) is all red! ===
<console>
# ##i##echo 'media-libs/libtxc_dxtn abi_x86_32' >> /etc/portage/package.use
# ##i##emerge media-libs/libtxc_dxtn
</console>

Revision as of 04:31, March 6, 2015

Owncloud

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

root # emerge owncloud