> Wiadomość napisana przez Alejandro Vera <[email protected]> w dniu > 23.08.2016, o godz. 15:37: > > Hi everyone... > > I am developing an app for internal use in my company. > > In my app I can config an external commando line app to format code and I can > config my browser to open files. But when I package it as a snap my app can > not see those apps > > What should I do? I think this is very common. I hope I do not have to > package the browser and the cli-app in my snap >
It depends on how those apps look like. In general the whole host filesystem is exposed as /var/lib/snapd/hostfs. In devmode you can run anything installed there (that is the root filesystem of your computer) assuming you set PATH, LD_LIBRARY_PATH and anything else like that to point there. Best regards. ZK > Thanks! > > -- > Alejandro Vera > http://www.recicleta.cl <http://www.recicleta.cl/> > -- > Snapcraft mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/snapcraft
-- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
