Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(containers, dx): move remaining container things over to -dx #1994

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
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 aurora_flatpaks/flatpaks
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ app/org.fkoehler.KTailctl/x86_64/stable
app/org.kde.haruna/x86_64/stable
app/org.kde.filelight/x86_64/stable
app/com.github.tchx84.Flatseal/x86_64/stable
app/io.github.dvlv.boxbuddyrs/x86_64/stable
app/io.github.flattool.Warehouse/x86_64/stable
app/org.fedoraproject.MediaWriter/x86_64/stable
app/io.missioncenter.MissionCenter/x86_64/stable
Expand Down
1 change: 0 additions & 1 deletion bluefin_flatpaks/flatpaks
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
app/io.github.dvlv.boxbuddyrs/x86_64/stable
app/com.github.rafostar.Clapper/x86_64/stable
app/org.fedoraproject.MediaWriter/x86_64/stable
app/com.github.tchx84.Flatseal/x86_64/stable
Expand Down
1 change: 1 addition & 0 deletions dx_flatpaks/flatpaks
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
app/io.podman_desktop.PodmanDesktop/x86_64/stable
app/io.github.dvlv.boxbuddyrs/x86_64/stable
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Relocatable schemas are located here in dconf
# Some Gnome extensions don't ship gschema XML, so their settings also need to go in dconf

[org/gnome/shell/extensions/Logo-menu]
show-boxbuddy=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[org.gnome.shell.extensions.Logo-menu]
show-boxbuddy=true
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ show-lockscreen=false
show-power-option=false
show-gamemode=false
hide-forcequit=true
show-boxbuddy=true
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Relocatable schemas are located here in dconf
# Some Gnome extensions don't ship gschema XML, so their settings also need to go in dconf

[org/gnome/shell/extensions/Logo-menu]
show-boxbuddy=true
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ show-lockscreen=false
show-power-option=false
show-gamemode=false
hide-forcequit=true
show-boxbuddy=true

[org.gnome.shell.extensions.search-light]
shortcut-search=['<Super>space']
Expand Down