# 附錄

apt install iat

iat Lakka-Generic.x86\_64-2.3.1.img Lakka-Generic.x86\_64-2.3.1.iso

debian10 沒有 shutter。改用flameshot

<div align="left"><img src="/files/-LpLkon0jhJ5Rf7pWGlw" alt=""></div>

{% embed url="<https://linux.cn/article-11178-1.html>" %}

\
Install and setup flameshot via terminal ... if there is no `custom0` shortcut / binding configured

**Install flameshot:**

```
sudo apt install flameshot
```

**Release the PrtScr binding by this command:**

```
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot ''
```

**Set new custom binding:**

```
gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']"
```

**Set name:**

```
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ name 'flameshot'
```

**Set command:**

```
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ command '/usr/bin/flameshot gui'
```

**Set binding:**

```
gsettings set org.gnome.settings-daemon.plugins.media-keys.custom-keybinding:/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/ binding 'Print'
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/fu-lu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
