summarylogtreecommitdiffstats
path: root/GitKraken.desktop
diff options
context:
space:
mode:
authorJoshua Wiedekopf2017-02-15 12:00:26 +0100
committerJoshua Wiedekopf2017-02-15 12:00:26 +0100
commitae53f2e258a1bbab587c373da772705995d8bbc9 (patch)
tree8354f5d5292d0220297964f21c0f84633ead15f2 /GitKraken.desktop
parentd0d38687b51f42a213225264bded9fc6074c75e9 (diff)
downloadaur-ae53f2e258a1bbab587c373da772705995d8bbc9.tar.gz
added dependency on libcurl-compat
v2.1.0 introduced proxy support and a dependecy on curl3. I've added libcurl-compat to the dependecy list and modified the .desktop file to load the correct library.
Diffstat (limited to 'GitKraken.desktop')
-rw-r--r--GitKraken.desktop4
1 files changed, 2 insertions, 2 deletions
diff --git a/GitKraken.desktop b/GitKraken.desktop
index 774b61d60627..6a475eae3e4f 100644
--- a/GitKraken.desktop
+++ b/GitKraken.desktop
@@ -1,10 +1,10 @@
[Desktop Entry]
Name=GitKraken
Comment=Unleash your repo
-Exec="gitkraken"
+Exec=bash -c "LD_PRELOAD=/usr/lib/libcurl.so.3 gitkraken"
Icon=gitkraken
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Development;Documentation;
-MimeType=text/plain; \ No newline at end of file
+MimeType=text/plain;