Git Product home page Git Product logo

xprintidle's Issues

xprintidle reports incorrect idle time

I am having issues with xprintidle reporting incorrect idle time. In looking at the code, the source of the issue is with the 'workaroundCreepyXServer' code. I am using ubuntu 18.04 and the workaround is no longer needed, so xprintidle reports incorrect time. I have removed the 'workaroundCreepyXServer' code locally and it works perfectly on my release. ( It has also been documented here by another user: https://bugs.launchpad.net/ubuntu/+source/xprintidle/+bug/1669371 )

Resetting idle time

Is there a way to reset the idle time to 0?

I know this isn't applicable to this program, but I've scoured the internet and haven't found an answer to this. You seem very familiar with the domain, so I hope it's not too much bother to ask what you may know about this. Really appreciate any help!

How to Install xprintidle on CentOS 8.5

I was trying to install xprintidle on my CentOS 8.5 VM using the command sudo apt-get install xprintldle, but the CentOs uses the yum as default package manager not the apt-get so it is throwing the error "sudo: apt-get: command not found". I tried executing sudo yum install xprintidle that too didn't worked. So I followed the approach in the following site (`https://unix.stackexchange.com/questions/33688/installing-git-sudo-apt-get-command-not-found). but that too didn't worked. Can anyone help me on installing the xprintidle on CentOS.

Add manpage

As some commandline arguments will be added we should provide a manpage.

Add help and version text

Add help and version text which are selectable by commandline arguments (getopts) -h|--help and -v|--version.

Doesnt work in ubuntu 21.04 within virtualbox

Hello,

This package doesnt seem to work when installed on ubuntu 21.04 running within VirtualBox (6.1.26).

Typing xprintidle into the terminal returns "screen saver extension not supported".

/usr/bin/ld: xprintidle.o: undefined reference to symbol 'DPMSInfo'

after running ./configure && make
this command:
gcc -g -O2 -o xprintidle xprintidle.o -L -lXext -lXss -lX11
produces this error message:

/usr/bin/ld: xprintidle.o: undefined reference to symbol 'DPMSInfo'

I edited the file Makefile.in
changed this
LDADD = -L@x_libraries@
into this
LDADD = @x_libraries@

and it worked ..
gcc -g -O2 -o xprintidle xprintidle.o -lXext -lXss -lX11

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.