Vous êtes ici
Total commander
Informations
Créateur | Messages |
---|---|
daniil_filipov
|
AttentionThis installer is a beta script. It means that it might not work as expected InformationsPlate-formes : Retours d'expérience0 0 DescriptionA file manager designed for Windows. Code source#!/bin/bash # Date : (2016-11-06 11-10) # Last revision : (2016-11-06 11-10) # Author : daniil_filipov [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="TOTALCMD" PREFIX="TOTALCMD" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Ghisler Software GmbH" "http://www.ghisler.com/" "daniil_filipov" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_Call POL_Install_LunaTheme POL_SetupWindow_InstallMethod "LOCAL" if [ "$INSTALL_METHOD" = "LOCAL" ] then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" fi POL_Shortcut "TOTALCMD.EXE" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
daniil_filipov | Dimanche 6 Novembre 2016 à 11:11 |
daniil_filipov
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,36 @@ +#!/bin/bash +# Date : (2016-11-06 11-10) +# Last revision : (2016-11-06 11-10) +# Author : daniil_filipov + +[ "$PLAYONLINUX" = "" ] && exit +source "$PLAYONLINUX/lib/sources" + +TITLE="TOTALCMD" +PREFIX="TOTALCMD" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "Ghisler Software GmbH" "http://www.ghisler.com/" "daniil_filipov" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate + +POL_Call POL_Install_LunaTheme + +POL_SetupWindow_InstallMethod "LOCAL" +if [ "$INSTALL_METHOD" = "LOCAL" ] +then + +cd "$HOME" +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" +POL_Wine_WaitBefore "$TITLE" +POL_Wine start /unix "$APP_ANSWER" +POL_Wine_WaitExit "$TITLE" + +fi +POL_Shortcut "TOTALCMD.EXE" "$TITLE" + +POL_SetupWindow_Close +exit \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2016-11-06 11-10) # Last revision : (2016-11-06 11-10) # Author : daniil_filipov [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" TITLE="TOTALCMD" PREFIX="TOTALCMD" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Ghisler Software GmbH" "http://www.ghisler.com/" "daniil_filipov" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate POL_Call POL_Install_LunaTheme POL_SetupWindow_InstallMethod "LOCAL" if [ "$INSTALL_METHOD" = "LOCAL" ] then cd "$HOME" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" POL_Wine_WaitBefore "$TITLE" POL_Wine start /unix "$APP_ANSWER" POL_Wine_WaitExit "$TITLE" fi POL_Shortcut "TOTALCMD.EXE" "$TITLE" POL_SetupWindow_Close exit Réponses |
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