Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FUSS
fuss-software
Commits
68150101
Commit
68150101
authored
Jun 01, 2020
by
Paolo Dongilli
Browse files
- fixed check in script 21-lightdm-locale-fix
- added aptitude to fuss-various
parent
2c8b68b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
customizations/21-lightdm-locale-fix
View file @
68150101
...
...
@@ -2,7 +2,7 @@
# workaround for session language selection in lightdm greeter
# we need this only if lightdm is being used
if
pidof lightdm
;
then
if
[
-e
$HOME
/.dmrc
]
;
then
if
([
-e
$HOME
/.dmrc
]
&&
[
$(
grep
'Language'
$HOME
/.dmrc
)
]
)
;
then
# use Language setting from ~/.dmrc
export
LANG
=
`
cat
"
$HOME
/.dmrc"
|
grep
'^Language='
|
cut
-d
'='
-f
2- |
sed
's/utf8/UTF-8/'
`
...
...
metapackages/various
View file @
68150101
apsfilter
aptitude
arandr
clusterssh
cups
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment