Code Monkey home page Code Monkey logo

gnome-shell-extension-super-productivity's People

Contributors

johannesjo avatar patriziobruno avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

patriziobruno

gnome-shell-extension-super-productivity's Issues

No indication that the extension is running, error status

I've just installed the latest version from extensions.gnome.org, but it does not show up in the panel, and shows an error status. Here is the output from my syslog:

Mar  9 10:45:59 xps dbus-daemon[2645]: Successfully activated service 'org.gnome.ChromeGnomeShell'
Mar  9 10:46:12 xps gnome-shell[10256]: JS WARNING: [resource:///org/gnome/shell/ui/extensionDownloader.js 86]: reference to undefined property "GLocalFileOutputStream"
Mar  9 10:46:12 xps org.gnome.Shell.desktop[10256]: Archive:  /tmp/6A6ZFZ.shell-extension.zip
Mar  9 10:46:12 xps org.gnome.Shell.desktop[10256]:   inflating: /home/hackel/.local/share/gnome-shell/extensions/[email protected]/dbus.xml
Mar  9 10:46:12 xps org.gnome.Shell.desktop[10256]:   inflating: /home/hackel/.local/share/gnome-shell/extensions/[email protected]/extension.js
Mar  9 10:46:12 xps org.gnome.Shell.desktop[10256]:   inflating: /home/hackel/.local/share/gnome-shell/extensions/[email protected]/dbus.js
Mar  9 10:46:12 xps org.gnome.Shell.desktop[10256]:   inflating: /home/hackel/.local/share/gnome-shell/extensions/[email protected]/stylesheet.css
Mar  9 10:46:12 xps org.gnome.Shell.desktop[10256]:   inflating: /home/hackel/.local/share/gnome-shell/extensions/[email protected]/[email protected]
Mar  9 10:46:12 xps org.gnome.Shell.desktop[10256]:  extracting: /home/hackel/.local/share/gnome-shell/extensions/[email protected]/metadata.json
Mar  9 10:46:12 xps gnome-shell[10256]: Some code accessed the property 'ENABLED_EXTENSIONS_KEY' on the module 'extensionSystem'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Mar  9 10:46:12 xps gnome-shell[10256]: super Dbus:, true, <interface name="com.super.productivity.service">#012    <method name="markAsDone">#012    </method>#012    <method name="startTask">#012    </method>#012    <method name="pauseTask">#012    </method>#012    <method name="quitApp">#012    </method>#012    <method name="showApp">#012    </method>#012    <signal name='taskChanged'>#012        <arg type='s'/>#012        <arg type='s'/>#012    </signal>#012</interface>
Mar  9 10:46:12 xps gnome-shell[10256]: Some code accessed the property 'SuperProductivityIface' on the module 'dbus'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Mar  9 10:46:12 xps gnome-software[3078]: no app for changed [email protected]
Mar  9 10:46:12 xps gnome-software[3078]: no app for changed [email protected]
Mar  9 10:46:12 xps gnome-shell[10256]: super, DIS _ CONNECTED
Mar  9 10:47:22 xps gjs[6579]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Mar  9 10:47:26 xps gnome-shell[10256]: Some code accessed the property 'Util' on the module 'main'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
Mar  9 10:47:27 xps org.gnome.Shell.desktop[10256]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x4200007 (Shell Exte)
Mar  9 10:47:47 xps gnome-shell[10256]: Extension "[email protected]" had error: TypeError: spMenu is undefined
Mar  9 10:47:47 xps gnome-software[3078]: no app for changed [email protected]
Mar  9 10:47:47 xps gnome-shell-ext[17784]: JS LOG: Extension [email protected] already installed in /home/hackel/.local/share/gnome-shell/extensions/[email protected]. /home/hackel/.local/share/gnome-shell/extensions/[email protected] will not be loaded
Mar  9 10:47:53 xps gjs[6579]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Mar  9 10:47:53 xps gjs[6579]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Mar  9 10:48:08 xps superproductivity_superproductivity.desktop[18005]: Gtk-Message: Failed to load module "gail"
Mar  9 10:48:08 xps superproductivity_superproductivity.desktop[18005]: Gtk-Message: Failed to load module "atk-bridge"
Mar  9 10:48:08 xps superproductivity_superproductivity.desktop[18005]: Gtk-Message: Failed to load module "canberra-gtk-module"
Mar  9 10:48:09 xps kernel: [62897.021898] audit: type=1107 audit(1520614089.495:7630): pid=1298 uid=105 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/" interface="org.freedesktop.DBus.ObjectManager" member="GetManagedObjects" mask="send" name="org.bluez" pid=18005 label="snap.superproductivity.superproductivity" peer_pid=1269 peer_label="unconfined"

I'm running Gnome Shell 3.26.2 on Ubuntu 17.10, super-productivity 1.8.3 snap. Thanks!

Edit: I suspect this is related to the snap. Looks like it needs to have a slot connected to the dbus interface. https://forum.snapcraft.io/t/how-do-i-connect-a-snap-to-dbus/1533/2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.