Project

General

Profile

unexist.dev

/

subtle

Assorted tidbits and projects

Install » History » Version 22

Anonymous, 05/22/2010 01:11 AM

1 22
h1. Install\015\012\015\012[[subtle]] has the following dependencies:\015\012\015\012# "Ruby":http://www.ruby-lang.org (>=1.9)\015\012# "X11":http://xorg.freedesktop.org (>=6.8.2)\015\012\015\012Stable releases can be found "here":http://subtle.de/projects/list_files/subtle. If you like you can clone the "Mercurial":http://www.selenic.com/mercurial/ repository and install the developer version as followed:\015\012\015\012# hg clone http://hg.subforge.de/subtle\015\012# cd subtle\015\012# rake [options]\015\012# rake install\015\012\015\012The installer will copy the files to following "XDG":http://standards.freedesktop.org/basedir-spec/latest/ default path: (see: rake help)\015\012\015\012* |Binaries|->|_/usr/bin_|\015\012* |Configs|->|_/etc/xdg/subtle_|\015\012* |Sublets|->|_/usr/share/subtle_|\015\012* |Extension|->| _(Ruby Dir)/subtle_|\015\012\015\012The path can be easily changed (see: rake help) and are printed after config has finished.\015\012\011\015\012On start [[Subtle|subtle]] will check if a config file is available in the typical XDG paths and use it. A local config is preferred over a system wide. (see: _$XDG_CONFIG_HOME_) Then it will have a look for [[Sublets|sublets]] in the XDG paths too and load them accordingly. (see _$XDG_DATA_HOME)\015\012\015\012_No system wide [[Sublets|sublets]] will be loaded per default._\015\012\015\012* To create a user config just create @$XDG_CONFIG_HOME/subtle@ and copy the latest config from the @dist@ folder into it.\015\012* To enable [[Sublets|sublets]] create @$XDG_DATA_HOME/subtle/sublets@ and create symlinks to the [[Sublets|sublets]]. (Load order is alphabetically)\015\012\015\012_Always compare your existing config with the one of the repository/tarball to get the latest options._\015\012\015\012{{tocnavi(subtle,Quickstart,Quickstart,Subtle)}}