Skip to content
Snippets Groups Projects
Verified Commit 78498f81 authored by David Beniamine's avatar David Beniamine
Browse files

Force use evince for pdf

parent 37283727
Branches
No related tags found
No related merge requests found
...@@ -103,6 +103,9 @@ for PROTO in HTTP HTTPS FTP ...@@ -103,6 +103,9 @@ for PROTO in HTTP HTTPS FTP
do do
echo "export ${PROTO}_PROXY=slis:3128" >> /home/$user/.profile echo "export ${PROTO}_PROXY=slis:3128" >> /home/$user/.profile
done done
# Fix evince as pdf reader
echo '[Default Applications]' >> /home/$user/.local/share/applications/default.list
echo 'application/pdf=evince.desktop' >> /home/$user/.local/share/applications/default.list
# fix samba passwd # fix samba passwd
# echo "You will be prompted twice for samba password, please enter the same as for LDAP" # echo "You will be prompted twice for samba password, please enter the same as for LDAP"
# smbpasswd -U $user # smbpasswd -U $user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment