Skip to content

Commit f3b4a8b

Browse files
authored
Merge pull request #73 from tcet-opensource/67-feature-add-calamaresdesktop-to-desktop
67 feature add calamaresdesktop to desktop
2 parents b09e155 + a121cb5 commit f3b4a8b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
#!/bin/sh
2+
3+
# For xed line count
24
dbus-launch dconf load / < ~/xed.dconf
5+
6+
# For setting calamares.desktop as trusted
7+
for f in ~/Desktop/calamares.desktop; do chmod +x "$f"; gio set -t string "$f" metadata::xfce-exe-checksum "$(sha256sum "$f" | awk '{print $1}')"; done
8+
9+
# Removing script and set_once_xfce4.desktop
310
rm ~/xed.dconf ~/.config/autostart/set_once_xfce4.desktop ~/set_once_xfce4.sh
11+

packages.x86_64

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,6 @@ tcet-linux-welcome
268268

269269
# Task Manager
270270
glances
271+
272+
# Calamares Desktop
273+
calamares_desktop

0 commit comments

Comments
 (0)