source: trunk/debathena/debathena/xsession/debian/initial-x-terminal @ 23475

Revision 23475, 131 bytes checked in by rbasch, 16 years ago (diff)
In xsession: * Use xdg's autostart facility to launch the initial gnome-terminal, so that it properly belongs to the GNOME session.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3if [ "${ATHENA_INITIAL_X_TERMINAL+set}" = set ]; then
4  gnome-terminal --geometry=80x40-0-0 >/dev/null 2>&1 &
5fi
6exit 0
Note: See TracBrowser for help on using the repository browser.