-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Upload feature for new Screenshot application #281
Comments
Agreed Also would be nice to have:
|
This is something that was looked into and the problems are:
After auditing a bunch of them, 0x0 came out the best bet as we not only don't need an API key, there is negative impact to user privacy on our part (having the ability to see the uploads of others). IIRC @joebonrichie has 0x0 uploading working. The others are reasonable as well, I believe there is a general understanding amongst the team that it should have as much feature parity as possible without there being a trade-off for privacy. |
Current situation: Current blockers:
Imgur worries:
I'll happily share my WIP with anyone who is more motivated than me :) |
I think it might be best for now to just include providers that don't require API keys. Further down the line, it would be nice to have a way for individuals to put in their own providers with their own keys, but that needs other conversations to happen first. |
Can this also be used as an applet?, I found the original budgie screen shot applet super useful with it in a clicks reach on the panel, I am sure you guys have your reasons for making yet another screenshot tool, when gnome screenshot and budgie screenshot applet are available for budgie, even if you do not make it an applet maybe you can have a panel icons and a setting to auto start minimised to panel on startup |
You could just drag the budgie screenshot icon in the menu into the icon-task-list if thats what you are using - or plank etc - then its an easy once click accessible. |
lol yeap your right, I didn't think about that |
Yep, you could make screenshot just with 2 clicks. It was my all time favorite applet! The best one! |
Resolves BuddiesOfBudgie#281. Initially support imgur, imagebin and 0x0. Based on cybre's screen shotshot applet but ported to libsoup3.
Resolves BuddiesOfBudgie#281. Initially support imgur, imagebin and 0x0. Based on cybre's screen shotshot applet but ported to libsoup3. Bundled VAPI files that prevented usage of libsoup3 have been removed.
Resolves BuddiesOfBudgie#281. Initially support imgur, imagebin and 0x0. Based on cybre's screen shotshot applet but ported to libsoup3. Bundled VAPI files that prevented usage of libsoup3 have been removed.
Resolves BuddiesOfBudgie#281. Initially support imgur, imagebin and 0x0. Based on cybre's screen shotshot applet but ported to libsoup3. Bundled VAPI files that prevented usage of libsoup3 have been removed.
Resolves BuddiesOfBudgie#281. Initially support imgur, imagebin and 0x0. Based on cybre's screen shotshot applet but ported to libsoup3.
Resolves BuddiesOfBudgie#281. Initially support imgur, imagebin and 0x0. Based on cybre's screen shotshot applet but ported to libsoup3.
Budgie version
10.7
Use-cases
Taking a screenshot and having a button to upload it to an image sharing service (say, Imgur) is very handy; it saves the person taking the screenshot from having to do that work manually. With the recent archival of budgie-screenshot-applet, which had this functionality, it would be great if the built-in screenshot solution could do that, too.
Proposal
After taking a screenshot:
2a. It may be desirable to have a way to choose a provider, or for the user to set one themselves
References
The best reference for this is probably budgie-screenshot-applet.
The text was updated successfully, but these errors were encountered: