URL Scheme not recognized with zsh [quote tick needed]

Hi! I am using flatpak and it is great!

I have a problem with using URI scheme, I want to launch vault from command line:
obsidian://open?vault=zk_notesor
xdg-open obsidian://open?vault=zk_notes or
flatpak run md.obsidian.Obsidian obsidian://open?vault=zk_notes

are not recognized :frowning:

@echej I’m having issues replicating this bug. Do you have more information including flatpak version, distribution, permissions, etc?

My permissions

flatpak info --show-permissions md.obsidian.Obsidian                                       [śro, 9 cze 2021, 18:34:58]
[Context]
shared=network;ipc;
sockets=x11;wayland;pulseaudio;session-bus;system-bus;fallback-x11;ssh-auth;pcsc;cups;
devices=dri;kvm;shm;
features=devel;bluetooth;
filesystems=home;/media;host-os;/mnt;/run/media;host;host-etc;
persistent=~/.ssh;

[Environment]
OBSIDIAN_USE_WAYLAND=0

It works when I click URI from Obsidian, but from command line it doesnt ; I don’t know if this is relevant, but I have problem with Zotero URI when it was installed via flatpak
Where desktop file should be installed? (I have PopOS 20.10), Flatpak 1.8.5

Its my fault, I am using zsh instead of bash :stuck_out_tongue: It needed to put a quote around it :stuck_out_tongue_winking_eye: It will probably affect Mac users using zsh too

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.