Menu Bar on imx

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Menu Bar on imx

1,075件の閲覧回数
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.   

ラベル(5)
0 件の賞賛
返信
1 返信

952件の閲覧回数
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 件の賞賛
返信