> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/fu-lu.md).

# 附錄

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'
```
