From 0004ecf3832ecd8f2a8cfd16018a4b0319ad3748 Mon Sep 17 00:00:00 2001 From: Timothyxxx <384084775@qq.com> Date: Fri, 21 Feb 2025 21:14:26 +0800 Subject: [PATCH] Update README.md with improved font and software configuration instructions - Add important warning note about software installation and configuration - Update LibreOffice font installation instructions with new download link - Provide detailed font installation command - Enhance LibreOffice default format settings configuration - Add VLC configuration details with screenshot reference - Improve overall documentation clarity and completeness --- desktop_env/server/README.md | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/desktop_env/server/README.md b/desktop_env/server/README.md index fb78ac7..39a40e6 100644 --- a/desktop_env/server/README.md +++ b/desktop_env/server/README.md @@ -438,9 +438,15 @@ Since for some examples like change the settings of certain software, we hardcod 5. VSCode: Go to [VSCode Website](https://code.visualstudio.com/download), download the `.deb` file, and install it. Our VSCode version is `1.91.1`. #### Additional Inner Software Installation +> **⚠️ IMPORTANT NOTE**: The software installation and configuration steps described in this section are crucial for maintaining consistent task execution and performance. Skipping or incorrectly configuring these components may lead to task failures or degraded performance. Please follow the installation instructions carefully and verify each component is properly set up before proceeding. + ##### LibreOffice font installation -Some examples in LibreOffice Impress use non-default system fonts, and you need to download the corresponding **TTF files** and put them in the system fonts directory. [Here](https://drive.usercontent.google.com/download?id=1zLER57CDYdFqU5Gy8ruLB7zsPWsV4kWs&export=download&authuser=0&confirm=t&uuid=a7915110-7c20-4b65-96a0-731df2c65581&at=AENtkXbjASZvsSVXZwUS8N3WeA9N:1732457546809) is a list of font names you need to install. +Some examples in LibreOffice Impress use non-default system fonts, and you need to download the corresponding **TTF files** and put them in the system fonts directory. +[Here](https://drive.usercontent.google.com/download?id=1UzmdsfUQRTnvCxkvWrKguwZM3G5eQk87&export=download&authuser=0&confirm=t&uuid=70b9fbb7-9585-4aa4-a2c0-a7d6126469a0&at=AEz70l4rdEjdxBpqkLyW9lcil6S5:1740142224052) we provides all the fonts downloaded, just download it, and unzip to the system fonts directory (which usually `usr/share/fonts/`). +```bash +unzip fonts.zip -d /usr/share/fonts/ +``` ##### Customized Plugin Installation @@ -456,13 +462,17 @@ To extract relevant internal information and configurations from the VS Code env ### Software Configuration 1. LibreOffice Default Format Settings: ```bash -# Open LibreOffice Writer +# Open LibreOffice Writer/Calc/Impress # Go to Tools -> Options -> Load/Save -> General # Under "Default file format and ODF settings": # Change "Document type" to "Text document" -# Set "Always save as" to "Microsoft Word 2007-2013 XML (.docx)" -# Repeat similar steps for Calc (.xlsx) and Impress (.pptx) +# Set "Always save as" to "Word 2007-365 (.docx)" +# Change "Document type" to "Spreadsheet" +# Set "Always save as" to "Excel 2007-365 (.xlsx)" +# Change "Document type" to "Presentation" +# Set "Always save as" to "PowerPoint 2007-365 (.pptx)" ``` + 2. Chrome password requirement removal: Chrome requests a password input when first opened after system startup, which can interfere with our experiments. Here's how to disable this feature: @@ -518,10 +528,12 @@ To enable remote control of VLC media player, follow these configuration steps: # Navigate to Interface -> Main interfaces -> Lua # Under Lua HTTP: # - Set Password to 'password' -# - Keep port as 8080 (default) -# - Ensure 'Lua interface' is checked ``` +The following is the screenshot of the VLC configuration: +![vlc_configuration](https://os-world.github.io/static/images/vlc_configuration.png) +When VLC is open, the service will be running on port 8080. + ##### Chrome Configuration To ensure Chrome uses consistent debugging ports even after being closed and reopened, follow these steps: