Replies: 2 comments 5 replies
-
@WoeMat Is the environment variable xargs -L1 -0 echo < /proc/$(pidof cog)/environ | grep '^DBUS_' Then you should be able to use: export DBUS_SESSION_BUS_ADDRESS=<value found above>
cogctl reload If you have built Cog with the option to expose the D-Bus interface in the system bus, you need to pass cogctl --system reload |
Beta Was this translation helpful? Give feedback.
1 reply
-
@aperezdc When I try your second command I get this:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using cog with an Raspberry CM3 to display a GUI. The GUI itself is a single page web application and every time I am changing something on the website and loading it onto the CM3 the changes don't appear on the screen.
I think it is all about the caching of the browser so I tryed to start cog like this.
cog --platform=fdo --enable-offline-web-application-cache=false --enable-page-cache=false http://127.0.0.1
but still changes are not displayed.
I alos tried to reload by using cogctl but than this error occured.
Is the only way to reload the page cogctl or can I do something else to see my changes be displayed?
In this Setup I am using
Weston 9.0.0
cog 0.8.1 (WPE WebKit 2.30.6)
Thanks
Beta Was this translation helpful? Give feedback.
All reactions