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-utility
Commits
37995677
Commit
37995677
authored
Nov 24, 2019
by
Paolo Dongilli
Browse files
Merge branch 'fuss/master' into fuss/stretch
parents
f9c2a895
b56c2d39
Changes
5
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
37995677
fuss-utility (0.
4
~fuss9+1) unstable; urgency=medium
fuss-utility (0.
5
~fuss9+1) unstable; urgency=medium
* Rebuild for stretch.
-- Paolo Dongilli <dongilli@fuss.bz.it> Wed, 21 Nov 2019 17:42:07 +0100
-- Paolo Dongilli <dongilli@fuss.bz.it> Sun, 24 Nov 2019 05:07:07 +0100
fuss-utility (0.5) unstable; urgency=medium
* corrected typo
* added change-password script
-- Paolo Dongilli <dongilli@fuss.bz.it> Sun, 24 Nov 2019 05:03:32 +0100
fuss-utility (0.4) unstable; urgency=medium
...
...
debian/install
View file @
37995677
src/change-password usr/bin
src/change-password.desktop /usr/share/applications/change-password.desktop
src/set-session-language usr/bin
src/set-session-language.desktop /usr/share/applications/set-session-language.desktop
src/change-password
0 → 100755
View file @
37995677
#!/bin/bash
passwd
read
-n
1
-r
-s
-p
$'
\n
Premi un tasto qualsiasi per terminare...
\n
'
src/change-password.desktop
0 → 100644
View file @
37995677
[Desktop Entry]
Type=Application
Encoding=UTF-8
Icon=/usr/share/icons/hicolor/48x48/apps/gcr-password.png
Exec=xfce4-terminal -e change-password --hide-menubar --hide-toolbar --hide-scrollbar -T %c
Name=Change Password
Name[it]=Cambia la password
Name[de]=Passwort ändern
Comment=Change your password
Comment[it]=Cambia la tua password
Comment[de]=Dein Passwort ändern
Terminal=False
Categories=Settings;
src/set-session-language
View file @
37995677
...
...
@@ -35,7 +35,7 @@ class App(tk.Frame):
)
self
.
text
.
pack
(
side
=
"top"
)
cur_loc
=
locale
.
getlocale
()
if
cur_loc
[
0
]
is
None
or
cur_loc
[
0
]
is
None
:
if
cur_loc
[
0
]
is
None
or
cur_loc
[
1
]
is
None
:
self
.
chosen_locale
.
set
(
'it_IT.utf8'
)
else
:
self
.
chosen_locale
.
set
(
cur_loc
[
0
]
+
'.'
+
cur_loc
[
1
])
...
...
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