Ich platziere Apps gemäß der Anleitung in meiner fluxbox-Startdatei, aber nichts außer fluxbox wird gestartet.
Es spielt keine Rolle, welche App ich versuche, es ist also kein App-Problem.
Hier ist meine Startdatei:
#!/bin/sh
#
# fluxbox startup-script:
#
# Lines starting with a '#' are ignored.
# Change your keymap:
xmodmap "/home/josh/.Xmodmap"
# Applications you want to run with fluxbox.
# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN ''&'' AT THE END.
tint2 &
tilda &
# And last but not least we start fluxbox.
# Because it is the last app you have to run it with ''exec'' before it.
exec fluxbox
# or if you want to keep a log:
# exec fluxbox -log "/home/josh/.fluxbox/log"
Ich habe auch Tests wie "touch ~ / testwoked" ausprobiert und so funktioniert nichts.
Es macht keinen Unterschied, ob die Datei ausführbar ist oder nicht.