Skip to content

Commit 835be4d

Browse files
committed
New build
1 parent bdc9a9b commit 835be4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1058
-1055
lines changed

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mx-snapshot (25.09.1) mx; urgency=medium
1+
mx-snapshot (25.09.2) mx; urgency=medium
22

33
* Use sudo for elevation in CLI mode; fix cleanup issue when
44
pkexec/gksu are not present

debs/mx-snapshot_25.09.1.dsc

Lines changed: 0 additions & 34 deletions
This file was deleted.

debs/mx-snapshot_25.09.1.tar.xz

-265 KB
Binary file not shown.

debs/mx-snapshot_25.09.2.dsc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
-----BEGIN PGP SIGNED MESSAGE-----
2+
Hash: SHA512
3+
4+
Format: 3.0 (native)
5+
Source: mx-snapshot
6+
Binary: mx-snapshot, iso-snapshot-cli
7+
Architecture: any
8+
Version: 25.09.2
9+
Maintainer: Adrian <[email protected]>
10+
Homepage: https://github.com/MX-Linux/mx-snapshot
11+
Standards-Version: 3.9.8
12+
Vcs-Git: git://github.com/MX-Linux/mx-snapshot
13+
Build-Depends: debhelper-compat (= 12), cmake (>= 3.16), ninja-build, qt6-base-dev, qt6-base-dev-tools, qt6-tools-dev, qt6-tools-dev-tools
14+
Package-List:
15+
iso-snapshot-cli deb admin optional arch=any
16+
mx-snapshot deb admin optional arch=any
17+
Checksums-Sha1:
18+
be7f823bf1c06282af9eabf66535adbed5198719 271272 mx-snapshot_25.09.2.tar.xz
19+
Checksums-Sha256:
20+
a965344f6cf15795a681addf781fe4c3267d3d8cfb2184050bf14a209c11d586 271272 mx-snapshot_25.09.2.tar.xz
21+
Files:
22+
4feabe3552906853526bbdd614f1b39c 271272 mx-snapshot_25.09.2.tar.xz
23+
24+
-----BEGIN PGP SIGNATURE-----
25+
26+
iQFHBAEBCgAxFiEE8ndToY6S45N+YzXncJOMeAZ57pgFAmjBEZUTHGFkcmlhbkBt
27+
eGxpbnV4Lm9yZwAKCRBwk4x4BnnumJFtB/97HmtmVwQoGi7oCcRMNH6/d21aED4E
28+
hTU8FM7DdLxigQiSX5ucccIvpEl0ANvWtrCn05TOO79aldbspneadKFx31X6RX/v
29+
ePROFn4sDkbtF5TrLGe1G/EXHIEpyvCacZRCEx+s4EK72ekDXPI4qlRGaztxE6lE
30+
9TjGfibZD8DINvKycu9GV/Ay2ivMAvoqbTrDm7Hsd3+scV2cVU5i4x/s2ZAHVm8w
31+
0droMfNplzUwp8dOeWBCq7Ztrkbsf9J7X4O3JHOhFhJIOIthzcCa0RHahkFKvke4
32+
XLa1jzQak/Gh7x1sx2tJKa2ZeI3KQwE8U2vaP9gPtySPv7zIdvVCibEm
33+
=n2i5
34+
-----END PGP SIGNATURE-----

debs/mx-snapshot_25.09.2.tar.xz

265 KB
Binary file not shown.

src/work.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <QRegularExpression>
3131
#include <QSettings>
3232
#include <QStorageInfo>
33+
#include <QTextStream>
3334

3435
#include <stdexcept>
3536

@@ -112,8 +113,10 @@ void Work::cleanUp()
112113
initrd_dir.remove();
113114
exit(EXIT_SUCCESS);
114115
}
115-
// Use same CLI detection as Cmd to decide whether to append escape sequence
116-
emit message(Cmd::isCliMode() ? tr("Cleaning...") + "\033[?25h" : tr("Cleaning..."));
116+
emit message(tr("Cleaning..."));
117+
QTextStream out(stdout);
118+
out << "\033[?25h";
119+
out.flush();
117120
Cmd().run(Cmd::elevationTool() + " /usr/lib/" + QCoreApplication::applicationName() + "/snapshot-lib kill_mksquashfs", Cmd::QuietMode::Yes);
118121
shell.close();
119122
QProcess::execute("sync", {});

