!/Bin/Sh # Quick and Dirty Script to Download and Install Various

Total Page:16

File Type:pdf, Size:1020Kb

!/Bin/Sh # Quick and Dirty Script to Download and Install Various #!/bin/sh # Quick and dirty script to download and install various # redistributable runtime libraries # # Current maintainers: Austin English, Dan Kegel # Copyright 2007, 2008, 2009, 2010 Google (Dan Kegel, [email protected]) # Copyright 2008, 2009, 2010 Austin English ([email protected]) # License: LGPL (for compatibility with winehq) # Thanks to Detlef Riekenberg for lots of updates # Thanks to Saulius Krasuckas for corrections and suggestions # Thanks to Erik Inge Bolsø for several patches # Thanks to Hugh Perkins for the directplay patch # Please report problems at http://code.google.com/p/winezeug/issues # See also http://wiki.winehq.org/winetricks # # Note to contributors: please avoid gnu extensions in this shell script, # as it has to run on MacOSX and Solaris, too. A good book on the topic is # "Portable Shell Programming" by Bruce Blinn, ISBN: 0134514947 # Constants # Name of this version of winetricks (YYYYMMDD) VERSION=20100904 early_wine() { WINEDLLOVERRIDES=mshtml= $WINE "$@" } # Default values for important settings if not already in environment. # These settings should not need editing here. case "$OS" in "Windows_NT") # Cheezy fix for getting rid of double slashes when running cygwin in wine case $HOME in /) HOME="" ;; esac WINE="" WINEPREFIX=${WINEPREFIX:$HOME/.wine} DRIVE_C="C:/" XXXPATH=cygpath ;; *) WINE=${WINE:wine} WINEPREFIX=${WINEPREFIX:$HOME/.wine} DRIVE_C="$WINEPREFIX/dosdevices/c:" XXXPATH="early_wine winepath" ;; esac # Decide where to store downloaded files if test ! "$WINETRICKS_CACHE" a d $HOME/.winetrickscache then # For backwards compatibility WINETRICKS_CACHE="$HOME/.winetrickscache" else # See http://standards.freedesktop.org/basedirspec/latest/ar01s03.html XDG_CACHE_HOME=${XDG_CACHE_HOME:$HOME/.cache} WINETRICKS_CACHE="${WINETRICKS_CACHE:$XDG_CACHE_HOME/winetricks}" fi test d "$WINETRICKS_CACHE" mkdir p "$WINETRICKS_CACHE" # Internal variables; these locations are not too important WINETRICKS_CACHE_WIN="`$XXXPATH w $WINETRICKS_CACHE tr '\012' ' ' sed 's/ $ //'`" WINETRICKS_TMP="$DRIVE_C"/winetrickstmp WINETRICKS_TMP_WIN='c:\winetrickstmp' mkdir p $WINETRICKS_TMP # Handle case where z: doesn't exist case "$WINETRICKS_CACHE_WIN" in ""*\?\\unix*) # WINETRICKS_CACHE isn't accessible via a drive letter mapping, so make one, # but be sure to clean it up later. for letter in y x w v u t s r q do if ! test d "$WINEPREFIX"/dosdevices/${letter}: then WINETRICKS_CACHE_SYMLINK="$WINEPREFIX"/dosdevices/${letter}: ln sf "$WINETRICKS_CACHE" "$WINETRICKS_CACHE_SYMLINK" break fi done ;; esac # Overridden for windows ISO_MOUNT_ROOT=/mnt/winetricks WINDIR="$DRIVE_C/windows" # Which sourceforge mirror to use. Rotate based on time, since # their mirror picker sometimes persistantly sends you to a broken # mirror. case `date +%S` in *[23]) SOURCEFORGE=http://easynews.dl.sourceforge.net/sourceforge ;; *) SOURCEFORGE=http://downloads.sourceforge.net;; esac # Functions # Detect which sudo to use detect_sudo() { SUDO=sudo test "$GUI" = 1 return if test x"$DISPLAY" != x"" then if test x "`which gksudo 2>/dev/null`" then SUDO=gksudo elif test x "`which kdesudo 2>/dev/null`" then SUDO=kdesudo fi fi } # Detect which menu program to use detect_menu() { # TODO: add 'dialog' MENU=xmessage if test x "`which zenity 2>/dev/null`" then MENU=zenity elif test x "`which kdialog 2>/dev/null`" then MENU=kdialog fi } warn() { echo "" echo "$@" echo "" test "$GUI" = 1 return # For some reason, nulls were showing up in $@?!, causing truncated output i n zenity msg="`echo $@ tr '\000' ' '`" case $MENU in *zenity) zenity error title=Winetricks text="$msg" nowrap;; *kdialog) kdialog title Winetricks error "$msg" ;; *xmessage) xmessage title Winetricks center " Error: $msg " ;; esac } die() { warn "$@" exit 1 } # Abort if user doesn't own the given directory (or its parent, if it doesn't ex ist yet) die_if_user_not_dirowner() { if test d "$1" then checkdir="$1" else # fixme: quoting problem? checkdir=`dirname "$1"` fi nuser=`id u` nowner=`ls l n d L "$checkdir" awk '{print $3}'` if test x$nuser != x$nowner then die "You (`id un`) don't own $checkdir. Don't run winetricks as another user!" fi } # usage() { set +x # WARNING: do not use single quote in any package description; that breaks t he gui menu. echo "Usage: $0 [options] package [package] ..." echo "This script can help you prepare your system for Windows applications" echo "that mistakenly assume all users' systems have all the needed" echo "redistributable runtime libraries or fonts." echo "Some options require the Linux 'cabextract' program." echo "" echo "Options:" echo " q quiet. You must have already agreed to the EULAs." echo " v verbose" echo " V display Version" echo "Packages:" echo " 7zip 7zip file archiver" echo " adobeair Adobe AIR runtime" echo " art2kmin MS Access 2007 runtime" echo " atmlib Adobe Type Manager. Needed for Adobe CS4" echo " autohotkey Autohotkey (open source gui scripting language)" echo " cmake CMake, the crossplatform, opensource build system" echo " colorprofile Standard RGB color profile" echo " comctl32 MS common controls 5.80" echo " comctl32.ocx MS comctl32.ocx and mscomctl.ocx, comctl32 wrappers for VB6" echo " comdlg32.ocx MS comdlg32.ocx for VB6" echo " controlpad MS ActiveX Control Pad" echo " corefonts MS Arial, Courier, Times fonts" echo " cygwin Unix apps for Windows (needed by some build scripts)" echo " d3dx9 MS d3dx9_??.dll (from DirectX 9 user redistributable)" echo " d3dx9_28 MS d3dx9_28.dll" echo " d3dx9_36 MS d3dx9_36.dll" echo " d3dx10 MS d3dx10_??.dll (from DirectX user redistributable)" echo " d3dxof MS d3dxof.dll (from DirectX user redistributable)" echo " dcom98 MS DCOM (ole32, oleaut32); requires Windows 98 license, but does not check for one" echo " dinput8 MS dinput8.dll (from DirectX 9 user redistributable)" echo " dirac the Dirac directshow filter" echo " directmusic MS DirectMusic (from DirectX 9 user redistributable)" echo " directplay MS DirectPlay (from DirectX 9 user redistributable)" echo " directx9 MS DirectX 9 user redistributable (not recommended! use d3dx9 instead)" echo " directx9beta MS DirectX 9 user redistributable beta verb (not reco mmended! use d3dx9 instead)" echo " divx divx video codec" echo " dotnet11 MS .NET 1.1 (requires Windows license, but does not che ck for one)" # Doesn't work yet, don't make it public # echo " dotnet11sdk MS .NET Framework SDK Version 1.1 (requires Windows li cense, but does not check for one; may not work yet)" echo " dotnet20 MS .NET 2.0 (requires Windows license, but does not che ck for one)" # Doesn't work yet, don't make it public # echo " dotnet20sdk MS .NET Framework SDK Version 2.0 (requires Windows li cense, but does not check for one, may not work yet)" echo " dotnet20sp2 MS .NET 2.0 sp2 (requires Windows license, but does not check for one)" echo " dotnet30 MS .NET 3.0 (requires Windows license, but does not che ck for one, might not work yet)" echo " droid Droid fonts (on LCD, looks better with fontsmoothrgb)" echo " dxsdk_nov2006 DirectX Software Development Kit, November 2006 version " echo " eadm EA Download Manager" echo " eufonts Updated fonts for Romanian and Bulgarian" echo " ffdshow ffdshow video codecs" echo " firefox Firefox web browser" echo " flash Adobe Flash Player ActiveX and firefox plugins" echo " fm20 MS Forms 2.0 Object Library" echo " fontfix Fix bad fonts which cause crash in some apps (e.g. .net )." echo " fontsmoothbgr Enables subpixel smoothing for BGR LCDs" echo " fontsmoothdisable Disables font smoothing" echo " fontsmoothgray Enables grayscale font smoothing" echo " fontsmoothrgb Enables subpixel smoothing for RGB LCDs" echo " gdiplus MS gdiplus.dll" echo " geckodbg The HTML rendering Engine (Mozilla), with debugging sym bols" echo " gecko The HTML rendering Engine (Mozilla)" echo " gfw MS Game For Windows Live (xlive.dll)" echo " glut The glut utility library" echo " hosts Adds empty C:\windows\system32\drivers\etc\{hosts,servi ces} files" echo " ie6 Microsoft Internet Explorer 6.0" echo " ie7 Microsoft Internet Explorer 7.0" echo " ie8 Microsoft Internet Explorer 8.0" echo " jet40 MS Jet 4.0 Service Pack 8" echo " kde KDE for Windows installer" echo " liberation Red Hat Liberation fonts (Sans, Serif, Mono)" echo " lucida MS Lucida Console font" echo " mdac25 MS MDAC 2.5: Microsoft ODBC drivers, etc." echo " mdac27 MS MDAC 2.7" echo " mdac28 MS MDAC 2.8" echo " mfc40 MS mfc40 (Microsoft Foundation Classes from Visual C++ 4)" echo " mfc42 MS mfc42 (same as vcrun6 below)" echo " mingwgdb GDB for MinGW" echo " mingw Minimalist GNU for Windows, including GCC for Windows!" echo " mono26 mono2.6" echo " mozillabuild Mozilla build environment" echo " mpc Media Player Classic" echo " mshflxgd MS Hierarchical FlexGrid Control" echo " msi2 MS Windows Installer 2.0" echo " msls31 MS Line Services 3.1 (needed by native riched?)" echo " msmask MS Masked Edit Control" echo " mspaint MS Paint (gotta draw stick figures somehow...)" echo " msscript MS Windows Script Control" echo " msxml3 MS XML Core Services 3.0" echo " msxml4 MS XML Core Services 4.0" echo " msxml6 MS XML Core Services 6.0" echo " ogg ogg filters/codecs: flac, theora, speex, vorbis, schroe dinger" echo " ole2 MS 16 bit OLE" echo " openwatcom Open Watcom C/C++ compiler (can compile win16 code!)" echo " pdh MS pdh.dll (Performance Data Helper)" echo " physx NVIDIA/AGEIA PhysX runtime" echo " psdk2003 MS Platform SDK 2003" echo " psdkvista MS Vista SDK (does not install yet)" echo " psdkwin7 MS Windows 7 SDK (installing just headers and c++ compi ler works)" echo "
Recommended publications
  • Smashing Ebook
    IMPRINT Imprint © 2014 Smashing Magazine GmbH, Freiburg, Germany ISBN (PDF): 978-3-94454087-0 Cover Design: Veerle Pieters eBook Strategy and Editing: Vitaly Friedman Technical Editing: Cosima Mielke Planning and Quality Control: Vitaly Friedman, Iris Lješnjanin Tools: Elja Friedman Syntax Highlighting: Prism by Lea Verou Idea & Concept: Smashing Magazine GmbH 2 About This Book Slow loading times break the user experience of any web- site—no matter how well crafted it might be. In fact, it only takes three seconds until users lose their interest in a site if they don’t get a response immediately. If another site happens to be 250ms faster than yours, then users are more inclined to switch to a competitor’s website in no time. Web fonts, heavy JavaScript, third-party widgets — all of them can sum up to become a real performance bot- tleneck. Nevertheless, tracking that down does not only improve loading times but also results in a much snappi- er experience and a higher user engagement. In this eBook, we’ve compiled an entire selection of front-end and server-side techniques that will help you tackle such bottlenecks. Find out how to speed up exist- ing websites, build high-performance sites (for both mo- bile and desktop), and prepare them for heavy-load situa- tions. Furthermore, you’ll learn more about how perfor- mance improvements and a 97–99 Google PageSpeed score were achieved on Smashing Magazine, as well as how optimization strategies can enhance real-life projects by taking a closer look at Pinterest’s paint performance case study.
    [Show full text]
  • Dockerdocker
    X86 Exagear Emulation • Android Gaming • Meta Package Installation Year Two Issue #14 Feb 2015 ODROIDMagazine DockerDocker OS Spotlight: Deploying ready-to-use Ubuntu Studio containers for running complex system environments • Interfacing ODROID-C1 with 16 Channel Relay Play with the Weather Board • ODROID-C1 Minimal Install • Device Configuration for Android Development • Remote Desktop using Guacamole What we stand for. We strive to symbolize the edge of technology, future, youth, humanity, and engineering. Our philosophy is based on Developers. And our efforts to keep close relationships with developers around the world. For that, you can always count on having the quality and sophistication that is the hallmark of our products. Simple, modern and distinctive. So you can have the best to accomplish everything you can dream of. We are now shipping the ODROID U3 devices to EU countries! Come and visit our online store to shop! Address: Max-Pollin-Straße 1 85104 Pförring Germany Telephone & Fax phone : +49 (0) 8403 / 920-920 email : [email protected] Our ODROID products can be found at http://bit.ly/1tXPXwe EDITORIAL ow that ODROID Magazine is in its second year, we’ve ex- panded into several social networks in order to make it Neasier for you to ask questions, suggest topics, send article submissions, and be notified whenever the latest issue has been posted. Check out our Google+ page at http://bit.ly/1D7ds9u, our Reddit forum at http://bit. ly/1DyClsP, and our Hardkernel subforum at http://bit.ly/1E66Tm6. If you’ve been following the recent Docker trends, you’ll be excited to find out about some of the pre-built Docker images available for the ODROID, detailed in the second part of our Docker series that began last month.
    [Show full text]
  • Vnote Documentation Release 1.11.1
    VNote Documentation Release 1.11.1 Le Tan Feb 13, 2019 User Documentation 1 Why VNote 3 1.1 What is VNote..............................................3 1.2 Why Another Markdown Wheel.....................................3 2 Getting Started 5 2.1 Main Interface..............................................5 2.2 Ready To Go...............................................7 3 Build VNote 9 3.1 Get the Source Code of VNote......................................9 3.2 Get Qt 5.9................................................9 3.3 Windows.................................................9 3.4 Linux...................................................9 3.5 MacOS.................................................. 10 4 Notes Management 13 4.1 Notebook................................................. 13 4.2 Folders.................................................. 14 4.3 Notes................................................... 14 5 Snippet 15 5.1 Snippet Management........................................... 15 5.2 Define A Snippet............................................. 16 5.3 Apply A Snippet............................................. 16 5.4 Examples................................................. 16 6 Magic Word 19 6.1 Built-In Magic Words.......................................... 19 6.2 Custom Magic Words.......................................... 20 6.3 Magic Word In Snippet.......................................... 21 7 Template 23 8 Themes and Styles 25 8.1 Themes.................................................. 25 8.2 Editor Styles..............................................
    [Show full text]
  • Fira Code: Monospaced Font with Programming Ligatures
    Personal Open source Business Explore Pricing Blog Support This repository Sign in Sign up tonsky / FiraCode Watch 282 Star 9,014 Fork 255 Code Issues 74 Pull requests 1 Projects 0 Wiki Pulse Graphs Monospaced font with programming ligatures 145 commits 1 branch 15 releases 32 contributors OFL-1.1 master New pull request Find file Clone or download lf- committed with tonsky Add mintty to the ligatures-unsupported list (#284) Latest commit d7dbc2d 16 days ago distr Version 1.203 (added `__`, closes #120) a month ago showcases Version 1.203 (added `__`, closes #120) a month ago .gitignore - Removed `!!!` `???` `;;;` `&&&` `|||` `=~` (closes #167) `~~~` `%%%` 3 months ago FiraCode.glyphs Version 1.203 (added `__`, closes #120) a month ago LICENSE version 0.6 a year ago README.md Add mintty to the ligatures-unsupported list (#284) 16 days ago gen_calt.clj Removed `/**` `**/` and disabled ligatures for `/*/` `*/*` sequences … 2 months ago release.sh removed Retina weight from webfonts 3 months ago README.md Fira Code: monospaced font with programming ligatures Problem Programmers use a lot of symbols, often encoded with several characters. For the human brain, sequences like -> , <= or := are single logical tokens, even if they take two or three characters on the screen. Your eye spends a non-zero amount of energy to scan, parse and join multiple characters into a single logical one. Ideally, all programming languages should be designed with full-fledged Unicode symbols for operators, but that’s not the case yet. Solution Download v1.203 · How to install · News & updates Fira Code is an extension of the Fira Mono font containing a set of ligatures for common programming multi-character combinations.
    [Show full text]
  • Open Source Used in Cisco Security Manager 4.9
    Open Source Used In Cisco Security Manager 4.9 Cisco Systems, Inc. www.cisco.com Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at www.cisco.com/go/offices. Text Part Number: 78EE117C99-89256559 Open Source Used In Cisco Security Manager 4.9 1 This document contains licenses and notices for open source software used in this product. With respect to the free/open source software listed in this document, if you have any questions or wish to receive a copy of any source code to which you may be entitled under the applicable free/open source license(s) (such as the GNU Lesser/General Public License), please contact us at [email protected]. In your requests please include the following reference number 78EE117C99-89256559 Contents 1.1 apache common IO 2.4 1.1.1 Available under license 1.2 apache commons codec 1.8 1.2.1 Available under license 1.3 Apache Commons Codec 1.3. 1.3.1 Available under license 1.4 Apache Commons Lang 3.1 1.4.1 Available under license 1.5 apache commons math 3.3.2 1.5.1 Available under license 1.6 Apache Http components client 4.2.5 1.6.1 Available under license 1.7 Apache Http components core 4.2.4 1.7.1 Available under license 1.8 Apache httpd 2.4.10 1.8.1 Available under license 1.9 Apache MINA Core 2.0.3 1.9.1 Available under license 1.10 apache-procrun 1.0.15 1.10.1 Available under license 1.11 apache-tomcat 6.0.41 1.11.1 Available under license 1.12 apr 1.5.1 1.12.1 Available under license 1.13 apr-inconv 1.2.1 1.13.1 Available
    [Show full text]
  • Latex-Test 2016-09-05
    latex-test 2016-09-05 Ken Moffat 1 Introduction, or my history with LATEX A frustrating but sometimes educational experience. It is easy to forget that TEX is at heart an old-school programming language, with a lot of additional macros added over the years, and many different options. Like all programming languages, it takes a long time to achieve any level of competence. One day in February 2014, somebody noticed that our (BLFS) build of texlive did not build all of the package (and so, anybody who be- gan by installing the binary install-tl-unx still had programs which were not built from source). I had no experience of this [ insert profanities here ] typesetting system, and my initial attempts to try to use it found many exam- ples which perhaps worked when they were posted, but did not work for me. Eventually, I found a few routines which gave me a little confidence that some of it worked. Getting a working version of xindy to build was fun. Eventually I came back to this, got more of it working, and even- tually got it all working from source (although on one of my ma- chines the binary version of ConTeXt failed - that CPU did not sup- port some SSE options that the contributed binary used, but such is life and anyway we prefer to build from source!). The tests are now here to check that a new version works. Along the way, I have discovered that I really dislike much of TEX it- self, and LATEX too is a bit problematic: • The Fonts are ugly.
    [Show full text]
  • Microsoft Patches Were Evaluated up to and Including CVE-2020-1587
    Honeywell Commercial Security 2700 Blankenbaker Pkwy, Suite 150 Louisville, KY 40299 Phone: 1-502-297-5700 Phone: 1-800-323-4576 Fax: 1-502-666-7021 https://www.security.honeywell.com The purpose of this document is to identify the patches that have been delivered by Microsoft® which have been tested against Pro-Watch. All the below listed patches have been tested against the current shipping version of Pro-Watch with no adverse effects being observed. Microsoft Patches were evaluated up to and including CVE-2020-1587. Patches not listed below are not applicable to a Pro-Watch system. 2020 – Microsoft® Patches Tested with Pro-Watch CVE-2020-1587 Windows Ancillary Function Driver for WinSock Elevation of Privilege Vulnerability CVE-2020-1584 Windows dnsrslvr.dll Elevation of Privilege Vulnerability CVE-2020-1579 Windows Function Discovery SSDP Provider Elevation of Privilege Vulnerability CVE-2020-1578 Windows Kernel Information Disclosure Vulnerability CVE-2020-1577 DirectWrite Information Disclosure Vulnerability CVE-2020-1570 Scripting Engine Memory Corruption Vulnerability CVE-2020-1569 Microsoft Edge Memory Corruption Vulnerability CVE-2020-1568 Microsoft Edge PDF Remote Code Execution Vulnerability CVE-2020-1567 MSHTML Engine Remote Code Execution Vulnerability CVE-2020-1566 Windows Kernel Elevation of Privilege Vulnerability CVE-2020-1565 Windows Elevation of Privilege Vulnerability CVE-2020-1564 Jet Database Engine Remote Code Execution Vulnerability CVE-2020-1562 Microsoft Graphics Components Remote Code Execution Vulnerability
    [Show full text]
  • License Agreement
    TAGARNO MOVE, FHD PRESTIGE/TREND/UNO License Agreement Version 2021.08.19 Table of Contents Table of Contents License Agreement ................................................................................................................................................ 4 Open Source & 3rd-party Licenses, MOVE ............................................................................................................ 4 Open Source & 3rd-party Licenses, PRESTIGE/TREND/UNO ................................................................................. 4 atk ...................................................................................................................................................................... 5 base-files ............................................................................................................................................................ 5 base-passwd ...................................................................................................................................................... 5 BSP (Board Support Package) ............................................................................................................................ 5 busybox.............................................................................................................................................................. 5 bzip2 .................................................................................................................................................................
    [Show full text]
  • Mcafee Foundstone Fsl Update
    2017-SEP-12 FSL version 7.5.958 MCAFEE FOUNDSTONE FSL UPDATE To better protect your environment McAfee has created this FSL check update for the Foundstone Product Suite. The following is a detailed summary of the new and updated checks included with this release. NEW CHECKS 22374 - (MSPT-Sept2017) Microsoft Windows NetBIOS Remote Code Execution (CVE-2017-0161) Category: Windows Host Assessment -> Patches and Hotfixes (CATEGORY REQUIRES CREDENTIALS) Risk Level: High CVE: CVE-2017-0161 Description A vulnerability in some versions of Microsoft Windows could lead to remote code execution. Observation A vulnerability in some versions of Microsoft Windows could lead to remote code execution. The flaw lies in NetBIOS. Successful exploitation by a remote attacker could result in the execution of arbitrary code. 22388 - (MSPT-Sept2017) Microsoft Internet Explorer Memory Corruption Remote Code Execution (CVE-2017-8749) Category: Windows Host Assessment -> Patches and Hotfixes (CATEGORY REQUIRES CREDENTIALS) Risk Level: High CVE: CVE-2017-8749 Description A vulnerability in some versions of Microsoft Internet Explorer could lead to remote code execution. Observation A vulnerability in some versions of Microsoft Internet Explorer could lead to remote code execution. The flaw is due to a memory corruption error. Successful exploitation by a remote attacker could result in the execution of arbitrary code. The exploit requires the user to open a vulnerable website, email or document. 22404 - (MSPT-Sep2017) Microsoft Win32k Graphics Remote Code Execution Vulnerability (CVE-2017-8682) Category: Windows Host Assessment -> Patches and Hotfixes (CATEGORY REQUIRES CREDENTIALS) Risk Level: High CVE: CVE-2017-8682 Description A vulnerability in some versions of Microsoft Windows could lead to remote code execution.
    [Show full text]
  • Centos 7 and RHEL 7 Installation Guide (X64)
    CentOS 7 and RHEL 7 Installation Guide (x64) Release Notes for Indigo 2.0.1 Better XFT and UTF-8/Unicode support Improved version of winterm, adminterm and sshterm based on the new MXTerm and dynamic font face settings (font name + size) Improvements in libXt SGI Scheme loader 5Dwm v2.3 (multi-screen support with Xinerama) Recompiled all libraries and apps to support better application binary interface (ABI) across Linux distributions Revised Shutdown and Restart Admin-Screens (from toolchest) New configuration files in $HOME/.maxxdesktop to support Fonts, themes and other customization Command line tools to switch between CLASSIC and MODERN look and feel Custom XSettings Daemon and MaXX specific settings Support Dynamic GTK+ SGI Theme change New version of Nedit (called XNedit) with full unicode support and antialiased text rendering Toolchest dark SGI Scheme support for main-menu icon Introducing an 'user-based' X11 Resources settings and customization manager. Unified look and feel for both gmemusage and the new gr_osview2 New version of gr_osview (based on xosview 2) Entire new 32 bit sub-systems and libraries to support 32 bit apps under MaXX Interactive Desktop 64 bit (separate download) Some new/old SGI demos Many bug fixes and improvements Small fixes to improve compatibility and usability for: CentOS, Fedora and Ubuntu Prerequisites These are below the prerequisites for installing and running MaXX and some older X11/Motif applications... Storage Space Requirements 75MB in /tmp partition (something it is part of the / 'root' partition)
    [Show full text]
  • Xerox® Workcentre® 7220/7220I/7225/7225I Color Multifunction Printer 2016 Xerox® Connectkey® Technology System Administrator Guide
    Xerox® WorkCentre® 7220/7220i/7225/7225i Color Multifunction Printer 2016 Xerox® ConnectKey® Technology System Administrator Guide © 2016 Xerox Corporation. All rights reserved. Unpublished rights reserved under the copyright laws of the United States. Contents of this publication may not be reproduced in any form without permission of Xerox Corporation. Copyright protection claimed includes all forms of matters of copyrightable materials and information now allowed by statutory or judicial law or hereinafter granted, including without limitation, material generated from the software programs which are displayed on the screen such as styles, templates, icons, screen displays, looks, and so on. Xerox® and Xerox and Design®, Phaser®, PhaserSMART®, PhaserMatch®, PhaserCal®, PhaserMeter™, CentreWare®, PagePack®, eClick®, PrintingScout®, Walk-Up®, WorkCentre®, FreeFlow®, SMARTsend®, Scan to PC Desktop®, MeterAssistant®, SuppliesAssistant®, Xerox Secure Access Unified ID System®, Xerox Extensible Interface Platform®, ColorQube®, ConnectKey®, Global Print Driver®, and Mobile Express Driver® are trademarks of Xerox Corporation in the United States and/or other countries. Adobe® Reader®, Adobe® Type Manager®, ATM™, Flash®, Macromedia®, Photoshop®, and PostScript® are trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apple, Bonjour, EtherTalk, TrueType, iPad, iPhone, iPod, iPod touch, Mac and Mac OS are trademarks of Apple Inc., registered in the U.S. and other countries. AirPrint and the AirPrint logo are trademarks of Apple Inc. HP-GL®, HP-UX®, and PCL® are trademarks of Hewlett-Packard Corporation in the United States and/or other countries. IBM® and AIX® are trademarks of International Business Machines Corporation in the United States and/or other countries. Mopria™ is a trademark of the Mopria Alliance.
    [Show full text]
  • Dejavu Sans Wenquanyi Micro Hei Aura Documentation Release 1.3.0
    DejaVu Sans WenQuanYi Micro Hei Aura Documentation Release 1.3.0 Colin Woodbury Feb 08, 2018 Contents 1 General 3 1.1 Aura 2 Design..............................................3 1.1.1 Preface.............................................3 1.1.2 Mission Statement.......................................3 1.1.3 Functionality..........................................3 General..............................................3 Other...............................................8 Plugins.............................................. 10 Aesthetics............................................. 11 Haskell Requirements...................................... 12 Package Requirements...................................... 12 1.1.4 Arch Linux Specifics...................................... 13 ABS Package Building/Installation............................... 13 AUR Package Building/Installation............................... 13 PKGBUILD/Additional Build-file Editing............................ 13 AUR Interaction......................................... 13 1.1.5 Coding Standards........................................ 13 Record Syntax.......................................... 13 1.2 Aura Changelog............................................. 14 1.2.1 1.4.0............................................... 14 1.2.2 1.3.9............................................... 14 1.2.3 1.3.8............................................... 14 1.2.4 1.3.5............................................... 14 1.2.5 1.3.4............................................... 14 1.2.6 1.3.3..............................................
    [Show full text]