Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: krooooo on December 10, 2015, 07:09:43 PM

Title: how to auto start bmpanel when system boot?
Post by: krooooo on December 10, 2015, 07:09:43 PM
Hi everyone

My system is TC 6.4.1 x86, desktop is openbox, bmpanel installed as "on boot", but when I start TC there is no panel on desktop, must open a terminal to exec "bmpanel" then the panel shown, Is there a way to auto start bmpanel when system boot??

ps: bmpanel.tcz is in onboot.lst
Title: Re: how to auto start bmpanel when system boot?
Post by: Rich on December 10, 2015, 08:51:20 PM
Hi krooooo
Create a file in  ~/.X.d/  containing the following:
Code: [Select]
bmpanel &
Title: Re: how to auto start bmpanel when system boot?
Post by: krooooo on December 11, 2015, 02:13:05 AM
YES, success! Thanks!