User Tools

Site Tools


myhelp:gnome3

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
myhelp:gnome3 [2026/05/30 08:03] ulrichmyhelp:gnome3 [2026/07/29 10:50] (current) – [Set zero before Tracknumber in Sound-Juicer] 62.47.208.72
Line 4: Line 4:
 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 ===== ===== Change volume via CLI/SSH =====
Line 25: Line 31:
 # example: # example:
 alias wpctl-music='sudo -u music XDG_RUNTIME_DIR=/run/user/1050 wpctl' alias wpctl-music='sudo -u music XDG_RUNTIME_DIR=/run/user/1050 wpctl'
 +</code>
 +
 +=====  Sound-Juicer: Set zero before Tracknumber =====
 +Get all options:
 +<code>
 +gsettings describe org.gnome.sound-juicer file-pattern
 +</code>
 +Get current setting
 +<code>
 +gsettings get org.gnome.sound-juicer file-pattern
 +</code>
 +Set new file-patttern
 +<code>
 +gsettings set org.gnome.sound-juicer file-pattern '%tN - %tt'
 </code> </code>
myhelp/gnome3.1780128235.txt.gz · Last modified: by ulrich