Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gnome 3.12 #104

Closed
svu opened this issue Apr 14, 2014 · 1 comment
Closed

Gnome 3.12 #104

svu opened this issue Apr 14, 2014 · 1 comment

Comments

@svu
Copy link

svu commented Apr 14, 2014

It requires fixes in utilities.js:

const UDisksDriveProxy = Gio.DBusProxy.makeProxyWrapper(
'<node><interface name="org.freedesktop.UDisks2.Drive">
<property type="s" name="Model" access="read"/>
</interface></node>');

const UDisksDriveAtaProxy = Gio.DBusProxy.makeProxyWrapper(
'<node><interface name="org.freedesktop.UDisks2.Drive.Ata">
<property type="d" name="SmartTemperature" access="read"/>
</interface></node>');

Note single quotes and elements

@adrianbroher
Copy link
Collaborator

Every variant that I tried with single quotes, double qoutes with escapes, eol escapes lead to a syntax error.

However the elements worked well so I only added those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants