Skip to content

Commit 42d2fea

Browse files
committed
Remove invalid file
Add Linux UI information
1 parent 6979212 commit 42d2fea

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
-1.42 MB
Binary file not shown.

assets/images/misc/gnometweaks.png

54.8 KB
Loading

content/misc/LinuxUI.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
+++
2+
title = "Linux User Interface"
3+
4+
weight = 16
5+
+++
6+
7+
### Open/Save File window when using GNOME
8+
9+
Default behaviour for the file open/save window (and other popup windows) in some GNOME environments is to move the underlying main window when you move the file window. This makes it impossible to move the file window to check something that is currently hidden behind it.
10+
11+
This behaviour can be changed, either by using the **gnome-tweaks** utility or by issuing a command on the command line
12+
13+
#### gnome-tweaks
14+
15+
Start the tool i.e. by typing *gnome-tweaks* in a terminal window. If available, the gnome-tweaks UI should show up:
16+
17+
![](/images/misc/gnometweaks.png)
18+
19+
Turn off the option "Attach Modal Dialogs".
20+
21+
#### Command line
22+
23+
If *gnome-tweaks* isn't available on the system and cannot be installed, one could use the gsettings command line utility by typing the following on the command line:
24+
25+
```
26+
gsettings set org.gnome.mutter attach-modal-dialogs false
27+
```

0 commit comments

Comments
 (0)