Gmail isn't available in GNOME's Preferred Applications dialogue

Bug #269207 reported by KillerKiwi
30
This bug affects 4 people
Affects Status Importance Assigned to Milestone
firefox-3.0 (Ubuntu)
Invalid
Undecided
Unassigned
prism (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: prism-google-gmail

GMail using Prism should be displayed as an option in GNOME's Preferred Applicacions dialogue.

==============================

[Original description]

When you install gmail prisim it should become your default email client

gconftool-2 --set /desktop/gnome/url-handlers/mailto/command --type="string" "firefox https://mail.google.com/mail/?extsrc=mailto&url=%s"

Revision history for this message
Filip Sufitchi (fsufitch) wrote :

1. The command you have posted is for setting *firefox* to open GMail as the default mail client on the mailto: protocol

2. This is not a bug in prism, as prism can be used to app-ify not only GMail, but other things such as Pandora Radio.

I think you should have to do your gconf manually.

Revision history for this message
KillerKiwi (killerkiwi2005) wrote :

Ok then change it gnome-open or xdg-open

I meant for "gmail prism" only is this the wrong package?

Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote :

The intend a user expresses when installing prism is to use gmail as an application, it would be nice if it was offered in the list of preferred appliactions for email handling. Right now when a user clicks the mailto links nothing happens (or worse still an unintended program opens).

Revision history for this message
Nicola Ferralis (feranick) wrote :

Should this be marked as "Wishlist"?

summary: - prisim gmail default mailto
+ Gmail isn't available in GNOME's Preferred Applications dialogue
description: updated
Revision history for this message
Siegfried Gevatter (rainct) wrote :

To do this we have two options:

a) Add support for it directly into gnome-control-center.

b) Install an .xml file into /usr/share/gnome-control-center/default-apps/ with the following content:

======================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE default-apps SYSTEM "gnome-da-list.dtd">
<default-apps>
  <mail-readers>
    <mail-reader>
      <name>Google Mail (Prism)</name>
      <executable>prism-google-mail</executable>
      <command>prism-google-mail %s</command>
      <icon-name>prism-google-mail</icon-name>
      <run-in-terminal>false</run-in-terminal>
    </mail-reader>
  </mail-readers>
</default-apps>
======================

However, there is a problem. "prism-google-mail <email address>" doesn't work, so this won't work.

If someone knows how to launch a GMail compose window within Prism please tell me!

description: updated
Revision history for this message
KillerKiwi (killerkiwi2005) wrote :

prism -uri "https://mail.google.com/mail?view=cm&tf=0&<email address hidden>"

works

prism-google-mail -uri "https://mail.google.com/mail?view=cm&tf=0&<email address hidden>"

fails

dont know if its the script or what

Revision history for this message
Endolith (endolith) wrote :

A mailto handler should be included when you install prism-google-mail, though, which will then show up as an option in Preferred Applications.

Another one could exist that just pipes the Gmail compose URL into xdg-open, which will call Gmail in your default browser, but that would be part of some other package, like firefox-gnome-support.

Changed in prism (Ubuntu):
status: New → Confirmed
Revision history for this message
Micah Gersten (micahg) wrote :

Is there a specific issue with Firefox here? I cannot see it from what has been posted.

Changed in firefox-3.0 (Ubuntu):
status: New → Incomplete
Revision history for this message
David Nielsen (davidnielsen-deactivatedaccount) wrote :

The solution should probably be using the system default webbrowser and not be hardcoded for Prism, e.g. after I switched to chromium I would be a bit sad to have to pull in xulrunner and friends just to get proper gmail integration.

Revision history for this message
Micah Gersten (micahg) wrote :

This is not a bug in Firefox.

Changed in firefox-3.0 (Ubuntu):
status: Incomplete → Invalid
Revision history for this message
Chris Beaven (smileychris) wrote :

See http://gnome-gmail.sourceforge.net/ -- just tested, works great for me.

Revision history for this message
Anders (andersja+launchpad-net) wrote :

@Chris - thanks for the heads up - I've requested the inclusion of Gnome-Gmail here: https://bugs.launchpad.net/ubuntu/+bug/646080

Revision history for this message
David Steele (daves) wrote :

gnome-gmail is now in Natty Universe.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.