Search Criteria
Package Details: treesheets-git r297.7c4ad33-1
Git Clone URL: | https://aur.archlinux.org/treesheets-git.git (read-only, click to copy) |
---|---|
Package Base: | treesheets-git |
Description: | The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases |
Upstream URL: | http://treesheets.com |
Licenses: | |
Submitter: | prurigro |
Maintainer: | prurigro |
Last Packager: | prurigro |
Votes: | 30 |
Popularity: | 0.50 |
First Submitted: | 2013-06-14 04:57 |
Last Updated: | 2021-02-11 05:17 |
Dependencies (3)
- wxgtk2 (wxgtk2-dev, wxgtk2-light)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
mober commented on 2015-04-22 11:03
Just to let you know: retried the patch from @spinda and this time it worked.
It would be nice if we could include the patchfile in the tarball and adopt the PKGBUILD.
mober commented on 2015-04-16 12:00
@spinda Thanks for your reply. I tried your suggestion but it resulted in the following errors (when starting treesheets):
Error: can't open file 'images/icon16.png' (error 2: No such file or directory)
Error: Failed to load image from file "images/icon16.png".
Error: can't open file 'images/icon32.png' (error 2: No such file or directory)
Error: Failed to load image from file "images/icon32.png".
mober commented on 2015-04-16 11:59
@spinda Thanks for your replay. I tried your suggestion but it resulted in the following errors (when starting treesheets):
Error: can't open file 'images/icon16.png' (error 2: No such file or directory)
Error: Failed to load image from file "images/icon16.png".
Error: can't open file 'images/icon32.png' (error 2: No such file or directory)
Error: Failed to load image from file "images/icon32.png".
spinda commented on 2015-04-15 07:55
@mober Yes, it's broken for me as well. Take out the "sed" hack from the PKGBUILD and apply the patch in my other comment.
mober commented on 2015-04-13 14:49
Todays update resulted for me in the following problem:
Error: can't open file 'frame' (error 2: No such file or directory)
Error: Failed to load image from file "frame".
Anyone else with the same problem? Maybe a missing file?
spinda commented on 2015-04-07 23:36
This commit broke the sed hack to make path resolution work: https://github.com/aardappel/treesheets/commit/b994c63c5b756fb0cd3cc98d6b2ae4245d6e43f3
Replace that with this patch and it'll work again.
--- src/myframe.h 2015-04-07 16:31:07.291987724 -0700
+++ src/myframe.h.new 2015-04-07 16:30:45.625987791 -0700
@@ -45,7 +45,7 @@
sys->frame = this;
- exepath_ = wxFileName(exename).GetPath();
+ exepath_ = "/usr/share/treesheets";
#ifdef __WXMAC__
int cut = exepath_.Find("/MacOS");
if (cut > 0)
SanskritFritz commented on 2014-10-08 20:39
The patch is not needed anymore, it even yields to
Reversed (or previously applied) patch detected! Assume -R? [n]
prurigro commented on 2014-08-09 20:02
Pushed a small update to fix the icon in the .desktop file, which was still pointing to the old /opt location.
prurigro commented on 2014-08-08 10:22
Updated the revision to make the following changes:
* The treesheets binary is now installed to /usr/bin/treesheets
* Data files are now installed to /usr/share/treesheets/
* Included a replacement for a broken PNG (I've made a pull request upstream)
prurigro commented on 2014-07-08 04:32
@ShadowKyogre: Thanks for the tip- I added webkitgtk2 to the dependency list! Seems like namcap doesn't consider dependencies for executables in /opt...