SpacingBat3

Results 266 comments of SpacingBat3

>> Also have you read the FAQ? > >Yes. It sounds like you have to set the default device in the settings (probably `pavucontrol`). I can't reproduce this issue, at...

> It sounds like you have to set the default device in the settings (probably pavucontrol). As a side note, you probably have to restart WebCord in order to apply...

> it felt really weird having to download it when the mic is already set to default in both gnome sound settings This is why I said *system audio settings*,...

> Fedora 36/PipeWire/Wayland Hello everyone. I have a similar problem and I read FAQ, and set default microphone using pactl tool (isn't that right?). ![изображение](https://user-images.githubusercontent.com/69040128/183891010-0e5cf6ea-1e74-43ae-88d1-c5af8c9285cf.png) Then I open web version...

> > Have you granted permissions to it within the app? > > Webcord didn't request permissions for microphone and web cam, if that's what you're about. But screen share...

I think I'll close this issue, I can't reproduce it and since WebCord has updated and also uses the newer Electron version, it might be fixed if it was a...

> Another thing that would be a nice change is be the programs name in the Windows notifications. Currently, it shows up as "electron.app.WebCord". I don't think there's a way...

> Hey, it seems like the notification name can be set properly according to this https://stackoverflow.com/questions/64237127/electron-app-notification-states-the-app-sending-notification-is-electron-app-a `AppUserModelId` should be already set in the latest stable release (to `SpacingBat3.WebCord`). The issue...

As a side note, take a look how `AppUserModelId` was implemented in `v3.5.2`: https://github.com/SpacingBat3/WebCord/blob/561e01e8c1b09ca71c4c96ef05058d0f8e3fcadb/sources/code/common/main.ts#L81-L86 https://github.com/SpacingBat3/WebCord/blob/561e01e8c1b09ca71c4c96ef05058d0f8e3fcadb/sources/code/common/modules/client.ts#L11-L24 https://github.com/SpacingBat3/WebCord/blob/561e01e8c1b09ca71c4c96ef05058d0f8e3fcadb/sources/code/common/modules/client.ts#L27-L45 I do not see any bugs there. The current implementation changed a little, since...

> The first is that AppUserModelId is set in /sources/code/common/main.ts, but not in /sources/main/windows/main.ts so perhaps its being overwritten somehow? Nah, the directory structure has been chosen to represent at...