summaryrefslogtreecommitdiff
path: root/data/applications
Commit message (Collapse)AuthorAgeFilesLines
* data: don't hard code path of gnome-shellRay Strode2011-09-091-1/+1
| | | | | | | | This was a copy-and-paste mistake I think. Spotted by vuntz. https://bugzilla.gnome.org/show_bug.cgi?id=658429
* data: Add missing orca-screeen-reader.desktop fileColin Guthrie2011-08-301-0/+15
| | | | It was overzealously dropped in commit 48705a
* Revert "data: add orca desktop file"Ray Strode2011-08-301-117/+0
| | | | This reverts commit 1438f9b2dc7e545101ed4e4312653ce168f5bfa7.
* data: add orca desktop fileRay Strode2011-08-301-0/+117
| | | | .gitignore was preventing it from being added before.
* data: don't delete non-generated files during cleanRay Strode2011-08-301-1/+2
| | | | | This commit removes two files from the CLEAN_FILES list that are checked into version control.
* data: add shell sessionRay Strode2011-08-262-0/+8
| | | | | This commit changes gdm to first try running gnome-shell in --gdm-mode and fallback to the existing way.
* daemon: use gnome-session session files instead of autostartRay Strode2011-06-206-0/+100
Before we were doing some sort of weird hybrid thing with a session file and an autostart directory that wasn't that much different than just having an autostart directory by itself. Now we fully define the session component list from the session file, and merely provide a pool of new candidate desktop files to select that sessoin from. This modernizes how we use gnome-session and as a side-effect enables us the ability to have fallback sessions (which will be important when defaulting to a shell based greeter later).