From Fedora Project Wiki

No edit summary
Line 4: Line 4:


Startup applications are automatically started when you log in. You can easily manage startup applications with the program <code>gnome-tweaks</code>.
Startup applications are automatically started when you log in. You can easily manage startup applications with the program <code>gnome-tweaks</code>.
After the program gnome-tweaks is installed


<pre>
<pre>
# dnf install gnome-tweaks
# dnf install gnome-tweaks
</pre>
you can start it:
<pre>
gnome-tweaks
</pre>
</pre>



Revision as of 19:50, 10 August 2020

This category is for GNOME settings.

manage applications on startup in GNOME 3

Startup applications are automatically started when you log in. You can easily manage startup applications with the program gnome-tweaks.

After the program gnome-tweaks is installed

# dnf install gnome-tweaks

you can start it:

gnome-tweaks

login automatic

Edit the /etc/gdm/custom.conf file and make sure that the [daemon] section in the file specifies the following:

[daemon]
AutomaticLoginEnable=True
AutomaticLogin=username

This category currently contains no pages or media.