#!/bin/bash [ -f ~/welcome.txt ] && zenity --question --width=620 \ --title="_EDITION_TITLE_" \ --text="$(cat ~/welcome.txt)" \ --ok-label="OK" \ --cancel-label="Don't show this again" || rm ~/welcome.txt & /home/parabola/.config/autostart/autostart-lxde.sh &