Skip to content

Commit f2769aa

Browse files
committed
chore: remove ptyxis related things
All default modifications are removed and ptyxis can optionally be installed through bazaar again if the user wants to. part of: ublue-os/aurora#1741 sister PR: ublue-os/aurora#1784
1 parent dd0d32d commit f2769aa

File tree

10 files changed

+2
-118
lines changed

10 files changed

+2
-118
lines changed

system_files/shared/etc/bazaar/blocklist.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# For the rationale about what is included in this list, see https://github.com/ublue-os/aurora/issues/786
22
blocklists:
33
- block:
4-
- app.devsuite.Ptyxis
54
- com.google.AndroidStudio
65
- com.helix_editor.Helix
76
- com.jetbrains.CLion

system_files/shared/etc/dconf/db/distro.d/01-aurora-ptyxis-pallete-opacity

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

system_files/shared/etc/skel/.local/share/org.gnome.Ptyxis/palettes/catppuccin-dynamic.palette

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

system_files/shared/usr/bin/kde-ptyxis

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

system_files/shared/usr/share/glib-2.0/schemas/zz0-aurora-modifications.gschema.override

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

system_files/shared/usr/share/kde-settings/kde-profile/default/xdg/kdeglobals

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ ColorScheme=BreezeDark
55
widgetStyle=Breeze
66

77
[General]
8-
TerminalApplication=kde-ptyxis
9-
TerminalService=org.gnome.Ptyxis.desktop
108
desktopFont=Noto Sans,10,-1,5,50,0,0,0,0,0
119
fixed=Monospace,10,-1,5,50,0,0,0,0,0
1210
font=Noto Sans,10,-1,5,50,0,0,0,0,0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[General]
2-
Prepend=preferred://browser;systemsettings.desktop;org.kde.dolphin.desktop;org.kde.kate.desktop;org.gnome.Ptyxis.desktop;dev.getaurora.aurora-docs.desktop;io.github.kolunmi.Bazaar.desktop
2+
Prepend=preferred://browser;systemsettings.desktop;org.kde.dolphin.desktop;org.kde.kate.desktop;org.kde.konsole.desktop;dev.getaurora.aurora-docs.desktop;io.github.kolunmi.Bazaar.desktop
33
IgnoreDefaults=true

system_files/shared/usr/share/plasma/look-and-feel/dev.getaurora.aurora.desktop/contents/layouts/org.kde.plasma.desktop-layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for (let i = 0; i < allPanels.length; ++i) {
1515
widget.writeConfig("launchers", [
1616
"preferred://browser",
1717
"applications:io.github.kolunmi.Bazaar.desktop",
18-
"applications:org.gnome.Ptyxis.desktop",
18+
"applications:org.kde.konsole.desktop",
1919
"preferred://filemanager"
2020
]);
2121
widget.reloadConfig();

system_files/shared/usr/share/ublue-os/just/system.just

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -83,24 +83,6 @@ toggle-devmode:
8383
fi
8484
echo "Use ujust dx-group to add your user to the correct groups and complete the installation after rebooting into the development image"
8585

86-
# Ptyxis terminal transparency
87-
[group('System')]
88-
ptyxis-transparency opacity="0.95":
89-
#!/usr/bin/env bash
90-
set -euxo pipefail
91-
if [[ -n "$(echo "{{ opacity }}" | grep -v '^[.0-9]*$')" ]]; then
92-
printf "Value must be numeric: %s.\n" "{{ opacity }}"
93-
elif [[ $(echo "0<{{ opacity }} && 1>={{ opacity }}" | bc -q) -eq 1 ]]; then
94-
raw="$(gsettings get org.gnome.Ptyxis profile-uuids)"
95-
uuids="$(sed -En 's|[^0-9a-z]*||g; s|([0-9a-z]{32})|\1\n|gp' <<<${raw})"
96-
for i in ${uuids}; do
97-
location="org.gnome.Ptyxis.Profile:/org/gnome/Ptyxis/Profiles/${i}/"
98-
gsettings set "${location}" opacity "{{ opacity }}"; done
99-
printf "Ptyxis opacity is now %s.\n" "{{ opacity }}"
100-
else
101-
printf "Value must be greater than 0 and less than or equal to 1: %s.\n" "{{ opacity }}"
102-
fi
103-
10486
# Configure docker,incus-admin,libvirt, container manager, serial permissions
10587
[group('System')]
10688
dx-group:

system_files/shared/usr/share/ublue-os/user-setup.hooks.d/50-ptyxis.sh

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

0 commit comments

Comments
 (0)