Frederic Guilbault

Results 30 issues of Frederic Guilbault

Hi, I have a big bash script that download armbian and mount the iso, chroot into it and generate a flavoured version of armbian. (the script is doing the same...

Help needed :two_hearts:
Bugfix :radioactive:
Software :chains:

I love your plugin, I have been using it for a year. I wish there would be something for imgur too.

In the folder `scripts/debian` the .service files assume a user named pi with no-password sudo access. This is clearly raspbian not debian. It's a detail, but I had to debug...

Hi, I'm porting lysmarine to awesomewm DE, and it use a software called `rofi` as menu. In rofi, the icon specified by xygrib.desktop does not show. But if I remove...

The following code: ```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', { in: [DBus.Define(String), DBus.Define(Number)], out: [DBus.Define(String), DBus.Define(Number)] }, function(name,...

As your project might have some thought to share . https://github.com/SignalK/signalk/discussions/46

Hi, I'm building a custom build Debian+plasma-mobile OS using Wayland. Im Running it in virtualbox and qemu for dev purpose. .....aaaaaand maliit does not show ;) Now, I have read...

On my install, signalk run under it's own user. So I don't have any `~/.signalK` for the user of openplotter. This make openplotter crash like this: ``` Traceback (most recent...

_I really feel like spamming the bug tracker...._ In the `startup` file at line `426` in the function `util_process_exist` openplotter don't detect the signalk process if it been started with...

Default installation location for openplotter is `~/.config` But it should be `~/.local/share/` Only configuration files be in `.config` On a larger view. openplotter should not be in any ~/ folder....