question

jcottis avatar image
jcottis asked

Guimod Installation Error

Hi, I am getting the following errors trying to install guimod, appreciate any assistance:

C:\Users\Maxsea>ssh root@192.168.1.101

root@192.168.1.101's password:

Last login: Fri Feb 4 02:37:04 2022

root@einstein:~# wget -qO - https://github.com/kwindrem/GuiMods/archive/current.tar.gz | tar -xzf - -C /data

root@einstein:~# mv /data/GuiMods-current /data/GuiMods

root@einstein:~# wget -qO - https://github.com/kwindrem/SetupHelper/archive/current.tar.gz | tar -xzf - -C /data

root@einstein:~# mv /data/SetupHelper-current /data/SetupHelper

root@einstein:~# /data/GuiMods/setup

ln: /data/GuiMods/FileSets/v2.81/PageMain.qml.orig: File exists

ln: /data/GuiMods/FileSets/v2.81/OverviewMobileEnhanced.qml.orig: File exists

ln: /data/GuiMods/FileSets/v2.81/PageSettingsRelay.qml.orig: File exists

ERROR: incomplete file set for v2.81 - can't continue

root@einstein:~#


Venus OS
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

3 Answers
jcottis avatar image
jcottis answered ·

@Kevin Windrem Appreciate any assistance please

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Kevin Windrem avatar image Kevin Windrem commented ·
Not sure what's going on.


If GuiMods or SetupHelper are installed, uninstall them then remove the package directory

/data/GuiMods/setup uninstall
/data/SetupHelper/setup uninstall
rm -rf /data/GuiMods
rm -rf /data/SetupHelper

Then try the wget and mv operations again.

There is an easier way to install now. It's called blind install and is described in the SetupHelper ReadMe.

That said, what you are doing should work.

0 Likes 0 ·
Al avatar image
Al answered ·

I had a similar issue, with 'incomplete fileset' and I was able to reboot with an earlier version of VenusOS then install SetupHelper and GuiMods.

I think it may have been due to me modifying qml files and then the VenusOS thinks they're missing, but going back to an earlier version reinstalls them so GuiMods is happy again.

3 comments
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

jcottis avatar image jcottis commented ·
Ideally I would like to stay on v2.81 on my Cerbo.
0 Likes 0 ·
Show more comments
Kevin Windrem avatar image
Kevin Windrem answered ·

Sorry. I found another bug in SetupHelper. Fixed in v4.7.

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

jcottis avatar image jcottis commented ·
Thanks, it's now working
0 Likes 0 ·

Related Resources