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

          Priority: medium
            Bug ID: 56775
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: bootstrap.ini UserInstallation
          Severity: blocker
    Classification: Unclassified
                OS: Windows (All)
          Reporter: klese...@gmail.com
          Hardware: x86 (IA32)
            Status: UNCONFIRMED
           Version: 3.6.2.2 release
         Component: Libreoffice
           Product: LibreOffice

Created attachment 69567
  --> https://bugs.freedesktop.org/attachment.cgi?id=69567&action=edit
Error Message

The original bootstrap.ini
[ErrorReport]
ErrorReportPort=80
ErrorReportServer=report.libreoffice.org
[Bootstrap]
InstallMode=<installmode>
ProductKey=LibreOffice 3.6
UserInstallation=$SYSUSERCONFIG/LibreOffice/3

cannot be used in our network as we have a relocation to a server. If we start
LibreOffice with these settings, we have the error that LO cannot open a
directory. The error is correct as the directory does not exist \\server\home
does not exist. Our file services have all the $ so it is called
\\server\home$. LO seams to remove the $ from the environment variable.

We must use the following
[ErrorReport]
ErrorReportPort=80
ErrorReportServer=report.libreoffice.org
[Bootstrap]
InstallMode=<installmode>
ProductKey=LibreOffice 3.6
;UserInstallation=$SYSUSERCONFIG/LibreOffice/3
;;UserInstallation=H:/
UserInstallation=file:///H:/AppData/LibreOffice/3

This is a big disadvantage as in our school we have 2 different network disks
H:
1 for normal work
2 for exams
-> the students always save on H:
The exam disk is cleaned up every friday
If 1 class starts up libre office the first time, it creates over 4200 files on
the H drive (located on the server). This takes a lot of time (10 minutes) the
first time! As the exam H disk is always cleared every Friday all libreoffice
settings are being cleared up an for an exam we cannot loos 10 minutes before
the settings are beeing written to the server.

Thanks in advance for help

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

Reply via email to