Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37498275
en ru br
ALT Linux repos
S:1.0-alt1
5.0: 1.0-alt1
4.1: 1.0-alt1

Group :: System/X11
RPM: start-or-find-x

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: start-or-find-x
Version: 1.0
Release: alt1

Summary: Start new X session, or preferably find a running one
License: Public domain
Group: System/X11

Url: http://git.altlinux.org/people/mike/packages/?p=start-or-find-x.git
Source0: start-or-find-x.sh
Source1: README
Packager: Michael Shigorin <mike at altlinux.org>

BuildArch: noarch

%description
This script would try its best to:
- either switch to the first user's X session running;
- or start a new one.

If started or sourced from a shell with display available,
just fast-forward to a shell.

It was written in (and for) home environment where a family
would use the same system and sometimes one might end up with
several sessions fired up and a hard time to find which one
was the needed one; now you can just source this script at
the end of corresponding shell profile files to get things
going along nicely.

%prep

%install
install -pD -m755 %SOURCE0 %buildroot%_bindir/%name
cp -a %SOURCE1 .

%files
%_bindir/*
%doc README

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin