-
Notifications
You must be signed in to change notification settings - Fork 375
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
File not followed #135
Comments
Hi, what version of Qt are you using to build glogg from source? It seems that AA_UseHighDpiPixmaps appeared in Qt 5. |
Thank you for the answer, but I have downloaded Qt5 (qt-unified-linux-x64-2.0.5-online.run) and I installed qt5.8 it into /home/baud/Applications/Qt |
I could find the solution, I had to use: |
@pkaramol can you describe a reproducible scenario (including generating the file to follow...)? a screencast might help. |
I think the second error above re tar xzf glogg-latest.tar.gz
cd glogg-1.1.3
sudo apt-get install qt5-default qtdeclarative5-dev libboost-program-options-dev
sudo ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /usr/bin/qmake-qt5
qmake-qt5
make
sudo make install INSTALL_ROOT=/usr |
Can you confirm whether the problem is still seen on the latest version? |
@nickbnf I removed and re-installed the application but version is again 1.0.1. edit: apologies, needs to be installed via the source code, which I will try and let you know. |
Here are the errors I am getting, on
|
I've tried to use efsw library to monitor file changes. @pkaramol could you try and test it. Deb package from CI build server can be downloaded here https://s3.amazonaws.com/klogg.travis.build/variar/klogg/145/145.1/build/packages/klogg-1.1.3-r145-Linux.deb or just a single binary https://s3.amazonaws.com/klogg.travis.build/variar/klogg/145/145.1/build/output/klogg |
Using glogg 1.1.0-1 as installed from official repositories of Ubuntu 16.04.01
File is not autoreloaded. When monitored file changes, program hangs and after trying to manually srcol, it is updated.
Tried to build from source but latest error is:
The text was updated successfully, but these errors were encountered: