Page 1 of 1

[SOLVED] Error Verification of the signature on checksum.md5 failed

Posted: 29 Mar 2023, 16:24
by baloontravel
Hello!

I want to install package but after
slackpkg search somepack/ or upgrade-all
I receive an errorabout failed veryfication of gpg signature.
Error Verification of the signature on checksum.md5 failed

It is new install on usb.
Just copied files from iso and run script.
What may be the reason?

Error Verification of the signature on checksum.md5 failed

Posted: 29 Mar 2023, 18:41
by baloontravel
Sorry figured out I need to run slackpkg update first.
But only by intuition.
I expected more strict output like from pacman or xbps :D

Error Verification of the signature on checksum.md5 failed

Posted: 29 Mar 2023, 18:44
by Ed_P
Happy to read your happy ending baloontravel. :) Welcome to the forum.

[SOLVED] Error Verification of the signature on checksum.md5 failed

Posted: 29 Mar 2023, 23:12
by baloontravel
Thanks.
Small feedback.
It would be nice to disable touchpad whike typing by default in DEs.
Currently it is not disabled in MATTE.

[SOLVED] Error Verification of the signature on checksum.md5 failed

Posted: 29 Mar 2023, 23:42
by Ed_P
baloontravel wrote:
29 Mar 2023, 23:12
It would be nice to disable touchpad whike typing by default in DEs.
Well you can execute sysclient to disable or enable it. Or use the syndaemon solution brokeman suggested: Re: Mouse pad option (Post by brokenman #13596)

[SOLVED] Error Verification of the signature on checksum.md5 failed

Posted: 31 Mar 2023, 08:11
by baloontravel

Code: Select all

synclient TouchpadOff=1
synclient PalmDetect=0
Didn't work for me.
Also for some reason system couldn't see path to /usr/bin/synclient.
And find did not found binary.
Location is described on slackware.pkgs.org and it works.

This worked for me:
install xinput
find name of the touchpad device
create shortcuts to disable/enable touchpad.

Code: Select all

slackpkg install xinput
xinput list
xinput set-prop "Synaptics TM3336-001" "Device Enabled" 1
xinput set-prop "Synaptics TM3336-001" "Device Enabled" 0
Or create shortcut with script that enables touchpad, waits 10-20 seconds and disables it.
This way you don't need screenlock from co-workers or family members :)

This also works well.

Code: Select all

 syndaemon -i 3 -d 

But does not always suits the case.
Sometimes you want to move mouse just after typing.

Perhaps some tools like unclutter also can be used.

[SOLVED] Error Verification of the signature on checksum.md5 failed

Posted: 31 Mar 2023, 16:14
by Ed_P
Well I'm happy you found some tools that work for you baloontravel. But surprised synclient didn't. :o
baloontravel wrote:
31 Mar 2023, 08:11

Code: Select all

synclient TouchpadOff=1
synclient PalmDetect=0
Didn't work for me.
Also for some reason system couldn't see path to /usr/bin/synclient.
Are you saying synclient doesn't exist on your system? It's existed on mine for many versions of Porteus. Does executing synclient in terminal yield nothing? BTW it's not in my /usr/bin/ folder either.

Code: Select all

guest@porteus:~$ synclient
Parameter settings:
    LeftEdge                = 76
    RightEdge               = 1843
    TopEdge                 = 58
    BottomEdge              = 1021
    FingerLow               = 25
    FingerHigh              = 30
    MaxTapTime              = 180
    MaxTapMove              = 96
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    EmulateMidButtonTime    = 0
    EmulateTwoFingerMinZ    = 282
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = -44
    HorizScrollDelta        = -44
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 1
    HorizTwoFingerScroll    = 0
    MinSpeed                = 1
    MaxSpeed                = 1.75
    AccelFactor             = 0.0908678
    TouchpadOff             = 2
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 2
    RBCornerButton          = 3
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 3
    ClickFinger3            = 2
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 200
    CoastingSpeed           = 20
    CoastingFriction        = 50
    PressureMotionMinZ      = 30
    PressureMotionMaxZ      = 160
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 0
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0
    HorizHysteresis         = 11
    VertHysteresis          = 11
    ClickPad                = 1
    RightButtonAreaLeft     = 959
    RightButtonAreaRight    = 0
    RightButtonAreaTop      = 884
    RightButtonAreaBottom   = 0
    MiddleButtonAreaLeft    = 0
    MiddleButtonAreaRight   = 0
    MiddleButtonAreaTop     = 0
    MiddleButtonAreaBottom  = 0
guest@porteus:~$ 

[SOLVED] Error Verification of the signature on checksum.md5 failed

Posted: 31 Mar 2023, 18:00
by baloontravel
Ed_P wrote:
31 Mar 2023, 16:14
Are you saying synclient doesn't exist on your system? It's existed on mine for many versions of Porteus.
I hev synclient.
Currently synclient shows

PalmDetect = 0
TouchpadOff = 1
But I still can use touchpad.

[Update]

Found why synclient options didn't worke.
Because MATE has its own blocking of touchpad while typing.
When MATE blocking is disabled synclient works.

[SOLVED] Error Verification of the signature on checksum.md5 failed

Posted: 31 Mar 2023, 22:17
by Ed_P
:o Thanks for the update. :) I was just going to report my touchpad setting:

Code: Select all

guest@porteus:~$ synclient -l | grep Touch
    TouchpadOff             = 2
and my touchpad works.

I'm impressed with your persistence. :)

[SOLVED] Error Verification of the signature on checksum.md5 failed

Posted: 01 Apr 2023, 04:22
by Rava
baloontravel wrote:
31 Mar 2023, 18:00
Found why synclient options didn't worke.
Because MATE has its own blocking of touchpad while typing.
When MATE blocking is disabled synclient works.
Good find, thanks for that.