-
### Describe the bug
I want to hide the icon from taskbar by using `main_window.set_skip_taskbar(true)`,but this does't work if the app is running with wayland:
```rust
// Prevents additional cons…
-
### Describe the bug
Hi, under Arch Linux, since today I hit an issue where the window app open with a blank screen and this message is spamming the terminal
```
AcceleratedSurfaceDMABuf was un…
doums updated
5 months ago
-
When launching UKMM, I get a black window and no output to the terminal when using `ukmm` or `ukmm-debug` on void linux.
-
### Describe the bug
When building the app for release with an external binary (this binary was built using [pkg](https://github.com/vercel/pkg)) this causes the binary to break only for AppImage w…
-
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/11496
### Describe the bug
npm run tauri dev
> tauri-app@0.1.0 tauri
> tauri dev
Running BeforeDevCommand…
-
I made [WSDOM](https://github.com/wishawa/wsdom/blob/main/README.md), which is a Rust→JavaScript RMI. It's like web-sys, but runs over WebSocket instead of in WebAssembly. If integrated into Dioxus, i…
-
[##](url) What is your suggestion?
Support Rust as a programming language for VSCode for Android
## Why do you want this feature?
I want to use the Rust language server to help me navigate the so…
-
When the terminal width is not as wide as the message, the message wraps (which is good). The problem however is that at the wrap point, a space is inserted. This prevents terminal apps (iterm2 in my …
-
### Describe the bug
Tried to follow [https://docs.rs/crate/tauri-plugin-nfc/latest](url)
My lib.rs
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default(…
-
### Describe the bug
when I use a shortcut key to display a window, using the setAlwaysOnTop method does not make the window appear on the current fullscreen desktop, but instead displays it on a non…