r43771 - in /desktop/unstable/gnome-orca/debian: changelog gnome-orca.install orca-dm-wrapper

sthibault at users.alioth.debian.org sthibault at users.alioth.debian.org
Sat Oct 25 21:34:23 UTC 2014


Author: sthibault
Date: Sat Oct 25 21:34:22 2014
New Revision: 43771

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43771
Log:
orca-dm-wrapper: New script to start Orca in lightdm.

Added:
    desktop/unstable/gnome-orca/debian/gnome-orca.install
    desktop/unstable/gnome-orca/debian/orca-dm-wrapper   (with props)
Modified:
    desktop/unstable/gnome-orca/debian/changelog

Modified: desktop/unstable/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/changelog?rev=43771&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/changelog	[utf-8] Sat Oct 25 21:34:22 2014
@@ -2,6 +2,7 @@
 
   * patches/mate-notifications.diff: New patch to fix notifications in MATE.
     Closes: #757847.
+  * orca-dm-wrapper: New script to start Orca in lightdm.
 
  -- Samuel Thibault <sthibault at debian.org>  Sat, 25 Oct 2014 12:51:12 +0200
 

Added: desktop/unstable/gnome-orca/debian/gnome-orca.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/gnome-orca.install?rev=43771&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/gnome-orca.install	(added)
+++ desktop/unstable/gnome-orca/debian/gnome-orca.install	[utf-8] Sat Oct 25 21:34:22 2014
@@ -0,0 +1 @@
+debian/orca-dm-wrapper /usr/bin

Added: desktop/unstable/gnome-orca/debian/orca-dm-wrapper
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/orca-dm-wrapper?rev=43771&op=file
==============================================================================
--- desktop/unstable/gnome-orca/debian/orca-dm-wrapper	(added)
+++ desktop/unstable/gnome-orca/debian/orca-dm-wrapper	[utf-8] Sat Oct 25 21:34:22 2014
@@ -0,0 +1,4 @@
+#!/bin/sh
+/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately &
+orca --replace --no-setup --disable splash-window &
+exec $*

Propchange: desktop/unstable/gnome-orca/debian/orca-dm-wrapper
------------------------------------------------------------------------------
    svn:executable = *




More information about the pkg-gnome-commits mailing list