Tulkas59

Results 13 comments of Tulkas59

I am not an expert in web-based technologies but I have the feeling that the nodeJS part assumes you access to ethercalc with https://\/\/ while the html part assumes you...

Indeed... This is stupid :-) I'll try to figure out why those files cannot be loaded.

Note also that the css file cannot be loaded/found (the welcome page is ugly), so this is not only related to the script files. Apache and ethercalc logs are empty.

NB I never found a solution (I am now using a dedicated subdomain) so please keep me in touch !

I actually change the path when I receive the message (in the callback I defined with SyncConnection::start_receive), before I call Crossroads::handle_message. I do not really re-send it. It seems to...

The Secret Service D-Bus API defines "aliases". These are well-known paths that can be used to access collections. For example, the alias `/org/freedesktop/secrets/aliases/default` can be used to access the default...

I understand. The major advantages of option 1 are: - it only represents a few lines of code, - it introduce no redundancy.

I will inspect the code of the gnome-keyring-daemon and try to figure out how they handle this. I keep you in touch.

Bingo! They do not even store the aliases as D-Bus objects. They just maintain a hash map in the Service (singleton, entry point) object and silently reroute the messages from...

Indeed, they deep copy the message before calling dbus_message_set_path 👍 I do not see a method in Message that allows me both to deep copy a message and change its...