个人工具

“UbuntuHelp:GXMMS”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/GXMMS}}
 
{{From|https://help.ubuntu.com/community/GXMMS}}
 
{{Languages|UbuntuHelp:GXMMS}}
 
{{Languages|UbuntuHelp:GXMMS}}
[http://www.nongnu.org/gxmms/ gxmms] is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player.
+
[[http://www.nongnu.org/gxmms/|gxmms]] is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player.
http://www.nongnu.org/gxmms/img/shot-gorilla.png
+
{{http://www.nongnu.org/gxmms/img/shot-gorilla.png}}
http://www.nongnu.org/gxmms/img/shot-crux.png
+
{{http://www.nongnu.org/gxmms/img/shot-crux.png}}
http://www.nongnu.org/gxmms/img/shot-scrystal.png
+
{{http://www.nongnu.org/gxmms/img/shot-scrystal.png}}
 
== Features ==
 
== Features ==
 
* Scrollable track time progress bar  
 
* Scrollable track time progress bar  

2008年10月19日 (日) 05:43的版本

[[1]] is a simple GNOME panel applet that lets you control the basic functions of XMMS or Beep Media Player. 模板:Http://www.nongnu.org/gxmms/img/shot-gorilla.png 模板:Http://www.nongnu.org/gxmms/img/shot-crux.png 模板:Http://www.nongnu.org/gxmms/img/shot-scrystal.png

Features

  • Scrollable track time progress bar
  • Volume control with mouse scrollwheel
  • Buttons: Previous track - Play / Pause - Stop - Next track - Eject
  • Real-time tooltips with track title and time
  • Control repeat and shuffle properties
  • Show/Hide main window, playlist editor, graphical eq and more
  • Internazionalization (i18n)

Using apt-get

gxmms is availible in the universe for breezy:

sudo apt-get install gxmms

See below for a manual install.

Download

wget -c http://savannah.nongnu.org/download/gxmms/gxmms-0.3.0.tar.gz

Installation

configure and compile it

./configure [--with-xmms | --with-bmp] --prefix=/usr --libexecdir=/usr/lib/gnome-applets

Note the new --with-xmms and --with-bmp arguments which have been added in version 0.3.0. It is needed to specify one of them, but not both. These new arguments allow the creation of specific applets for XMMS and BMP (both can be installed in the system). compile it

make

install it

sudo make install

or to install it via a deb file (CheckInstall)

sudo checkinstall

Please, note that this is not a normal executable, so it must be launched from GNOME panels menus.