-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.desktop terminal applications in menu not running on debian/openbox #23
Comments
Unsure if this is the same problem, related problem, or just a similar problem... |
Aloha |
@capt-d I can test it, just link me the patch and sources hash version to use |
Aloha I'm also using fbpanel and Openbox but on Gentoo. The TERM variable must be set before running fbpanel. Set it to desired terminal emulator in autostart.sh, otherwise its value is "linux" when fbpanel is starting. To test my patch, download main branch from fork on my account. |
@capt-d I see what you did and is working, but I've a couple of concerns the XTERM variable should be set by the terminal itself and I don't think it map always to an executable, if my understanding are correct it should label the current terminal capabilities, its profile if you want, it doesn't always map to a command, mine is empty at the time of openbox's autostart, terminator/zsh set it to xterm-256color (which is not a command) the second concern is... I think I remember fbpanel working with terminal commands, not in the recent past so I don't remember my exact environment, but I think was openbox already, so what different? Something changed? Does it really need a patch? |
@capt-d so I finally took the time to look info fbpanel and this issue, it does need a patch as Still, I wouldn't use Also I would trim away extra
|
Aloha You are right. Using TERM variable is not a good idea. I will write new patch. |
@capt-d I'm using the one linked in the comment above from a couple of days and seems to be working fine, feel free to use the same or take and modify if you like (the concept is the same as your just the implementation a bit different) |
Aloha I've added terminal option for systemmenu in menu plugin. In my case its value is: xterm -fb green -bg black. |
I'm running
fbpanel
withopenbox
on a minimal debian/unstable installation, I used to runfbpanel
in a very similar environment until few weeks ago without problems, but it was a 32bit arch and I needed to switch to 64.I'm not sure this is a
fbpanel
issue butfbpanel
is where it show up.fbpanel
is launched from~/.config/openbox/autostart
(a shell script), it works almost fine but can't get it to run .desktop/terminal applications from the menu (mc
for instance), here'sfbpanel
stderr:If I wrapp fbpanel in a script (exporting
TERM=xterm
) and launch it usinggmrun
, the error become:That's the
strace
log:If I launch
fbpanel
from a terminal the menu terminal applications are executed within the terminal.x-terminal-emulator
is set toterminator
butxterm
is installed.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: