Difference between revisions of "Wah!Cade:Additional Packages"

From Wah!ki
Jump to navigation Jump to search
(Created page with "* python >= 2.4 * pygtk2 >= 2.8 * elementtree (included in python 2.5) * chardet python module (text encoding detection) * python imaging library (optional; required for image ro...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
* gstreamer (optional; required for video & music playback)
 
* gstreamer (optional; required for video & music playback)
 
* pygame (optional; required for joystick support)
 
* pygame (optional; required for joystick support)
 +
 +
 +
Additional packages required across distributions to enable Wah!Cade functions
 +
 +
== Ubuntu ==
 +
=== Movies & Music Support ===
 +
'''Affects:''' 10.04 (Lucid)
 +
 +
Install gStreamer Python support
 +
<pre>sudo apt-get install python-gst0.10</pre>
 +
 +
=== Cannot Shutdown or Reboot ===
 +
'''Affects:''' 11.04 (Natty)
 +
 +
Install HAL
 +
<pre>sudo apt-get install hal</pre>
 +
 +
[[Category:Configuration]]

Latest revision as of 21:54, 4 February 2020

  • python >= 2.4
  • pygtk2 >= 2.8
  • elementtree (included in python 2.5)
  • chardet python module (text encoding detection)
  • python imaging library (optional; required for image rotation in layouts)
  • gstreamer (optional; required for video & music playback)
  • pygame (optional; required for joystick support)


Additional packages required across distributions to enable Wah!Cade functions

Ubuntu

Movies & Music Support

Affects: 10.04 (Lucid)

Install gStreamer Python support

sudo apt-get install python-gst0.10

Cannot Shutdown or Reboot

Affects: 11.04 (Natty)

Install HAL

sudo apt-get install hal