[Ubuntu-phone] Are the menus in Ubuntu-SDK gone?

2014-07-12 Thread Peter Hultqvist
In the HTML5 tutorial under section "Practice running the app" it states that I can use Build > Run. http://developer.ubuntu.com/apps/html-5/tutorials/meanings-app-html5-tutorial/ The problem is that there is no menu!? I can still run the app using ctrl+r or by clicking the green arrow. Is the me

Re: [Ubuntu-phone] Are the menus in Ubuntu-SDK gone?

2014-07-12 Thread Nekhelesh Ramananthan
Hi Peter, The menu should be present. Are you missing the Build menu item or the entire Qtcreator menus? If the latter, you might want to check if you have the package *appmenu-qt5* installed on your system as it enables the global menus for qt5 applications. If this doesn't work, please specify w

Re: [Ubuntu-phone] Are the menus in Ubuntu-SDK gone?

2014-07-12 Thread Robert Schroll
On Sat, Jul 12, 2014 at 9:31 AM, Nekhelesh Ramananthan wrote: The menu should be present. Are you missing the Build menu item or the entire Qtcreator menus? If the latter, you might want to check if you have the package appmenu-qt5 installed on your system as it enables the global menus for qt

Re: [Ubuntu-phone] Are the menus in Ubuntu-SDK gone?

2014-07-12 Thread Nekhelesh Ramananthan
I ran Qtcreator on KDE and noticed that the menus were missing. I figured this could be due to KDE not supporting global menus. On removing appmenu-qt5 and restarting Qtcreator I got the menus back. Perhaps you could try the same? I feel that the Global menus only work properly in the Unity deskto

Re: [Ubuntu-phone] Are the menus in Ubuntu-SDK gone?

2014-07-12 Thread Robert Schroll
On Sat, Jul 12, 2014 at 10:28 AM, Nekhelesh Ramananthan wrote: I ran Qtcreator on KDE and noticed that the menus were missing. I figured this could be due to KDE not supporting global menus. On removing appmenu-qt5 and restarting Qtcreator I got the menus back. Perhaps you could try the same?

Re: [Ubuntu-phone] Are the menus in Ubuntu-SDK gone?

2014-07-12 Thread Peter Hultqvist
Yes my original problem was that the entire menu was gone. Usually I'm running AwesomeWM but I also tried in Unity(Ubuntu Default) with the same problem(did not find any ). Upon uninstalling appmenu-qt5 the menu is now present both using AwesomeWM and Unity. Thanks On 2014-07-12 16:28, Nekheles