Tres Finocchiaro

Results 651 comments of Tres Finocchiaro

Although not necessarily intuitive, I was able to get the desired results with the following settings: ```js { size: { width: 1, height: 2 }, orientation: 'landscape' } ``` ......

The OP messaged me privately and is no longer using this feature. Closing for now. Feel free to request a reopen if it's believed that it was closed in error.

This helps to grab the proper environment: https://github.com/qzind/tray/blob/c795b28361cb0f147ac52f2eef70b3b832b70d68/src/qz/installer/LinuxInstaller.java#L306 ```diff + String[] dbusMatches = { "ibus-daemon.*--panel", "dbus-daemon.*--config-file=", "wfrespawn.*-panel" }; ``` ... but it fails to launch. Investigating...

Unfortunately the menu is pretty buggy. Instead, it may make more sense to invoke it from a dedicated window or the about dialog.

> Unfortunately the menu is pretty buggy. Instead, it may make more sense to invoke it from a dedicated window or the about dialog. Dedicated Window progress:

Latest version, with "Running" indicator.

@manticore-projects I believe on the JNA mailing list, you clarified/discovered that some of the MacOS crashes were upstream and JVM related. Can you provide an update here?

@haikarainen, often it's something like this: 1. Install CMake for Windows 2. Build from CMD ```cmd git clone https://github.com/andrewrk/libsoundio cd libsoundio mkdir build cd build cmake .. cmake --build ....

> @tresf I agree, this is what it should be like. Sadly, it seems like Windows is a second-hand citizen in libsoundio :/ Probably not the best way to phrase...

Possibly related: #1251 Familiar with #6, #866, #568, #342