#!/bin/bash set -e export TEXTDOMAIN="system-config-printer" zenity --info --text="$(gettext 'Warning, the server configuration will not be applied except Printers Configuration')" system-config-printer.real $@ # This is a test. May be works like i want...but someone knows... llxcfg-lpd update #TO BE CONTINUED.... exit 0