Class: Roebe::Slackware::RemovePulseaudio

Inherits:
Roebe::Slackware show all
Defined in:
lib/roebe/linux/slackware/remove_pulseaudio.rb

Constant Summary

Constants inherited from Roebe::Slackware

ARRAY_COMPILE_THESE_PROGRAMS

Constants included from Linux

Linux::ANSWER_CLASS, Linux::ANSWER_CLASS2, Linux::IMPORTANT

Instance Method Summary collapse

Methods inherited from Roebe::Slackware

#compile_all_programs, #compile_which_programs?, #menu, namespace?, #reset

Constructor Details

#initializeRemovePulseaudio

#

initialize

#


20
21
22
23
24
25
26
27
28
# File 'lib/roebe/linux/slackware/remove_pulseaudio.rb', line 20

def initialize
  e 'Next, consider installing apulse. If you have the RBT scripts installed,'
  e 'you can do the following command:'
  e
  e "  #{sfancy('rbt apulse')}"
  e  
  esystem 'mv /etc/asound.conf /etc/asound.conf.disabled'
  esystem 'removepkg pulseaudio'
end