Add a "Show N previous point versions" filter#2
Open
venerdi2 wants to merge 760 commits into
Open
Conversation
Update Polish translation thanks much
Update uk.po
Update Polish translation thanks much
Update Polish translation thanks much
fix syntax
Update uk.po thanks much
Update Turkish translation thanks much
Add Hungarian translation Thanks much!
Update copyright line
Update fr.po Thank you!
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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.