7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
systemback (2.0.0) stable; urgency=low
|
||||
|
||||
* Update systemback/systemback.cpp
|
||||
- Fix #9 : Change terminal font
|
||||
|
||||
-- HamoniKR <pkg@hamonikr.org> Thu, 22 Apr 2021 10:25:53 +0900
|
||||
|
||||
systemback (1.9.4hamonikr9) jin; urgency=low
|
||||
|
||||
* Update systemback/systemback.cpp
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 15 KiB |
BIN
logo.png
|
Before Width: | Height: | Size: 340 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 45 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 45 KiB |
@@ -4043,7 +4043,7 @@ void systemback::on_systemupgrade_clicked()
|
||||
statustart(), pset(11);
|
||||
QDateTime ofdate(QFileInfo("/usr/bin/systemback").lastModified());
|
||||
sb::unlock(sb::Dpkglock), sb::unlock(sb::Aptlock),
|
||||
sb::exec("xterm +sb -bg grey85 -fg grey25 -fa a -fs 9 -geometry 80x24+" % QStr::number(ss(80)) % '+' % QStr::number(ss(70)) % " -n \"System upgrade\" -T \"System upgrade\" -cr grey40 -selbg grey86 -bw 0 -bc -bcf 500 -bcn 500 -e sbsysupgrade", sb::Noflag, "DBGLEV=0");
|
||||
sb::exec("xterm +sb -bg grey85 -fg grey25 -fa \"Ubuntu mono\" -fs 10 -geometry 80x24+" % QStr::number(ss(80)) % '+' % QStr::number(ss(70)) % " -n \"System upgrade\" -T \"System upgrade\" -cr grey40 -selbg grey86 -bw 0 -bc -bcf 500 -bcn 500 -e sbsysupgrade", sb::Noflag, "DBGLEV=0");
|
||||
|
||||
if(isVisible())
|
||||
{
|
||||
|
||||