Results 11 to 20 of 20
.xprofile? Never seen that when I had Slack!
Anyways, glad it's working...
- 06-29-2004 #11Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
.xprofile? Never seen that when I had Slack!
Anyways, glad it's working
- 06-30-2004 #12Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
As i said before while i was reading /etc/X11/Xsession file there was written
"instead of using xsession file use xprofile file" so i did this.thats it.
you are right i am also glad it is working.
Thank you again.Just a Newbie....Looking 4 Info....
- 07-16-2004 #13Just Joined!
- Join Date
- Jul 2004
- Posts
- 53
Where is .xprofile located on your machine? ~/ ? I am having the same problems. I tried putting the commands to execute my programs in etc/X11/xinit/xinitrc and etc/X11/xinit/xinitrc.blackbox (my current windowing system) also I've tried copying etc/X11/xinit/xinitrc to ~/.xinitrc and it still didn't work. Any help would be appreciated.
Originally Posted by heartsmagic
- 07-17-2004 #14Just Joined!
- Join Date
- Jul 2004
- Posts
- 53
My .xinitrc filleCode:#!/bin/sh # $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/usr/X11R6/lib/X11/xinit/.Xresources sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap # merge in defaults and keymaps if [ -f $sysresources ]; then xrdb -merge $sysresources fi if [ -f $sysmodmap ]; then xmodmap $sysmodmap fi if [ -f $userresources ]; then fi if [ -f $usermodmap ]; then xmodmap $usermodmap fi # Start the window manager: exec /usr/X11R6/bin/blackbox xterm & gaim & ~/bbweather-0.6.2/GrabWeather KDOV & bbweather & bbmail & bbacpi &
- 07-17-2004 #15Just Joined!
- Join Date
- Jul 2004
- Posts
- 4
the exec blackbox line should be last
move the apps before the blackbox line and it should work fine
- 07-17-2004 #16Linux Engineer
- Join Date
- Jul 2003
- Location
- Farnborough, UK
- Posts
- 1,305
Construct, you can also use the .xinitrc file in your home directory
- 07-18-2004 #17Just Joined!
- Join Date
- Jul 2004
- Posts
- 53
Thanks for the quick help. Although I already found the answer at #slackware on undernet. I did know I could use the one in my home directory, I had already copied one there. Again thanks for the help.
- 07-27-2004 #18Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
Construct, here what i didnt understand.
Now are you using .xinitrc file? or any other file?
I tried using .xinitrc but it didnt work. so i tried .xprofile.Just a Newbie....Looking 4 Info....
- 07-28-2004 #19Just Joined!
- Join Date
- Jul 2004
- Posts
- 53
I had to put my programs before my window manager in .xinitrc.
Hope that helps :P.Code:xchat& gaim& etc... exec /insert/windowManager/here
- 07-31-2004 #20Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
I use Slackware 9.1 and .xinitrc does not work. Interesting.
Thx for reply.Just a Newbie....Looking 4 Info....


Reply With Quote