-
Notifications
You must be signed in to change notification settings - Fork 29
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
Set up ppa for ubuntu users and release new version #18
Comments
Just tested with Linux mint 19 and works like a charm, need to set up ppa for ubuntu and mint users. |
Any progress on your efforts to date? Would be nice to have an easy way to install this app. |
Hey there, unfortunate no as I am not an avid ubuntu user. I have never set up a ppa before.. just have not found the time yet :( If you anyone has some experience or the time to do I would greatly appreciate it. |
Unfortunately I can't even build it on my own, as it complains about my version of qtwebengine (5.9.5) has no ScrollBar support. |
You should be able to build it , what is the exact message you are getting. |
Full log: https://gist.github.com/NoXPhasma/413594063595fb7a0f511b0aa9119312 |
Ok, I was able to build it, after I've uncommented the scrollbar parts out of mainwindow.cpp //#define HAS_SCROLLBAR
........
// Check for QT if equal or greater than 5.10 hide scrollbars
//#ifdef HAS_SCROLLBAR
// webview->settings()->setAttribute(
// QWebEngineSettings::ShowScrollBars, false);
//#endif |
yep sorry about that I needed to have defines capitalized, can you try again. |
Yes, now it works without any issue. |
Awesome thanks for testing! |
Is there any update on creating a deb installer for this? The instructions aren't working for a lot of people, incl myself on Linux Mint 19.1 |
I dont have a deb based system handy atm, but what errors are you getting? |
I followed the instructions but they don't seem to work. I think I'm getting an error at
|
i think you need
please try that |
I already installed
I have no idea what I am doing on Ubuntu as I've been using Arch for the last few years and there's also a convenient AUR package for this. |
Iron out some bugs, set up a ppa, rewrite readme and release a new version.
The text was updated successfully, but these errors were encountered: