POL_Install_tahoma2
Informations
Creator | Message |
---|---|
Ronin DUSETTE
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 1 DescriptionA function that installs the tahoma font from: http://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe Required by Photoshop CS6, and quite possibly others. Source code# Date : (2015-01-9 12-30) # Distribution used to test : Kubuntu 14.04 - 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 POL_Debug_Message "Installing tahoma32..." POL_Download_Resource "http://residence-eon.tuxfamily.org/Wine/tahoma32.exe" "ccd250dd30247d68e0f8a14adf797262" "tahoma32" mkdir $POL_USER_ROOT/tmp/tahoma32 cd $POL_USER_ROOT/tmp/tahoma32 cp $POL_USER_ROOT/ressources/tahoma32/tahoma32.exe $POL_USER_ROOT/tmp/tahoma32/ POL_System_cabextract "$POL_USER_ROOT/tmp/tahoma32/tahoma32.exe" cp $POL_USER_ROOT/tmp/tahoma32/Tahoma.TTF $WINEPREFIX/drive_c/windows/Fonts/tahoma.ttf cp $POL_USER_ROOT/tmp/tahoma32/Tahomabd.TTF $WINEPREFIX/drive_c/windows/Fonts/tahomabd.ttf POL_Debug_Message "Registering font..." echo "REGEDIT4 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\"" > $POL_USER_ROOT/tmp/tahoma32/register.reg POL_Wine regedit register.reg sleep 5 chmod +w $WINEPREFIX/drive_c/windows/Fonts/tahoma*.ttf POL_Debug_Message "Cleaning up tmp folder..." rm -rf $POL_USER_ROOT/tmp/tahoma32 |
Contributions
Filters:
ContributeMember | Message |
riotbr | Saturday 2 July 2016 at 23:59 |
riotbr
|
InformationThis update has been approved by the team. MessageHi! It gets an error when downloading Tahoma32.exe. The host of Microsoft doesn't work. Differences@@ -6,7 +6,7 @@ POL_Debug_Message "Installing tahoma32..." -POL_Download_Resource "http://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe" "ccd250dd30247d68e0f8a14adf797262" "tahoma32" +POL_Download_Resource "http://residence-eon.tuxfamily.org/Wine/tahoma32.exe" "ccd250dd30247d68e0f8a14adf797262" "tahoma32" mkdir $POL_USER_ROOT/tmp/tahoma32 cd $POL_USER_ROOT/tmp/tahoma32 cp $POL_USER_ROOT/ressources/tahoma32/tahoma32.exe $POL_USER_ROOT/tmp/tahoma32/ New source code# Date : (2015-01-9 12-30) # Distribution used to test : Kubuntu 14.04 - 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 POL_Debug_Message "Installing tahoma32..." POL_Download_Resource "http://residence-eon.tuxfamily.org/Wine/tahoma32.exe" "ccd250dd30247d68e0f8a14adf797262" "tahoma32" mkdir $POL_USER_ROOT/tmp/tahoma32 cd $POL_USER_ROOT/tmp/tahoma32 cp $POL_USER_ROOT/ressources/tahoma32/tahoma32.exe $POL_USER_ROOT/tmp/tahoma32/ POL_System_cabextract "$POL_USER_ROOT/tmp/tahoma32/tahoma32.exe" cp $POL_USER_ROOT/tmp/tahoma32/Tahoma.TTF $WINEPREFIX/drive_c/windows/Fonts/tahoma.ttf cp $POL_USER_ROOT/tmp/tahoma32/Tahomabd.TTF $WINEPREFIX/drive_c/windows/Fonts/tahomabd.ttf POL_Debug_Message "Registering font..." echo "REGEDIT4 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\"" > $POL_USER_ROOT/tmp/tahoma32/register.reg POL_Wine regedit register.reg sleep 5 chmod +w $WINEPREFIX/drive_c/windows/Fonts/tahoma*.ttf POL_Debug_Message "Cleaning up tmp folder..." rm -rf $POL_USER_ROOT/tmp/tahoma32 RepliesSunday 3 July 2016 at 8:15
|
Ronin DUSETTE | Saturday 10 January 2015 at 0:39 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageShortened wait time after registering fonts. Differences@@ -29,7 +29,7 @@ POL_Wine regedit register.reg -sleep 10 +sleep 5 chmod +w $WINEPREFIX/drive_c/windows/Fonts/tahoma*.ttf New source code# Date : (2015-01-9 12-30) # Distribution used to test : Kubuntu 14.04 - 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 POL_Debug_Message "Installing tahoma32..." POL_Download_Resource "http://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe" "ccd250dd30247d68e0f8a14adf797262" "tahoma32" mkdir $POL_USER_ROOT/tmp/tahoma32 cd $POL_USER_ROOT/tmp/tahoma32 cp $POL_USER_ROOT/ressources/tahoma32/tahoma32.exe $POL_USER_ROOT/tmp/tahoma32/ POL_System_cabextract "$POL_USER_ROOT/tmp/tahoma32/tahoma32.exe" cp $POL_USER_ROOT/tmp/tahoma32/Tahoma.TTF $WINEPREFIX/drive_c/windows/Fonts/tahoma.ttf cp $POL_USER_ROOT/tmp/tahoma32/Tahomabd.TTF $WINEPREFIX/drive_c/windows/Fonts/tahomabd.ttf POL_Debug_Message "Registering font..." echo "REGEDIT4 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\"" > $POL_USER_ROOT/tmp/tahoma32/register.reg POL_Wine regedit register.reg sleep 5 chmod +w $WINEPREFIX/drive_c/windows/Fonts/tahoma*.ttf POL_Debug_Message "Cleaning up tmp folder..." rm -rf $POL_USER_ROOT/tmp/tahoma32 Replies |
Ronin DUSETTE | Friday 9 January 2015 at 22:29 |
Ronin DUSETTE
|
WarningThis update has not been approved yet by the team. MessageInitial commit. Differences@@ -23,7 +23,7 @@ \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\" -[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\ NT\\CurrentVersion\\Fonts] +[HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\"" > $POL_USER_ROOT/tmp/tahoma32/register.reg New source code# Date : (2015-01-9 12-30) # Distribution used to test : Kubuntu 14.04 - 64-bit # Author : RoninDusette # Licence : GPLv3 # PlayOnLinux: 4.2.5 POL_Debug_Message "Installing tahoma32..." POL_Download_Resource "http://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe" "ccd250dd30247d68e0f8a14adf797262" "tahoma32" mkdir $POL_USER_ROOT/tmp/tahoma32 cd $POL_USER_ROOT/tmp/tahoma32 cp $POL_USER_ROOT/ressources/tahoma32/tahoma32.exe $POL_USER_ROOT/tmp/tahoma32/ POL_System_cabextract "$POL_USER_ROOT/tmp/tahoma32/tahoma32.exe" cp $POL_USER_ROOT/tmp/tahoma32/Tahoma.TTF $WINEPREFIX/drive_c/windows/Fonts/tahoma.ttf cp $POL_USER_ROOT/tmp/tahoma32/Tahomabd.TTF $WINEPREFIX/drive_c/windows/Fonts/tahomabd.ttf POL_Debug_Message "Registering font..." echo "REGEDIT4 [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\" [HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows NT\\CurrentVersion\\Fonts] \"Tahoma\"=\"tahoma.ttf\" \"Tahoma Bold\"=\"tahomabd.ttf\"" > $POL_USER_ROOT/tmp/tahoma32/register.reg POL_Wine regedit register.reg sleep 10 chmod +w $WINEPREFIX/drive_c/windows/Fonts/tahoma*.ttf POL_Debug_Message "Cleaning up tmp folder..." rm -rf $POL_USER_ROOT/tmp/tahoma32 RepliesEdited by RoninDusette |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com