LinuxQuestions.org
Help answer threads with 0 replies.
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 08-02-2012, 11:36 PM   #1
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Rep: Reputation: Disabled
slackware current - xfce 4.10 shows completely blank black screen


xfce 4.10 is running though as I can hit Alt-F4 and the exit menu appears and then click on LOGOUT.

But nothing else shows on the screen.

Here is the .xsession-errors file for a user:
Code:
/usr/bin/startxfce4: X server already running on display :0
xfce4-panel: error while loading shared libraries: libexo-1.so.0: cannot open shared object file: No such file or directory
Thunar: error while loading shared libraries: libexo-1.so.0: cannot open shared object file: No such file or directory
xfdesktop: error while loading shared libraries: libgarcon-1.so.0: cannot open shared object file: No such file or directory
xfce4-volumed: error while loading shared libraries: libkeybinder.so.0: cannot open shared object file: No such file or directory

** (process:3147): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:3147): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:3147): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'

^[[01mHP Linux Imaging and Printing System (ver. 3.12.6)^[[0m
^[[01mSystem Tray Status Service ver. 2.0^[[0m

Copyright (c) 2001-14 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

^[[35;01mwarning: No hp: or hpfax: devices found in any installed CUPS queue. Exiting.^[[0m

** (process:3153): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'

** (process:3153): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'

** (process:3153): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
xfsettingsd: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
polkit-gnome-authentication-agent-1: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
blueman-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
Loading configuration plugins
blueman-applet version 1.22 starting
Stale PID, overwriting
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Using file config backend
Off hand it looks like libexo-1.so.0 and libgarcon-1.so.0 are missing from the xfce4 packages....

Last edited by aaazen; 08-02-2012 at 11:38 PM. Reason: Alt-F4 to exit xfce ...
 
Old 08-03-2012, 12:10 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
I suppose you forgot to issue a
Code:
slackpkg install-new
before the
Code:
slackpkg upgrade-all
things have been splitted and others have been added.
 
1 members found this post helpful.
Old 08-03-2012, 09:35 AM   #3
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ponce View Post
I suppose you forgot to issue a
Code:
slackpkg install-new
before the
Code:
slackpkg upgrade-all
things have been splitted and others have been added.
Good suggestion.

I install all packages that start with "lib*"

libexo-1.so.0 and libgarcon-1.so.0 are now where to be found...

fvwm2 works with no problems.
 
Old 08-03-2012, 09:56 AM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
it's
exo-0.8.0-i486-1.txz and garcon-0.2.0-i486-1.txz
 
1 members found this post helpful.
Old 08-03-2012, 12:49 PM   #5
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by comet.berkeley View Post
I install all packages that start with "lib*"
following which criteria?
if you want to select what to install and what not, it's assumed that you know what you're doing...
otherwise a full install is advised.
 
Old 08-03-2012, 01:57 PM   #6
Mobile1
Member
 
Registered: Jun 2006
Location: Sardis, B.C., Canada
Distribution: Slackware64 15 -current
Posts: 248

Rep: Reputation: 70
Right click on the desktop....you'll find your menu's : )
 
Old 08-05-2012, 01:15 PM   #7
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by willysr View Post
it's
exo-0.8.0-i486-1.txz and garcon-0.2.0-i486-1.txz
Thanks Willy!

That fixed the problem.

These packages are misnamed as they actually do include shared runtme libraries:

libexo-1.so.0.0.0
libgarcon-1.so.0.0.0

And the packages should be called

libexo-0.8.0-i486-1.txz and
libgarcon-0.2.0-i486-1.txz

I don't load all packages.

Fvwm2 and xdm work fine for me, but sometimes I use xfce.

Last edited by aaazen; 08-05-2012 at 01:29 PM. Reason: shared runtime
 
Old 08-05-2012, 04:49 PM   #8
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
Quote:
Originally Posted by comet.berkeley View Post
These packages are misnamed as they actually do include shared runtme libraries:

libexo-1.so.0.0.0
libgarcon-1.so.0.0.0

And the packages should be called

libexo-0.8.0-i486-1.txz and
libgarcon-0.2.0-i486-1.txz
That isn't how packages are named. Generally Slackware just favours upstream naming conventions -- other distros sometimes split packages into lib versions but that isn't the case with Slackware. For example, atk is not named libatk and gmp is not named libgmp. Both the exo and garcon packages exist in the newly created xfce/ directory, so if you want XFCE to work...then obviously you will need to install everything in that directory (unless you want to troubleshoot). They should not be moved to l/ since they are XFCE-specific and they should not be renamed since they are named according to upstream. I don't see a problem here.
 
1 members found this post helpful.
Old 08-05-2012, 05:53 PM   #9
aaazen
Member
 
Registered: Dec 2009
Posts: 358

Original Poster
Rep: Reputation: Disabled
Quote:
That isn't how packages are named. Generally Slackware just favours upstream naming conventions -- other distros sometimes split packages into lib versions but that isn't the case with Slackware...

Both the exo and garcon packages exist in the newly created xfce/ directory, so if you want XFCE to work...then obviously you will need to install everything in that directory (unless you want to troubleshoot)...
Thanks for your post.

I found several more packages missing from my xfce installation.

Most of the time I use fvwm2 to avoid complex window managers with lots of pieces.
 
  


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 current freeze with black screen zrdc28 Slackware 16 05-11-2012 09:52 AM
[SOLVED] Black screen after logout in Slackware-Current piratesmack Slackware 18 08-08-2010 03:06 PM
WEBCAM: Stickam shows black screen when Cheese shows cam 449 Linux - Software 16 08-04-2009 03:23 AM
slackware current : xfce splash screen hangs xorg carboncopy Slackware 1 04-18-2007 02:33 PM
After slackpkg update(all current p'kges), Slackware 10 stops loading (black screen). SlawioG Slackware 3 11-28-2004 09:19 AM

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

All times are GMT -5. The time now is 12:10 PM.

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