Tiny Core Extensions > TCE Bugs

TCL 11 "windowmaker" not working !!! :(

<< < (5/7) > >>

xor:

--- Quote from: Rich on April 04, 2020, 11:31:10 AM ---Hi xor
Are you starting  wbar  in  /opt/bootlocal.sh, /opt/bootsync.sh, or some other script?

--- End quote ---

no

Rich:
Hi xor
When the system comes up, run these command:

--- Code: ---sudo killall wbar
--- End code ---

Does the background then get fixed?

xor:

--- Quote from: Rich on April 04, 2020, 11:59:36 AM ---Hi xor
When the system comes up, run these command:

--- Code: ---sudo killall wbar
--- End code ---

Does the background then get fixed?

--- End quote ---
I tried the command! WBAR is gone! :(
I don't want Wbar to go!

Re-type the startx command
it turns out this way
i like this shape!



but when it usually opens, I see this as follows
once in a while ! I do not want to write startx command at continuous boot

Rich:
Hi xor

--- Quote from: Rich on April 04, 2020, 11:59:36 AM ---When the system comes up, run these command:

--- Code: ---sudo killall wbar
--- End code ---

Does the background then get fixed?
--- End quote ---
I thought my request was reasonable. Run a command, and tell me if it fixes the background.


--- Quote from: xor on April 04, 2020, 12:37:46 PM ---I tried the command! WBAR is gone! :(
I don't want Wbar to go! ...
--- End quote ---
Instead of answering my question, you start yelling that the WBAR is gone.
I told you to kill the Wbar to see if it's blocking something else from happening.
Do you really believe I'm trying to deprive you of your Wbar?

Maybe you could try answering the question I ask.

Then attach the following files to your next post:


--- Code: ---/op/bootsync.sh
/op/bootlocal.sh
~/.profile
~/.xsession
--- End code ---

xor:
.profile

--- Code: ---# ~/.profile: Executed by Bourne-compatible login SHells.
#
# Path to personal scripts and executables (~/.local/bin).
[ -d "$HOME/.local/bin" ] || mkdir -p "$HOME/.local/bin"
export PATH=$HOME/.local/bin:$PATH

ONDEMAND=/etc/sysconfig/tcedir/ondemand
[ -d "$ONDEMAND" ] && export PATH=$PATH:"$ONDEMAND"

# Environment variables and prompt for Ash SHell
# or Bash. Default is a classic prompt.
#
PS1='\u@\h:\w\$ '
PAGER='less -EM'
MANPAGER='less -isR'

EDITOR=vi

export PS1 PAGER FILEMGR EDITOR MANPAGER

export BACKUP=1
[ "`id -un`" = "`cat /etc/sysconfig/tcuser`" ] && echo "$BACKUP" | sudo tee /etc/sysconfig/backup >/dev/null 2>&1
export FLWM_TITLEBAR_COLOR="58:7D:AA"

if [ -f "$HOME/.ashrc" ]; then
   export ENV="$HOME/.ashrc"
   . "$HOME/.ashrc"
fi

TERMTYPE=`/usr/bin/tty`
[ ${TERMTYPE:5:3} == "tty" ] && (
[ ! -f /etc/sysconfig/Xserver ] ||
[ -f /etc/sysconfig/text ] ||
[ -e /tmp/.X11-unix/X0 ] ||
startx
)

--- End code ---

.xsession

--- Code: ---/usr/local/bin/Xorg -nolisten tcp &
export XPID=$!
waitforX || ! echo failed in waitforX || exit
"$DESKTOP" 2>/tmp/wm_errors &
export WM_PID=$!
[ -x $HOME/.setbackground ] && $HOME/.setbackground
[ -x $HOME/.mouse_config ] && $HOME/.mouse_config &
[ $(which "$ICONS".sh) ] && ${ICONS}.sh &
[ -d "/usr/local/etc/X.d" ] && find "/usr/local/etc/X.d" -type f -o -type l | while read F; do . "$F"; done
[ -d "$HOME/.X.d" ] && find "$HOME/.X.d" -type f | while read F; do . "$F"; done

--- End code ---

bootsync.sh

--- Code: ---#!/bin/sh
# put other system startup commands here, the boot process will wait until they complete.
# Use bootlocal.sh for system startup commands that can run in the background
# and therefore not slow down the boot process.
/usr/bin/sethostname box
/opt/bootlocal.sh &

--- End code ---

bootlocal.sh

--- Code: ---#!/bin/sh
# put other system startup commands here

--- End code ---




--- Quote from: Rich on April 04, 2020, 08:43:42 PM ---Hi xor

--- Quote from: Rich on April 04, 2020, 11:59:36 AM ---When the system comes up, run these command:

--- Code: ---sudo killall wbar
--- End code ---

Does the background then get fixed?
--- End quote ---
I thought my request was reasonable. Run a command, and tell me if it fixes the background.


--- Quote from: xor on April 04, 2020, 12:37:46 PM ---I tried the command! WBAR is gone! :(
I don't want Wbar to go! ...
--- End quote ---
Instead of answering my question, you start yelling that the WBAR is gone.
I told you to kill the Wbar to see if it's blocking something else from happening.
Do you really believe I'm trying to deprive you of your Wbar?

Maybe you could try answering the question I ask.

Then attach the following files to your next post:


--- Code: ---/op/bootsync.sh
/op/bootlocal.sh
~/.profile
~/.xsession
--- End code ---

--- End quote ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version