-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[osu-lazer-bin] File picker can't access any files or home directories #372467
Comments
I just tried @fufexan's rendition from his own flake with |
If you still have this issue unsolved, can you share your log files? They are at |
I tried running as sudo. I could get into my home directory, but even folders that I know have audio files in them stiill show up empty. Edit to add: Turns out I had some bugged filenames in my ~/Music folder. When mounting my backup from my previous system in Pika Backup / Vorta and just copying the main folders over with Dolphin, it created the folder structure OK, but gave up as soon as it ran into a file it couldn't copy. I tried copying individual subdirectories from backup, and it worked...
From the root run (to render permissions irrelevant, but breaks libbass)1736488290.auth.log From a clean install (
|
So you had a bunch of empty directories If I understand correctly.
Seems like a lot of requests are timing out, it was probably fixed after you rebooted. Also running GUI apps with
This looks good, no exceptions.
Maybe you tinkered with networking and that was causing some issues? The last time I built my config on a clean NixOS system, it switched some low level networking thing to NetworkManager, and my ssh session dropped. Restarting it manually fixed the issue. |
Describe the bug
The file picker used in the beatmap editor and else starts at
/home
, and when you try to click into your home directory, the picker widget flashes red. Of the few folders you can get to, all show up empty.Steps To Reproduce
Steps to reproduce the behavior:
(This seems to occur everywhere there's a file picker, but the beatmap editor is a common example that comes to mind.)
Expected behavior
The file picker should show the contents of your home directory, and allow you to navigate to and select a file from the file system.
Screenshots
2025-01-09.12-22-34.mp4
Additional context
I have the game installed from the
nixos-unstable
branch via home-manager, but just for good measure, I removed it from my home-managerhome.packages
, added it to my NixOSenvironment.systemPackages
, and did anh os test -u
before trying again and getting the same result.As I was reviewing and sanity-checking this issue, I tried running osu! from the command line, and this log message got printed:
Metadata
Notify maintainers
@gepbird @stepbrobd @Guanran928
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: