3

I installed f.lux on lubuntu and want to add it to startup application.

How can I find f.lux location at file system and add it to startup application?

AzkerM
  • 10,270
  • 6
  • 32
  • 51
catch23
  • 1,254
  • 9
  • 31
  • 42

1 Answers1

3

For ubuntu:

To add to startup from your dash search fpr startup applications

enter image description here

Enter your desired name

In the command browse to the : /usr/bin/fluxgui

enter image description here

save and that's it

## For Lubuntu ##

Open the file manager (by default PCManFM), go to /usr/share/applications. Right-click on the program you want to be added to your autostart programs, and click Copy. Now, go to ~/.config/autostart in PCManFM, right-click and click Paste. The program should be added to your autostart programs now, but double-check by clicking the LXMenu down left, click Settings, and then Desktop Session Settings.

You may have to create the autostart folder. For an application that doesn't have a *.desktop file in /usr/share/applications you may also copy-paste any other *.desktop then update it with content suitable for your app.

source

Maythux
  • 84,289