Remember last choice on installation destination #10
Labels
No labels
bug
duplicate
enhancement
fix
good first issue
help wanted
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xinux/software-center#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The default behavior is that, whenever I attempt to install software via software-center, it targets: "Foydalanuvchi (nix profile)" and the bad part is that, I have to choose "Tizim (configuration.nix)" over and over everytime I restart the program. I think storing last choice/decision at dbus and then recover it whenever user opens the program should do the trick.
Related: xinux/settings#4
D-BUS call not needed. Just write one line of enum choise into
~/.local/state/nix-software-center/intall.iniI forgot the part that the choice is resetted after every installation. For example: you pick a software, you pick system as host, install and when you open another software, it's nix-env again.
OK, I understood what you meant