Menu Bar on imx

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Menu Bar on imx

1,078 次查看
alexishernandez
Contributor III

Hi everyone,
I made an application with GTK+, everything is ok with it, but when i execute it the window seem to be on the back so the green menu bar with the keybord, mouse icons is still there.
My question, is there any way to disable the menu bar on the top?
Specs: imx6ulevk with imx6-LCD, running image 'core-image-sato'
Regards.   

0 项奖励
回复
1 回复

955 次查看
alexishernandez
Contributor III

Solved, just need to make a file name called .Xsession in the $HOME directory, this
allow the user to substitute the window manager with another program.
.Xsession content:

_______________________

#! /bin/sh

exec MyApp

_______________________

where MyApp is a binary located at /usr/bin/:

0 项奖励
回复