-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
25 lines (20 loc) · 756 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- Call from notifier to upgrader
currently the call from notifier to upgrader is through subprocess.
This seems "clumsy", maybe use upgrader as a module? -> takes much memory
subprocess gives the option to call another upgrade programm.
maybe start in another thread?
- Implement aptdaemon.client.transaction.set_terminal()
- Implement aptdaemon.client.transaction.remove_obsoleted_depends
- Move to libqapt (qt) instead of aptdaemon for better qt integration.
last download line override last "Installed" line
....
download-fetching python3-aptdaemon
76964/76964
....
Installed g++-8
Preparing configuration of aptdaemon
Configuring aptdaemon
Installed aptdaemon
Preparing configuration of python3-aptdaemon
Configuring python3-aptdaemon
76964/76964