-
Notifications
You must be signed in to change notification settings - Fork 84
-
|
Hey everyone. I saw that the essentials should now work again. Everything is working except for Essentials. My config: |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment · 10 replies
-
|
I was able to setup that just by switching my pinned tab from
|
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Then that's partially true, my essential pins seems to be working without being linked to a container. I will probably be inactive for the today and the next few days so you will need to figure out by yourself what's wrong with the modified JSON. These lines will help you to know what's going on. mkdir -p /tmp/zen-debug
cp ~/.config/zen/default/zen-sessions.jsonlz4 /tmp/zen-debug
cd /tmp/zen-debug
# nix-env -iA nixos.mozlz4a
mozlz4a -d zen-sessions.jsonlz4 zen-sessions.json |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
This is the content of the json |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
I tried to find the problem using Claude Code. |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Got it working. I enabled window-sync, but only for pinned tabs using: And I needed to set the container for the pins again. So the pins need the container in my case (ref #249 (reply in thread)). otherwise the workspace for the essentials was null and they weren't displayed |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
Ok, this should be enough. |
Beta Was this translation helpful? Give feedback.


Got it working.
I had window-sync disabled, because I don't like this feature.
I enabled window-sync, but only for pinned tabs using:
And I needed to set the container for the pins again. So the pins need the container in my case (ref #249 (reply in thread)). otherwise the workspace for the essentials was null and they weren't displayed