LBCrion / sfwbar

S* Floating Window Bar
GNU General Public License v3.0
262 stars 17 forks source link

sfwbar core dumping with when started with '-f' option #206

Open salahoued opened 1 month ago

salahoued commented 1 month ago

Moved from beta-14 to beta-15 when launching sfwbar from terminal without any option it start 'normally', but when using it with option -f it core dumped.

sfwbar -f .config/sfwbar/sfwbar_1.config 

** (sfwbar:339297): ERROR **: 16:32:38.601: Error reading config file .config/sfwbar/sfwbar_1.config
Trappe pour point d'arrêt et de trace (core dumped)

System : opensuse Tumbleweed Sfwbar; 1.0~beta15-1.1 from open build service repos

UPDATE/NOTE: .config/sfwbar/sfwbar_1.config and the default .config/sfwbar/sfwbar.config are the same files.

LBCrion commented 1 month ago

Try sfwbar -f $PWD/config/sfwbar/sfwbar_1.config

The ./ addressing had been disabled for security (a lot of data and modules could be loaded realtive to that path).

On Fri, 12 Jul 2024, 16:40 salahoued, @.***> wrote:

Moved from beta-14 to beta-15 when launching sfwbar from terminal without any option it start 'normally', but when using it with option -f it core dumped.

sfwbar -f .config/sfwbar/sfwbar_1.config

(sfwbar:339297): ERROR : 16:32:38.601: Error reading config file .config/sfwbar/sfwbar_1.config Trappe pour point d'arrêt et de trace (core dumped)

System : opensuse Tumbleweed Sfwbar; 1.0~beta15-1.1 from open build service repos

— Reply to this email directly, view it on GitHub https://github.com/LBCrion/sfwbar/issues/206, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASHPFFASVTXOC6ZIPQERO6TZL72IVAVCNFSM6AAAAABKZE67R2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDKOBYGM2DONQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

salahoued commented 1 month ago
sfwbar -f $PWD/.config/sfwbar/sfwbar_1.config
sfwbar -f $HOME/.config/sfwbar/sfwbar_1.config

both are running fine, thanks