-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathchangelog.upstream
More file actions
4075 lines (2737 loc) · 118 KB
/
changelog.upstream
File metadata and controls
4075 lines (2737 loc) · 118 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
commit 570bd43291d42cb9a53f89894b2a7ba0cf21ae9b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Mar 22 07:11:02 2026 -0400
lintian
commit 78afb99db1c3713aab82177b187f0d93a779ba64
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Mar 22 10:24:33 2026 +0000
bumped changelog version
commit 01c3a9908410ba1f517c392af25dc6b6f0ac9909
Merge: cbf01de e886a45
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Mar 22 04:05:41 2026 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit e886a45c8f20470d8a86d47eabd9a35166e8dce7
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Sun Mar 22 00:03:42 2026 -0400
Set labwc icon theme properly, use a non-Python logo for livecheck
commit 152c9922d5d9c678234cfb2e0430529ffe3f4318
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Wed Mar 18 21:29:36 2026 -0400
Stop creating a flag file when the compositor is initialized, kloak no longer needs it
commit cbf01de53f33b17e8e93b310697bb9235eaed05e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Feb 27 10:48:15 2026 +0000
bumped changelog version
commit 7d44df630f9b2cb8e2685685c2e333f82da26976
Merge: 4761eba c510577
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Feb 27 05:03:33 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit c510577d3e17839209888e2b84ba3eda68959410
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Tue Feb 24 23:49:33 2026 -0500
Adjust default terminal size to work better on small screens
commit 4761eba61a06ae2be03c58917b2eb71a3f6cdd52
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Feb 10 12:12:59 2026 +0000
bumped changelog version
commit 2be7b247260238b1635329590b04e89781bbc6f8
Merge: 9929c27 3bb3952
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Feb 10 07:05:43 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 3bb3952fb482654f698e73215e7ded99e5c41cee
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Sun Feb 8 19:15:34 2026 -0600
Improve open-kanshi-config and restart-kanshi after review with ChatGPT
commit ca23979ebc5087105134a360c9d7b6fcfbf45cbe
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Sun Feb 8 17:21:41 2026 -0600
Add kanshi configuration instructions and tools
commit 9929c271673008c2c0669fb1ac8ba93e46f994a6
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Feb 6 10:09:53 2026 +0000
bumped changelog version
commit 18e9a63d45d2c4bfcc06a34dd12fbbaeeb39e68e
Merge: 11b8c12 ca75ddc
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Feb 6 04:51:00 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit ca75ddc2363d623ff07b83b89fe56a15323807f5
Author: Aaron Rainbolt <arraybolt3@gmail.com>
Date: Thu Feb 5 22:40:00 2026 -0600
Disable numlock by default
commit 11b8c12f7026e55e1b722f65e98f88390e959736
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 27 17:17:23 2026 +0000
bumped changelog version
commit 97f8fadcce8e1da1c2a87f9fcfe773473cf091e0
Merge: c14c8e7 94b8154
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Jan 27 11:14:18 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 94b8154af77bb47310e0614c6d1828a600d42d63
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Jan 25 18:32:04 2026 -0600
Move PROFILE_SCRIPTS_WERE_SOURCED variable to dist-base-files
commit c14c8e7faa86c0427e9784e37cb15468e1eccebb
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 22 10:57:01 2026 +0000
bumped changelog version
commit c986142f3078b1edc84443152a839d5970098a40
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 22 04:06:11 2026 -0500
typo
commit 12c44b2cdfbd1a7aedafa4c923fb4c7e8313bdc4
Merge: 4184476 727ca93
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 22 03:53:11 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 727ca93cb20c04ed7a72f51544b3bc6f7ceec5b7
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Mon Jan 19 23:47:48 2026 -0600
fix
commit dfc4a56dd3d0a930f9d4450aac4f45c7396976f3
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Mon Jan 19 22:06:54 2026 -0600
fix
commit 326e03740b321520f19c19e737546fd4e5fc9ba0
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Mon Jan 19 20:49:03 2026 -0600
Simplify use of livecheck CLI mode, remove obsolete test cases
commit acb172fa0c831273bd567d1c0d0b43ae95f1f8a0
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Jan 18 11:35:02 2026 -0600
Improve livecheck error handling, add error logging and a CLI mode
commit 4184476afa178f9d5a8b94ea4aecffcd48f33d50
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 15:15:30 2026 +0000
bumped changelog version
commit fc6c05443746b290d14f2568e9997e76c20c18e3
Merge: fec9e34 db632fb
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Jan 12 10:12:30 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit db632fbdefcb5d9ab2ec391565564aeca905dcfa
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Jan 11 12:34:21 2026 -0600
Simplify and improve robustness of volume fix code
commit fec9e34586f193636862f227be2092647226ce82
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 10:53:08 2026 +0000
bumped changelog version
commit c65518712ccc8e321ca2b1399283c7adf26270a7
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 03:27:49 2026 -0500
end-of-options
commit c8f16105ce3f3056a9002021db1373ed2b587594
Merge: b0d0255 35f31c4
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Jan 11 03:26:38 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 35f31c4655542469992d2b3bb800ece8b3bcd126
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sat Jan 10 22:24:20 2026 -0600
Set speaker volume to 50% on login one time
commit b0d02556c5b8537c55f7a7d20444e081b939b281
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 8 09:41:35 2026 +0000
bumped changelog version
commit ad1829c9ca94208290fc760b47a5b4a251702266
Merge: 2b9696e 68db92a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Jan 8 02:18:08 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 68db92ab1252974d4cef5b66cf73e92bdc699caf
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Wed Jan 7 23:08:53 2026 -0600
Remove set-safe-speaker-volume, initial implementation was non-ideal
commit 2b9696e66358513d2cb36ff1a6814fc2a741e435
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 7 10:18:26 2026 +0000
bumped changelog version
commit e8cdef814edbca06cf56ec1a729cb88652e1d706
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 7 02:19:12 2026 -0500
improve set-safe-speaker-volume
commit a33d31fd3e42cbb747ca8c41ebcb6e46e644b85e
Merge: a121166 533c8d2
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Jan 7 02:06:51 2026 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 533c8d26fe7049e8169f608b8a79a16be3c3e31e
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Tue Jan 6 23:53:40 2026 -0600
Set speaker volume to 50% on startup
commit a121166e1548398e57255df020edf0a3727ff16b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Dec 19 09:46:36 2025 +0000
bumped changelog version
commit 256dbc46c775769fd4659ccbaf667d6a5838da28
Merge: dce7810 8c5ef00
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Dec 19 03:24:48 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 8c5ef005e82369679bf21a02566cf96e421be5ad
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Wed Dec 17 22:01:11 2025 -0600
Don't set a system-wide location for qterminal's bookmarks file
commit 5ae78507e33fa7c927e35e2b5174ba6dcf7ae6f7
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Wed Dec 17 17:21:48 2025 -0600
Require confirmation before allowing a multi-line paste
commit dce7810f109971f180e9de4c0abb9e4f22dbef3d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Dec 3 08:24:20 2025 +0000
bumped changelog version
commit 55272dadbcf3fbfcea356f57b467b78c4aaf7caf
Merge: 9e2d6f4 1d0d2d5
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Dec 1 23:34:19 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 1d0d2d5a56097fe63aeb7f7b860765183d3d8d72
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sat Nov 29 19:08:05 2025 -0600
Remove '~/.config/pcmanfm-qt/lxqt' if it exists and is an empty directory
commit 9e2d6f4ab0209a7c740c070bbaf587b0de561f1d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Nov 29 08:49:29 2025 -0500
fix
commit 1a4dfc17d20f85902a2dca9db2c81e92cd4a80e7
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Nov 29 08:30:57 2025 -0500
minor
commit 68e08aad4964984e7eaf88ff4b449a96714039a9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Nov 29 08:29:22 2025 -0500
long option names
commit 6e638c5afb1a3aea90fc63c50b19650eaf83f63c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Nov 29 08:28:18 2025 -0500
fix
commit 3912a67706d6a8c6430867b27735c0328e3f224b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Nov 29 08:27:12 2025 -0500
performance
commit 1146eb87a702b389a3d8d49c0856150580e3eb0e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Nov 29 08:25:48 2025 -0500
fix
commit 63ce6f7a8054c123a0e540dfdf27fea3a6323758
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Nov 23 09:11:17 2025 +0000
bumped changelog version
commit c6a2d6c603716cb0979cf1f9af1db6c2ddeed9dd
Merge: 0609052 8fb24d2
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Nov 23 04:07:08 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 8fb24d25cc6d276b4d81d490aa0f321d59b03805
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sat Nov 22 23:31:56 2025 -0600
Prevent lxqt-powermanagement from overriding system-wide defaults with autoconfiguration
commit 0609052d903eb950620c7ee8adadc1381074907c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Nov 21 09:16:28 2025 +0000
bumped changelog version
commit 0cc6651bb2babb5f86d86ee32377ee9681ecafb5
Merge: 3e7770c 14308ad
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Nov 21 02:15:34 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 14308ade72b328d0d661e9e9b25a813f3d8af62d
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Thu Nov 20 23:46:18 2025 -0600
Redirect output from greeter-launched labwc instances to the journal
commit ea23a08e46e7061c5d6b0168ee32618e4818044b
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Wed Nov 19 19:13:20 2025 -0600
Fix black screen issue for users who have already triggered it
commit 3e7770c1af898016cb45d1115a043a090fa44e3d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Nov 19 07:06:19 2025 +0000
bumped changelog version
commit fe0a886c38eb2ffcf983cda88a095dbc8506b405
Merge: 81baae5 523664d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Nov 19 02:03:41 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 523664d161596437efe25319fc8d9f7ea513096c
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Tue Nov 18 20:02:49 2025 -0600
Fix black screen issue occurring when the first user session reboot / shutdown is done via the command line
commit 81baae5408313a239b928cee4d634d35e8de5287
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Nov 13 12:23:24 2025 +0000
bumped changelog version
commit 0c1d00835e7b57cf13c50d1c86518ee92c115a00
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Nov 13 07:21:25 2025 -0500
output
commit 7f294bd30268a0ddbc734b5b20a02795ec90cf53
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Nov 13 06:57:36 2025 +0000
bumped changelog version
commit 67d4066f4a878807933b2f8dc27ec3463e680ef2
Merge: 22086e1 3449115
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Nov 13 01:05:06 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 3449115496e7287e0eef5514a916df0417f2ef3f
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Wed Nov 12 21:10:54 2025 -0600
Run livecheck-lsblk.service after systemd-tmpfiles-setup.service
commit 22086e1f315c8798e1efba61da99202110379fac
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Nov 10 07:55:34 2025 +0000
bumped changelog version
commit 44c6b492615f15ec3ac43a482b0038a015fc4a32
Merge: 7ea58bb 46ebfbe
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Nov 10 01:55:04 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 46ebfbece688c6927af0ca556b403c49d2f3d52a
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Nov 9 19:51:53 2025 -0600
Redirect desktop stdout/stderr to /dev/null unless debugging is needed
commit 7ea58bbf494c8cfb1e6a9e29d3629ae035964d23
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Nov 9 13:16:02 2025 +0000
bumped changelog version
commit af0399cb9f5739f9eb1bc5e4b95a24c4a0bdecd9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Nov 9 08:15:45 2025 -0500
fix
commit 53b1662a79295d73baacffc0951482803d23d6ea
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Nov 9 09:09:35 2025 +0000
bumped changelog version
commit 7184f7041341b7a6445035c21d117f46d06b2935
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Nov 9 03:52:27 2025 -0500
fix
commit 18bff1d12f4c199001979cfd56fb35dd832df749
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Nov 9 08:10:02 2025 +0000
bumped changelog version
commit 651672023d2bd956db43447388928bf2b3e6c311
Merge: 2a8a17e 6b0c6b8
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Nov 9 03:02:36 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 6b0c6b8fc4b708442295fdc54bbba84605d2a1f7
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sat Nov 8 21:09:11 2025 -0600
Refuse to log into a full graphical session in sysmaint mode or as sysmaint user
commit 2a8a17eea68d0a29d94149ef69e42b33a347b8ae
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Nov 3 11:20:59 2025 +0000
bumped changelog version
commit 29759f1f6fa7204b7c1905044670f6cbaeedc6d8
Merge: d96e743 43a17d3
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Nov 3 03:28:49 2025 -0500
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 43a17d3fb75b35dc53bcd9c2b8bfeffa59889aa1
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Nov 2 19:21:55 2025 -0600
Update default power management settings
commit b1ad8d37c1c0abfbd49d159a7efb2ed17ec46722
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Nov 2 18:12:57 2025 -0600
Prevent more than one livecheck window from being open at once
commit d96e7430b6552a63b2eeb65418d504e8bbcfcdc9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Oct 31 14:37:04 2025 +0000
bumped changelog version
commit e275142f28c2ca73b4ca2002bdc8a734c978bdac
Merge: def1188 131f7d0
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Oct 31 09:59:29 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 131f7d00b948859459691b56d5119a25fe02b150
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Thu Oct 30 21:39:52 2025 -0500
backlight-tool-dist debugging string changes, improve messaging when there is no brightness to restore
commit def118835607bd547ee9de5001d7500289131ebf
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 09:10:12 2025 +0000
bumped changelog version
commit fecf7afafabb49b970d729a65333856d78ffbde7
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:53:35 2025 -0400
debugging
commit 86f412a10c75add4e004526dbc456657b0bcaf7a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 08:39:15 2025 +0000
bumped changelog version
commit 27c546336d5d7f34a210f39c5fe934e4a71404aa
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:39:00 2025 -0400
fix
commit cc38bd349c4177f58e45e2b4986e68939415cfa1
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:35:16 2025 -0400
refactoring
commit 28708fb2f62a9c70bb416395ce4ede12c32d1ec8
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 08:24:32 2025 +0000
bumped changelog version
commit 68e246690beba2485f6bb70da20635580af99254
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:23:01 2025 -0400
debugging
commit bf3d730a26dc3f748f5a578103374a5fa01b709f
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:16:32 2025 -0400
minor
commit f0fc541ee5e856deaef9f44f366b3d03a84e5847
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:15:30 2025 -0400
refactoring
commit 0bd9c091943785965b922d400866cbfb420e4031
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:14:08 2025 -0400
debugging
commit 08f14122fafb5bf449c9a435e826cc484f836324
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:02:19 2025 -0400
comment
commit 6bb1d5491d52d0da1d80426c2237dcc1b0f63759
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 04:00:36 2025 -0400
debugging
commit 5d23b9ea8c03f88456c4302daffa4eab95511873
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 03:43:14 2025 -0400
test
commit 0b729200043ecb1471cfff02a4ec73d3f38ae1bc
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 03:43:02 2025 -0400
debugging
commit 108bea2f7bb81455f5d9040a3f05415a175332a4
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 03:31:10 2025 -0400
test
commit 986e7efe087ad124428adf2f4008155db65ac8de
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 03:31:04 2025 -0400
debugging
commit 15069e6861b4bddc9eae679e5b20aaf876c64a97
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 03:18:36 2025 -0400
fix
commit 9da053a1c56cff244bc257f6ecc6bfe470e7e9dc
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 02:35:28 2025 -0400
refactoring
commit 88f090751c087bb9565fa4f42ffbac73716a5466
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 05:47:13 2025 +0000
bumped changelog version
commit 05de1cbaaeba71a7054e480991a819776cae7876
Merge: d590aa0 d4b1849
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Oct 30 01:41:22 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit d4b1849d9549682e538da42e33a4b0fb328de7bc
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Thu Oct 30 00:17:13 2025 -0500
Add generic lock screen background
commit d590aa0acb5e334a3334879c33695209d08285fe
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 27 11:41:56 2025 +0000
bumped changelog version
commit 8244dd907a4051a2df58494039e55078e135f3f1
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 27 07:05:39 2025 -0400
readme
commit 3b22f3e1e258970004c52b5c35b52844af3949c9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Oct 24 08:06:34 2025 +0000
bumped changelog version
commit 44050bb48e7824c1fd9c037946a05a500a090434
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Oct 24 04:04:08 2025 -0400
chmod +x
commit 27bb92b2bfb638ec4bb4fa19814db9eea5c6b0ea
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Oct 24 04:26:16 2025 +0000
bumped changelog version
commit d887a86a9b89832ec782f530c753e59d6acb7814
Merge: 3bfeb51 98ac226
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Oct 24 00:19:09 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 98ac2266b090d31347e733375203c0781f4331aa
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Thu Oct 23 20:32:35 2025 -0500
Move Waybar configuration for sysmaint sessions to *-base-files packages
commit 3bfeb51acc1aed54d12d470c4f8301897a4d7a36
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Oct 22 04:38:05 2025 +0000
bumped changelog version
commit e7fb70ae46e21af84eb64f0fe254a813a4fd610a
Merge: ed3ad05 490b683
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Tue Oct 21 23:19:28 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 490b6833915f95ae66ce72c02aca6df23e9d13f2
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Mon Oct 20 21:25:52 2025 -0500
Avoid greetd from getting stuck on a black screen on auth failure
commit ed3ad05555eee65542c566e6a1de3eb7bfecbfdb
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 20 16:57:11 2025 +0000
bumped changelog version
commit 099b0ea914e2c445d293ede9054d1b1d3ede87c9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 20 12:57:00 2025 -0400
fix
commit 939d075620538d6799ca3036b9a72b71a050d703
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 20 16:49:23 2025 +0000
bumped changelog version
commit fe349b4c55b82c8955fa51fd69f49250896d97fc
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 20 12:38:52 2025 -0400
add missing dependencies for `wlr-resize-watcher`
`python3-pyudev` and `wlr-randr`
commit 29a05183259f3bda738b031413a80d8ef2b1da45
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 20 14:50:58 2025 +0000
bumped changelog version
commit 5ea7910da97115c84dd9121749b2acdf7544f45f
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 20 10:43:23 2025 -0400
minor
commit e4a310dfb272b7270b0e67508ee8c0693fb4b0ee
Merge: 94a29b2 673dd50
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 20 10:14:17 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 673dd505ddfc2683c56fabcc9b35801f3a5926c6
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Oct 19 22:10:08 2025 -0500
Create backlight helper tool, bind to brightness keys and enable brightness restore on login
commit 94a29b20118a0153471dd93249c9e45b44290e9c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 13 13:45:19 2025 +0000
bumped changelog version
commit 8edab53c0b4de600e902bf98bdb9c2625c30b952
Merge: 78b42c2 fe202aa
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Oct 13 07:59:04 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit fe202aa8511bbfd20cd34e8068a15a908a65a2c4
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Oct 12 00:28:13 2025 -0500
Switch greetd labwc config to config dir (for allowing keyboard layout changes in the greeter)
commit 37fe06a1abb386589d9bdf0032b40a4c8a8eaf88
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Oct 12 00:08:03 2025 -0500
Disable color change on Waybar volume widget hover
commit 78b42c209a3ddac4d6f3c2ff7a5158f5d3a0cc9c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Oct 3 21:06:47 2025 +0000
bumped changelog version
commit 219a9f03656dcd9bf5da79d17d3f6a8a8bb1ed39
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Oct 3 17:04:06 2025 -0400
fix
commit fa2c2cabcbcb5eb5b0136940a4bccf59cc4aee6b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Oct 1 09:41:34 2025 +0000
bumped changelog version
commit 73c8d8e0b61c7cac98e83ead00250b0121e4a86c
Merge: b4bf494 d99f8f9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Oct 1 05:38:13 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit d99f8f93a7491a17cdf9d87addec09812d535cc1
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Sep 28 12:00:52 2025 -0500
Move swaylock configuration out of desktop-config-dist
commit 090b2aad24e345eb3ca89e9e1bd99e0a60a81038
Merge: 35711ba b4bf494
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sun Sep 28 10:57:39 2025 -0500
Merge branch 'master' into arraybolt3/trixie
commit b4bf494cc6bba0946fd07cabecbc6e5f7989390a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Sep 28 13:37:54 2025 +0000
bumped changelog version
commit 4e3086ea8563a84621ed96cac8b3e01664ef85e7
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Sep 28 09:17:06 2025 -0400
move zsh configuration to usability-misc
commit 35711baee2acee178dc8566a551a62440f7448e0
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sat Sep 27 22:54:46 2025 -0500
Make the battery indicator in sysmaint sessions detect AC plug/unplug more quickly
commit 6de7f22dc98531f271c6ba9ff13c9fe9731c3093
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Sep 27 07:54:51 2025 +0000
bumped changelog version
commit 7adda5f57f5a4b7be02417f6b9018e34f9517182
Merge: 1479565 e37430b
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Sep 27 03:54:31 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit e37430be671458e7fb6f61eb306e3d5e032eb3aa
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Fri Sep 26 18:05:11 2025 -0500
Fix Qt app theming under Qubes OS
commit 14795659fc20e6226e6e97e13edf2aa84e1f64d9
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Sep 24 14:06:13 2025 +0000
bumped changelog version
commit 5d41655d401068eb500798cb0b67d6672973e1e5
Merge: 6ca1f87 3f9570a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Wed Sep 24 10:03:01 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 3f9570a5f2e9b732c3ecbf0ee694d44600b98da2
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Tue Sep 23 21:05:46 2025 -0500
Slow down the mouse pointer, the previous config made it way too fast
commit 6ca1f874f3c0a8753972b33abfa2ff60e7609e36
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Sep 22 17:12:09 2025 +0000
bumped changelog version
commit 44f63c591364b76de4c410a060408c6ac241130c
Merge: e98b10c 377ed8d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Sep 22 12:55:14 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 377ed8dc5985775cdd23615a2b7d1c91cf048c8d
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sat Sep 20 22:16:04 2025 -0500
Signal to the system when the Wayland session has started
commit e98b10cbd8a7a61f02989f36e3e862c3def3dbde
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Sep 19 18:08:49 2025 +0000
bumped changelog version
commit 7835713126257413324f703a1492723e574f1076
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Sep 19 14:00:57 2025 -0400
comment
commit b2f5e56395667329ac42b851fb63a4a81838f57c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Sep 12 11:30:38 2025 +0000
bumped changelog version
commit 6f413b21347c04716d0a1082213fd5a9b0b6537e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Fri Sep 12 07:29:00 2025 -0400
python3 -su
commit 5451704cdb99ae33a12d9effb5ab3ae21fe16741
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Sep 8 15:56:00 2025 +0000
bumped changelog version
commit 7567df767416f80632646c53a44df8a6684b7a9d
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Sep 8 10:49:07 2025 -0400
fix: export XDG_CONFIG_DIRS and XDG_DATA_DIRS
commit 615ffd06309ca810e7daff4cf366f3f7020048f4
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Sep 8 10:48:30 2025 -0400
fix: hide stderr
commit 68ff5eb888683c02bdc742f51ac2c9f7fb42dea5
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Mon Sep 8 10:47:10 2025 -0400
fix: set WLR_RENDERER in non-Qubes and non-VMs only
commit 59a76f67b3fb77bd683f160343efa744baba2e0a
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Sep 7 08:53:37 2025 +0000
bumped changelog version
commit 17cafb02df4dfb5d2e2d6802b0989ecaf5554de0
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Sep 7 04:53:04 2025 -0400
fix: Qubes does not support Wayland yet. Not setting GDK_BACKEND and QT_QPA_PLATFORM.
https://github.com/QubesOS/qubes-issues/issues/3366
commit fb0438e5d886cf48145d6d94a410a4632284f571
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Sep 7 07:59:17 2025 +0000
bumped changelog version
commit 5f6c91bf66a161198ab9033ef98aabe5b62da3fe
Merge: 846054b 5bdf32c
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sun Sep 7 03:12:58 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 5bdf32c9135d9e7ad14a7abdc33b1bf4fe09edfa
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Sat Sep 6 22:30:11 2025 -0500
Fix xdg-desktop-portal support in sysmaint sessions, remove unnecessary dependencies
commit 846054bd3ab6965116d9f2a63c9976e69bbfa246
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Sep 4 15:24:53 2025 +0000
bumped changelog version
commit c15f89afd1379cf0acb5b6cf8e6d3606c80ceabc
Merge: a20f5a3 8dfb013
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Thu Sep 4 11:23:46 2025 -0400
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
commit 8dfb0131cfc8cc07f7e8eb237a952f8015cc4e53
Author: Aaron Rainbolt <arraybolt3@ubuntu.com>
Date: Thu Sep 4 10:16:29 2025 -0500