User Tools

Site Tools


myhelp:gnome3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
myhelp:gnome3 [2014/10/08 11:36] – created - external edit 127.0.0.1myhelp:gnome3 [2026/06/02 14:42] (current) – [Start new terminal with shortcuts] ulrich
Line 1: Line 1:
 ====== Gnome 3 Tricks ====== ====== Gnome 3 Tricks ======
-Which I use in Fedora 20.+
 ===== Change the Nautilus address bar ===== ===== Change the Nautilus address bar =====
 Nothing is easier than this **CTRL + L** \\ Nothing is easier than this **CTRL + L** \\
 To make this change permanent you need a tool named **dconf-editor**. With this tool go to the path: //org --> gnome --> nautilus --> preferences// and change the variable **always-use-location-antry**  To make this change permanent you need a tool named **dconf-editor**. With this tool go to the path: //org --> gnome --> nautilus --> preferences// and change the variable **always-use-location-antry** 
  
 +===== Start new terminal with shortcuts =====
 +In EL10 there is no more gnome-terminal. Instead you can use ptyxis. To start a new window:
 +<code>
 +/usr/bin/ptyxis --new-window
 +</code> 
 +
 +===== Change volume via CLI/SSH =====
 +Increase/Decrease Volume by 20%
 +<code>
 +root@jukebox:~# sudo -u USER XDG_RUNTIME_DIR=/run/user/USERID wpctl set-volume @DEFAULT_AUDIO_SINK@ 20%+
 +root@jukebox:~# sudo -u USER XDG_RUNTIME_DIR=/run/user/USERID wpctl set-volume @DEFAULT_AUDIO_SINK@ 20%-
 +# example:
 +root@jukebox:~# sudo -u music XDG_RUNTIME_DIR=/run/user/1050 wpctl set-volume @DEFAULT_AUDIO_SINK@ 20%+
 +root@jukebox:~# sudo -u music XDG_RUNTIME_DIR=/run/user/1050 wpctl set-volume @DEFAULT_AUDIO_SINK@ 20%-
 +</code>
 +Get current Volume
 +<code>
 +sudo -u USER XDG_RUNTIME_DIR=/run/user/USERID wpctl get-volume @DEFAULT_AUDIO_SINK@
 +# example:
 +sudo -u music XDG_RUNTIME_DIR=/run/user/1050 wpctl get-volume @DEFAULT_AUDIO_SINK@
 +</code>
 +To save some time and typeing I use an alias
 +<code>
 +alias wpctl-USER='sudo -u USER XDG_RUNTIME_DIR=/run/user/USERID wpctl'
 +# example:
 +alias wpctl-music='sudo -u music XDG_RUNTIME_DIR=/run/user/1050 wpctl'
 +</code>
myhelp/gnome3.1412768200.txt.gz · Last modified: (external edit)