[01:03] Is there a way to have my screenshots automatically uploaded to imgur, and a link placed into my clipboard (or made easily accessible on-screen)? [01:03] I don't mind scripting a bit to make it happen, but I don't even know where to start. [01:04] gnome-screenshot seems maybe to be the utility that handles it? [01:18] FrozenFire, I think in theory pastebinit might be able to do that [01:18] I don't know if it has imgur support though [01:19] Well, the thing would be to have some sort of post-screenshot script hook [01:19] I could handle the rest [01:45] FrozenFire, does the shell does screenshots now btw [01:46] s/ does the shell/The shell/ [01:47] Perhaps an important clarification is that I'm on Ubuntu 12.04 with Gnome-Shell 3.4.1 [01:47] Not sure if gnome-screenshot had been dropped for that release. [01:48] ah right, yeh still gnome-screenshot then [01:50] FrozenFire, http://sirupsen.com/a-simple-imgur-bash-screenshot-utility/ [01:51] Hrmm, each example I've seen has used a different utility than gnome-screenshot [01:51] probably because gnome-screenshot has no hooks [01:52] although you could launch gnome-screenshot from a script in non-interactive mode [01:52] and change the screenshot key binding [01:53] True === CripperZ- is now known as CripperZ === zequence_ is now known as zequence === topyli_ is now known as topyli === mgedmin_ is now known as mgedmin === CripperZ is now known as CripperZ- [10:32] darkxst: i forgot to follow back up with you, but everything is working fine now. [10:33] darkxst: i had the same issue w/ another user; wound up just re-installing since it was a pretty fresh install, and everything has worked fine since. [10:33] * jaysonr shrugs [10:33] jaysonr, ok cool [10:33] darkxst: thanks again for your time helping. [10:33] np [10:37] who can I bug for some issue ? :) [10:37] https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1175582 https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1177833 https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1176757 https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1174208 https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1173472 https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/1163961 [10:37] Launchpad bug 1175582 in empathy (Ubuntu) "Empathy not displaying any online contacts" [Undecided,New] [10:37] Launchpad bug 1177833 in empathy (Ubuntu) "empaty does not connect to any account. and it does not show the yahoo contacts avatar." [Undecided,New] [10:37] Launchpad bug 1176757 in empathy (Ubuntu) "doesn't connecting to any account except facebook" [Undecided,New] [10:37] Launchpad bug 1174208 in empathy (Ubuntu) "Empathy shows no contacts in Ubuntu 13.04" [Undecided,Confirmed] [10:37] Launchpad bug 1173472 in empathy (Ubuntu) "the facebook accounts in empathy shown disconnected" [Undecided,Confirmed] [10:37] Empathy seems quite broken :( [10:50] * darkxst is going to hide now ;) === SonikkuAmerica[i is now known as S-USA[idle] [14:23] clear === ricotz_ is now known as ricotz [20:47] Blegh. Grumble grumble. Can't get a script working as a keyboard shortcut, which works flawlessly from the terminal [21:25] FrozenFire: what's the problem ? [21:28] http://pastebin.com/VyXGzajx [21:28] Basically, it's supposed to take a screenshot using gnome-screenshot, then upload that screenshot to imgur and put the link into my clipboard using xsel. [21:29] imgurbash.sh does the uploading and clipboard manipulation [21:29] And it works on the terminal, where it presumably has a DISPLAY reference [21:29] I've tried setting the DISPLAY for the script, but no dice [21:31] Wondering if the keyboard shortcut thing has a different environment than my session [21:34] So you are calling the script using a Custom Keyboard Shortcut ? [21:35] And you set using Settings > Keyboard > Shortcuts > Custom Shortcuts [21:35] Yeah. bash -c "/home/me/bin/screenshot.sh" [21:36] It definitely calls the script [21:36] The screenshot happens [21:36] It just never ends up in my clipboard, and I don't know if it actually uploads to imgur [21:36] Though I suspect it does [21:37] are you using gnome-screenshot -f ? [21:38] Sfaik, there's no -f on my version of gnome-screenshot [21:39] Gnome-shell 3.4.1 [21:41] I don't have a gnome-shell 3.4 avalaible to test it here :/ [21:45] I should probably upgrade, but meh. :P [21:45] :) [21:46] I usually enjoy with the lastest versions :) [21:46] even when alphas or betas go wrong [21:47] As do I. I've definitely been pleased with the newer GS versions in 12.10 and 13.04 [21:47] Just can't be assed to do-release-upgrade my workhorse box [21:47] FrozenFire, if it works from a terminal, but not keyboard launcher then presumably its missing some env variable [21:48] Yeah. Just can't for the life of me figure out which [21:48] I've tried putting DISPLAY=:0 at the beginning of the script [21:48] it wont be DISPLAY [21:48] It's likely to be something with xsel [21:48] But I don't know what it'd be [21:48] try XAUTHORITY [21:49] http://paste.ubuntu.com/5652591/ [21:49] try adding that to the top of your scripts [21:50] No dice [21:57] FrozenFire, do you get any output in ~/.cache/gdm/session.log? [21:57] Might if I had such a log :) [21:58] I had thought I was using gdm, but apparently not. [22:02] ~/.xsession-errors then [22:04] Not present. Now I'm curious what desktop manager I'm actually using. :P