The forum

[Script] Apple QuickTime Player

Author Replies
MTres19 Thursday 28 May 2015 at 3:50
MTres19Anonymous

Apple QuickTime Player is a fairly simple media player which largely uses the MOV format.

Nothing was required outside of Wine or POL for QuickTime to run.

Internet Explorer 8 is neccessary. Without it, play/pause, minimize, maximize, close, and other buttons are invisible.

Screenshot:

 

Script:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/bin/bash
#
# Date: 2015-5-27 9:05 PM
# Wine version used: 1.7.43-staging
# Distributions used to test: Linux Mint 17.1 (x64) & Debian GNU/Linux 8.0 (x64)
# Author: MTres19
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
PREFIX="QuickTime"
TITLE="QuickTime Player"
WINEVERSION="1.7.43-staging"
 
POL_System_TmpCreate "QuickTime"
cd "$POL_System_TmpDir"
 
 
POL_SetupWindow_Init
POL_Debug_Init
POL_System_SetArch "x86"
 
POL_SetupWindow_presentation "QuickTime Player" "Apple, Inc." "apple.com" "MTres19" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
 
POL_Call POL_Install_LunaTheme
POL_Call POL_Install_ie8
 
Set_OS "winxp" "sp2"
 
POL_Wine "QuickTimeInstaller.exe"
 
POL_Shortcut "QuickTimePlayer.exe" "QuickTime Player"
 
POL_SetupWindow_Close
exit 0
petch Thursday 28 May 2015 at 7:11
petch

MTres19 Thursday 28 May 2015 at 22:08
MTres19Anonymous

Thanks. I'll add it on the script contribution page.

petch Friday 29 May 2015 at 1:09
petch

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@playonlinux.com