lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

Disabling the screenshot #11

Closed seagoj closed 11 years ago

seagoj commented 11 years ago

I'm having an issue disabling the screenshot. Is there a built in method for this? So far, the best I've found is to set the screenshot_command to an empty echo, but that still goes through the motions.

lclarkmichalek commented 11 years ago

The screenshot function is called in Archey.run, so if you need to stop it being called, you can probably edit that method. That said, I don't understand why you need to explicitly disable the screenshot functionality, as it's not the default behaviour.

seagoj commented 11 years ago

Ok, I'll just edit the method then. How do you mean it's not the default behavior? It seems to take the screenshot with the base configuration.

I typically access the machine via ssh and the import command complains about not being able to connect to X on login.

lclarkmichalek commented 11 years ago

Well that's the first I've heard of it. Sorry, but I can't really help; the standard config shouldn't try and screenshot, but that's a separate issue.

seagoj commented 11 years ago

Ah, nevermind I see what you mean about it not being the default behavior. The -s parameter triggers it. Thanks.

seagoj commented 11 years ago

Thanks for the script, by the way.

lclarkmichalek commented 11 years ago

No problem, glad to see someone is using it :)

On Mon, Mar 11, 2013 at 4:10 PM, Jeremy Seago notifications@github.comwrote:

Thanks for the script, by the way.

— Reply to this email directly or view it on GitHubhttps://github.com/bluepeppers/archey3/issues/11#issuecomment-14722375 .