The officially official Devuan Forum!

You are not logged in.

#1 2024-08-28 17:10:41

klein
Member
Registered: 2024-08-24
Posts: 4  

gnuinos-5 gsshaskpass missing

good day

My back ground is arch/arco and deian crunchbang++ 11/12. that may make me dangerious!!
I'm tring to get away from systemd, crunchbang++12 doesn't run as smouth as 11 did installed on the same computer.

i have installed:
gnuinos-5.0.0-daedalus_2024.06.01-ob-runit_amd64.iso

among others

gnuinos seems to be missing a file:
gsshaskpass

looked in the dir:

/usr/bin/gsshaskpass ls -la
bash: /usr/bin/gsshaskpass: No such file or directory

looked for the package with apt:

apt show gsshaskpass
N: Unable to locate package gsshaskpass
N: Unable to locate package gsshaskpass
E: No packages found

but it is clearly been programed in:
~/.config/openbox/menu.xml

<?xml version="1.0" encoding="utf-8"?>
<openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/                 file:///usr/share/openbox/menu.xsd">
	<menu id="root-menu" label="Openbox 3">
		<separator label="  = ROOT = " icon="/usr/share/icons/Adwaita/16x16/status/dialog-warning.png"/>
		    <item label="Sakura" icon="/usr/share/icons/gnome/16x16/apps/utilities-terminal.png">
				<action name="Execute">
					<execute>sh -c "SUDO_ASKPASS=/usr/bin/gsshaskpass sudo -A sakura"</execute>
				</action>
			</item>
		    <item label="SpaceFM" icon="/usr/share/icons/gnome/16x16/apps/system-file-manager.png">
				<action name="Execute">
					<execute>sh -c "SUDO_ASKPASS=/usr/bin/gsshaskpass sudo -A spacefm"</execute>
				</action>
			</item>
		    <item label="Synaptic" icon="/usr/share/pixmaps/synaptic.png">
				<action name="Execute">
					<execute>sh -c "SUDO_ASKPASS=/usr/bin/gsshaskpass sudo -A synaptic"</execute>
				</action>
			</item>
		    <item label="Gparted" icon="/usr/share/icons/hicolor/16x16/apps/gparted.png">
				<action name="Execute">
					<execute>sh -c "SUDO_ASKPASS=/usr/bin/gsshaskpass sudo -A gparted"</execute>
				</action>
			</item>
	</menu>
</openbox_menu>

is there any way to fix this ?

Offline

#2 2024-08-28 22:08:54

Altoid
Member
Registered: 2017-05-07
Posts: 1,577  

Re: gnuinos-5 gsshaskpass missing

Hello:

Welcome to Dev1.

klein wrote:

... is there any way to fix this ?

Hmm ...
Have you asked at gnuinos about this?

The Devuan Daedalus (stable) repository has a similar package. ie: similar in name and most probably in function.

~$ apt list | grep -i sshaskpass
--- snip ---
ksshaskpass/stable 4:5.27.5-2 amd64    # 'k' instead of 'g'
ksshaskpass/stable 4:5.27.5-2 i386     # 'k' instead of 'g'
~$ 

See here.

pkginfo.devuan.org wrote:

--- snip ---
Description-en:
interactively prompt users for a passphrase for ssh-add
A front-end for ssh-add which stores the password
of the ssh-key in KWallet.
--- snip ---

But gsshaskpass (as you have found) is not in the Devuan repositories.

Notwithstanding, it can be found here.
It was the only hit I got by looking it up with the Google engine.

Read.me -> Gsshaskpass wrote:

Gsshaskpass
gsshaskpass is a gui dialog for ssh-agent.
To use it set SSH_ASKPASS to the gsshaskpass bin.

export SSH_ASKPASS=~/bin/gsshaskpass

Dependencies
gtk v3.10 or greater.

Does not appear to be a *.deb package, it has to be built from source.

There's one important note at the gnuinos web page which you should be taking into account:

gnuinos.org wrote:

--- snip ---
As in the devuan scenario, gnuinos package repositories are exclusive as well, that is to say they
shouldn't be mixed with other apt-based repositories, including Devuan, Debian, Ubuntu and the like.
--- snip ---

It would seem that gsshaskpass does more or less the same thing ksshaskpass does but I cannot speculate further.
I'd say the people at gnuinos may have the answer to your question.

Best,

A.

Offline

#3 2024-08-28 22:25:41

klein
Member
Registered: 2024-08-24
Posts: 4  

Re: gnuinos-5 gsshaskpass missing

hi altoid
i came up with pretty much the same as you.
how would i get up with gnuinos people, i don't see an email on that sight or any other forum but this one.

Offline

#4 2024-08-28 22:46:10

klein
Member
Registered: 2024-08-24
Posts: 4  

Re: gnuinos-5 gsshaskpass missing

https://dev1galaxy.org/profile.php?id=619

Website
    http://www.gnuinos.org

Email
    aitor_czr@gnuinos.org

think this is him

Offline

#5 2024-08-28 23:05:03

Altoid
Member
Registered: 2017-05-07
Posts: 1,577  

Re: gnuinos-5 gsshaskpass missing

Hello:

klein wrote:

think this is him

Apparently so.

From what I can see his last post was on 2024-07-06, over a month ago.
Drop him an email, he'll show up eventually.
Maybe he's on vacation. (?)

Best,

A.

Offline

#6 2024-08-28 23:22:05

klein
Member
Registered: 2024-08-24
Posts: 4  

Re: gnuinos-5 gsshaskpass missing

i just did Altoid thanks

Offline

Board footer