marciado

Results 5 comments of marciado

> is there a notification server running? Try running this: > > ```shell > notify-send "This is a Notification" > ``` > > If this does not return a notification...

There is no output with this command. Is that right?

The output of: `notify-send "This is a Notification" xwininfo` is: ![Screenshot from 2022-07-19 22-15-08](https://user-images.githubusercontent.com/94978135/179840587-b4b71971-9937-49e9-8212-e393ec75e087.png) Is that correct? I have installed the joplin-appimage (AUR) via Manjaro package manager pacman.

I deinstalled joplin-appimage via package manager. And I used [this script](https://github.com/laurent22/joplin/blob/master/Joplin_install_and_update.sh) to install the original joplin. But same behavior - no notification. xwininfo output by clicking on notification: ![image](https://user-images.githubusercontent.com/94978135/179937173-8be77522-fcb7-49f7-93f1-ff3a1807f659.png)

I really want to use this table extension in my vue project. But I have optional returned parameters in my response from server. So I know that there are deeply...