#!/bin/bash #Control Center for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# #Translation export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter-themes-bigkdm name_application=$"Tela de Login (KDM)" description_application=$"Configure a tela de login e altere a imagem de fundo do tema BigLinux para o KDM." exec_application="/usr/share/bigbashview/run.run?bigsudo bigbashview /usr/share/bigcontrolcenter/categories/themes/bigkdm/kdm.sh.htm -i /usr/share/bigcontrolcenter/categories/themes/bigkdm/icon.png" icon_application="/usr/share/bigcontrolcenter/categories/themes/bigkdm/icon.png"