PINE64
Mobian App Menu File Location? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+--- Thread: Mobian App Menu File Location? (/showthread.php?tid=13196)



Mobian App Menu File Location? - reGisterGan578 - 02-21-2021

Hi, I would like to add my own apps (not from the package manager) to the app menu, but I don't know where it would be. Any help is thanked.


RE: Mobian App Menu File Location? - evilbunny - 02-21-2021

(02-21-2021, 12:22 PM)reGisterGan578 Wrote: Hi, I would like to add my own apps (not from the package manager) to the app menu, but I don't know where it would be. Any help is thanked.

You need to put a desktop file in /usr/share/applications

I have an example app here: https://github.com/evilbunny2008/weeWXWeatherApp4Gtk/tree/main/weewxapp/usr/share/applications


RE: Mobian App Menu File Location? - reGisterGan578 - 02-23-2021

(02-21-2021, 03:35 PM)evilbunny Wrote:
(02-21-2021, 12:22 PM)reGisterGan578 Wrote: Hi, I would like to add my own apps (not from the package manager) to the app menu, but I don't know where it would be. Any help is thanked.

You need to put a desktop file in /usr/share/applications

I have an example app here: https://github.com/evilbunny2008/weeWXWeatherApp4Gtk/tree/main/weewxapp/usr/share/applications
Exactly what I needed! Thankyou so much!