(no subject)
Mar. 11th, 2008 10:05 pmPrism is a fairly new Mozilla project that runs web pages as a program. Which is to say, they take a web page and run it in its own program window without an address bar or menus or anything like that. Nice and isolated.
More useful, for my purposes, is to set this as the default mail application. See, I use the panel application mail notification, which checks things like IMAP and Gmail accounts and tells me if I have mail. So rather than head to a browser, open a new tab, and read things sent to Gmail, I've configured mail notification to open the default mail app whenever I click on it's notification icon. And this opens a Gmail session in a new window.
Install prism. Then run prism and create an application and desktop shortcut for GMail: http://mail.google.com. Remember what you named it. Then create a shell script somewhere that calls
More useful, for my purposes, is to set this as the default mail application. See, I use the panel application mail notification, which checks things like IMAP and Gmail accounts and tells me if I have mail. So rather than head to a browser, open a new tab, and read things sent to Gmail, I've configured mail notification to open the default mail app whenever I click on it's notification icon. And this opens a Gmail session in a new window.
Install prism. Then run prism and create an application and desktop shortcut for GMail: http://mail.google.com. Remember what you named it. Then create a shell script somewhere that calls
/opt/prism/prism -webapp $NAME@prism.appThen, change the default mail app to call that script, with a %s appended to the end. I'm not sure why, but it works better that way. It periodically stops working, but running the command from shell tends to make it work again. Again, I'm not sure why.