question

mihair avatar image
mihair asked

There is a way to restart GUI without restarting the entire VenusOS?

Hi,


I am doing some QT modification to my RPI installation in order to add more useful information on the front tiles and I am looking for a way to apply modifications without restarting the OS.

There is a way to reload the QT files without restarting the OS?


Thanks,

Mihai

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.

4 Answers
Ole Saether avatar image
Ole Saether answered Ā·

You can do it from the command-line:


#to stop the gui:
svc -d /service/gui


#to start the gui:
svc -u /service/gui



2 |3000

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

markus avatar image
markus answered Ā·

Hi,

There is also a way without using the command line: change language to some other -> GUI restarts. Then change it back -> GUI restarts again.

Regards,

Markus

2 |3000

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

mihair avatar image
mihair answered Ā·

Thank you so much!

2 |3000

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

jeroen avatar image
jeroen answered Ā·

one liners:

killall gui

or

svc -t /service/gui


2 |3000

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

Related Resources