• okass 在版块 IT技术 中回复了话题 Linux常见问题问题合集汇总 3年前

    4. Gnome桌面3.XX 后无法显示桌面的解决方案

    原因: 官方已经屏蔽了桌面显示

    参考链接: https://gitlab.gnome.org/GNOME/nautilus/-/issues/158#instructions

     

    [fixed]

    解决方案:使用nemo桌面管理器

    1>. Install nemo from your distribution’s repositories. On Fedora, enter this command on the Terminal application:

    #sudo dnf install nemo

    Open a text editor and copy the following text into a new empty file:

    #sudo vim ~/.config/autostart/nemo-autostart-with-gnome.desktop

    [Desktop Entry]
    Type=Application
    Name=Nemo
    Comment=Start Nemo desktop at log in
    Exec=nemo-desktop
    OnlyShowIn=GNOME;
    AutostartCondition=GSettings org.nemo.desktop show-desktop-icons
    X-GNOME-AutoRestart=true
    NoDisplay=true

    保存文件,并退出。注销系统即可

     

    And that’s it! Next time you log in, nemo will automatically display icons over the desktop background. If you don’t want to log out, you can also manually start it using the Alt+F2 prompt to run nemo-desktop

    Optional step: In case you want Nemo to behave more similarly to nautilus desktop layout, you can enable the setting running this command on the terminal:

    gsettings set org.nemo.desktop use-desktop-grid false

WirelessLink
Logo