LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-06-2019, 11:53 AM   #1
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Rep: Reputation: Disabled
Where did my xfce4 desktop go?


I use XFCE for my desktop environment. I've had a lot of...hmmm....issues...since the recent upgrade of xfce4, including but not limited to completely recreating my desktop experience. Now I notice that a package that I would have referred to as xfce4-desktop in my Gentoo days, is not available on Slackware. Furthermore, my desktop is...not there. I shut down my computer every night and turn my power strip to the computer OFF. I easily accomplish this by Cntrl+Alt+D to go to the desktop. Which is blank. I can't even get a context menu there. My background wallpaper, although the file is still in ~/ (because I couldn't get the new wizard to access the actual folder where my backgrounds live) is not displayed. Why? Which log files should I be checking to help me diagnose this issue? Thank you in advance for anyone willing to advise me on this.
 
Old 06-07-2019, 06:51 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
From a command prompt, as regular user, run the command xwmconfig.

You should get a list of the window managers available on Slackware. Arrow up or down to xfce. click ok. Now run the command startx.

Post any errors you get with either command. On a full install of Slackware, that will start xfce desktop.

Post the results.
 
Old 06-07-2019, 01:45 PM   #3
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Do I have to do the above without X running, because if so I'll need to know how to shut down X. I did a Ctrl+Alt+1 and logged in as root and killed xfce-session, but it just restarted. How do I shut it down? On Gentoo, I would have issued a /etc/init.d/xdm stop and that would have stopped the xwindows session. I'm not sure how to do it on Slackware...
 
Old 06-07-2019, 01:48 PM   #4
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
I decided to try it anyway. From my personal experience, if you issue a startx command while X is already running, it fails. I thought there wasn't any harm in attempting to follow your advice. Thank you for attempting to help me.
 
Old 06-07-2019, 01:49 PM   #5
deNiro
Member
 
Registered: Jun 2003
Distribution: Slackware-Current and Salix 14.2
Posts: 274
Blog Entries: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by maschelsea View Post
Do I have to do the above without X running, because if so I'll need to know how to shut down X. I did a Ctrl+Alt+1 and logged in as root and killed xfce-session, but it just restarted. How do I shut it down? On Gentoo, I would have issued a /etc/init.d/xdm stop and that would have stopped the xwindows session. I'm not sure how to do it on Slackware...
/sbin/shutdown -h now
 
Old 06-07-2019, 01:52 PM   #6
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
That will shut the entire computer down! I just want the X service shut down, don't I?
 
Old 06-07-2019, 02:03 PM   #7
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
As root, run 'init 3' in Slackware to stop any X session.

I do that if I want to install a new video driver.

I'm a little confused by your posts. 1st post seemed to suggest X and xfce were not running.

Can you clarify what the problem is?
 
Old 06-07-2019, 05:38 PM   #8
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
As root, run 'init 3' in Slackware to stop any X session.

I do that if I want to install a new video driver.

I'm a little confused by your posts. 1st post seemed to suggest X and xfce were not running.

Can you clarify what the problem is?
The problem is that I should be able to interact with my xfce4-desktop, but I can't. Everything else (that I can tell) works. I SHOULD be able to look at my desktop and see my wallpaper art, but I can't. I can't even right-click on it to pull up the context menu. It's just...blank. This should not be. Do you understand my issue now? And thank you for trying to help me.
 
Old 06-07-2019, 06:28 PM   #9
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
try going in the back door aka cli , then rename your xfce4 conf dir to whatever you want, then login by starting xfce4. this should reestablish your xfce4 as a new desktop, then see if everything is working like it should then you can do your damage control on it if it is working as it should, ie as a new desktop.

Code:
/home/userx/.config/xfce4
that dir, just rename yours so you got it backed up.

you can login open a terminal, or file manager if possible then rename it that way, logout, then login again. same effects. whatever works for you ...

do you even see a mouse pointer BTW?

Last edited by BW-userx; 06-07-2019 at 06:31 PM.
 
Old 06-07-2019, 06:34 PM   #10
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
I renamed ~/.config/xfce4 to ~/.config/xfce4.bak. I logged out and back in again. I was greeted with a request for a new panel configuration, but my problem still persists. Where would the errors spit out to?
 
Old 06-07-2019, 06:38 PM   #11
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Rep: Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273Reputation: 7273
When you re-started Xfce after renaming your old configuration, you started with a "fresh" desktop. No wallpaper or anything else you did to the "old" desktop.
You have to start over from stratch.
 
Old 06-07-2019, 06:58 PM   #12
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
That is why you keep your old dir so you can salvage what you need out of it to incorporate it into the new "fresh" desktop.
 
Old 06-07-2019, 08:40 PM   #13
kmirdc
LQ Newbie
 
Registered: Jun 2019
Distribution: Slackware current
Posts: 5

Rep: Reputation: Disabled
I had the same problem few weeks ago. I tried to change window manager to kde and go back to xfce, .. etc. kde was fine but nothing changed about xfce4 when I went back to xfce. I looked for solution in this forum but found nothing...

Then everything went back after 1 week!
 
Old 06-21-2019, 09:42 PM   #14
kmirdc
LQ Newbie
 
Registered: Jun 2019
Distribution: Slackware current
Posts: 5

Rep: Reputation: Disabled
I just found a thread in Xfce forum. Checked it and maybe you will find the solution.

https://forum.xfce.org/viewtopic.php?pid=21023

Last edited by kmirdc; 06-21-2019 at 09:43 PM.
 
Old 06-23-2019, 04:03 PM   #15
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by kmirdc View Post
I just found a thread in Xfce forum. Checked it and maybe you will find the solution.

https://forum.xfce.org/viewtopic.php?pid=21023
Following the advice in the above thread helped me solve this issue. Thank you! I logged out as michael and logged in as root, navigate to /home/michael/.cache and issued a rm -rf sessions. Then I logged back in as michael, and with the exception of my usual running programs were not started automatically, my desktop is there as it should be.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware 14.1 + XFCE4 - xfce4-notifyd and volume controls Freaksta Slackware 1 08-10-2014 10:00 AM
upgrade to slackware 12.2 + xfce4.6 (xfce4-power-manager doesn't work) zux Slackware 4 04-22-2009 11:28 AM
xfce4 and icon for xfce4-mixer vehn Slackware 1 11-15-2008 03:37 PM
Getting rid of XFCE4-panel...using xfce4 and Ubuntu jagibbs Linux - Software 1 04-06-2006 05:00 AM
Speedtouch 330, I did it, i did it... gamb8 LinuxQuestions.org Member Success Stories 7 09-02-2005 12:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration