Difference between pages "Package:Audacious Music Player" and "Mitigating Systemd"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(More links.)
 
Line 1: Line 1:
{{Ebuild
Funtoo currently has no plans to migrate or adopt systemd as it's default init system. This does '''not''' prevent you from using systemd on your system. [https://coreos.com/ CoreOS], for example, is a systemd based system build on Gentoo.  
|Summary=Audacious is a lightweight GTK-based music player which supports many formats. It does not use the library concept but rather playlists for managing your music.
|CatPkg=media-sound/audacious
|Maintainer=
|Homepage=http://audacious-media-player.org
}}
== Introduction ==


Audacious is a lightweight, GTK-based, open source audio player and descendant of XMMS.  Using plugins, the player supports many different formats and services.
For users not seeking to use systemd, that is, most Funtoo users, this page will serve both as the Funtoo development team's planning for the future, and information on how to avoid systemd in your system.


In contrast to most other music players, audacious does not support the concept of a music library but is centered around playlists (like the classic Winamp). Additionally, Winamp Classic Skins are supported. Since audacious supports GTK-2, GTK-3 (and Qt as of version 3.6), it is usable for different desktop environments or window manager setups.
== Components of systemd ==


== Installing ==
=== systemd ===
Emerge audacious:
<console>
# ##i##emerge -a media-sound/audacious
</console>
This will pull in the ebuild "media-plugins/audacious-plugins", which contains the necessary plugins to play different kinds of media files.


== Running ==
Provides replacements for the following daemons or utilities:
Run with:
<console>
$ ##i##audacious
</console>
While audacious is running and playing music,  you may use different parameters to toggle play/pause, skip forward/backward, etc:
<console>
$ ##i### Skip forward:
$ ##i##audacious -f
$ ##i### Toggle play/pause:
$ ##i##audacious -t
</console>
BInd this commands to your favourite shortcuts to control audacious using your keyboard. Alternatively, activate the "Global Hotkeys" plugin using the settings menu.


== Troubleshooting ==
* {{Package|sys-apps/sysvinit}}
;Audacious does not play my favourite media format.: Check the use flags you set on media-plugins/audacious-plugins.
* {{Package|sys-power/pm-utils}}
{{EbuildFooter}}
* {{Package|virtual/inetd}}
* {{Package|sys-power/acpid}}
* [[Installing a Logger|syslog]]
* {{Package|sys-apps/watchdog}}
* [[Installing a Cron Daemon|cron]]
* atd
 
=== consoled ===
 
Provides a user console daemon and handles Linux Virtual terminal support.
 
=== hostnamed ===
 
TODO.
 
=== journald ===
 
Provides logging functionality.
 
Provides replacement for the [[Installing a Logger|system logger]].
 
=== localed ===
 
TODO.
 
=== logind ===
 
Manages user logins and seats. Replaces {{Package|sys-auth/consolekit}}.
 
=== networkd ===
 
Provides the facilities to perform various network configurations.
 
=== resolved ===
 
TODO.
 
=== shutdownd ===
 
TODO.
 
=== timedated  ===
 
Used to control various time related settings. Accessible through D-Bus.
 
=== timesyncd ===
 
TOD.
 
=== udevd ===
 
udev was merged into the systemd source tree.
 
=== libudev ===
 
The standard library for using {{Package|sys-fs/udev}}.
 
Alternatives:
* {{Package|sys-fs/eudev}}

Revision as of 18:43, December 8, 2014

Funtoo currently has no plans to migrate or adopt systemd as it's default init system. This does not prevent you from using systemd on your system. CoreOS, for example, is a systemd based system build on Gentoo.

For users not seeking to use systemd, that is, most Funtoo users, this page will serve both as the Funtoo development team's planning for the future, and information on how to avoid systemd in your system.

Components of systemd

systemd

Provides replacements for the following daemons or utilities:

consoled

Provides a user console daemon and handles Linux Virtual terminal support.

hostnamed

TODO.

journald

Provides logging functionality.

Provides replacement for the system logger.

localed

TODO.

logind

Manages user logins and seats. Replaces No results.

networkd

Provides the facilities to perform various network configurations.

resolved

TODO.

shutdownd

TODO.

timedated

Used to control various time related settings. Accessible through D-Bus.

timesyncd

TOD.

udevd

udev was merged into the systemd source tree.

libudev

The standard library for using No results.

Alternatives:

  • No results