-
Notifications
You must be signed in to change notification settings - Fork 14
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
Build for Ubuntu Xenial Xerus 16.04 #40
Comments
Seconded |
+1 |
@daviip Thanks for responding, will give this a go.
I suppose you used backticks to demarcate the lines with code. It might be easier to just add 4 spaces at the beginning of the line to indicate it's code or add a line with 3 backticks before and after the code block. Eg.
Check out other styling options by clicking on the Styling with Markdown is supported link located below the edit box. |
I was able to get a build started on Loki after installing the following packages: ...however it bails out with this error:
|
Upon further investigation, the offending line 1589 in main_window.c uses 'gtk_widget_set_focus_on_click' The version of libgtk-3-dev that ships with Loki is 3.18:
So the solution appears to be either edit main_window.c and roll back the function name to 'gtk_button_set_focus_on_click' or build against a version of libgtk-3-dev that is v3.20 or newer. |
I went with editing main_window.c and was able to successfully build the app from source and install. You'll probably want to copy or move the icon file too so it looks all purdy-like in the Applications menu: |
Wait! What? An older version of Elementary OS ships with a newer version of lib-gtk? |
My apologies, I left a zero off the version number, it should have been '3.20'. I have fixed it in the comment above as well as the link. |
I would also love to see Relay for Loki. Is there anything any of us could do to help out? |
You could just make a PPA. All the sources are there. |
I've never created a PPA but I suppose I could give it a bash.
…On 4 May 2017 1:15 am, "Kyle Agronick" ***@***.***> wrote:
You could just make a PPA. All the sources are there.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#40 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AOizQacnvt1DiJBj1pT1Eww6JWqLNVksks5r2RiygaJpZM4IlLAR>
.
|
No description provided.
The text was updated successfully, but these errors were encountered: