Fix #9 : Change terminal font

- change logo image
This commit is contained in:
Kevin Kim
2021-04-22 17:43:17 +09:00
parent 08cd42dfe7
commit ed335df392
10 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@@ -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 systemback (1.9.4hamonikr9) jin; urgency=low
* Update systemback/systemback.cpp * Update systemback/systemback.cpp

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
logo.png
View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

@@ -4043,7 +4043,7 @@ void systemback::on_systemupgrade_clicked()
statustart(), pset(11); statustart(), pset(11);
QDateTime ofdate(QFileInfo("/usr/bin/systemback").lastModified()); QDateTime ofdate(QFileInfo("/usr/bin/systemback").lastModified());
sb::unlock(sb::Dpkglock), sb::unlock(sb::Aptlock), 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()) if(isVisible())
{ {