@Tim:

I'm using Evolution 3.8.1.

I have the following in evolution-calendar.desktop: Exec=evolution -c
calendar

And I have the following in /usr/share/gnome-shell/js/ui/dateMenu.js:
    _onOpenCalendarActivate: function() {
        this.menu.close();

        let app = Gio.AppInfo.get_default_for_type('text/calendar', false);
        if (app.get_id() == 'evolution')
            app = Gio.DesktopAppInfo.new('evolution-calendar');
        app.launch([], global.create_app_launch_context());
    },

Still, the "open calendar" item opens my inbox instead of my calendar...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1165189

Title:
  Click open calendar -> evolution mail starts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1165189/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to