Skip to content
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

Blue-light-blocker@samuel12sam: Initial release #6430

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samuel12sam
Copy link

Description of Blue Light Blocker

Give a warm tone to your screen in the same way 'Night Light' and 'Night Shift' do it on Windows and macOS. Simple sliders allow you to control the yellow-tint of your screen and it's brightness.

Batteries included

ships with the xsct executable and source code (https://github.com/faf0/sct) so that users don't have to go out of their way to download and install it globally themselves from the Software manager or via terminal (xsct is public domain)
image

Screenshots

screenshot
configuration_window

Give a warm tone to your screen in the same way 'Night Light' and 'Night Shift' do it on Windows and macOS. Simple sliders allow you to control the yellow-tint of your screen and it's brightness.
@rcalixte
Copy link
Member

ships with the xsct executable

Unfortunately, this makes it a non-starter. Take a look at the auto-dark-light@gihaume for how to have the binary compile with the shipped source. You can make the compilation dependent on the binary being found or not. Feel free to update this once completed and we can get it pushed through.

@rcalixte rcalixte marked this pull request as draft September 16, 2024 01:09
@samuel12sam
Copy link
Author

Thanks for the quick response! I took a look at auto-dark-light@gihaume, but when it comes to the compilation, since the source code I use in my applet uses libraries such as :

#include <X11/Xatom.h>
#include <X11/Xlib.h>
#include <X11/Xproto.h>
#include <X11/extensions/Xrandr.h>

the user has to already have downloaded the libx11-dev and libxrandr-dev packages for the compilation to succeed on his computer. If he does not have these packages, he has to manually download them or else the compilation process with the make command will fail and throw this error:

image

It seems like the best solution would indeed be to just ship the applet with the executable directly so that the users don't have to go out of their way to download anything themselves, but if it is against certain rules, I get it. I'm just wondering what would be the best course of action in this case to have Blue Light Blocker be an applet with 'Batteries-included'...?

Thanks in advance

@rcalixte
Copy link
Member

I'm just wondering what would be the best course of action in this case to have Blue Light Blocker be an applet with 'Batteries-included'...?

You could check for the header files too or provide documentation (accounting for at least the major distro package managers). The Redshift applet encountered a similar issue. You could also consider re-implementing your code as well, using an interpreted language instead of a compiled one.

@guillaume-mueller
Copy link
Contributor

I think Radio3.0@claudiux asks for missing packages to install automatically, which opens the password manager at some point.

@rcalixte
Copy link
Member

I think Radio3.0@claudiux asks for missing packages to install automatically, which opens the password manager at some point.

You can try that. Hopefully it's not too complicated to maintain long-term. I would encourage a solution that is more maintainable even if it's not your idea of perfect but ultimately, it's your call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants