elementary / switchboard-plug-locale

Switchboard Locale Plug
GNU Lesser General Public License v3.0
11 stars 10 forks source link

Additional packages blacklist #67

Closed leonardo-lemos closed 6 years ago

leonardo-lemos commented 6 years ago

Fixes #66

ryonakano commented 6 years ago

@leonardo-lemos After building this patch and clicking "Complete Installation" button in the locale plug, I ran sudo cat /var/log/apt/history.log to confirm what was installed. Its output was this:

Start-Date: 2018-07-05  15:03:34
Commandline: aptdaemon role='role-install-packages' sender=':1.97'
Install: ibus-hangul:amd64 (1.5.0+git20161231-1), libhangul1:amd64 (0.1.0+git20170815-2, automatic), libhangul-data:amd64 (0.1.0+git20170815-2, automatic), ibus-unikey:amd64 (0.6.1-1.1), gtk-im-libthai:amd64 (0.2.1-8)
End-Date: 2018-07-05  15:03:40

There were no packages in the blacklist and it looked working correctly.

peek 2018-07-05 14-22

After that, however, locale plug insists me to install "completely" so many times... I suppose this may be due to this patch, because this issue was not happened when I didn't use this patch.