Ubuntu 23.04 is the latest version of the popular Linux-based operating system. It comes with many new features and improvements, including a revamped Save-As dialog. In this step-by-step guide, we will walk you through the process of changing the Save-As dialog in Ubuntu 23.04.
Step 1: Open the Terminal
The first step is to open the Terminal. You can do this by pressing Ctrl+Alt+T on your keyboard or by searching for "Terminal" in the application launcher.
Step 2: Install dconf-editor
Once the Terminal is open, you need to install the dconf-editor package. This package allows you to make advanced configuration changes to your Ubuntu system.
To install dconf-editor, simply enter the following command in the Terminal and press Enter:
sudo apt-get install dconf-editor
Step 3: Launch dconf-editor
After the installation is complete, you can launch dconf-editor by entering the following command in the Terminal and pressing Enter:
dconf-editor
Step 4: Navigate to the Save-As Dialog Settings
Once dconf-editor is open, you will see a tree-like structure on the left side of the window. Navigate to org → gnome → nautilus → preferences.
Step 5: Change the Save-As Dialog Style
In the right pane of the dconf-editor window, you will find various options related to the Save-As dialog. Look for the option called use-experimental-views.
To change the Save-As dialog style, simply toggle the switch next to use-experimental-views. If the switch is set to true, click on it to set it to false.
Step 6: Close dconf-editor
After you have made the necessary changes, you can close the dconf-editor window. Your changes will be saved automatically.
Step 7: Test the New Save-As Dialog
Now it's time to test the new Save-As dialog. Open any application that allows you to save files, such as a text editor or an image editing software. Click on the "Save As" option in the application's menu.
You should now see the new Save-As dialog, which is different from the default one in Ubuntu 23.04. You can explore the new features and options offered by the Save-As dialog.
Step 8: Reverting Back to the Default Save-As Dialog
If you are not satisfied with the new Save-As dialog and want to revert back to the default one, you can do so by following the same steps above and toggling the use-experimental-views switch back to true.
That's it! You have successfully changed the Save-As dialog in Ubuntu 23.04. Enjoy the new features and improved functionality offered by the new Save-As dialog.
References
| Number | Source |
|---|---|
| 1 | Ubuntu |
| 2 | dconf-editor |