Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Merge requests
!753
a11y-profile-manager: backport nabia's changes to a11y-profile-manager 9.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
a11y-profile-manager: backport nabia's changes to a11y-profile-manager 9.0
Ark74/package-helpers:bpo_a11y-profile-manager_9.0
into
etiona
Overview
1
Commits
2
Changes
1
Closed
Luis Guzmán
requested to merge
Ark74/package-helpers:bpo_a11y-profile-manager_9.0
into
etiona
2 years ago
Overview
1
Commits
2
Changes
1
Expand
Applied
c0f25322
- show a11y indicator when a11y is enabled
Applied
4ec37d90
- Fixes issues starting orca
1
0
Merge request reports
Compare
etiona
etiona (base)
and
latest version
latest version
078fa4ab
2 commits,
2 years ago
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
helpers/make-a11y-profile-manager
+
4
−
2
Options
#!/bin/sh
#
# Copyright (C) 202
0
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 202
1
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2019 Mason Hock <mason@masonhock.com>
#
# This program is free software; you can redistribute it and/or modify
@@ -18,11 +18,12 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
3
VERSION
=
5
.
./config
sed
's/OnlyShowIn=Unity;/OnlyShowIn=Unity;MATE;/'
-i
a11y-profile-manager-indicator-autostart.desktop.in
sed
's/GSettings.*/GSettings org.mate.interface accessibility/'
-i
a11y-profile-manager-indicator-autostart.desktop.in
cat
<<
EOF
>> profiles/blindness/profile.gsettings
@@ -42,6 +43,7 @@ cat << EOF >> profiles/high-contrast/profile.gsettings
high-contrast=true
EOF
sed
's/orca/orca --replace/'
-i
profiles/blindness/profile.manifest.in
changelog
"Added unity-greeter gsettings"
Loading