Coder Social home page Coder Social logo

Comments (16)

bcomnes avatar bcomnes commented on May 19, 2024

Any fixes for this?

from f.lux-indicator-applet.

Kilian avatar Kilian commented on May 19, 2024

Install libxxf86vm1(>=1.1.0) and ia32-libs(>=2.7) :) They're requirements that come with the f.lux indicator applet.

from f.lux-indicator-applet.

bcomnes avatar bcomnes commented on May 19, 2024

Wow, that completely did the trick! libxxf86vm1 was already installed somehow, but ia32-libs was missing. I am very new to linux package management, but shouldn't these be installed when installing the gui helper via apt-get? Anyway, thanks for the help. This is the only place I have been able to find this fix.

from f.lux-indicator-applet.

kambatla avatar kambatla commented on May 19, 2024

Thanks Kilian. That definitely worked.

It would be even better if it pulls on those two libs during installation; add the two packages as a dependency for fluxgui.

Great work! This is a life-changing application. Thank you very much.

from f.lux-indicator-applet.

bcomnes avatar bcomnes commented on May 19, 2024

I'm still having issues. While the applet is working great, as well as the preview, its not changing all the way even well after sundown.

from f.lux-indicator-applet.

kambatla avatar kambatla commented on May 19, 2024

Same here. It doesn't change by much. May be, we need to set how soon it should change. I am using redshift for the time-being.

from f.lux-indicator-applet.

bcomnes avatar bcomnes commented on May 19, 2024

I am as well, but much prefer the flux interface for setting up the configuration. I could never get redshift to be quite like flux. Can we re-open the issue given that it still does not work under this environment?

from f.lux-indicator-applet.

Kilian avatar Kilian commented on May 19, 2024

Agreed, there is work to be done there but there are other tickets regarding that problem! :)

from f.lux-indicator-applet.

YvesChan avatar YvesChan commented on May 19, 2024

A similar problem occured on my 64 bit ubuntu 12.04....I installed it through PPA.

/tmp/fluxlog.txt as follow:
/usr/bin/xflux: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

Then I try to find it:
$: locate libstdc++.so.6
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16

I'm sorry but is this a bug?
Since I'm a freshman in Linux, I don't really know how to solve it. Any help please?

from f.lux-indicator-applet.

bcomnes avatar bcomnes commented on May 19, 2024

I never resolved it, but I did find a program called Redshift + Redshift GTK (the little GUI icon you can use to star the program / toggle it on and off) you can get from the Ubuntu repo that works great!

http://jonls.dk/redshift/

You need to set up a configuration file in ~/.config. I'm away from my system at the moment, but I'll post a gist of mine soon.

from f.lux-indicator-applet.

kambatla avatar kambatla commented on May 19, 2024

Same here. Could never really run f.lux on my ubuntu machine, though I love it on my mac. Using redshift on ubuntu, but without any particular config file. Without a config file, it does become really red.

Bret - looking forward to your config file.

from f.lux-indicator-applet.

bcomnes avatar bcomnes commented on May 19, 2024

Here is my config file:
https://gist.github.com/4243805

Just place it in ~/.config

Its set up to use Geoclue to automatically set the location based on your IP. It used to work awesome, getting my location EVERY time at start-up, but I re-installed ubuntu 12.10 recently, and now it only works when I reset my network adapter. Gahh I wish I knew what I was doing since the installs are so inconsistent, with components working sometimes, and other times not.

If reshift does not appear to work, its because geoclue cant find your location. if this is the case, comment out the geoclue setting, and un-comment the manual setting and the lat long settings. Make sure you grab correct lat long settings for your location from google maps or something.

Troubleshoot using the redshift -v command in terminal with the settings you want. Use info redshift for the full man page. Check out the website for even more info.

from f.lux-indicator-applet.

chandlerwall avatar chandlerwall commented on May 19, 2024

I know this is an older issue, but I thought others might benefit from this information (this thread was the top result when I searched for the error message).

I ran into this issue on Ubuntu 13.10 (64 bit). I was able to resolve the issue by installing the 32 bit version of libxxf86vm1 (http://packages.ubuntu.com/saucy/libxxf86vm1). For what it's worth, I also have the 64 bit version installed. In order to install the 32 bit version on a 64 bit environment, I included :i386 after the package name in my install command:
sudo apt-get install libxxf86vm1:i386

After the installation completed, I was able to run xflux. This also allowed the indicator applet to function (the reason I tried to run xflux directly in the first place). I'm not an expert when it comes to managing/troubleshooting Linux/Ubuntu, so there may be a better way to solve this problem. This simple process worked for me; your results may vary.

from f.lux-indicator-applet.

nmcv avatar nmcv commented on May 19, 2024

@chandlerwall Your solution was correct in my case - just needed libxxf86vm1:i386. Thanks.

from f.lux-indicator-applet.

GitterHubDone avatar GitterHubDone commented on May 19, 2024

@thechanmane You don't know how much that means to me, thank you!

from f.lux-indicator-applet.

chrischoy avatar chrischoy commented on May 19, 2024

@thechanmane Thanks! it worked for me

from f.lux-indicator-applet.

Related Issues (20)

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.