會話啟動僅顯示背景,直到我透過 tty1 手動啟動X

會話啟動僅顯示背景,直到我透過 tty1 手動啟動X

在開始我的小說之前,有關我的設定的一些資訊:Ubuntu 16.04 gnome gdm3(當我第一次遇到問題時使用lightdm,但切換嘗試看看它是否解決了問題)。

當我登入我的會話時,我可以選擇我的會話並輸入我的密碼,但隨後只有後台載入而沒有其他內容。如果我Ctrl++並透過AltstartXF1手動啟動serverX,我的會話載入正常。
在相關問題上,我也無法鎖定我的會話(透過Ctrl+ Alt+LSuper+L或 GUI)

現在,這個問題並不是隨機發生的。我最近搞亂了與套件管理相關的所有事情。我無法準確地記得我所做的每一件事。

這是我所做的一些大的視圖,如果這可能有幫助的話。

  • 我嘗試安裝 python 3.6,但它不允許我安裝 python 3.5。因此,為了變得聰明,我編輯/etc/apt/sources.list並添加了一些我認為的調試存儲庫。 (此後我將更改恢復到sources.list)。

    #deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2)]/ xenial main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
    deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
    
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu xenial partner
    # deb-src http://archive.canonical.com/ubuntu xenial partner
    
    deb http://security.ubuntu.com/ubuntu xenial-security main restricted
    # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
    deb http://security.ubuntu.com/ubuntu xenial-security universe
    # deb-src http://security.ubuntu.com/ubuntu xenial-security universe
    deb http://security.ubuntu.com/ubuntu xenial-security multiverse
    # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
    
  • 然後嘗試強制安裝 python 3.6(我失敗了),我搞砸了一切。從我的角度來看,git突然不再安裝在我的機器上,每次我想運行時,我apt-get都會有一些未解決的依賴項(moslty git,,)。 python3libperl

  • 然後我嘗試解決這個apt問題。在某些時候,設法意外地卸載apt-get(並且aptitude也沒有安裝)其他軟體包...

  • 此時,機器表現通常情況下我可以鎖定我的會話,我可以使用vimgcc並且gdb很好(對我來說一切都很好,但是git)。

  • 然後我鎖定我的課程並進入周末。今天早上我回到黑屏,螢幕上幾乎沒有任何顯示。
  • 我硬重啟我的機器,但沒有任何啟動(此時我甚至無法嘗試登入我的會話)。所以我Ctrl++ AltF1並嘗試手動啟動startX(失敗得很慘)。
  • 然後我繼續透過以下方式解決(我猜)我的包裹問題:

    sudo rm -rf /etc/apt/apt.conf.d/20snapd.conf
    

    重新安裝ubuntu-desktop並最終成功啟動 serverX 和我的會話正常

    sudo apt --fix-broken install 
    sudo dpkg --configure -a 
    sudo apt-get update 
    sudo apt-get upgrade 
    sudo dpkg --configure -a 
    sudo apt-get -f install 
    sudo apt-get full-upgrade  
    sudo apt-get install --reinstall ubuntu-desktop  
    sudo apt-get install --reinstall ubuntu-release-upgrader-gtk
    sudo apt-get install --reinstall update-manager  
    startx
    

    一切都很好,我很高興(我注意到環境與以前不完全相同(終端中的字體不一樣),但無論如何,我可以很好地工作。(甚至git回來了)

  • 然後我嘗試鎖定我的會話 --> 不可能

  • 當我重新啟動嘗試修復鎖定問題時,我注意到,一旦我輸入密碼登入我的會話,它就會加載後台,而不會加載其他內容(再次透過 startXtty1解決了登入我的會話的問題) 。

    為了解決這個問題,我嘗試了一些方法:

    sudo apt install --reinstall gnome-shell ubuntu-gnome-desktop
    

    我嘗試用​​ gdm3 和 lightdm:兩次都是同樣的問題

    sudo apt-get install ubuntu-session
    sudo apt-get install x11-common
    sudo apt-get install xserver-common
    sudo apt-get install xserver-xorg
    sudo apt-get install gnome
    sudo apt-get install unity
    

當然,如果您足夠瘋狂想要幫助我解決我的混亂,我很樂意提供任何日誌檔案或任何東西。

答案1

將桌面環境更改為 kubuntu-desktop 和 sddm 解決了我的問題。會話啟動正常,我可以鎖定螢幕!

我猜這個問題來自 ubuntu-desktop (設定檔一定是在某個地方搞亂了),因為我在使用 ubuntu-desktop 時遇到了 lightdm 和 gdm 的問題。

相關內容