Lorenzo

Results 91 comments of Lorenzo

what if we bundle wl-copy and wl-paste into the flatpak binary?

I will implement the Klipper implementation as the default for now (falling back to QClipboard). And try to implement it via Wayland protocols or invoking the wl-clipboard copy directly.

> Is there a specific reason why you need to build Flatpak? Why not build it directly on your system? I suspect you don't want to download all the dependencies....

>Yes, this option is on a table as well, but we need to be sure that wl-copy/wl-paste, executed from the flatpak sandbox, does what we expect it to do. In...

``` git clone [email protected]:mkiol/dsnote.git cd dsnote mkdir build cd build cmake ../ -DWITH_DESKTOP=ON \ -DWITH_PY=OFF \ -DDOWNLOAD_VOSK=ON \ -DBUILD_VOSK=OFF \ -DBUILD_WHISPERCPP=OFF \ -DBUILD_OPENBLAS=OFF \ -DBUILD_RHVOICE=OFF \ -DBUILD_RHVOICE_MODULE=OFF \ -DBUILD_BERGAMOT=OFF make...

@mkiol today I woke up to this error after I wrote the XML interface to the DBus directory: ``` [ 68%] generate dbus app adaptor sources Got unknown type `a{sv}'...

> What changes did you make in XML file? None, but I did install `qdbusxml2cpp` and ran: But I rm -rf dsnote and cloned it again. Now it doesn't build...