| chourmovs | Saturday 5 February 2011 at 18:40 | 
                
                    | chourmovs  
 
             | J'ai créé un script d'installation de mkvsmoothie qui tourne depuis très récemment sous wine
#!/bin/bash # Wine version used : 1.3.13
 # Distribution used to test : Ubuntu Maverick 10.10
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 cfg_check
 
 WORKINGWINEVERSION="1.3.13"
 
 wget http://www.mendeleiev.info/mkvsmoothie/wp-content/uploads/images2.jpeg --output-document="$REPERTOIRE/tmp/leftnotscaled.jpeg"
 convert "$REPERTOIRE/tmp/leftnotscaled.jpeg" -scale 150x356\\! "$REPERTOIRE/tmp/left.jpeg"
 
 
 
 POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpeg"
 POL_SetupWindow_presentation "mkvsmoothie" "mkvsmoothie" "http://www.mendeleiev.info/mkvsmoothie" "chourmovs" "mkvsmoothie"
 
 select_prefixe "$REPERTOIRE/wineprefix/mkvsmoothie"
 POL_SetupWindow_prefixcreate
 
 #downloading specific Wine
 POL_SetupWindow_install_wine "$WORKINGWINEVERSION"
 Use_WineVersion "$WORKINGWINEVERSION"
 
 #downloading Tahoma font
 if [ ! -e "tahoma32.exe" ]then
 POL_SetupWindow_download "PlayOnLinux is downloading Tahoma font" "Font" "http://download.microsoft.com/download/office97pro/fonts/1/w95/en-us/tahoma32.exe"
 fi
 
 cd "$REPERTOIRE/wineprefix/mkvsmoothie/drive_c/"
 POL_SetupWindow_download "Downloading mkvsmoothie..." "Downloading mkvsmoothie..." http://www.mendeleiev.info/mkvsmoothie/wp-content/uploads/mkvsmoothie-0.8.1.zip
 
 POL_SetupWindow_wait_next_signal "Extraction en cours..." "Extraction"
 unzip  mkvsmoothie-0.8.1.zip -d mkvsmoothie
 POL_SetupWindow_detect_exit
 
 #making shortcut
 POL_SetupWindow_make_shortcut "mkvsmoothie" "mkvsmoothie" "mkvsmoothie.exe" "" "mkvsmoothie"
 
 POL_SetupWindow_Close
 exit
 
 Plus d'info ici http://www.mendeleiev.info/mkvsmoothie Edited by chourmovs | 
                                
		    | chourmovs | Saturday 5 February 2011 at 18:44 | 
                
                    | chourmovs  
 
             |  | 
                                
		    | chourmovs | Saturday 5 February 2011 at 19:21 | 
                
                    | chourmovs  
 
             | Pendant que j'y suis, je veux modifier mon scipt pour lancer l'appli avec wineconsole au lieu de wine
Comment puis-je faire cela ?
 
 Merci d'avance :D
 
 | 
                                
		    | chourmovs | Saturday 5 February 2011 at 19:24 | 
                
                    | chourmovs  
 
             |  |