Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
08-11-2012, 09:16 AM
|
#31
|
|
LQ Newbie
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 18
Rep: 
|
Can anyone reproduce the following Window Maker issue?
-----
WindowMaker issue:
Could not execute command: exec WPrefs
Reproducable on the following new full installs of 14RC1:
1. T60 laptop
2. VMware Wks 8 VM
Steps:
1. Launch WindowMaker 
2. On blank part of the desktop, right click and select Configure Window Maker.
Result:
You should see an error window that says "Could not execute command: exec WPrefs"
It's as if the expectation is that WPrefs is in one of the paths.
Workaround for the current user:
1. Launch WPrefs from /usr/lib/GNUstep/Applications/WPrefs.app/WPrefs
2. Select Applications Menu Definition
3. Click on Configure Widnow Maker
4. Enter full path in Program to Run field
Last edited by WoefulNarvik; 08-11-2012 at 09:23 AM.
|
|
|
|
08-11-2012, 09:24 AM
|
#32
|
|
Senior Member
Registered: May 2008
Posts: 2,880
|
Yes, I've sent a patch to Pat which fixes this and the missing themes under the appearance menu.
|
|
|
|
08-11-2012, 09:32 AM
|
#33
|
|
LQ Newbie
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 18
Rep: 
|
Thunar issue:
No icons displayed in Windows Maker, Fluxbox, Blackbox, and TWM
Reproducable on clean full installs on:
1. T60 laptop
2. VMware Wks 8 VM
Steps:
1. Launch Thunar from any of the above
Result:
No folder icons
|
|
|
|
08-11-2012, 09:34 AM
|
#34
|
|
LQ Newbie
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 18
Rep: 
|
FWVM2 issue:
Crashes when attempting to start from startx
Reproducable on clean full installs on:
1. T60 laptop
2. VMware Wks 8 VM
Steps:
1. Run xwmconfig and select fvwm2
2. Run startx
Result:
Kicked back to console.
---------- Post added 08-11-12 at 09:35 AM ----------
Quote:
Originally Posted by GazL
Yes, I've sent a patch to Pat which fixes this and the missing themes under the appearance menu.
|
Sweet. Thanks!
|
|
|
|
08-11-2012, 09:36 AM
|
#35
|
|
Senior Member
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware-current
Posts: 2,810
|
Quote:
Thunar issue:
No icons displayed in Windows Maker, Fluxbox, Blackbox, and TWM
|
Create a file ~/.gtkrc-2.0 containing
Code:
gtk-icon-theme-name="Tango"
|
|
|
3 members found this post helpful.
|
08-11-2012, 09:39 AM
|
#36
|
|
Senior Member
Registered: May 2008
Posts: 2,880
|
Quote:
Originally Posted by WoefulNarvik
Thunar issue:
No icons displayed in Windows Maker, Fluxbox, Blackbox, and TWM
Reproducable on clean full installs on:
1. T60 laptop
2. VMware Wks 8 VM
Steps:
1. Launch Thunar from any of the above
Result:
No folder icons
|
You need a ~/.gtkrc-2.0 file to fix that.
Code:
gtk-theme-name = "Xfce-4.6"
gtk-icon-theme-name = "gnome"
In XFCE, xfsettingsd will set these values, if you're running thunar outside of XFCE then you need to set them yourself.
edit: Too slow, allend beat me to it. 
|
|
|
2 members found this post helpful.
|
08-11-2012, 09:43 AM
|
#37
|
|
LQ Newbie
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 18
Rep: 
|
Quote:
Originally Posted by allend
Create a file ~/.gtkrc-2.0 containing
Code:
gtk-icon-theme-name="Tango"
|
Thanks for the info, all is groovy now 
|
|
|
1 members found this post helpful.
|
08-11-2012, 09:44 AM
|
#38
|
|
Senior Member
Registered: May 2008
Posts: 2,880
|
Quote:
Originally Posted by WoefulNarvik
FWVM2 issue:
Crashes when attempting to start from startx
Reproducable on clean full installs on:
1. T60 laptop
2. VMware Wks 8 VM
Steps:
1. Run xwmconfig and select fvwm2
2. Run startx
Result:
Kicked back to console.
Sweet. Thanks!
|
Can't reproduce that one. Works here.
Anything in your ~/.xsession-errors file to say why?
|
|
|
|
08-11-2012, 09:46 AM
|
#39
|
|
LQ Newbie
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 18
Rep: 
|
Quote:
Originally Posted by GazL
You need a ~/.gtkrc-2.0 file to fix that.
Code:
gtk-theme-name = "Xfce-4.6"
gtk-icon-theme-name = "gnome"
In XFCE, xfsettingsd will set these values, if you're running thunar outside of XFCE then you need to set them yourself.
edit: Too slow, allend beat me to it. 
|
No worries on being slow, I am still appreciative  Thanks!
|
|
|
|
08-11-2012, 09:48 AM
|
#40
|
|
Senior Member
Registered: May 2008
Posts: 2,880
|
Did spot an error in the fvwm .xintirc though:
edit: oops got that wrong. lets try again.
Code:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
eval $(dbus-launch --sh-syntax --exit-with-session)
ck-launch-session /usr/bin/startfvwm2
else
dbus-launch --exit-with-session /usr/bin/startfvwm2
fi
should be:
Code:
if [ -z "$DESKTOP_SESSION" -a -x /usr/bin/ck-launch-session ]; then
ck-launch-session /usr/bin/startfvwm2
else
/usr/bin/startfvwm2
fi
Last edited by GazL; 08-11-2012 at 09:54 AM.
|
|
|
1 members found this post helpful.
|
08-11-2012, 09:49 AM
|
#41
|
|
Senior Member
Registered: Dec 2003
Posts: 3,142
Rep: 
|
deleted.
Last edited by vharishankar; 11-02-2012 at 12:44 PM.
|
|
|
|
08-11-2012, 09:54 AM
|
#42
|
|
Senior Member
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041
Rep: 
|
Both xgames and xscreensaver install a /usr/man/man6/maze.6.gz
edit: Both quota and glibc install
/usr/include/rpcsvc/rquota.{h,x}
as well as this: http://www.linuxquestions.org/questi...6/#post4736243
Last edited by sahko; 08-11-2012 at 10:02 AM.
|
|
|
|
08-11-2012, 09:55 AM
|
#43
|
|
LQ Newbie
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 18
Rep: 
|
Quote:
Originally Posted by GazL
Can't reproduce that one. Works here.
Anything in your ~/.xsession-errors file to say why?
|
Nope, no .xsession-errors file on this end. Just .xsession and .xsession-backup . I do see a xauth: message saying .serverauth.3797 does not exist in my home directory.
Running Tail -100 against /var/log/Xorg.0.log isn't telling me much either (may need to increase the number of lines?)
|
|
|
|
08-11-2012, 10:02 AM
|
#44
|
|
Member
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware, OpenBSD, FreeBSD
Posts: 640
Rep: 
|
There is a typo in the new 20-plugdev-group-mount-override.pkla file. The line:
Result=Active=yes
should be:
ResultActive=yes
I've already emailed Pat about this.
|
|
|
|
08-11-2012, 10:07 AM
|
#45
|
|
Senior Member
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware-current
Posts: 2,810
|
Quote:
FWVM2 issue:
Crashes when attempting to start from startx
|
Same as GazL for me.
@GazL - Nice catch on the .xinitrc. I see the same.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:52 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|