You are not logged in.
Hi everyone, after updating my system today i noticed that many pipemenus don't work any more, when i hover them with the mouse in the openbox menu the message "Invalid output from pipe-menu "bl-****-pipemenu" is emitted, specifically all the bl pipe-menus that require "bl-include.cfg"
i've tried running them from the console
nick@gimel:~$ bl-help-pipemenu
Error: Failed to locate bl-include.cfg in /usr/lib/bunsen/bunsen-commonmy but my bl-include.cfg is in place
nick@gimel:~$ cd /usr/lib/bunsen/bunsen-common/
nick@gimel:/usr/lib/bunsen/bunsen-common$ ls -l
total 12
-rw-r--r-- 1 root root 10824 Jan 27 12:51 bl-include.cfgOffline
same here.
invalid output from pipe-menu "bl-multimedia-pipemenu"
Offline
Thanks for the report, to The Batcave!
I know @nobody just rebuilt the packages but I'm not sure if it's the commits from 9 days ago or if it's being caused by another package. https://github.com/BunsenLabs/bunsen-pipemenus/
We'll get it sorted, thanks for your patience.
I don't care what you do at home. Would you care to explain?
Offline
+1 same here.
Offline
Temporary "fix" to get the pipemenus working again. USE AT YOUR OWN RISK!!
I've found the last good commit on github, which will get the menu working properly at least. However, dialog and update scripts may not work!!. This might tide you over until the grownup scripters find out where the problem lies...
bl-include.cfg commit #97f9a9b
EDIT: there is a problem within the "## Apt-get functions" section in `/usr/lib/bunse/bunsen-common/bl-include.cfg`, which were edited recently. If these lines are commented out then the pipemenus will run OK. ie Comment out from line 292 to the end
Last edited by damo (2016-01-28 00:39:40)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Uh-oh awfully sorry about this.
Normal service will be resumed ASAP...
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
OK we've found the bug - a missing "then" in bl-include.cfg.
The fix will be in the repos for upgrading sometime today I expect.
If you want to fix it right now, open /usr/lib/bunsen/bunsen-common/bl-include.cfg (as root) and after line 300 add
thenso that section looks like this:
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'
return 0
else
errorExit 'There were problems during the update.' "$apt_error"
return 1
fiLast edited by johnraff (2016-01-28 03:35:11)
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Nice, gents!
-edit- Head's up, there's an obvious typo here.
/usr/lib/bunse/bunsen-common/bl-include.cfg
I don't care what you do at home. Would you care to explain?
Offline
^yes!
Now fixed - thanks.
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Hi team,
After my system update this morning.... I have the same problem.
Is there a fix for this yet?
Regards,
Carel
Just a Linux System Administrator on a mission to complete another trip around the Sun.
Offline
Welcome Carel_Lubbe.
Just this fixes were made. (Check the post time)
This is probably in a few hours at the earliest is being reflected in our BunsenLabs.
BALLOON | FU-SEN - English balloon.gdn - 日本語 balloon.asia - GitHub fu-sen
Offline
@Carel_Lubbe https://forums.bunsenlabs.org/viewtopic … 079#p17079
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
New package is now in the repos; updating will fix the issue.
Offline
fixed with johnraff edit, then dist-upgraded and still working, thanks!
Offline
Marking this [FIXED]
I don't care what you do at home. Would you care to explain?
Offline
hello my friends. a little help here, i cant find the file to do the edit, can someone help?
x\ mine is wrong in pipemenu recent-files same stuff.
Offline
@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.
Offline
wow thanks for quick reply, well the line is there(189) but not working, everytime i pass my mouse it pops up the dialog. can u help?
I just cant find the lib file johnraff said...idk why ![]()
Offline
^Do you mean this: /usr/lib/bunsen/bunsen-common/bl-include.cfg?
I think it is now /usr/lib/bunsen/common/bl-include.cfg.
The place might have changed too, maybe around line 350 - but you have to carefully check if then is really missing.
Offline
yes my friend, i cant find the directory bunsen, cant open... can u paste how you open from terminal?
Offline