Vivek Gani

Results 54 comments of Vivek Gani

Thank you! To ensure this will also launch kupfer if it isn't running, and send the show/hide toggle if it is, I ended up with the following script: ``` #!/usr/bin/bash...

Huh, I just tested on v323 and while I can get: ``` dbus-send --type=method_call --dest=se.kaizer.kupfer /interface se.kaizer.kupfer.Listener.ShowHide ``` to work, the suggested dbus name change to: ``` dbus-send --type=method_call --dest=io.github.kupferlauncher...

Thanks! Will update my script in https://github.com/kupferlauncher/kupfer/issues/157#issuecomment-1858918949

It's worth mentioning a couple things: - You can use the `in:library` search filter to search just favorites, posts, and boosts. It isn't exclusive to _only_ favorites but feels like...

@nerif-tafu you probably want the openscad fork of scad-utils: https://github.com/openscad/scad-utils - this includes a shapes.scad file and the 'transform' function

Ok, here's the output of `G_MESSAGES_DEBUG` when... ...removing headphones (switch to speakers): ``` (easyeffects:51233): easyeffects-DEBUG: 18:30:33.660: application.cpp:97 device alsa_card.pci-0000_00_1f.3-platform-skl_hda_dsp_generic has changed its input route to: [In] Mic2 (easyeffects:51233): easyeffects-DEBUG: 18:30:33.661:...

Ok, thanks for the quick responses! Here's the full pw-dump.. The pw-dump with _speaker_: https://github.com/seltzered/pw-dump_hp-elite-x2-g4/blob/2f654401ef1f7eff664e6adbf5a4dacc9ebaa302/pw-dump_hp-elite-x2-g4.txt The pw-dump with _wired headphones_: https://github.com/seltzered/pw-dump_hp-elite-x2-g4/blob/843347b806fd3403a98eaa0c2495b9f03a63a490/pw-dump_hp-elite-x2-g4.txt The diff between speaker & headphones: https://github.com/seltzered/pw-dump_hp-elite-x2-g4/commit/843347b806fd3403a98eaa0c2495b9f03a63a490

One thing to note is that closing and restarting easyeffects will make it switch and load the correct preset upon restarting easyeffects.

You can maybe use a macro to create a refresh button on the spreadsheet (see https://askubuntu.com/a/1357255 or https://ask.libreoffice.org/t/how-to-reload-file-via-macro-on-calc/31458/2 ) I'm having mixed results with it so far (seems to work...

@lukedanielson I recently implemented a 'start' button with an onclick event to play the vide video (via grabbing the vide instance's video object, see http://thimbleup.com ) - from my experience...