Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/shell
Commit message (Collapse)AuthorAgeFilesLines
* Move xephyr options inside the if blockDaniel Narvaez2012-11-021-2/+3
| | | | They doesn't make sense outside.
* Run X on the current ttyDaniel Narvaez2012-11-021-1/+4
| | | | | So that we have system authentication. Otherwise sounds and probably other stuff breaks.
* Use Xephyr when running under XDaniel Narvaez2012-11-021-2/+8
| | | | | | Only the display manager can authenticate a new X session with systemd. In a non authenticated session pulseaudio doesn't work and probably other stuff.
* Work around Xephyr not setting up keyboard properlyDaniel Narvaez2012-11-021-1/+7
| | | | Copy the configuration from the parent X session.
* Add an auto-install commandDaniel Narvaez2012-08-151-0/+44
|
* Use bash because we are using source in the scriptDaniel Narvaez2012-08-041-1/+1
|
* Use Xephyr instead of vncDaniel Narvaez2012-08-041-8/+1
| | | | | No vnc server in ubuntu seems to support 24bpp, so it's not an improvement over Xephyr.
* Fix wrong variable nameDaniel Narvaez2012-08-021-1/+1
|
* Remove debug echoDaniel Narvaez2012-08-021-1/+0
|
* Add RUN_IN_WINDOW optionDaniel Narvaez2012-08-021-1/+21
|
* Test if config exists instead of creating itDaniel Narvaez2012-08-021-1/+1
|
* Source config only if it existsDaniel Narvaez2012-08-021-1/+3
|
* Source config earlier so that run scripts can use itDaniel Narvaez2012-08-021-0/+3
|
* Find a free display rather than hardcoding itDaniel Narvaez2012-07-111-1/+2
|
* Ensure send-patches is run inside source modulesDaniel Narvaez2012-06-261-0/+10
|
* Allow to pass a rev list to send-patchesDaniel Narvaez2012-06-261-1/+2
|
* Add a start-sugar command to the shelDaniel Narvaez2012-06-261-0/+6
|
* Add a script to streamline patch submissionDaniel Narvaez2012-06-251-0/+99
Needs work.