https://bugs.freedesktop.org/show_bug.cgi?id=83210

--- Comment #7 from Chris <[email protected]> ---
I created a script to run LibreOffice, but has reopened.

Example run:

bash ./LibreOfficeRun.sh --calc %U

[code]
#!/bin/bash

findFile=`find ~/.config -name "registrymodifications.xcu"`

if [ -e ${findFile} ]
then
    echo `grep -v -w "ooSetupFactoryWindowAttributes" ${findFile}` >
${findFile};
fi

case ${1} in

    "%U")
        screen -S LibreOfficeRun -m -d libreoffice ${1} &
    ;;
    *)
        screen -S LibreOfficeRun -m -d libreoffice ${1} ${2} &
    ;;

esac
[/code]

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to