From 36499a269b0669cb790b8773319785983ba06825 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Oct 05 2015 12:48:06 +0000 Subject: Hide the Orca launcher in GNOME --- diff --git a/0001-Add-NotShowIn-GNOME-to-the-desktop-file.patch b/0001-Add-NotShowIn-GNOME-to-the-desktop-file.patch new file mode 100644 index 0000000..e9ade3d --- /dev/null +++ b/0001-Add-NotShowIn-GNOME-to-the-desktop-file.patch @@ -0,0 +1,28 @@ +From f110838893dfeb15fb71bbad3441df5c007bd89e Mon Sep 17 00:00:00 2001 +From: Michael Catanzaro +Date: Fri, 2 Oct 2015 10:58:44 -0500 +Subject: [PATCH] Add NotShowIn=GNOME; to the desktop file + +In other desktops this might be considered an application, but in GNOME, +applications must have windows and must not affect any other +application. In GNOME, Orca is core functionality of the OS, not an app. +Activate it using System Settings or Alt+Super+S. + +https://bugzilla.gnome.org/show_bug.cgi?id=735761 +--- + orca.desktop.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/orca.desktop.in b/orca.desktop.in +index c7fa534..29d2acb 100644 +--- a/orca.desktop.in ++++ b/orca.desktop.in +@@ -13,4 +13,4 @@ Categories=GTK;GNOME;Utility;Accessibility; + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=orca + X-GNOME-Bugzilla-Component=general +- ++NotShowIn=GNOME; +-- +2.5.0 + diff --git a/orca.spec b/orca.spec index a2fceb1..fc23a83 100644 --- a/orca.spec +++ b/orca.spec @@ -1,6 +1,6 @@ Name: orca Version: 3.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Assistive technology for people with visual impairments Group: User Interface/Desktops @@ -9,6 +9,9 @@ URL: https://wiki.gnome.org/Projects/Orca #VCS: git:git://git.gnome.org/orca Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz +# https://bugzilla.gnome.org/show_bug.cgi?id=735761 +Patch0: 0001-Add-NotShowIn-GNOME-to-the-desktop-file.patch + BuildArch: noarch BuildRequires: pkgconfig(atk-bridge-2.0) @@ -42,7 +45,7 @@ provider interface (AT-SPI), e.g. the GNOME desktop. %prep %setup -q - +%patch0 -p1 %build %configure @@ -90,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Mon Oct 05 2015 Bastien Nocera 3.18.0-2 +- Hide the Orca launcher in GNOME + * Mon Sep 21 2015 Kalev Lember - 3.18.0-1 - Update to 3.18.0