#!/bin/bash #Control Center for BigLinux # #Authors: # Bruno Goncalves Araujo # #License: GPLv2 or later ################################################# #Translation export TEXTDOMAINDIR="/usr/share/locale-langpack" export TEXTDOMAIN=bigcontrolcenter name_application=$"Programas iniciados automaticamente" description_application=$"Escolha o equilibrio entre conforto e desempenho" exec_application="/usr/share/bigbashview/run.run?bigbashview /usr/share/bigcontrolcenter/categories/system/autostart/autostart.sh.htm -i /usr/share/bigcontrolcenter/categories/system/autostart/icon.png" icon_application="/usr/share/bigcontrolcenter/categories/system/autostart/icon.png"