Soạn thảo trong Raspbian Desktop

** Raspbian Desktop: Khắc phục lựa chọn văn bản và lỗi thanh địa chỉ **

** Raspbian Desktop là một hệ điều hành tuyệt vời cho Raspberry Pi, nhưng nó có một vài lỗi.Hai trong số những khó chịu nhất là lỗi lựa chọn văn bản và lỗi thanh địa chỉ. **

** Lỗi chọn văn bản xảy ra khi bạn nhấp và kéo để chọn văn bản.Văn bản sẽ nhảy đến vị trí của chuột, gây khó khăn cho việc chọn văn bản một cách chính xác. **

** Để sửa lỗi này, hãy mở thiết bị đầu cuối và nhập lệnh sau: **

`` `
sudo apt-get install xsel
`` `

** Điều này sẽ cài đặt gói XSEL, cung cấp một công cụ dòng lệnh để chọn văn bản. **

** Để sử dụng xsel, mở thiết bị đầu cuối và nhập lệnh sau: **

`` `
Xsel -B
`` `

** Điều này sẽ sao chép văn bản hiện đang được chọn vào bảng tạm. **

** Bây giờ bạn có thể sử dụng phím tắt Ctrl+V để dán văn bản vào một ứng dụng khác. **

** Lỗi thanh địa chỉ xảy ra khi bạn nhập địa chỉ vào thanh địa chỉ của trình duyệt.Địa chỉ sẽ bị xóa khi bạn nhấn Enter. **

** Để sửa lỗi này, hãy mở thiết bị đầu cuối và nhập lệnh sau: **

`` `
sudo nano /etc/lightdm/lightdm.conf
`` `

** Điều này sẽ mở tệp LightDM.Conf trong trình soạn thảo. **

** Tìm dòng bắt đầu bằng ** "XServer-command" ** và thay đổi nó thành phần sau: **

`` `
XServer -Command = X -NoListen TCP -Nolisten Unix: 0 -config /etc/x11/xorg.conf
`` `

** Lưu tệp và đóng trình chỉnh sửa. **

** Khởi động lại Raspberry Pi và lỗi thanh địa chỉ của bạn. **
=======================================
**Raspbian Desktop: Fix Text Selection and Address Bar Bug**

**Raspbian Desktop is a great operating system for Raspberry Pi, but it has a few bugs. Two of the most annoying are the text selection bug and the address bar bug.**

**The text selection bug occurs when you click and drag to select text. The text will jump to the position of the mouse, making it difficult to select text accurately.**

**To fix this bug, open the terminal and type the following command:**

```
sudo apt-get install xsel
```

**This will install the xsel package, which provides a command-line tool for selecting text.**

**To use xsel, open the terminal and type the following command:**

```
xsel -b
```

**This will copy the text that is currently selected to the clipboard.**

**You can now use the Ctrl+V keyboard shortcut to paste the text into another application.**

**The address bar bug occurs when you type an address in the browser's address bar. The address will be deleted when you press Enter.**

**To fix this bug, open the terminal and type the following command:**

```
sudo nano /etc/lightdm/lightdm.conf
```

**This will open the lightdm.conf file in the editor.**

**Find the line that starts with **"xserver-command"** and change it to the following:**

```
xserver-command=X -nolisten tcp -nolisten unix :0 -config /etc/X11/xorg.conf
```

**Save the file and close the editor.**

**Restart your Raspberry Pi and the address bar bug should be fixed.**
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top