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-11-2012, 09:16 AM   #31
WoefulNarvik
Member
 
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 41

Rep: Reputation: Disabled

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.
 
Old 08-11-2012, 09:24 AM   #32
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Yes, I've sent a patch to Pat which fixes this and the missing themes under the appearance menu.
 
Old 08-11-2012, 09:32 AM   #33
WoefulNarvik
Member
 
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 41

Rep: Reputation: Disabled
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
 
Old 08-11-2012, 09:34 AM   #34
WoefulNarvik
Member
 
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 41

Rep: Reputation: Disabled
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 View Post
Yes, I've sent a patch to Pat which fixes this and the missing themes under the appearance menu.
Sweet. Thanks!
 
Old 08-11-2012, 09:36 AM   #35
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
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.
Old 08-11-2012, 09:39 AM   #36
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by WoefulNarvik View Post
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.
Old 08-11-2012, 09:43 AM   #37
WoefulNarvik
Member
 
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 41

Rep: Reputation: Disabled
Quote:
Originally Posted by allend View Post
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.
Old 08-11-2012, 09:44 AM   #38
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by WoefulNarvik View Post
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?
 
Old 08-11-2012, 09:46 AM   #39
WoefulNarvik
Member
 
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 41

Rep: Reputation: Disabled
Quote:
Originally Posted by GazL View Post
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!
 
Old 08-11-2012, 09:48 AM   #40
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
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.
Old 08-11-2012, 09:49 AM   #41
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
deleted.

Last edited by vharishankar; 11-02-2012 at 12:44 PM.
 
Old 08-11-2012, 09:54 AM   #42
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
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.
 
Old 08-11-2012, 09:55 AM   #43
WoefulNarvik
Member
 
Registered: Apr 2012
Distribution: Slackware, Salix
Posts: 41

Rep: Reputation: Disabled
Quote:
Originally Posted by GazL View Post
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?)
 
Old 08-11-2012, 10:02 AM   #44
chess
Member
 
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware and OpenBSD
Posts: 740

Rep: Reputation: 190Reputation: 190
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.
 
Old 08-11-2012, 10:07 AM   #45
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
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.
 
  


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
Bug reports, using them microsoft/linux Debian 1 10-12-2005 07:22 AM
bug reports with apt-get MaTrIx709 Debian 2 07-27-2005 06:05 PM
bug reports on glibc or gcc tvburger Linux From Scratch 1 12-06-2004 12:43 AM
10.1 Beta Cycle Begins, send those bug reports in ! doug_s Mandriva 0 07-24-2004 09:34 AM
How to submit bug reports to Mandrakesoft? registering Mandriva 2 06-04-2004 09:32 AM

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

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