Skip to content

Add a "Show N previous point versions" filter#2

Open
venerdi2 wants to merge 760 commits into
shg8:masterfrom
bkw777:master
Open

Add a "Show N previous point versions" filter#2
venerdi2 wants to merge 760 commits into
shg8:masterfrom
bkw777:master

Conversation

@venerdi2
Copy link
Copy Markdown

In the settings tab, in the "Display" sub-menu, it would be useful to have a second selection/filter line named "Show N previous point versions" to reduce the length of the list of kernels shown in the main window.
However, all installed lower version kernels should also be displayed in the main window.

bkw777 and others added 30 commits January 18, 2024 20:13
Update Turkish translation
thanks much
Add Hungarian translation
Thanks much!
Add Chinese translation.

Thanks much!
DownloadManager builds aria2c's argv as a string array passed
directly to GLib's spawn (no shell), but --all-proxy and
--user-agent values were wrapped in literal single quotes:

    cmd += "--all-proxy='"+App.all_proxy+"'";
    cmd += "--user-agent='"+App.user_agent+"'";

The quote characters became part of the argv elements (e.g.
--all-proxy='http://127.0.0.1:8118'), so aria2c rejected the
proxy with "unrecognized proxy format" and the User-Agent
header was sent with literal single quotes embedded.

The string-based path in Main.try_ppa() (exec_sync ->
Process.spawn_command_line_sync) is unaffected because that
goes through shell-style argument parsing which strips the
quotes, so it is left as-is.
Fix aria2c argv quoting in spawn path (--all-proxy / --user-agent)

Thanks much!
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

Successfully merging this pull request may close these issues.