💡
Knowledge
  • Home
  • Technology
    • Browser
      • Chrome / Brave
        • Known Issues
    • Messaging
      • Discord
        • Known Issues
      • Microsoft Teams
      • Telegram
    • Office Production
      • Sheets
    • Music Production
    • Operational systems
      • Docker + OSX
      • Raspberry Pi OS
      • Linux
        • Terminal
        • Known Issues
        • Desktop Environment
          • Gnome
            • How to
            • Known Issues
            • Theming
          • Kde Plasma
        • How to
          • Audio
          • Proxy
          • SSH
          • ZSH
      • Windows
    • Programming
      • Code Quality
        • Stress Tests
      • Cascading Style Sheets(CSS)
      • Database
        • Postgres
        • SQLServer
      • Design Patterns
      • DevOps
        • Cloud Platforms
        • Continuous Integration
        • Docker
          • How to
          • IPSEC VPN Server
          • Docker Compose
          • Known issues
          • Proxy
        • Swarm
      • Git
        • How to
        • Known Issues
        • Github
        • Gitlab
          • GitlabCI
          • Gitlab Runner
      • IDE / Text Editor
        • Vim
          • Commands
        • PHPStorm
        • VSCode
      • Programming Languages
        • Typescript
        • Java
          • How to
          • Spring Boot
        • Javascript
          • Known issues
          • Backend
            • NestJS
            • NodeJS
          • Frontend
            • JQuery
            • React
            • Vue
          • How to
          • Package Manager
            • Yarn
          • Packages
          • Vanilla
        • PHP
          • About
          • Cache
          • Composer
          • Docker
          • How to
          • Known Issues
          • Laravel
            • Jet Stream
            • Know Issues
            • Sanctum
            • Sail
            • Valet
          • Tools
            • PHPUnit
          • Wordpress
            • Docker
            • WP CLI
            • Known Issues
            • WooComerce
        • Python
        • Shell Script
      • Server
        • Apache2
          • Known Issues
        • Nginx
          • How To
          • Known issues
      • Tools
        • Visual Studio Code
    • Stream
      • Game
      • Twitch
      • Tests
        • Unit Tests
    • Sites
    • Specs
    • Tools
  • Pessoal
    • About me
Powered by GitBook
On this page
  • Restart Gnome 3 without closing the programs running
  • Changing the default location path of gnome-screenshot
  • Uninstall Gnome Shell Extensions
  • Window adjustments
  • Open new centralized window
  • Center current window

Was this helpful?

  1. Technology
  2. Operational systems
  3. Linux
  4. Desktop Environment
  5. Gnome

How to

PreviousGnomeNextKnown Issues

Last updated 2 years ago

Was this helpful?

Restart Gnome 3 without closing the programs running

You can use the Gnome Command Box by:

  • Press Alt+F2

  • Type r

  • Press ↵

👌

Changing the default location path of gnome-screenshot

gsettings set org.gnome.gnome-screenshot auto-save-directory "file:///home/$USER/Downloads/"

Uninstall Gnome Shell Extensions

  • Move extensions to your user extensions dir

sudo mv /usr/share/gnome-shell/extensions/* ~/.local/share/gnome-shell/extensions/
  • Set right permissions

sudo chown -R $(whoami): ~/.local/share/gnome-shell/extensions/
  • Do this step:

  • Access your installed extensions by gnome-tweak or site

  • Remove what you want

Window adjustments

Open new centralized window

gsettings set org.gnome.mutter center-new-windows true 

Center current window

  • Press CTRL + Window + M

Install Gnome Shell Extension

this
Gnome Shell Extensions
Restart Gnome 3 without closing the programs running