Remove at-spi
at-spi is the old accessibility library, deprecated in these gtk3 times by at-spi2-atk. at-spi-corba has been replaced with atk-bridge. at-spi2-atk is a dependency of gtk3, so there's no need to explicitly add it.
This commit is contained in:
parent
ed8f997771
commit
7e66ceb9b6
@ -126,8 +126,6 @@ removefrom NetworkManager /usr/share/locale/*/NetworkManager.mo
|
||||
removefrom nm-connection-editor /usr/${libdir}/*
|
||||
removefrom nm-connection-editor /usr/share/applications/*
|
||||
removefrom anaconda /etc/* /usr/share/applications/* /usr/share/icons/*
|
||||
removefrom at-spi /etc/xdg/* /usr/${libdir}/libcspi*
|
||||
removefrom at-spi /usr/${libdir}/libloginhelper* /usr/share/locale/*
|
||||
removefrom atk /usr/share/locale/*
|
||||
removefrom audit /etc/* /sbin/audispd /sbin/auditctl /sbin/aureport
|
||||
removefrom audit /sbin/ausearch /sbin/autrace /usr/bin/*
|
||||
|
@ -78,7 +78,6 @@ installpkg xorg-x11-drivers xorg-x11-server-Xorg
|
||||
installpkg xorg-x11-server-utils xorg-x11-xauth
|
||||
installpkg dbus-x11 metacity gsettings-desktop-schemas
|
||||
installpkg nm-connection-editor
|
||||
installpkg at-spi at-spi2-atk pyatspi
|
||||
installpkg gnome-python2-gconf
|
||||
installpkg gobject-introspection
|
||||
installpkg librsvg2
|
||||
|
@ -83,7 +83,6 @@ replace "root:\*:" "root::" etc/shadow
|
||||
|
||||
## gconf settings
|
||||
gconfset /desktop/gnome/interface/accessibility bool true
|
||||
gconfset /desktop/gnome/interface/at-spi-corba bool true
|
||||
|
||||
## Some settings are controlled by gsettings now.
|
||||
install ${configdir}/org.gnome.desktop.wm.keybindings.gschema.override usr/share/glib-2.0/schemas
|
||||
|
Loading…
Reference in New Issue
Block a user