Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED]XFCE - I no longer have a desktop since last update

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
zombie_ramboz
Posts: 14
Joined: 2017-11-05 07:31

[SOLVED]XFCE - I no longer have a desktop since last update

#1 Post by zombie_ramboz »

Hi,

I performed a system update on Saturday and since then I can't access by XFCE desktop. No wallpaper, icons have gone, no right-click menu.

Any ideas on how to get it back?

Thanks
Last edited by zombie_ramboz on 2018-08-28 09:46, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: XFCE - I no longer have a desktop since last update

#2 Post by Head_on_a_Stick »

zombie_ramboz wrote:how to get it back?

Code: Select all

# apt install task-xfce-desktop
Then read http://forums.debian.net/viewtopic.php?f=16&t=104157
deadbang

zombie_ramboz
Posts: 14
Joined: 2017-11-05 07:31

Re: XFCE - I no longer have a desktop since last update

#3 Post by zombie_ramboz »

On running:

Code: Select all

# apt install task-xfce-desktop
I see below:

Code: Select all

task-xfce-desktop is already the newest version (3.39).
Which suggests to me the problem is unrelated to the link.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: XFCE - I no longer have a desktop since last update

#4 Post by stevepusser »

Hmmm...do you have any outside repos attached?

Code: Select all

apt-get install inxi

inxi -r > repos.txt
Then copy and paste the contents of "repos.txt" here.

It might also be something to do with the proprietary Nvidia driver and the latest 4.9 kernel update. If you're using that driver, try

Code: Select all

apt-get install --reinstall nvidia-kernel-dkms
and watch the output to make sure it completes without any errors.
MX Linux packager and developer

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: XFCE - I no longer have a desktop since last update

#5 Post by debiman »

you playing the guessing game again?

zombierambo, you have to provide more deatils.
this isn't enough:
zombie_ramboz wrote:Hi,

I performed a system update on Saturday and since then I can't access by XFCE desktop. No wallpaper, icons have gone, no right-click menu.

Any ideas on how to get it back?

Thanks

zombie_ramboz
Posts: 14
Joined: 2017-11-05 07:31

Re: XFCE - I no longer have a desktop since last update

#6 Post by zombie_ramboz »

Code: Select all

apt-get install --reinstall nvidia-kernel-dkms
That fixed it, thank you very much!

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 31 times

Re: XFCE - I no longer have a desktop since last update

#7 Post by arzgi »

zombie_ramboz wrote:

Code: Select all

apt-get install --reinstall nvidia-kernel-dkms
That fixed it, thank you very much!
Can you please edit your first post in the thread, and add SOLVED to the front of header.

Post Reply