Link Search Menu Expand Document

Installation

Hutspot is available on openrepos.net and can also be downloaded from OBS.

Stable versions are put on openrepos.net. Development versions are available on the OBS repository.

Install from rpm file

Download the latest rpm and install it for example with:

curl http://repo.merproject.org/obs/home:/wdehoog:/hutspot/sailfish_latest_armv7hl/armv7hl/hutspot-<version>.armv7hl.rpm -o hutspot-<version>.armv7hl.rpm

devel-su pkcon install-local hutspot-<version>.armv7hl.rpm

Install from repository

To add this repository:

devel-su ssu ar wdehoog-hutspot http://repo.merproject.org/obs/home:/wdehoog:/hutspot/sailfish_latest_armv7hl/

Then install with

devel-su pkcon refresh wdehoog-hutspot
devel-su pkcon install hutspot

Uninstall

devel-su pkcon remove hutspot

Remove the repository

devel-su ssu dr wdehoog-hutspot
devel-su ssu rr wdehoog-hutspot

Stored data

Application Settings are saved in .config/ and can be manipulated using dconf (dconf list /hutspot/).

Some components store info in various places. See .local/share/wdehoog/hutspot/ and .cache/wdehoog/hutspot

Librespot uses .cache/librespot to store various files.

Build it yourself

See the repository at github.