PINE64
Python access from the menu - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+---- Forum: Ubuntu (https://forum.pine64.org/forumdisplay.php?fid=27)
+---- Thread: Python access from the menu (/showthread.php?tid=1549)



Python access from the menu - coolnine98 - 06-27-2016

Like I used to do in raspberrypi 3, I can able to select python from the menu and run the program and I can test the program by click on RUn button and it opens up second windows. 

Is it possible for me to get python program on menu or same as pi?

I am new to Linux and learning a lot from the forum.

Thanks


RE: Python access from the menu - lenny.raposo-pine64.pro - 06-27-2016

if you are using the debian mate image
try the following


sudo apt-get install mate-desktop-environment-extra mate-desktop-environment-extras
sudo reboot

once you are logged back into the desktop environment simply right click on the Applications menu then select Edit Menus

Then enable the Python option under the Programming sub menu item Wink


RE: Python access from the menu - coolnine98 - 06-27-2016

(06-27-2016, 04:30 PM)lenny.raposo-pine64.pro Wrote: if you are using the debian mate image
try the following


sudo apt-get install mate-desktop-environment-extra mate-desktop-environment-extras
sudo reboot

once you are logged back into the desktop environment simply right click on the Applications menu then select Edit Menus

Then enable the Python option under the Programming sub menu item Wink

WOW. Thanks for quick response. It solved my problem.

BTW, how about doing the same thing on Ubuntu Xenial BSP build?  Is it possible?( I have another SD card and I have installed Ubuntu.)



Thanks again..