translations/mx-snapshot_am.ts

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -986,127 +986,127 @@
986986
<translation>በ መፍጠር ላይ...</translation>
987987
</message>
988988
<message>
989-
<location filename="../src/work.cpp" line="127"/>
990-
<location filename="../src/work.cpp" line="317"/>
989+
<location filename="../src/work.cpp" line="130"/>
990+
<location filename="../src/work.cpp" line="320"/>
991991
<source>Done</source>
992992
<translation>ጨርሷል</translation>
993993
</message>
994994
<message>
995-
<location filename="../src/work.cpp" line="139"/>
995+
<location filename="../src/work.cpp" line="142"/>
996996
<source>Interrupted or failed to complete</source>
997997
<translation type="unfinished"></translation>
998998
</message>
999999
<message>
1000-
<location filename="../src/work.cpp" line="172"/>
1001-
<location filename="../src/work.cpp" line="275"/>
1002-
<location filename="../src/work.cpp" line="297"/>
1003-
<location filename="../src/work.cpp" line="335"/>
1004-
<location filename="../src/work.cpp" line="473"/>
1000+
<location filename="../src/work.cpp" line="175"/>
1001+
<location filename="../src/work.cpp" line="278"/>
1002+
<location filename="../src/work.cpp" line="300"/>
1003+
<location filename="../src/work.cpp" line="338"/>
1004+
<location filename="../src/work.cpp" line="476"/>
10051005
<source>Error</source>
10061006
<translation>ስህተት</translation>
10071007
</message>
10081008
<message>
1009-
<location filename="../src/work.cpp" line="173"/>
1009+
<location filename="../src/work.cpp" line="176"/>
10101010
<source>There&apos;s not enough free space on your target disk, you need at least %1</source>
10111011
<translation type="unfinished"></translation>
10121012
</message>
10131013
<message>
1014-
<location filename="../src/work.cpp" line="176"/>
1014+
<location filename="../src/work.cpp" line="179"/>
10151015
<source>You have %1 free space on %2</source>
10161016
<translation type="unfinished"></translation>
10171017
</message>
10181018
<message>
1019-
<location filename="../src/work.cpp" line="179"/>
1019+
<location filename="../src/work.cpp" line="182"/>
10201020
<source>If you are sure you have enough free space rerun the program with -o/--override-size option</source>
10211021
<translation type="unfinished"></translation>
10221022
</message>
10231023
<message>
1024-
<location filename="../src/work.cpp" line="204"/>
1024+
<location filename="../src/work.cpp" line="207"/>
10251025
<source>Copying the new-iso filesystem...</source>
10261026
<translation>አዲሱን የ ፋይል ስርአት ኮፒ በ ማድረግ ላይ</translation>
10271027
</message>
10281028
<message>
1029-
<location filename="../src/work.cpp" line="216"/>
1029+
<location filename="../src/work.cpp" line="219"/>
10301030
<source>Could not create temp directory. </source>
10311031
<translation type="unfinished"></translation>
10321032
</message>
10331033
<message>
1034-
<location filename="../src/work.cpp" line="272"/>
1034+
<location filename="../src/work.cpp" line="275"/>
10351035
<source>Squashing filesystem...</source>
10361036
<translation>የ ፋይል ስርአት በ ማመቅ ላይ</translation>
10371037
</message>
10381038
<message>
1039-
<location filename="../src/work.cpp" line="276"/>
1039+
<location filename="../src/work.cpp" line="279"/>
10401040
<source>Could not create linuxfs file, please check /var/log/%1.log</source>
10411041
<translation type="unfinished"></translation>
10421042
</message>
10431043
<message>
1044-
<location filename="../src/work.cpp" line="294"/>
1044+
<location filename="../src/work.cpp" line="297"/>
10451045
<source>Creating CD/DVD image file...</source>
10461046
<translation>የ ሲዲ/ዲቪዲ ምስል ፋይል በ መፍጠር ላይ...</translation>
10471047
</message>
10481048
<message>
1049-
<location filename="../src/work.cpp" line="298"/>
1049+
<location filename="../src/work.cpp" line="301"/>
10501050
<source>Could not create ISO file, please check whether you have enough space on the destination partition.</source>
10511051
<translation>የ ISO ፋይል መፍጠር አልተቻለም: እባክዎን በቂ ነፃ ቦታ እንዳለዎት ያረጋግጡ በ መድረሻው ክፍልፋይ ላይ</translation>
10521052
</message>
10531053
<message>
1054-
<location filename="../src/work.cpp" line="304"/>
1054+
<location filename="../src/work.cpp" line="307"/>
10551055
<source>Making hybrid iso</source>
10561056
<translation>የ hybrid iso ማሰናጃ</translation>
10571057
</message>
10581058
<message>
1059-
<location filename="../src/work.cpp" line="322"/>
1059+
<location filename="../src/work.cpp" line="325"/>
10601060
<source>Success</source>
10611061
<translation>ተሳክቷል</translation>
10621062
</message>
10631063
<message>
1064-
<location filename="../src/work.cpp" line="323"/>
1064+
<location filename="../src/work.cpp" line="326"/>
10651065
<source>MX Snapshot completed successfully!</source>
10661066
<translation type="unfinished"></translation>
10671067
</message>
10681068
<message>
1069-
<location filename="../src/work.cpp" line="324"/>
1069+
<location filename="../src/work.cpp" line="327"/>
10701070
<source>Snapshot took %1 to finish.</source>
10711071
<translation type="unfinished"></translation>
10721072
</message>
10731073
<message>
1074-
<location filename="../src/work.cpp" line="325"/>
1074+
<location filename="../src/work.cpp" line="328"/>
10751075
<source>Thanks for using MX Snapshot, run MX Live USB Maker next!</source>
10761076
<translation type="unfinished"></translation>
10771077
</message>
10781078
<message>
1079-
<location filename="../src/work.cpp" line="332"/>
1079+
<location filename="../src/work.cpp" line="335"/>
10801080
<source>Installing </source>
10811081
<translation>በ መግጠም ላይ</translation>
10821082
</message>
10831083
<message>
1084-
<location filename="../src/work.cpp" line="335"/>
1084+
<location filename="../src/work.cpp" line="338"/>
10851085
<source>Could not install </source>
10861086
<translation>መግጠም አልተቻለም</translation>
10871087
</message>
10881088
<message>
1089-
<location filename="../src/work.cpp" line="345"/>
1089+
<location filename="../src/work.cpp" line="348"/>
10901090
<source>Calculating checksum...</source>
10911091
<translation type="unfinished"></translation>
10921092
</message>
10931093
<message>
1094-
<location filename="../src/work.cpp" line="383"/>
1094+
<location filename="../src/work.cpp" line="386"/>
10951095
<source>Building new initrd...</source>
10961096
<translation type="unfinished"></translation>
10971097
</message>
10981098
<message>
1099-
<location filename="../src/work.cpp" line="474"/>
1099+
<location filename="../src/work.cpp" line="477"/>
11001100
<source>Could not create working directory. </source>
11011101
<translation type="unfinished"></translation>
11021102
</message>
11031103
<message>
1104-
<location filename="../src/work.cpp" line="612"/>
1104+
<location filename="../src/work.cpp" line="615"/>
11051105
<source>Calculating total size of excluded files...</source>
11061106
<translation type="unfinished"></translation>
11071107
</message>
11081108
<message>
1109-
<location filename="../src/work.cpp" line="622"/>
1109+
<location filename="../src/work.cpp" line="625"/>
11101110
<source>Calculating size of root...</source>
11111111
<translation type="unfinished"></translation>
11121112
</message>

0 commit comments

Comments
 (0)