You are not logged in.

#21 2018-03-19 15:14:24

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: [FIXED]Invalid output from pipe-menu "bl-****-pipemenu"

There is Catfish in Menu/Accessories/Catfish File Search. If you put bl-include.cfg there and use "File System" on the left, it will show in which folder it is. Otherwise you can open it (if the path above is correct) by

sudo geany /usr/lib/bunsen/common/bl-include.cfg

Edit Forgot to mention: In terminal you can also use   locate bl-include.cfg   to figure out the correct path for that file.

Last edited by martix (2018-03-19 15:20:29)

Offline

#22 2018-03-20 12:44:31

Gumby
Member
Registered: 2018-03-19
Posts: 9

Re: [FIXED]Invalid output from pipe-menu "bl-****-pipemenu"

thank you sir, i could finally open file, sorry im newbie, but learning, still cant figure it out whats going on, here is how my is :

local apt_error
    if apt_error=$(LC_MESSAGES=C sudo apt-get update 2>&1 >/dev/tty) && {
            [[ -z "$apt_error" ]] || ! grep -iqEv "(${ignore_string:-$^}|^$)" <<<"$apt_error"
            }
    then
        say 'Finished update' 1
        return 0
    else
        errorExit 'There were problems during the update.' "$apt_error"
        return 1
    fi
}
still not working friends.

Offline

#23 2018-03-20 12:50:42

Gumby
Member
Registered: 2018-03-19
Posts: 9

Re: [FIXED]Invalid output from pipe-menu "bl-****-pipemenu"

martix wrote:

@Gumby Do you mean when you go to Menu/Recent Files -> there is no proper output?

If this is the issue, could you check by opening: Menu/Preferences/Openbox/Edit menu.xml   if there is (around line 180)

<menu execute="bl-recent-files-pipemenu -rl15" id="pipe-recentfilesmenu" label="Recent Files"/>

this line in the file? At least this is how it works for me.

this still my problem, the updates etc are good, the main issue is, when i pass my mouse thrue the recent files it pops the message: invalid output from pipe-menu "bl-recent-files-pipemenu -rl15"

need help!

Offline

#24 2018-03-20 17:38:04

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: [FIXED]Invalid output from pipe-menu "bl-****-pipemenu"

@Gumby The only difference I could spot is that you have "say 'Finished update' 1" in post #22, while in post #7 it's without "1". Try to correct it and just to be sure make a "sudo apt update" and "sudo apt upgrade". You can try to restart openbox too (Menu/Preferences/Openbox/Restart). Let's see if it works.

Offline

Board footer

Powered by FluxBB