|
@@ -881,7 +881,8 @@ function configure_user_interface {
|
881
|
881
|
chroot "$rootdir" apt-get -yq install xclip
|
882
|
882
|
|
883
|
883
|
# multimedia recording and editing
|
884
|
|
- chroot "$rootdir" apt-get -yq install audacity kdenlive
|
|
884
|
+ chroot "$rootdir" apt-get -yq install audacity
|
|
885
|
+ chroot "$rootdir" apt-get -yq install kdenlive breeze-icon-theme
|
885
|
886
|
|
886
|
887
|
# for gtk dialog entry
|
887
|
888
|
chroot "$rootdir" apt-get -yq install zenity
|