Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion system_files/shared/etc/bazaar/blocklist.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# For the rationale about what is included in this list, see https://github.com/ublue-os/aurora/issues/786
blocklists:
- block:
- app.devsuite.Ptyxis
- com.google.AndroidStudio
- com.helix_editor.Helix
- com.jetbrains.CLion
Expand Down

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions system_files/shared/usr/bin/kde-ptyxis

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ ColorScheme=BreezeDark
widgetStyle=Breeze

[General]
TerminalApplication=kde-ptyxis
TerminalService=org.gnome.Ptyxis.desktop
desktopFont=Noto Sans,10,-1,5,50,0,0,0,0,0
fixed=Monospace,10,-1,5,50,0,0,0,0,0
font=Noto Sans,10,-1,5,50,0,0,0,0,0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[General]
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
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
IgnoreDefaults=true
18 changes: 0 additions & 18 deletions system_files/shared/usr/share/ublue-os/just/system.just
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,6 @@ toggle-devmode:
fi
echo "Use ujust dx-group to add your user to the correct groups and complete the installation after rebooting into the development image"

# Ptyxis terminal transparency
[group('System')]
ptyxis-transparency opacity="0.95":
#!/usr/bin/env bash
set -euxo pipefail
if [[ -n "$(echo "{{ opacity }}" | grep -v '^[.0-9]*$')" ]]; then
printf "Value must be numeric: %s.\n" "{{ opacity }}"
elif [[ $(echo "0<{{ opacity }} && 1>={{ opacity }}" | bc -q) -eq 1 ]]; then
raw="$(gsettings get org.gnome.Ptyxis profile-uuids)"
uuids="$(sed -En 's|[^0-9a-z]*||g; s|([0-9a-z]{32})|\1\n|gp' <<<${raw})"
for i in ${uuids}; do
location="org.gnome.Ptyxis.Profile:/org/gnome/Ptyxis/Profiles/${i}/"
gsettings set "${location}" opacity "{{ opacity }}"; done
printf "Ptyxis opacity is now %s.\n" "{{ opacity }}"
else
printf "Value must be greater than 0 and less than or equal to 1: %s.\n" "{{ opacity }}"
fi

# Configure docker,incus-admin,libvirt, container manager, serial permissions
[group('System')]
dx-group:
Expand Down

This file was deleted.