From bc941e307c705f7ece229791f8864d4411f4d18d Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 2 Jul 2025 15:11:17 -0400 Subject: [PATCH 1/2] Remove codium repo and codium installation to check if that is the cause of errors in schedule build --- recipes/components/dnf-module.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index 0f8b2a6..6ba502c 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -4,7 +4,6 @@ modules: files: - https://negativo17.org/repos/fedora-steam.repo - https://negativo17.org/repos/fedora-multimedia.repo - - codium.repo copr: - ublue-os/packages - solopasha/hyprland @@ -80,7 +79,6 @@ modules: # text editor - neovim - - codium # software store - gnome-software -- 2.39.5 From c483fd5bced146ad37078c0b6aa335db7979aa10 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 2 Jul 2025 15:51:12 -0400 Subject: [PATCH 2/2] Removed desktop file and key --- .../usr/share/applications/codium.desktop | 27 ------------------- recipes/components/dnf-module.yml | 2 -- 2 files changed, 29 deletions(-) delete mode 100644 files/system/usr/share/applications/codium.desktop diff --git a/files/system/usr/share/applications/codium.desktop b/files/system/usr/share/applications/codium.desktop deleted file mode 100644 index 12f332b..0000000 --- a/files/system/usr/share/applications/codium.desktop +++ /dev/null @@ -1,27 +0,0 @@ -[Desktop Entry] -Name=VSCodium -Comment=Code Editing. Redefined. -GenericName=Text Editor -Exec=/usr/share/codium/codium --ozone-platform=wayland %F -Icon=vscodium -Type=Application -StartupNotify=false -StartupWMClass=VSCodium -Categories=TextEditor;Development;IDE; -MimeType=text/plain;inode/directory;application/x-codium-workspace; -Actions=new-empty-window; -Keywords=vscodium;codium;vscode; - -[Desktop Action new-empty-window] -Name=New Empty Window -Name[de]=Neues leeres Fenster -Name[es]=Nueva ventana vacía -Name[fr]=Nouvelle fenêtre vide -Name[it]=Nuova finestra vuota -Name[ja]=新しい空のウィンドウ -Name[ko]=새 빈 창 -Name[ru]=Новое пустое окно -Name[zh_CN]=新建空窗口 -Name[zh_TW]=開新空視窗 -Exec=/usr/share/codium/codium --new-window %F -Icon=vscodium diff --git a/recipes/components/dnf-module.yml b/recipes/components/dnf-module.yml index 6ba502c..c98466a 100644 --- a/recipes/components/dnf-module.yml +++ b/recipes/components/dnf-module.yml @@ -8,8 +8,6 @@ modules: - ublue-os/packages - solopasha/hyprland - peterwu/rendezvous - keys: - - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/raw/master/pub.gpg install: packages: # sddm -- 2.39.5