@ishitatsuyuki, was that a reply to my comment? If so, that didn't seem to make any difference. N.B. I'm talking about messages at every new tmux session, not just during the zsh-zim-git install script.
Search Criteria
Package Details: zsh-zim-git r682.84c59ed-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/zsh-zim-git.git (read-only, click to copy) |
---|---|
Package Base: | zsh-zim-git |
Description: | ZIM - Zsh IMproved |
Upstream URL: | https://github.com/zimfw/zimfw |
Keywords: | improved plugin theme vim zim zsh |
Licenses: | MIT |
Submitter: | ishitatsuyuki |
Maintainer: | carbolymer (Rhinoceros) |
Last Packager: | carbolymer |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-28 02:13 (UTC) |
Last Updated: | 2024-10-10 07:25 (UTC) |
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »
Rhinoceros commented on 2017-01-21 09:01 (UTC)
ishitatsuyuki commented on 2017-01-21 07:49 (UTC)
Should be better now, enjoy!
Rhinoceros commented on 2016-06-30 00:51 (UTC)
FWIW I tried installing this again, and it now works fine to start. However, when I start a tmux session, I get flooded with the same `zcompare:zcompile:2: can't write zwc file` errors. I also noticed that gavsiu posted upstream, and the dev again suggested not to install in a root-only directory. It's a pity, as I'll never remember to update though. :(
ishitatsuyuki commented on 2016-06-12 04:43 (UTC)
@gavsiu: please check if you have zsh stuffs in /root. Also make sure the package is installed without any conflict.
Well, it should be loaded as long as global zshrc exists...
gavsiu commented on 2016-06-11 21:58 (UTC) (edited on 2016-06-11 22:09 (UTC) by gavsiu)
@ishitatsuyuki: Sorry, how do I check that? I've just installed zsh and only have a .zshrc in my user home folder. I haven't modified anything in /etc.
I just installed zim using the directions from the Git readme and the problem is not there. I'd like to use this package instead if the problem doesn't occur.
ishitatsuyuki commented on 2016-06-11 06:35 (UTC)
@gavsiu: Can you check if root has a custom zsh setup? The script will break if root doesn't load the global installed zshrc.
gavsiu commented on 2016-06-11 06:17 (UTC)
I'm getting the same issue now even though it's supposedly fixed.
zcompare:zcompile:2: can't write zwc file: /usr/lib/zim/modules/*.zwc
There are 123 lines and I substituted what was different on each line with a *
I've recently installed this on my unencrypted Arch install and did not have any issues. Although I cannot remember if I used the AUR or straight from GitHub.
I reinstalled on a different drive with FDE and this package is giving me that error. No .zimrc, copied my old .zimrc, copied my old .zim folder because for some reason I had one and I don't on the new install... nothing worked. This led me to believe maybe I didn't use this package.
ishitatsuyuki commented on 2016-04-25 09:01 (UTC)
@Rhinoceros: Latest PKGBUILD works fine for me. I could reproduce your problem if used old one.
BTW, I think init.zsh will source .zimrc...
Rhinoceros commented on 2016-04-25 07:38 (UTC)
@ishitatsuyuki I'm not sure what that fixed exactly? I'm still getting the same errors @Brottweiler, i.e. the install and `can't write zwc file` errors.
Ah, good point. So /etc/zsh/zshrc runs, calling /etc/zsh/zimrc (where the zmodules are defined), then /usr/lib/zim/init.zsh. Between these two source statements, I could add a line manually overwriting the zmodules. That's probably fine then. (Assuming I can work out the problems with the system-wide install.)
ishitatsuyuki commented on 2016-04-22 11:01 (UTC)
@Brottweiler CC @Rhinoceros
Fix uploaded.
@Rhinoceros: I'm not sure what you're going to do. You can change zim modules by modifying zimrc: that's loaded after global configuration and before initialization.
Pinned Comments
carbolymer commented on 2021-01-11 21:41 (UTC) (edited on 2021-01-22 07:46 (UTC) by carbolymer)
Ugh, it was a PITA to create this package. Please note that errors are silenced, so if you have any issues with zim, remove
&>/dev/null
from your/etc/zshrc
- https://aur.archlinux.org/cgit/aur.git/tree/zshrc?h=zsh-zim-git&id=5a378e94d516c57d39629de545b78b0f020d86a4I had to do it this way:
$ZIM_HOME
is only writable by root and zim constantly tries to update & recompile itself (=write to$ZIM_HOME
), which results in permission errors when starting zsh as a normal user.If you want to add/remove a module:
zmodule
in/etc/zsh/zimrc
zimfw install && zsh