lapce / floem

A native Rust UI library with fine-grained reactivity
https://docs.rs/floem
MIT License
2.77k stars 127 forks source link

(window-scale) example "windows-scale" is getting an error. It doesn't work on Mac, it doesn't work on Linux. #611

Closed YoungHaKim7 closed 6 days ago

YoungHaKim7 commented 1 week ago

$ bat /etc/*release ─────────────── │ File: /etc/lsb-release ─────────────── 1 │ DISTRIB_ID=Ubuntu 2 │ DISTRIB_RELEASE=24.04 3 │ DISTRIB_CODENAME=noble 4 │ DISTRIB_DESCRIPTION="Ubuntu 24.04.1 LTS" ───────┴────────────────── │ File: /etc/os-release ───────┼────────────────── 1 │ PRETTY_NAME="Ubuntu 24.04.1 LTS" 2 │ NAME="Ubuntu" 3 │ VERSION_ID="24.04" 4 │ VERSION="24.04.1 LTS (Noble Numbat)" 5 │ VERSION_CODENAME=noble 6 │ ID=ubuntu 7 │ ID_LIKE=debian 8 │ HOME_URL="https://www.ubuntu.com/" 9 │ SUPPORT_URL="https://help.ubuntu.com/" 10 │ BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 11 │ PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 12 │ UBUNTU_CODENAME=noble 13 │ LOGO=ubuntu-logo

jrmoulton commented 1 week ago

608 would fix this

jrmoulton commented 6 days ago

@YoungHaKim7 #608 was merged. Can you test to see if you still are experiencing the same issue?

YoungHaKim7 commented 6 days ago
 OS: macOS Sequoia 15.0.1 arm64
 Host: MacBook Pro (14-inch, 2021)
 Kernel: Darwin 24.0.0
 Uptime: 3 hours, 21 mins
 Packages: 129 (brew), 11 (brew-cask)
 Shell: sh
 Display (U34G3XM): 3440x1440 @ 60 Hz in 34" [External] *
 Display (Color LCD): 3024x1964 @ 60 Hz (as 1512x982) in 14" [Built-in]
 DE: Aqua
 WM: Quartz Compositor
 WM Theme: Multicolor (Light)
 Font: .AppleSystemUIFont [System], Helvetica [User]
 Cursor: Fill - Black, Outline - White (32px)
 Terminal: alacritty 0.13.2
 Terminal Font: Hack Nerd Font (34.0pt)
 CPU: Apple M1 Pro (8) @ 3.23 GHz
 GPU: Apple M1 Pro (14) @ 1.30 GHz [Integrated]
 Memory: 9.33 GiB / 16.00 GiB (58%)
 Swap: Disabled
 Locale: en_US.UTF-8
YoungHaKim7 commented 6 days ago
OS: Ubuntu noble 24.04 x86_64
Host: MS-7D42 (2.0)
Kernel: 6.8.0-45-generic
Uptime: 4 mins
Packages: 2521 (dpkg), 9 (snap)
Shell: fish 3.7.1
Display (U34G3XM): 3440x1440 @ 60Hz *
Display (32ML600): 1920x1080 @ 60Hz
DE: Gnome 46.0
 WM: Mutter (X11)
 WM Theme: Yaru
Theme: Yaru [GTK2/3/4]
 Icons: Yaru [GTK2/3/4]
 Font: Ubuntu Sans (11pt) [GTK2/3/4]
Cursor: Yaru (24px)
Terminal: GNOME Terminal 3.52.0
 Terminal Font: Hack Nerd Font (30pt)
 CPU: 13th Gen Intel(R) Core(TM) i5-13600K (20) @ 5.10 GHz
 GPU 1: Intel UHD Graphics 770 @ 1.55 GHz [Integrated]
 GPU 2: NVIDIA GeForce RTX 3060 Ti Lite Hash Rate [Discrete]
 Memory: 3.29 GiB / 94.09 GiB (4%)
 Swap: 0 B / 8.00 GiB (0%)
YoungHaKim7 commented 6 days ago

@jrmoulton It works fine, thank you.