mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #36] Linux GTK error still persisting even after installing gtk package #20
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TristanWiley on GitHub (Feb 27, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/36
I've referenced #16 regarding the GTK requirement and have it installed. However, the error I'm getting is still persisting.
In this I'm using create-proton-app although it occurs even when using just npm install
@kusti8 commented on GitHub (Feb 27, 2018):
What is the exact name of the package you installed?
@TristanWiley commented on GitHub (Feb 27, 2018):
build-essentialandlibgtk-3-devOne was already installed
@albe-rosado commented on GitHub (Feb 27, 2018):
@TristanWiley which distro are you using?
@TristanWiley commented on GitHub (Feb 27, 2018):
Elementary OS, aka Ubuntu 14.04
@albe-rosado commented on GitHub (Feb 27, 2018):
@TristanWiley check you have:
build-essential (12.4ubuntu1)andlibgtk-3-dev (3.22.25-0ubuntu0.1)installed while I install elementary to try to reproduce the bug.@albe-rosado commented on GitHub (Feb 28, 2018):
this was a fresh install of the lastest version of elementaryOS. Just installed libgtk-3-dev and node v8 and no problem so far.
@TristanWiley @kusti8
@TristanWiley commented on GitHub (Feb 28, 2018):
Hmm. I'll spend some more time debugging. Thanks for testing!
@albe-rosado commented on GitHub (Mar 2, 2018):
@TristanWiley did you were able to get it working? try with
create-proton-appcli, otherwise I think this issue should be closed if the problem isn't related to Proton Native.@TristanWiley commented on GitHub (Mar 2, 2018):
I haven't gotten it working yet. I've tried with the CPA cli and it was the same issue. I'll figure it out eventually and report back.
Some setup issue I presume.
@TristanWiley commented on GitHub (Mar 4, 2018):
Looks like it was missing from my PATH.
export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfigFixed it 👍