Frederic Guilbault
Frederic Guilbault
+1 for this feature, Start a 3h playlist, minimize to systray, enjoy
I think this have to be fix first. https://github.com/Shouqun/node-dbus/issues/135
I came across the same problem. :(
If I add `console.log(iface1.methods.AddBook);` before `iface1.update();` The terminal show correct types `{ handler: [Function], out: [ { type: 's' }, { type: 'd' } ] }`
I found a workaround this way: ```javascript var DBus = require('dbus'); var service = DBus.registerService('session','org.gnome.foo'); var obj = service.createObject('/org/gnome/foo'); var iface1 = obj.createInterface('org.gnome.foo'); iface1.addMethod('AddBook', { out:{type:'a(iiissisasii)'} }, function( callback) {...
I think the Canadian coast guard had it first, It's the name of their service that report missing buoys and publish charts corrections. ....Since 1867 they say on their website....
`/usr/share` is for files from packages that are not ARM specific. (Like doc, icons, and text ...) I would check what pip have to offer in term of managed installation...
Udev node attribution is first up first attributed. Relying on wlanX is not a stable way to do it. Writing udev rules that use manifacturer+ model version or MAC address...
Ill give it a try. From what I reading on pi-gen, openplotter stuff should go on stage 2 and stage 3. stage4 & 5 should be skipped as openplotter seem...
Here in stage 3 https://github.com/FredericGuilbault/pi-gen/blob/master/stage3/00-install-packages/01-run.sh it seem to mount the target OS and chroot, so pretty much anything can be done at this point. So Im expecting to be able...