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

Ctrl+A does nothing #114

Closed
SinyoMinyo opened this issue Dec 28, 2024 · 4 comments
Closed

Ctrl+A does nothing #114

SinyoMinyo opened this issue Dec 28, 2024 · 4 comments
Assignees
Labels
bug Something isn't working reproduced

Comments

@SinyoMinyo
Copy link

Describe the bug
When i open Yum Extender on my Nobara, go in the Packages tab and press Ctrl+A nothing happens. But in the Shortcut menu it says "Ctrl+A Select All". In Firefox Ctrl+A works perfectly.

Versions
5.0.3 (DNF4)

What Distro are you running?
Nobara Linux 40
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.8.0
Qt Version: 6.7.2
Kernel Version: 6.11.9-200.fsync.fc40.x86_64 (64-bit)

@SinyoMinyo SinyoMinyo added the bug Something isn't working label Dec 28, 2024
@SinyoMinyo
Copy link
Author

SinyoMinyo commented Dec 28, 2024

Logs
In Terminal:
...@nobara-pc:~$ yumex -d

(process:6114): Gtk-WARNING **: 10:51:07.408: Unknown key gtk-modules in /home/.../.config/gtk-4.0/settings.ini

(process:6114): Adwaita-WARNING **: 10:51:07.417: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.

In Yum Extender:
Uncaught exception

Traceback (most recent call last):
File "/usr/lib/python3.12/site-packages/yumex/main.py", line 132, in do_command_line
setup_logging(debug=self.args.debug)
File "/usr/lib/python3.12/site-packages/yumex/utils/init.py", line 41, in setup_logging
file_handler = logging.handlers.RotatingFileHandler(log_file, backupCount=5)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/logging/handlers.py", line 155, in init
BaseRotatingHandler.init(self, filename, mode, encoding=encoding,
File "/usr/lib64/python3.12/logging/handlers.py", line 58, in init
logging.FileHandler.init(self, filename, mode=mode,
File "/usr/lib64/python3.12/logging/init.py", line 1231, in init
StreamHandler.init(self, self._open())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.12/logging/init.py", line 1263, in _open
return open_func(self.baseFilename, self.mode,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/.../.local/share/yumex/yumex_debug.log'

@timlau timlau self-assigned this Jan 24, 2025
@timlau
Copy link
Owner

timlau commented Jan 24, 2025

FileNotFoundError: [Errno 2] No such file or directory: '/home/.../.local/share/yumex/yumex_debug.log'

is fixed in #115

@timlau
Copy link
Owner

timlau commented Jan 24, 2025

Ctrl-A works fine when showing updates (Alt-U)

But if you search for something and press Ctrl-A, then the search string is selected, not the shown packages.

Image

@SinyoMinyo
Copy link
Author

Thank you so much! Its actually fixed! I just tested it. (:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working reproduced
Projects
None yet
Development

No branches or pull requests

2 participants