:: [DNG] Hopman (Was: ..are we|Devuan …
Top Page
Delete this message
Reply to this message
Author: aitor
Date:  
To: dng
Old-Topics: Re: [DNG] ..are we|Devuan safe from this systemd backdoor malware, taking our kernels from Debian?
Subject: [DNG] Hopman (Was: ..are we|Devuan safe from this systemd backdoor malware (...)?
Hi Didier,

On 1/5/21 17:11, Didier Kryn wrote:
>     Gvfs is not expected to be installed on servers, but is required by
> some desktop goodies - even in Xfce4, for example if you install the
> tool to mount/unmount hotplug disks; it is primarily to avoid it that I
> developped hopman.

As i announced, i'm continuing your Hopman project and today i pushed
the code of the new interface in Gtkmm-2.4,
keeping yours the same original folder GTK2. The code is available at:

https://gitea.devuan.dev/aitor_czr/hopman/src/branch/master/hopman-1.0/gtkmm
<https://gitea.devuan.dev/aitor_czr/hopman/src/branch/master/hopman-1.0/gtkmm>

There have been some changes in the watch directory too. For example,
the original C code didn't manage removable
sata, ssd... hard disks connected via usb, because the integer storaged
in the corresponding "removable" file [*] was equal to "0"
in such cases. On the other hand, trying to figure out how to get the
hotplug partitioning data in the most efficient way,
i ended up involved in the helpers of vdev (stat_usb.* and common.*
files in  the watch directory):

https://gitea.devuan.dev/aitor_czr/hopman/src/branch/master/hopman-1.0/watch
<https://gitea.devuan.dev/aitor_czr/hopman/src/branch/master/hopman-1.0/watch>

I had wanted to upload the packages of hopman throughout the past week,
but i've had issues related to some, already resolved,
GdkMouseEvents. Therefore, they'll be available as soon as posible.

Cheers,

Aitor.

[*] Have a look at the lines nº 25-30 of hotplug_partition.c:

https://gitea.devuan.dev/aitor_czr/hopman/src/branch/master/hopman-1.0/watch/hotplug_partition.c
<https://gitea.devuan.dev/aitor_czr/hopman/src/branch/master/hopman-1.0/watch/hotplug_partition.c>