LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Blackbox users (https://www.linuxquestions.org/questions/linux-software-2/blackbox-users-69377/)

Drogo 07-01-2003 04:45 PM

Blackbox users
 
Im running the latest BB, but i cant get any of my apps to run when BB starts.....ghrrrrrrr

ive search the entire forum and tryied everything and still cant get it to work..Here is what i know

i read some post and talks about adding some lines to the .xinitrc file , but i dont have that file .. i created the file and still doesnt work..Im going crazyyyyy....:scratch: HELP

Drogo 07-01-2003 07:09 PM

Anyone :)

Tinkster 07-01-2003 07:10 PM

Do a
cp .xintirc .xsession
and try again :}

Cheers,
Tink

Drogo 07-01-2003 07:35 PM

it went back to the prompt...nothing happened...i guess

Tinkster 07-01-2003 07:41 PM

How about posting your .xinitrc/.xsession file? ;)

Cheers,
Tink

Drogo 07-01-2003 07:44 PM

.xinitrc and the .xsession looks the same

Eterm &
blackbox


:mad: most likely im doing something wrong

Tinkster 07-01-2003 07:52 PM

Yep ...

Try

Eterm &
exec blackbox

Maybe with the full path to the bb executable.

Mine looks like this...
Code:

#!/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
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

# Start the window manager:
/sbin/trail.sh&
gkrellm&
xhost +localhost&
xscreensaver&
bsetbg tux.jpg&
exec /usr/local/bin/fluxbox

Cheers,
Tink

Drogo 07-01-2003 07:54 PM

do i have to logout ? and log back in to take effect or what

Tinkster 07-01-2003 07:55 PM

Certainly ....

Drogo 07-01-2003 07:56 PM

nope, nothing happens

Tinkster 07-01-2003 08:05 PM

How are you starting your xsession?
Through kdm (xdm, gdm) or from the
CLI using startx?

Cheers,
Tink

Drogo 07-01-2003 08:10 PM

thats a good question ...i dont know....how can i find out >/>? sorry newbie here. a few months into linux

tcaptain 07-02-2003 12:11 PM

Are you typing something like "startx" on the command line? Or are you selecting "blackbox" from a graphical screen at logon time?

Drogo 07-02-2003 01:46 PM

im selecting bb from the graphical screen at logon.

InK 07-02-2003 04:16 PM

/etc/x11/gdm/Sessions/Blackbox
use that file as your .xinitrc
if your using kdm, I don't know... what distro are you using??
Mandrake?? (check /etc/sysconfig/desktop)


All times are GMT -5. The time now is 03:56 AM.