Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open folder inside Neothesia, and the logo is empty #169

Open
zayn7lie opened this issue Apr 28, 2024 · 2 comments
Open

Cannot open folder inside Neothesia, and the logo is empty #169

zayn7lie opened this issue Apr 28, 2024 · 2 comments

Comments

@zayn7lie
Copy link
Contributor

Error description

  1. When I click on Select File on menu or Select File on SoundFont under Settings, nothing happen and log shows:
    [2024-04-27T23:56:46Z INFO  neothesia::scene::menu_scene::iced_menu::settings] User canceled dialog
    [2024-04-27T23:56:52Z INFO  neothesia::scene::menu_scene::iced_menu::midi_file_picker] User canceled dialog
    
  2. There is no logo on the menu but a black square:
    2024-04-27T20:07:54,126146259-04:00

Compiling process

Following cargo build under Archlinux AUR: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=neothesia

There is no error shown but only a warning during the compiling process:

Compiling midi-io v0.1.0 (~/.cache/yay/neothesia/src/Neothesia-0.2.1/midi-io)
warning: field `0` is never read
   --> midi-io/src/lib.rs:127:32
    |
127 | pub struct MidiInputConnection(midir::MidiInputConnection<()>);
    |            ------------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |            |
    |            field in this struct
    |
    = note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
    |
127 | pub struct MidiInputConnection(());
    |                                ~~

warning: `midi-io` (lib) generated 1 warning

System Info

$ neofetch
                   -`                    zayn7lie@zayn7lie-acl 
                  .o+`                   --------------------- 
                 `ooo/                   OS: Arch Linux x86_64 
                `+oooo:                  Host: XPS 13 9310 
               `+oooooo:                 Kernel: 6.8.7-arch1-1 
               -+oooooo+:                Uptime: 1 day, 23 hours, 42 mins 
             `/:-:++oooo+:               Packages: 681 (pacman) 
            `/++++/+++++++:              Shell: bash 5.2.26 
           `/++++++++++++++:             Resolution: 1920x1200 
          `/+++ooooooooooooo/`           WM: Hyprland 
         ./ooosssso++osssssso+`          Terminal: kitty 
        .oossssso-````/ossssss+`         CPU: 11th Gen Intel i7-1195G7 (8) @ 5.000GHz 
       -osssssso.      :ssssssso.        GPU: Intel TigerLake-LP GT2 [Iris Xe Graphics] 
      :osssssss/        osssso+++.       Memory: 5569MiB / 15709MiB 
     /ossssssss/        +ssssooo/-       GPU Driver: Dell Device [1028:0afc] 
   `/ossssso+/:-        -:/+osssso+-     CPU Usage: 4% 
  `+sso+:-`                 `.-/+oso:    Disk (/): 78G / 251G (33%) 
 `++:.                           `-/+/   Locale: C.UTF-8 
 .`                                 `/
@PolyMeilex
Copy link
Owner

Judging by the fact that you are on Hyprland, your XDG Portal setup is probably broken, you can try to install zenity and see if Neothesia fallbacks to it correctly.

@zayn7lie
Copy link
Contributor Author

Thanks, the first problem is solved through installing zenity. But the logo is still empty btw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants