-
Notifications
You must be signed in to change notification settings - Fork 28
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
new plugin: user menu with gravatar icon #11
Comments
Sound great, like the one in the Chrome OS bar? You've read my mind :) |
Required config
|
[#11] change `menu` to serve as base class change `user` to base upon `menu`
[#11] set `user` plugin default icon to `avatar-default`
done, see develop branch |
Brilliant work again. I have set it to a static image and it works great Is there anyway, it could find a Google+ profile image as well? On 5 December 2015 at 03:07, aanatoly [email protected] wrote:
|
Hi It works for me with your email both in a panel and with script |
Plz post you config, I'll try to reproduce it. |
It correctly downloads the gravatar to /tmp/gravatar but it doesn't set it on the panel. I can manually set the gravatar icon though with: Here's my config:
|
What does |
It comes from your code earlier in this issue when you posted the code needed to implement the gravatar plugin: #11 (comment) |
I can't reproduce it so far.
and send me a screenshot of what you have now. Thanks |
Okay, here's my stripped down config (hope it's what you meant):
|
ok, thanks. |
Thank you, it is fixed :) Would it be possible to allow customization of the tooltip along the lines Also, I don't know whether you would consider allowing for a Google profile http://picasaweb.google.com/data/entry/api/user/${GUSERNAME}?alt=json eg: http://picasaweb.google.com/data/entry/api/user/chromixium?alt=json Then the website displays the full path to the logo as follows: "gphoto$thumbnail":{"$t":"http://lh3.googleusercontent.com/-wGDIB6oPy0w/AAAAAAAAAAI/AAAAAAAAAAA/kb8-My-IGTI/s64-c/101947769087707595037.jpg"}}} There's more info here: Kind regards On 5 December 2015 at 22:09, aanatoly [email protected] wrote:
|
Actually, if you decide to implement this, could the icon be downloaded to That way it would be set as the login avatar in lightdm... Don't worry if you don't want to implement this, as I can script it to On 6 December 2015 at 11:45, RichJack [email protected] wrote:
|
Feature request are welcome. big and small |
Requirements:
menu
pluginThe text was updated successfully, but these errors were encountered: