maybe chmod 0755 './apt/apt.conf.d'
maybe chmod 0664 './apt/apt.conf.d/00aptitude'
maybe chmod 0644 './apt/apt.conf.d/00cdrom'
+maybe chmod 0644 './apt/apt.conf.d/00mint'
maybe chmod 0644 './apt/apt.conf.d/00recommends'
maybe chmod 0664 './apt/apt.conf.d/00trustcdrom'
maybe chmod 0644 './apt/apt.conf.d/01autoremove'
maybe chmod 0644 './bash_completion.d/dkms'
maybe chmod 0644 './bash_completion.d/docker'
maybe chmod 0644 './bash_completion.d/etckeeper'
+maybe chmod 0644 './bash_completion.d/gem1.9.1'
maybe chmod 0644 './bash_completion.d/git-prompt'
maybe chmod 0644 './bash_completion.d/grub'
maybe chmod 0644 './bash_completion.d/icingacli'
maybe chmod 0755 './init.d/bluetooth'
maybe chmod 0755 './init.d/brltty'
maybe chmod 0755 './init.d/casper'
-maybe chmod 0755 './init.d/cinnamon'
maybe chmod 0755 './init.d/console-setup'
maybe chmod 0755 './init.d/cpufrequtils'
maybe chmod 0755 './init.d/cups'
maybe chmod 0644 './init/checkfs.sh.conf'
maybe chmod 0644 './init/checkroot-bootclean.sh.conf'
maybe chmod 0644 './init/checkroot.sh.conf'
-maybe chmod 0644 './init/cinnamon.conf'
maybe chmod 0644 './init/console-font.conf'
maybe chmod 0644 './init/console-setup.conf'
maybe chmod 0644 './init/console.conf'
maybe chmod 0644 './linuxmint/adjustments/15-mint-logos.overwrite'
maybe chmod 0644 './linuxmint/adjustments/15-mint-mime.overwrite'
maybe chmod 0644 './linuxmint/adjustments/15-mint-motd.overwrite'
+maybe chmod 0644 './linuxmint/adjustments/15-mintlocale.menu'
maybe chmod 0644 './linuxmint/adjustments/15-mintsystem.menu'
+maybe chmod 0644 './linuxmint/adjustments/15-mintsystem.overwrite'
maybe chmod 0755 './linuxmint/adjustments/15-ubuntu-system-adjustments.execute'
maybe chmod 0644 './linuxmint/adjustments/15-ubuntu-system-adjustments.menu'
maybe chmod 0644 './linuxmint/adjustments/15-ubuntu-system-adjustments.overwrite'
maybe chmod 0755 './xdg/autostart'
maybe chmod 0644 './xdg/autostart/at-spi-dbus-bus.desktop'
maybe chmod 0644 './xdg/autostart/caribou-autostart.desktop'
+maybe chmod 0644 './xdg/autostart/cinnamon-sound-applet.desktop'
maybe chmod 0644 './xdg/autostart/gnome-keyring-gpg.desktop'
maybe chmod 0644 './xdg/autostart/gnome-keyring-pkcs11.desktop'
maybe chmod 0644 './xdg/autostart/gnome-keyring-secrets.desktop'
if [ -r "$GNOMERC" ]; then
. "$GNOMERC"
fi
- # We prepend /usr/share/gnome since its defaults.list actually points
+ # We prepend /usr/share/gnome since its defaults.list actually points
# to /etc so it is configurable.
if [ -z "$XDG_DATA_DIRS" ]; then
XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
if test -f /proc/modules && ! grep -q vboxguest /proc/modules 2>/dev/null; then
# Do not start if the kernel module is not present.
- notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting."
+ true # "VBoxClient: the VirtualBox kernel service is not running. Exiting."
elif test -z "${SSH_CONNECTION}"; then
# This script can also be triggered by a connection over SSH, which is not
# what we had in mind, so we do not start VBoxClient in that case. We do
--- /dev/null
+APT::Cache-Start "104857600";
Package: *
Pin: origin build.linuxmint.com
Pin-Priority: 700
-
-Package: *
-Pin: release o=LP-PPA-gwendal-lebihan-dev-cinnamon-nightly
-Pin-Priority: 700
-
-Package: *
-Pin: origin download.virtualbox.org
-Pin-Priority: 700
Package: *
-Pin: release o=linuxmint
-Pin-Priority: 700
+Pin: origin live.linuxmint.com
+Pin-Priority: 750
Package: *
-Pin: origin packages.linuxmint.com
+Pin: release o=linuxmint,c=upstream
Pin-Priority: 700
Package: *
--- /dev/null
+# Michael Schuerig, michael@schuerig.de, 2007-02-24
+# [2007-12-21] Updated by Victor Serbin (chepel@hotmail.com) for gem1.9.1 v1.0
+# Free for all uses.
+
+have gem1.9.1 &&
+_gem191()
+{
+ local cur prev completions
+
+ COMPREPLY=()
+ cur=${COMP_WORDS[COMP_CWORD]}
+ prev=${COMP_WORDS[COMP_CWORD-1]}
+
+ COMMANDS='build cert check cleanup contents dependency\
+ environment fetch generate_index help install list\
+ lock mirror outdated pristine query rdoc search server\
+ sources specification uninstall unpack update which'
+
+ GEM_OPTIONS='\
+ -h --help\
+ -v --version'
+
+ COMMON_OPTIONS='\
+ -h --help\
+ -V --verbose --no-verbose\
+ -q --quiet\
+ --config-file\
+ --backtrace\
+ --debug'
+
+ CERT_OPTIONS='\
+ -a -add\
+ -l --list\
+ -r --remove\
+ -b --build\
+ -C --certificate\
+ -K --private-key\
+ -s --sign'
+
+ CHECK_OPTIONS='\
+ --verify\
+ -a --alien\
+ -t --test\
+ -v --version'
+
+ CLEANUP_OPTIONS='\
+ -d --dry-run'
+
+ CONTENTS_OPTIONS='\
+ -v --version\
+ -s --spec-dir\
+ -l --lib-only --no-lib-only'
+
+ DEPENDENCY_OPTIONS='\
+ -v --version\
+ --platform\
+ -R --reverse-dependencies --no-reverse-dependencies\
+ -p --pipe'
+
+ ENVIRONMENT_OPTIONS=''
+
+ FETCH_OPTIONS='\
+ -v --version\
+ --platform\
+ -B --bulk-threshold\
+ -p --http-proxy --no-http-proxy\
+ --source'
+
+ GENERATE_INDEX_OPTIONS='\
+ -d --directory'
+
+ HELP_OPTIONS=$COMMANDS
+
+ INSTALL_OPTIONS='\
+ --platform\
+ -v --version\
+ -i --install-dir\
+ -d --rdoc --no-rdoc\
+ --ri --no-ri\
+ -E --env-shebang\
+ -f --force --no-force\
+ -t --test --no-test\
+ -w --wrappers --no-wrappers\
+ -P --trust-policy\
+ --ignore-dependencies\
+ -y --include-dependencies\
+ --format-executable --no-format-executable\
+ -l --local\
+ -r --remote\
+ -b --both\
+ -B --bulk-threshold\
+ --source\
+ -p --http-proxy --no-http-proxy\
+ -u --update-sources --no-update-sources'
+
+ LIST_OPTIONS='\
+ -d --details --no-details\
+ --versions --no-versions\
+ -l --local\
+ -r --remote\
+ -b --both\
+ -B --bulk-threshold\
+ --source\
+ -p --http-proxy --no-http-proxy\
+ -u --update-sources --no-update-sources'
+
+ LOCK_OPTIONS='\
+ -s --strict --no-strict'
+
+ MIRROR_OPTIONS=''
+
+ OUTDATED_OPTIONS='\
+ --platform'
+
+ PRISTINE_OPTIONS='\
+ --all\
+ -v --version'
+
+ QUERY_OPTIONS='\
+ -n --name-matches\
+ -d --details --no-details\
+ --versions --no-versions\
+ -l --local\
+ -r --remote\
+ -b --both\
+ -B --bulk-threshold\
+ --source\
+ -p --http-proxy --no-http-proxy\
+ -u --update-sources --no-update-sources'
+
+ RDOC_OPTIONS='\
+ --all\
+ --rdoc --no-rdoc\
+ --ri --no-ri\
+ -v --version'
+
+ SEARCH_OPTIONS='\
+ -d --details --no-details\
+ --versions --no-versions\
+ -l --local\
+ -r --remote\
+ -b --both\
+ -B --bulk-threshold\
+ --source\
+ -p --http-proxy --no-http-proxy\
+ -u --update-sources --no-update-sources'
+
+ SERVER_OPTIONS='\
+ -p --port\
+ -d --dir\
+ --daemon --no-daemon'
+
+ SOURCES_OPTIONS='\
+ -a --add\
+ -l --list\
+ -r --remove\
+ -u --update\
+ -c --clear-all'
+
+ SPECIFICATION_OPTIONS='\
+ -v --version\
+ --platform\
+ --all\
+ -l --local\
+ -r --remote\
+ -b --both\
+ -B --bulk-threshold\
+ --source\
+ -p --http-proxy --no-http-proxy\
+ -u --update-sources --no-update-sources'
+
+ UNINSTALL_OPTIONS='\
+ -a --all --no-all\
+ -i --ignore-dependencies --no-ignore-dependencies\
+ -x --executables --no-executables\
+ -v --version\
+ --platform'
+
+ UNPACK_OPTIONS='\
+ --target\
+ -v --version'
+
+ UPDATE_OPTIONS='\
+ --system\
+ --platform\
+ -i --install-dir\
+ -d --rdoc --no-rdoc\
+ --ri --no-ri\
+ -E --env-shebang\
+ -f --force --no-force\
+ -t --test --no-test\
+ -w --wrappers --no-wrappers\
+ -P --trust-policy\
+ --ignore-dependencies\
+ -y --include-dependencies\
+ --format-executable --no-format-executable\
+ -l --local\
+ -r --remote\
+ -b --both\
+ -B --bulk-threshold\
+ --source\
+ -p --http-proxy --no-http-proxy\
+ -u --update-sources --no-update-sources'
+
+ WHICH_OPTIONS='\
+ -a --all --no-all\
+ -g --gems-first --no-gems-first'
+
+ case "${prev}" in
+ build)
+ completions="$COMMON_OPTIONS $BUILD_OPTIONS"
+ ;;
+ cert)
+ completions="$COMMON_OPTIONS $CERT_OPTIONS"
+ ;;
+ check)
+ completions="$COMMON_OPTIONS $CHECK_OPTIONS"
+ ;;
+ cleanup)
+ completions="$COMMON_OPTIONS $CLEANUP_OPTIONS"
+ ;;
+ contents)
+ completions="$COMMON_OPTIONS $CONTENTS_OPTIONS"
+ ;;
+ dependency)
+ completions="$COMMON_OPTIONS $DEPENDENCY_OPTIONS"
+ ;;
+ environment)
+ completions="$COMMON_OPTIONS $ENVIRONMENT_OPTIONS"
+ ;;
+ fetch)
+ completions="$COMMON_OPTIONS $FETCH_OPTIONS"
+ ;;
+ generate_index)
+ completions="$COMMON_OPTIONS $GENERATE_INDEX_OPTIONS"
+ ;;
+ help)
+ completions="$COMMON_OPTIONS $HELP_OPTIONS"
+ ;;
+ install)
+ completions="$COMMON_OPTIONS $INSTALL_OPTIONS"
+ ;;
+ list)
+ completions="$COMMON_OPTIONS $LIST_OPTIONS"
+ ;;
+ lock)
+ completions="$COMMON_OPTIONS $LOCK_OPTIONS"
+ ;;
+ mirror)
+ completions="$COMMON_OPTIONS $MIRROR_OPTIONS"
+ ;;
+ outdated)
+ completions="$COMMON_OPTIONS $OUTDATED_OPTIONS"
+ ;;
+ pristine)
+ completions="$COMMON_OPTIONS $PRISTINE_OPTIONS"
+ ;;
+ query)
+ completions="$COMMON_OPTIONS $QUERY_OPTIONS"
+ ;;
+ rdoc)
+ completions="$COMMON_OPTIONS $RDOC_OPTIONS"
+ ;;
+ search)
+ completions="$COMMON_OPTIONS $SEARCH_OPTIONS"
+ ;;
+ server)
+ completions="$COMMON_OPTIONS $SERVER_OPTIONS"
+ ;;
+ sources)
+ completions="$COMMON_OPTIONS $SOURCES_OPTIONS"
+ ;;
+ specification)
+ completions="$COMMON_OPTIONS $SPECIFICATION_OPTIONS"
+ ;;
+ uninstall)
+ completions="$COMMON_OPTIONS $UNINSTALL_OPTIONS"
+ ;;
+ unpack)
+ completions="$COMMON_OPTIONS $UNPACK_OPTIONS"
+ ;;
+ update)
+ completions="$COMMON_OPTIONS $UPDATE_OPTIONS"
+ ;;
+ which)
+ completions="$COMMON_OPTIONS $WHICH_OPTIONS"
+ ;;
+ *)
+ completions="$COMMANDS $GEM_OPTIONS"
+ ;;
+ esac
+
+ COMPREPLY=( $( compgen -W "$completions" -- $cur ))
+ return 0
+}
+
+[ -n "${have:-}" ] && complete -F _gem191 $filenames gem1.9.1
dc='*-d?(c)*'
case "${1##*/}" in
- lobase) e='!*.+(odb|ODB)' ;;
- lodraw) e='!*.+(sxd|SXD|std|STD|dxf|DXF|emf|EMF|eps|EPS|met|MET|pct|PCT|sgf|SGF|sgv|SGV|sda|SDA|sdd|SDD|vor|VOR|svm|SVM|wmf|WMF|bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|jfif|JFIF|fif|FIF|jpe|JPE|pcd|PCD|pcx|PCX|pgm|PGM|png|PNG|ppm|PPM|psd|PSD|ras|RAS|tga|TGA|tif|TIF|tiff|TIFF|xbm|XBM|xpm|XPM|odg|ODG|otg|OTG|fodg|FODG|odc|ODC|odi|ODI|sds|SDS|wpg|WPG|svg|SVG)' ;;
lowriter) e='!*.+(doc|DOC|dot|DOT|rtf|RTF|sxw|SXW|stw|STW|sdw|SDW|vor|VOR|txt|TXT|htm?|HTM?|xml|XML|wp|WP|wpd|WPD|wps|WPS|odt|ODT|ott|OTT|fodt|FODT|docm|DOCM|docx|DOCX|dotm|DOTM|dotx|DOTX|sxg|SXG|odm|ODM|sgl|SGL)' ;;
- loffice) e='!*.+(sxd|SXD|std|STD|dxf|DXF|emf|EMF|eps|EPS|met|MET|pct|PCT|sgf|SGF|sgv|SGV|sda|SDA|sdd|SDD|vor|VOR|svm|SVM|wmf|WMF|bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|jfif|JFIF|fif|FIF|jpe|JPE|pcd|PCD|pcx|PCX|pgm|PGM|png|PNG|ppm|PPM|psd|PSD|ras|RAS|tga|TGA|tif|TIF|tiff|TIFF|xbm|XBM|xpm|XPM|odg|ODG|otg|OTG|fodg|FODG|odc|ODC|odi|ODI|sds|SDS|wpg|WPG|svg|SVG|doc|DOC|dot|DOT|rtf|RTF|sxw|SXW|stw|STW|sdw|SDW|vor|VOR|txt|TXT|htm?|HTM?|xml|XML|wp|WP|wpd|WPD|wps|WPS|odt|ODT|ott|OTT|fodt|FODT|docm|DOCM|docx|DOCX|dotm|DOTM|dotx|DOTX|sxm|SXM|smf|SMF|mml|MML|odf|ODF|sxi|SXI|sti|STI|ppt|PPT|pps|PPS|pot|POT|sxd|SXD|sda|SDA|sdd|SDD|sdp|SDP|vor|VOR|cgm|CGM|odp|ODP|otp|OTP|fodp|FODP|ppsm|PPSM|ppsx|PPSX|pptm|PPTM|pptx|PPTX|potm|POTM|potx|POTX|odb|ODB|sxc|SXC|stc|STC|dif|DIF|dbf|DBF|xls|XLS|xlw|XLW|xlt|XLT|rtf|RTF|sdc|SDC|vor|VOR|slk|SLK|txt|TXT|htm|HTM|html|HTML|wk1|WK1|wks|WKS|123|123|xml|XML|ods|ODS|ots|OTS|fods|FODS|csv|CSV|xlsb|XLSB|xlsm|XLSM|xlsx|XLSX|xltm|XLTM|xltx|XLTX|sxg|SXG|odm|ODM|sgl|SGL|stw|STW|dot|DOT|vor|VOR|stc|STC|xlt|XLT|sti|STI|pot|POT|std|STD|stw|STW|dotm|DOTM|dotx|DOTX|potm|POTM|potx|POTX|xltm|XLTM|xltx|XLTX|htm|HTM|html|HTML|stw|STW|txt|TXT|vor|VOR|oth|OTH)' ;;
- loweb) e='!*.+(htm|HTM|html|HTML|stw|STW|txt|TXT|vor|VOR|oth|OTH)' ;;
- localc) e='!*.+(sxc|SXC|stc|STC|dif|DIF|dbf|DBF|xls|XLS|xlw|XLW|xlt|XLT|rtf|RTF|sdc|SDC|vor|VOR|slk|SLK|txt|TXT|htm|HTM|html|HTML|wk1|WK1|wks|WKS|123|123|xml|XML|ods|ODS|ots|OTS|fods|FODS|csv|CSV|xlsb|XLSB|xlsm|XLSM|xlsx|XLSX|xltm|XLTM|xltx|XLTX)' ;;
- loimpress) e='!*.+(sxi|SXI|sti|STI|ppt|PPT|pps|PPS|pot|POT|sxd|SXD|sda|SDA|sdd|SDD|sdp|SDP|vor|VOR|cgm|CGM|odp|ODP|otp|OTP|fodp|FODP|ppsm|PPSM|ppsx|PPSX|pptm|PPTM|pptx|PPTX|potm|POTM|potx|POTX)' ;;
- libreoffice) e='!*.+(sxd|SXD|std|STD|dxf|DXF|emf|EMF|eps|EPS|met|MET|pct|PCT|sgf|SGF|sgv|SGV|sda|SDA|sdd|SDD|vor|VOR|svm|SVM|wmf|WMF|bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|jfif|JFIF|fif|FIF|jpe|JPE|pcd|PCD|pcx|PCX|pgm|PGM|png|PNG|ppm|PPM|psd|PSD|ras|RAS|tga|TGA|tif|TIF|tiff|TIFF|xbm|XBM|xpm|XPM|odg|ODG|otg|OTG|fodg|FODG|odc|ODC|odi|ODI|sds|SDS|wpg|WPG|svg|SVG|doc|DOC|dot|DOT|rtf|RTF|sxw|SXW|stw|STW|sdw|SDW|vor|VOR|txt|TXT|htm?|HTM?|xml|XML|wp|WP|wpd|WPD|wps|WPS|odt|ODT|ott|OTT|fodt|FODT|docm|DOCM|docx|DOCX|dotm|DOTM|dotx|DOTX|sxm|SXM|smf|SMF|mml|MML|odf|ODF|sxi|SXI|sti|STI|ppt|PPT|pps|PPS|pot|POT|sxd|SXD|sda|SDA|sdd|SDD|sdp|SDP|vor|VOR|cgm|CGM|odp|ODP|otp|OTP|fodp|FODP|ppsm|PPSM|ppsx|PPSX|pptm|PPTM|pptx|PPTX|potm|POTM|potx|POTX|odb|ODB|sxc|SXC|stc|STC|dif|DIF|dbf|DBF|xls|XLS|xlw|XLW|xlt|XLT|rtf|RTF|sdc|SDC|vor|VOR|slk|SLK|txt|TXT|htm|HTM|html|HTML|wk1|WK1|wks|WKS|123|123|xml|XML|ods|ODS|ots|OTS|fods|FODS|csv|CSV|xlsb|XLSB|xlsm|XLSM|xlsx|XLSX|xltm|XLTM|xltx|XLTX|sxg|SXG|odm|ODM|sgl|SGL|stw|STW|dot|DOT|vor|VOR|stc|STC|xlt|XLT|sti|STI|pot|POT|std|STD|stw|STW|dotm|DOTM|dotx|DOTX|potm|POTM|potx|POTX|xltm|XLTM|xltx|XLTX|htm|HTM|html|HTML|stw|STW|txt|TXT|vor|VOR|oth|OTH)' ;;
+ lobase) e='!*.+(odb|ODB)' ;;
+ lodraw) e='!*.+(sxd|SXD|std|STD|dxf|DXF|emf|EMF|eps|EPS|met|MET|pct|PCT|sgf|SGF|sgv|SGV|sda|SDA|sdd|SDD|vor|VOR|svm|SVM|wmf|WMF|bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|jfif|JFIF|fif|FIF|jpe|JPE|pcd|PCD|pcx|PCX|pgm|PGM|png|PNG|ppm|PPM|psd|PSD|ras|RAS|tga|TGA|tif|TIF|tiff|TIFF|xbm|XBM|xpm|XPM|odg|ODG|otg|OTG|fodg|FODG|odc|ODC|odi|ODI|sds|SDS|wpg|WPG|svg|SVG|vdx|VDX|vsd|VSD|vsdm|VSDM|vsdx|VSDX)' ;;
+ loffice) e='!*.+(sxd|SXD|std|STD|dxf|DXF|emf|EMF|eps|EPS|met|MET|pct|PCT|sgf|SGF|sgv|SGV|sda|SDA|sdd|SDD|vor|VOR|svm|SVM|wmf|WMF|bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|jfif|JFIF|fif|FIF|jpe|JPE|pcd|PCD|pcx|PCX|pgm|PGM|png|PNG|ppm|PPM|psd|PSD|ras|RAS|tga|TGA|tif|TIF|tiff|TIFF|xbm|XBM|xpm|XPM|odg|ODG|otg|OTG|fodg|FODG|odc|ODC|odi|ODI|sds|SDS|wpg|WPG|svg|SVG|vdx|VDX|vsd|VSD|vsdm|VSDM|vsdx|VSDX|doc|DOC|dot|DOT|rtf|RTF|sxw|SXW|stw|STW|sdw|SDW|vor|VOR|txt|TXT|htm?|HTM?|xml|XML|wp|WP|wpd|WPD|wps|WPS|odt|ODT|ott|OTT|fodt|FODT|docm|DOCM|docx|DOCX|dotm|DOTM|dotx|DOTX|sxm|SXM|smf|SMF|mml|MML|odf|ODF|sxi|SXI|sti|STI|ppt|PPT|pps|PPS|pot|POT|sxd|SXD|sda|SDA|sdd|SDD|sdp|SDP|vor|VOR|cgm|CGM|odp|ODP|otp|OTP|fodp|FODP|ppsm|PPSM|ppsx|PPSX|pptm|PPTM|pptx|PPTX|potm|POTM|potx|POTX|odb|ODB|sxc|SXC|stc|STC|dif|DIF|dbf|DBF|xls|XLS|xlw|XLW|xlt|XLT|rtf|RTF|sdc|SDC|vor|VOR|slk|SLK|txt|TXT|htm|HTM|html|HTML|wk1|WK1|wks|WKS|123|123|xml|XML|ods|ODS|ots|OTS|fods|FODS|csv|CSV|xlsb|XLSB|xlsm|XLSM|xlsx|XLSX|xltm|XLTM|xltx|XLTX|sxg|SXG|odm|ODM|sgl|SGL|stw|STW|dot|DOT|vor|VOR|stc|STC|xlt|XLT|sti|STI|pot|POT|std|STD|stw|STW|dotm|DOTM|dotx|DOTX|potm|POTM|potx|POTX|xltm|XLTM|xltx|XLTX|htm|HTM|html|HTML|stw|STW|txt|TXT|vor|VOR|oth|OTH)' ;;
unopkg) e='!*.+(oxt|OXT)' ;;
+ libreoffice) e='!*.+(sxd|SXD|std|STD|dxf|DXF|emf|EMF|eps|EPS|met|MET|pct|PCT|sgf|SGF|sgv|SGV|sda|SDA|sdd|SDD|vor|VOR|svm|SVM|wmf|WMF|bmp|BMP|gif|GIF|jpg|JPG|jpeg|JPEG|jfif|JFIF|fif|FIF|jpe|JPE|pcd|PCD|pcx|PCX|pgm|PGM|png|PNG|ppm|PPM|psd|PSD|ras|RAS|tga|TGA|tif|TIF|tiff|TIFF|xbm|XBM|xpm|XPM|odg|ODG|otg|OTG|fodg|FODG|odc|ODC|odi|ODI|sds|SDS|wpg|WPG|svg|SVG|vdx|VDX|vsd|VSD|vsdm|VSDM|vsdx|VSDX|doc|DOC|dot|DOT|rtf|RTF|sxw|SXW|stw|STW|sdw|SDW|vor|VOR|txt|TXT|htm?|HTM?|xml|XML|wp|WP|wpd|WPD|wps|WPS|odt|ODT|ott|OTT|fodt|FODT|docm|DOCM|docx|DOCX|dotm|DOTM|dotx|DOTX|sxm|SXM|smf|SMF|mml|MML|odf|ODF|sxi|SXI|sti|STI|ppt|PPT|pps|PPS|pot|POT|sxd|SXD|sda|SDA|sdd|SDD|sdp|SDP|vor|VOR|cgm|CGM|odp|ODP|otp|OTP|fodp|FODP|ppsm|PPSM|ppsx|PPSX|pptm|PPTM|pptx|PPTX|potm|POTM|potx|POTX|odb|ODB|sxc|SXC|stc|STC|dif|DIF|dbf|DBF|xls|XLS|xlw|XLW|xlt|XLT|rtf|RTF|sdc|SDC|vor|VOR|slk|SLK|txt|TXT|htm|HTM|html|HTML|wk1|WK1|wks|WKS|123|123|xml|XML|ods|ODS|ots|OTS|fods|FODS|csv|CSV|xlsb|XLSB|xlsm|XLSM|xlsx|XLSX|xltm|XLTM|xltx|XLTX|sxg|SXG|odm|ODM|sgl|SGL|stw|STW|dot|DOT|vor|VOR|stc|STC|xlt|XLT|sti|STI|pot|POT|std|STD|stw|STW|dotm|DOTM|dotx|DOTX|potm|POTM|potx|POTX|xltm|XLTM|xltx|XLTX|htm|HTM|html|HTML|stw|STW|txt|TXT|vor|VOR|oth|OTH)' ;;
lomath) e='!*.+(sxm|SXM|smf|SMF|mml|MML|odf|ODF)' ;;
+ loimpress) e='!*.+(sxi|SXI|sti|STI|ppt|PPT|pps|PPS|pot|POT|sxd|SXD|sda|SDA|sdd|SDD|sdp|SDP|vor|VOR|cgm|CGM|odp|ODP|otp|OTP|fodp|FODP|ppsm|PPSM|ppsx|PPSX|pptm|PPTM|pptx|PPTX|potm|POTM|potx|POTX)' ;;
+ localc) e='!*.+(sxc|SXC|stc|STC|dif|DIF|dbf|DBF|xls|XLS|xlw|XLW|xlt|XLT|rtf|RTF|sdc|SDC|vor|VOR|slk|SLK|txt|TXT|htm|HTM|html|HTML|wk1|WK1|wks|WKS|123|123|xml|XML|ods|ODS|ots|OTS|fods|FODS|csv|CSV|xlsb|XLSB|xlsm|XLSM|xlsx|XLSX|xltm|XLTM|xltx|XLTX)' ;;
lofromtemplate) e='!*.+(stw|STW|dot|DOT|vor|VOR|stc|STC|xlt|XLT|sti|STI|pot|POT|std|STD|stw|STW|dotm|DOTM|dotx|DOTX|potm|POTM|potx|POTX|xltm|XLTM|xltx|XLTX)' ;;
+ loweb) e='!*.+(htm|HTM|html|HTML|stw|STW|txt|TXT|vor|VOR|oth|OTH)' ;;
*) e='!*'
esac
complete -d -X '.[^./]*' -F _loexp_ ${_file} \
+ lowriter \
lobase \
lodraw \
- lowriter \
loffice \
- loweb \
- localc \
- loimpress \
- libreoffice \
unopkg \
+ libreoffice \
lomath \
- lofromtemplate
+ loimpress \
+ localc \
+ lofromtemplate \
+ loweb
unset _def _dir _file _nosp _minusdd _minusdf
<dir name="apps">
<dir name="metacity">
<dir name="general">
- <entry name="button_layout" mtime="1437472411" type="string">
+ <entry name="button_layout" mtime="1540291999" type="string">
<stringvalue>menu:minimize,maximize,close</stringvalue>
</entry>
- <entry name="num_workspaces" mtime="1437472411" type="int" value="4"/>
- <entry name="titlebar_font" mtime="1437472410" type="string">
+ <entry name="num_workspaces" mtime="1540291999" type="int" value="4"/>
+ <entry name="titlebar_font" mtime="1540291999" type="string">
<stringvalue>Sans Bold 10</stringvalue>
</entry>
- <entry name="theme" mtime="1437472410" type="string">
+ <entry name="theme" mtime="1540291999" type="string">
<stringvalue>Mint-X</stringvalue>
</entry>
</dir>
</dir>
<dir name="notification-daemon">
- <entry name="theme" mtime="1437472410" type="string">
+ <entry name="theme" mtime="1540291999" type="string">
<stringvalue>standard</stringvalue>
</entry>
</dir>
<dir name="cube">
<dir name="screen0">
<dir name="options">
- <entry name="color" mtime="1437472411" type="string">
+ <entry name="color" mtime="1540291999" type="string">
<stringvalue>000000ff</stringvalue>
</entry>
</dir>
<dir name="general">
<dir name="screen0">
<dir name="options">
- <entry name="hsize" mtime="1437472411" type="int" value="4"/>
+ <entry name="hsize" mtime="1540291999" type="int" value="4"/>
</dir>
</dir>
</dir>
<dir name="preferences">
<dir name="editor">
<dir name="save">
- <entry name="create_backup_copy" mtime="1437472411" type="bool" value="false"/>
+ <entry name="create_backup_copy" mtime="1540291999" type="bool" value="false"/>
</dir>
</dir>
</dir>
</dir>
<dir name="gnome-session">
<dir name="options">
- <entry name="splash_image" mtime="1437472410" type="string">
+ <entry name="splash_image" mtime="1540291999" type="string">
<stringvalue>splash/linuxmint.png</stringvalue>
</entry>
</dir>
<dir name="resize">
<dir name="screen0">
<dir name="options">
- <entry name="fill_color" mtime="1437472412" type="string">
+ <entry name="fill_color" mtime="1540291999" type="string">
<stringvalue>#b5fb0019</stringvalue>
</entry>
- <entry name="border_color" mtime="1437472412" type="string">
+ <entry name="border_color" mtime="1540291999" type="string">
<stringvalue>#aafb009f</stringvalue>
</entry>
</dir>
<dir name="grid">
<dir name="screen0">
<dir name="options">
- <entry name="fill_color" mtime="1437472412" type="string">
+ <entry name="fill_color" mtime="1540292000" type="string">
<stringvalue>#abfb004f</stringvalue>
</entry>
- <entry name="outline_color" mtime="1437472412" type="string">
+ <entry name="outline_color" mtime="1540291999" type="string">
<stringvalue>#a9fb009f</stringvalue>
</entry>
</dir>
</dir>
<dir name="nautilus">
<dir name="preferences">
- <entry name="background_set" mtime="1437472411" type="bool" value="true"/>
- <entry name="background_color" mtime="1437472411" type="string">
+ <entry name="background_set" mtime="1540291999" type="bool" value="true"/>
+ <entry name="background_color" mtime="1540291999" type="string">
<stringvalue>#525252</stringvalue>
</entry>
- <entry name="enable_delete" mtime="1437472411" type="bool" value="true"/>
+ <entry name="enable_delete" mtime="1540291999" type="bool" value="true"/>
</dir>
<dir name="desktop">
- <entry name="volumes_visible" mtime="1437472411" type="bool" value="true"/>
- <entry name="home_icon_visible" mtime="1437472411" type="bool" value="true"/>
- <entry name="computer_icon_visible" mtime="1437472411" type="bool" value="true"/>
+ <entry name="volumes_visible" mtime="1540291999" type="bool" value="true"/>
+ <entry name="home_icon_visible" mtime="1540291999" type="bool" value="true"/>
+ <entry name="computer_icon_visible" mtime="1540291999" type="bool" value="true"/>
</dir>
</dir>
</dir>
<dir name="desktop">
<dir name="gnome">
<dir name="sound">
- <entry name="theme_name" mtime="1437472410" type="string">
+ <entry name="theme_name" mtime="1540291999" type="string">
<stringvalue>LinuxMint</stringvalue>
</entry>
</dir>
<dir name="shell">
<dir name="windows">
- <entry name="button_layout" mtime="1437472411" type="string">
+ <entry name="button_layout" mtime="1540291999" type="string">
<stringvalue>:minimize,maximize,close</stringvalue>
</entry>
</dir>
<entry name="enabled" mtime="1505385868" schema="/schemas/desktop/gnome/url-handlers/vnclicenseserver/enabled"/>
</dir>
<dir name="mailto">
- <entry name="command" mtime="1437472411" type="string">
+ <entry name="command" mtime="1540291999" type="string">
<stringvalue>thunderbird %s</stringvalue>
</entry>
</dir>
</dir>
<dir name="interface">
- <entry name="menus_have_icons" mtime="1437472411" type="bool" value="true"/>
- <entry name="icon_theme" mtime="1437472410" type="string">
+ <entry name="menus_have_icons" mtime="1540291999" type="bool" value="true"/>
+ <entry name="icon_theme" mtime="1540291999" type="string">
<stringvalue>Mint-X</stringvalue>
</entry>
- <entry name="gtk_theme" mtime="1437472410" type="string">
+ <entry name="gtk_theme" mtime="1540291998" type="string">
<stringvalue>Mint-X</stringvalue>
</entry>
</dir>
<dir name="background">
- <entry name="color_shading_type" mtime="1437472410" type="string">
+ <entry name="color_shading_type" mtime="1540291999" type="string">
<stringvalue>solid</stringvalue>
</entry>
- <entry name="secondary_color" mtime="1437472410" type="string">
+ <entry name="secondary_color" mtime="1540291999" type="string">
<stringvalue>#000000000000</stringvalue>
</entry>
- <entry name="primary_color" mtime="1437472410" type="string">
+ <entry name="primary_color" mtime="1540291999" type="string">
<stringvalue>#000000000000</stringvalue>
</entry>
- <entry name="picture_options" mtime="1437472411" type="string">
+ <entry name="picture_options" mtime="1540291999" type="string">
<stringvalue>zoom</stringvalue>
</entry>
- <entry name="picture_filename" mtime="1437472410" type="string">
+ <entry name="picture_filename" mtime="1540291998" type="string">
<stringvalue>/usr/share/backgrounds/linuxmint/default_background.jpg</stringvalue>
</entry>
</dir>
</dir>
<dir name="linuxmint">
<dir name="terminal">
- <entry name="show_fortunes" mtime="1437472411" type="bool" value="false"/>
+ <entry name="show_fortunes" mtime="1540291999" type="bool" value="false"/>
</dir>
</dir>
<dir name="cinnamon">
<dir name="windows">
- <entry name="theme" mtime="1437472412" type="string">
+ <entry name="theme" mtime="1540291999" type="string">
<stringvalue>Mint-X</stringvalue>
</entry>
</dir>
+++ /dev/null
-#! /bin/sh
-### BEGIN INIT INFO
-# Provides: cinnamon
-# Required-Start:
-# Required-Stop:
-# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
-# Short-Description: Cinnamon cache preloader
-### END INIT INFO
-
-set -e
-
-case "$1" in
- start|restart)
- su -c cinnamon-preload-wrapper
- ;;
- stop)
- exit 0
- ;;
- *)
- echo "Usage: /etc/init.d/cinnamon {start}"
- exit 1
- ;;
-esac
-
-exit 0
+++ /dev/null
-description "Cinnamon cache preloader"
-author "Linux Mint <root@linuxmint.com>"
-
-start on (runlevel [2345] and filesystem and started dbus)
-stop on runlevel [016]
-
-exec su -c cinnamon-preload-wrapper
-Linux Mint 17.2 Rafaela \n \l
+Linux Mint 17.3 Rosa \n \l
-Linux Mint 17.2 Rafaela
\ No newline at end of file
+Linux Mint 17.3 Rosa
\ No newline at end of file
Logo=1
NativeProgress=false
ProgressBarColor=222,72,20
-ProgressFrameColor=245,245,245
-ProgressPosition=72,189
-ProgressSize=409,8
-ProgressTextBaseline=170
+ProgressFrameColor=102,102,102
+ProgressPosition=35,153
+ProgressSize=444,8
+ProgressTextBaseline=145
ProgressTextColor=255,255,255
#!/bin/bash
-if [ -d "/usr/lib/firefox-addons/searchplugins" ]; then
- rm -rf /usr/lib/firefox-addons/searchplugins/*
- #cp -R /usr/share/linuxmint/common/artwork/firefox/searchplugins/* /usr/lib/firefox-addons/searchplugins/
-fi
-if [ -d "/usr/lib/firefox/distribution/searchplugins/locale" ]; then
- rm -rf /usr/lib/firefox/distribution/searchplugins/locale/*
- #cp -R /usr/share/linuxmint/common/artwork/firefox/searchplugins/* /usr/lib/firefox/distribution/searchplugins/locale/
-fi
+mkdir -p /usr/lib/firefox-addons/searchplugins
+rm -rf /usr/lib/firefox-addons/searchplugins/*
+#cp -R /usr/share/linuxmint/common/artwork/firefox/searchplugins/* /usr/lib/firefox-addons/searchplugins/
+
+mkdir -p /usr/lib/firefox/distribution/searchplugins/locale
+rm -rf /usr/lib/firefox/distribution/searchplugins/locale/*
+#cp -R /usr/share/linuxmint/common/artwork/firefox/searchplugins/* /usr/lib/firefox/distribution/searchplugins/locale/
+
if [ -d "/usr/lib/firefox/browser/distribution/searchplugins/locale" ]; then
rm -rf /usr/lib/firefox/browser/distribution/searchplugins/locale/*
#cp -R /usr/share/linuxmint/common/artwork/firefox/searchplugins/* /usr/lib/firefox/browser/distribution/searchplugins/locale/
--- /dev/null
+hide /usr/share/applications/im-config.desktop
+
--- /dev/null
+/usr/share/linuxmint/mintsystem/apt/official-package-repositories.pref /etc/apt/preferences.d/official-package-repositories.pref
+
except Exception, detail:
syslog.syslog("Couldn't adjust /etc/grub.d/10_linux: %s" % detail)
+try:
+ if os.path.exists("/etc/X11/Xsession.d/98vboxadd-xclient"):
+ os.system("sed -i -e 's@notify-send@true #@g' /etc/X11/Xsession.d/98vboxadd-xclient")
+except Exception, detail:
+ syslog.syslog("Couldn't adjust /etc/X11/Xsession.d/98vboxadd-xclient: %s" % detail)
categories /usr/share/applications/atril.desktop GNOME;GTK;Utility;Viewer;
categories /usr/share/applications/mate-dictionary.desktop GNOME;GTK;Utility;Viewer;
categories /usr/share/applications/mate-color-select.desktop GNOME;GTK;Utility;Viewer;
+categories /usr/share/applications/orca.desktop GNOME;GTK;Utility;
rename /usr/share/applications/atril.desktop /usr/share/ubuntu-system-adjustments/renamed-menu-entries/atril.desktop
rename /usr/share/applications/caja-browser.desktop /usr/share/ubuntu-system-adjustments/renamed-menu-entries/caja-browser.desktop
rename /usr/share/applications/engrampa.desktop /usr/share/ubuntu-system-adjustments/renamed-menu-entries/engrampa.desktop
-RELEASE=17.2
-CODENAME=rafaela
+RELEASE=17.3
+CODENAME=rosa
EDITION="Cinnamon 64-bit"
-DESCRIPTION="Linux Mint 17.2 Rafaela"
+DESCRIPTION="Linux Mint 17.3 Rosa"
DESKTOP=Gnome
TOOLKIT=GTK
-NEW_FEATURES_URL=http://www.linuxmint.com/rel_rafaela_cinnamon_whatsnew.php
-RELEASE_NOTES_URL=http://www.linuxmint.com/rel_rafaela_cinnamon.php
+NEW_FEATURES_URL=http://www.linuxmint.com/rel_rosa_cinnamon_whatsnew.php
+RELEASE_NOTES_URL=http://www.linuxmint.com/rel_rosa_cinnamon.php
USER_GUIDE_URL=help:linuxmint
-GRUB_TITLE=Linux Mint 17.2 Cinnamon 64-bit
+GRUB_TITLE=Linux Mint 17.3 Cinnamon 64-bit
[defaults]
type=MINT
-host=mint-space.com
+host=hostname.com
user=<USER>
path=
pass=
DISTRIB_ID=LinuxMint
-DISTRIB_RELEASE=17.2
-DISTRIB_CODENAME=rafaela
-DISTRIB_DESCRIPTION="Linux Mint 17.2 Rafaela"
+DISTRIB_RELEASE=17.3
+DISTRIB_CODENAME=rosa
+DISTRIB_DESCRIPTION="Linux Mint 17.3 Rosa"
// Use LANG environment variable to choose locale
user_pref("intl.locale.matchOS", true);
-user_pref("intl.locale.requested", "");
// Disable default browser checking.
user_pref("browser.shell.checkDefaultBrowser", false);
// Set the UserAgent
user_pref("general.useragent.vendor", "Linux Mint");
-user_pref("general.useragent.vendorSub", "17.2");
-user_pref("general.useragent.vendorComment", "Rafaela");
+user_pref("general.useragent.vendorSub", "17.3");
+user_pref("general.useragent.vendorComment", "Rosa");
// Default search engine
user_pref("browser.search.order.1", "Yahoo");
user_pref("browser.startup.homepage_override.mstone", "ignore");
// Homepage
-user_pref("browser.startup.homepage", "http://www.linuxmint.com/start/rafaela");
+user_pref("browser.startup.homepage", "http://www.linuxmint.com/start/rosa");
// Don't interrupt user workflow
user_pref('datareporting.policy.dataSubmissionPolicyBypassNotification', true);
--- /dev/null
+[Desktop Entry]
+Icon=cs-sound
+Exec=cinnamon-sound-applet
+Terminal=false
+Type=Application
+Categories=
+NoDisplay=true
+X-GNOME-Autostart-Notify=true
+AutostartCondition=GNOME3 if-session gnome-fallback
+OnlyShowIn=X-Cinnamon;
+Name=Volume Control
+Comment=Show desktop volume control
+X-Ubuntu-Gettext-Domain=cinnamon-control-center