Skip to content

[Bug]: No keyboard input on Arch Linux system #850

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

Open
3 tasks done
mx-sylveon opened this issue Mar 9, 2025 · 1 comment
Open
3 tasks done

[Bug]: No keyboard input on Arch Linux system #850

mx-sylveon opened this issue Mar 9, 2025 · 1 comment
Assignees
Labels
System: Linux For Linux/BSD distributions Type: Bug Something isn't working as intended Type: Installation Installing, building, and/or launching the program

Comments

@mx-sylveon
Copy link

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • I have searched existing issues.

TagStudio Version

Alpha 9.5.1

Operating System & Version

Arch Linux (Rolling, up-to-date)

Description

Per title, with either the standard and portable Linux releases the application runs and is partially functional using mouse inputs but no text fields accept text input and shortcuts are non-functional.

Running tagstudio via command line to watch for any interesting logs provides no really interesting information, just a couple of warnings for gtk modules that I don't believe are related. (Though technically there's also a segfault when closing the program, but that's a separate issue.)

The only other observation I've had is that if I focus the "Search Entries" text field and start typing on the keyboard, the text cursor stops blinking while the typing is on-going. That would seem to indicate the key presses are making it to the application at least, but something is breaking before the press is completely handled.

Expected Behavior

Keyboard input should work.

Steps to Reproduce

  1. Start application
  2. Try to use Ctrl+O to open a library, or attempt to type in the "Search Entries" text box.
  3. Observe nothing happens.

Logs

Console logs:

2025-03-09 14:52:58 [info     ] [FFMPEG] Using FFprobe location: ffprobe
2025-03-09 14:52:58 [info     ] [FFMPEG] Using FFmpeg location: ffmpeg
2025-03-09 14:52:58 [info     ] [ResourceManager] Resources Registered: count=27
2025-03-09 14:52:58 [info     ] [Config] Config File not specified, using default one filename=/home/REDACTED/.config/TagStudio/TagStudio.ini
2025-03-09 14:52:58 [info     ] [Config] Thumbnail cache size limit: 500 MB
Gtk-Message: 14:52:58.894: Failed to load module "xapp-gtk3-module"
Gtk-Message: 14:52:58.894: Failed to load module "xapp-gtk3-module"
Gtk-Message: 14:52:58.894: Failed to load module "canberra-gtk-module"
Gtk-Message: 14:52:58.894: Failed to load module "canberra-gtk-module"
QVBoxLayout:: 
2025-03-09 14:52:59 [info     ]
2025-03-09 14:53:00 [error    ] Path does not exist.           open_path=None
2025-03-09 14:53:00 [info     ] FFmpeg found: {self.ffmpeg}, FFprobe found: {self.ffprobe}
@mx-sylveon mx-sylveon added the Type: Bug Something isn't working as intended label Mar 9, 2025
@CyanVoxel CyanVoxel added Type: Installation Installing, building, and/or launching the program System: Linux For Linux/BSD distributions labels Mar 9, 2025
@mx-sylveon
Copy link
Author

Additional note that I pulled the repo and everything works as expected when running TagStudio.sh after setting up the .venv + installing dependencies.

Might've been nice if the issue was reproduced with local dev environment to aid in troubleshooting. 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
System: Linux For Linux/BSD distributions Type: Bug Something isn't working as intended Type: Installation Installing, building, and/or launching the program
Projects
None yet
Development

No branches or pull requests

4 participants
@CyanVoxel @xarvex @mx-sylveon and others