You are not logged in.
Pages: 1
i just did Altoid thanks
https://dev1galaxy.org/profile.php?id=619
Website
http://www.gnuinos.org
Email
aitor_czr@gnuinos.org
think this is him
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.
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 ?
Pages: 1