-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
bash-completion
package missing from Fedora template
#8394
Comments
bash-completion
package missing from Fedora template
Affects R4.2? |
affects R4.2? |
I have this problem on R4.3.4. To check: open terminal in sys-firewall, type |
@andrewdavidwong sorry for typo, I meant R4.2.4, not R4.3.4. |
Ok. the decision for this is simple and fast forward. Either we add it or not. Either to @marmarek add it or close the ticket? |
At one time #7879 covered Fedora templates as well as dom0, so strictly
this is duplicate of that.
|
The above is correct. I believe this issue could be closed in favour of the issue Unman linked since that one has better technical details and discussions. The title of the latter issue could be corrected to " |
I think at one time it had that title
|
This issue has been closed as a "duplicate." This means that another issue exists that is very similar to or subsumes this one. If any useful information on this issue is not already present on the other issue, please add it in a comment on the other issue. Here are some common cases of duplicate issues:
By default, the newer issue will be closed in favor of the older issue. However, we make exceptions when we determine that it would be significantly more useful to keep the newer issue open instead of the older one. We respect the time and effort you have taken to file this issue, and we understand that this outcome may be unsatisfying. Please accept our sincere apologies and know that we greatly value your participation and membership in the Qubes community. If anyone reading this believes that this issue was closed in error or that the resolution of "duplicate" is not accurate, please leave a comment below saying so, and we will review this issue again. For more information, see How issues get closed. |
How to file a helpful issue
Qubes OS release
R4.0, R4.1, R4.2 (probably)
Brief summary
The latest fedora-38 template is still missing
bash-completion
package. Debian-11 still has it, Fedora does not.sudo dnf install ox<TAB>
produces nothing in any terminal on fedora-38 template unlike real Fedora-38 where is works.Bash completion is present not only in Fedora for ages and is present in ALL GNU/Linux distros.
Debian and debian-based Qubes OS templates have bash-completion installed, too.
The problem exists in Qubes OS for so long that it is starting to be ridiculous.
Steps to reproduce
Open terminal inside fedora-38 template.
Try to install something with shell completion:
sudo dnf install <TAB><TAB>
Expected behavior
The list of packages is provided, completion works as in the original Fedora-38.
Actual behavior
Nothing happens or the file of local files provided. Completion is broken.
Solution:
Add
bash-completion
package to the fedora templates as it presents in the original Fedora for ages.P.S.
dom0
also reserves to have a working completion, also has no package installed.The text was updated successfully, but these errors were encountered: