LinuxQuestions.org
Review your favorite Linux distribution.
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 12-17-2020, 11:40 AM   #1
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Rep: Reputation: Disabled
XFCE problem: Desktop gone, Taskbar unusable.


Hello,

I booted up my computer this morning intending to go in and delete a few files. I was greeted by XFCE, but there was no taskbar. Without the taskbar, xfce is practicably unusable. The desktop was gone as well. I finally got to my open terminal (after getting an actual tty by hitting Cntrl+Alt+F1) and logged in as root and started killing whatever was currently open, until I finally saw the taskbar. The window-switcher applet was greyed out. At one time, I knew how to fix this particular problem, but sadly, that was about ten years ago and I don't remember how to fix it. I don't even know what to search /var/log/messages for. Please help!
 
Old 12-17-2020, 04:55 PM   #2
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
I ran
Code:
slackpkg reinstall xfce4
and reinstalled everything. I tried it again. It didn't work. I really hate using KDE, but I guess for the moment I have to.
 
Old 12-17-2020, 10:54 PM   #3
ArfaSmif
Member
 
Registered: Oct 2008
Location: Brisbane Australia
Distribution: Fedora, Centos, Manjaro
Posts: 317

Rep: Reputation: 70
I don't know anything about Slackware, but if XFCE4 is configured the same as in Fedora you will find all config files under ~/.config/xfce4 . If you CTRL-ALT-F1 and log in as root and delete this whole directory (~/.config/xfce4 On Fedora anyway) you will find that XFCE4 will start from scratch and you will have to recreate all of your panels etc again. Also have a look in ~/.local/share/xfce4* for xfce4 panel profiles etc.

Another thing you could try is to create a new user, login as that user and see if XFCE4 behaves as expected. If not you have a more serious problem. If it does behave then deleting the aforementioned directory should do the trick.
 
2 members found this post helpful.
Old 12-18-2020, 11:59 AM   #4
stureedy
Member
 
Registered: Jul 2009
Location: Lexington, Kentucky, USA
Distribution: Slackware
Posts: 45
Blog Entries: 4

Rep: Reputation: 2
On my Slackware Current install, I was able to fix xfce3 by adding a windows manager to the startup.

Settings -> Session and Startup -> Application Autostart
I added an entry for compiz

--> Comannd: compiz --replace

Here's the dialog

Oh, yeah: I used <CTRL><ESC> to open a menu, then used the arrow keys to get to the settings.

These directions are not great, but I do hope this helps!
 
Old 12-19-2020, 01:21 PM   #5
bsd1101
Member
 
Registered: Jul 2010
Location: Brooklyn NY
Distribution: Slackware 64
Posts: 31

Rep: Reputation: Disabled
After the big Xfce update on current I'm running into several issues; which are probably related. I have two monitors 144hz viewsonice and 75hz asus. When I turn them off and back on; sometimes, but not always xorg crashes or 1 or more panels/taskbars go invisible. I'm able to click on them and access any icons/options, but invisible. Logging out of X and coming back fixes them.
 
Old 12-21-2020, 05:56 AM   #6
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by maschelsea View Post
I ran
Code:
slackpkg reinstall xfce4
and reinstalled everything. I tried it again. It didn't work. I really hate using KDE, but I guess for the moment I have to.
What happens when you run xfwm4? Also the panel can be launched using xfce4-panel.
 
Old 12-21-2020, 04:27 PM   #7
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
That compiz --replace thing worked! Thank you! But I still have no desktop. I hit Cntrl+Alt+D to go the desktop, but instead of my desktop being there, nothing is there. The screen is black. And maybe an artifact or two from the window previously displayed. Can anyone help with this one?

Last edited by maschelsea; 12-21-2020 at 04:39 PM.
 
Old 12-21-2020, 04:53 PM   #8
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ilgar View Post
What happens when you run xfwm4? Also the panel can be launched using xfce4-panel.
I think that was the command that my wife USED to use whenever she was experiencing this problem that I'm now experiencing...
 
Old 12-21-2020, 07:30 PM   #9
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Nope. My desktop is STILL gone. All I see is a muted green screen that I can't interact with...

Last edited by maschelsea; 12-22-2020 at 05:15 PM.
 
Old 12-22-2020, 01:05 AM   #10
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by maschelsea View Post
I think that was the command that my wife USED to use whenever she was experiencing this problem that I'm now experiencing...
xfwm4 is the window manager itself, and xfce4-panel is the panel. It may be that your session config somehow got corrupted and the thing stopped launching the window manager and panel at login.
 
Old 12-22-2020, 05:13 PM   #11
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Meanwhile, my desktop is STILL missing! Now it's a dull green background with nothing on it.
 
Old 12-23-2020, 03:50 AM   #12
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by maschelsea View Post
Meanwhile, my desktop is STILL missing! Now it's a dull green background with nothing on it.
Try "xfdesktop". That manages the background.
 
Old 12-23-2020, 05:55 AM   #13
igadoter
Senior Member
 
Registered: Sep 2006
Location: wroclaw, poland
Distribution: many, primary Slackware
Posts: 2,717
Blog Entries: 1

Rep: Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625Reputation: 625
Well start desktop in runlevel 3 with startx command - on the same virtual console you should see some messages - error message or warnings. If it does not help run xfce with twm as window manager - run xwmconfig and choose twm. Run startx - you should have now two xterm terminals - run xfce-session - xfce desktop and panels will be now separate windows - now you should have access to desktop and panels - eg. to disable compositor or to do some other settings - try to reset all to defaults - disable screensaver and xlock. You will see that xfce desktop is just a window - which you can even iconify. Of course I am not telling to run xfce that way - although it is really funny - but it can be helpful for diagnostic.
 
Old 12-23-2020, 03:47 PM   #14
maschelsea
Member
 
Registered: Dec 2016
Distribution: Slackware 64bit 14.2
Posts: 468

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ilgar View Post
Try "xfdesktop". That manages the background.
This solved it for me. Thank you.
 
Old 12-24-2020, 02:27 AM   #15
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,157

Rep: Reputation: 237Reputation: 237Reputation: 237
You're welcome.
 
  


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
[SOLVED] I am using Plank as a taskbar substitute - is there a way to get the network connection applet to display on my Plank taskbar? benjaminthomas Linux - Newbie 9 10-17-2017 09:45 PM
virtualbox gutsy seamless taskbar covers kde taskbar Frank Leone Ubuntu 0 10-21-2007 08:08 PM
KDE taskbar applet drag bars disappeared, can't use taskbar now jon_k Linux - Software 1 05-08-2005 04:24 AM
Taskbar app. gone??? SlipAway172 Mandriva 2 11-26-2004 11:12 AM
HELP! Gnome 'taskbar' gone in RH9.0 NssOne Linux - General 2 02-10-2004 10:08 PM

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

All times are GMT -5. The time now is 11:04 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