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
Commits
6e9c78fe
Commit
6e9c78fe
authored
2 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
lightdm-gtk-greeter: improved orca wrapper script
parent
f9718a46
No related branches found
No related tags found
No related merge requests found
Pipeline
#784
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-lightdm-gtk-greeter
+5
-2
5 additions, 2 deletions
helpers/make-lightdm-gtk-greeter
with
5 additions
and
2 deletions
helpers/make-lightdm-gtk-greeter
+
5
−
2
View file @
6e9c78fe
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
VERSION
=
3
VERSION
=
4
COMPONENT
=
main
COMPONENT
=
main
.
./config
.
./config
...
@@ -57,13 +57,16 @@ EOF
...
@@ -57,13 +57,16 @@ EOF
cat
<<
EOF
> orca-lightdm-wrapper
cat
<<
EOF
> orca-lightdm-wrapper
#!/bin/sh
#!/bin/sh
# Make sure speech-dispatcher is not running
pkill -9 speech-dispatcher
# Make sure that pulseaudio is running and not muted. This prevents sound initialization errors in the lightdm session
# Make sure that pulseaudio is running and not muted. This prevents sound initialization errors in the lightdm session
pulseaudio --start
pulseaudio --start
pactl set-sink-mute @DEFAULT_SINK@ true
pactl set-sink-mute @DEFAULT_SINK@ true
pactl set-sink-mute @DEFAULT_SINK@ false
pactl set-sink-mute @DEFAULT_SINK@ false
which espeak paplay >/dev/null && espeak "Trisquel login" --stdout|paplay
which espeak paplay >/dev/null && espeak "Trisquel login" --stdout|paplay
exec orca
\$
@
exec orca
--replace --no-setup --disable splash-window,
\$
@
EOF
EOF
chmod
755 orca-lightdm-wrapper
chmod
755 orca-lightdm-wrapper
echo
orca-lightdm-wrapper /usr/bin
>>
debian/lightdm-gtk-greeter.install
echo
orca-lightdm-wrapper /usr/bin
>>
debian/lightdm-gtk-greeter.install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment