Conflicting packages, config.fish, anyone else seeing this?

is anyone else getting this conflict?

(16/16) loading package files                                                                 [------------------------------------------------------] 100%
(16/16) checking for file conflicts                                                           [------------------------------------------------------] 100%
error: failed to commit transaction (conflicting files)
/etc/skel/.config/fish/config.fish exists in both 'garuda-fish-config' and 'garuda-i3-settings'
Errors occurred, no packages were upgraded.

do i just wait until its resolved by a/the package owners?

(tried pacman -Syyuu that found in a previous thread on conflicts but no go)

Seems the new i3wm fish.config need

sudo pacman -Syu  --overwrite '*'

Change from neofetch to garuda

## Run fastfetch if session is interactive
if status --is-interactive && type -q fastfetch
   fastfetch --load-config garuda
end

About the conflict, I must revert the config.fish from i3wm
If you like the new style, use in terminal

sed -i 's/--load-config neofetch/--load-config garuda/g' ~/.config/fish/config.fish

4 Likes

resolved!! thx!

> sudo pacman -Syu --overwrite '*'

[sudo] password for czrpb:
:: Synchronizing package databases...
 garuda is up to date
 core is up to date
 extra is up to date
 community                                                          7.3 MiB  11.5 MiB/s 00:01 [------------------------------------------------------] 100%
 multilib is up to date
 chaotic-aur                                                        2.3 MiB  3.63 MiB/s 00:01 [------------------------------------------------------] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (16) abseil-cpp-20230125.1-2  audit-3.1-1  fluidsynth-2.3.1-2  garuda-fish-config-1.5.11-1  garuda-i3-settings-1.1.8-1  glib2-2.74.6-1
              lib32-glib2-2.74.6-1  lib32-sqlite-3.41.0-1  libjpeg-turbo-2.1.5.1-1  libphonenumber-1:8.13.4-2  openmpi-4.1.5-1  perl-http-daemon-6.16-1
              qogir-gtk-theme-git-2023.02.27.r5.g8404d90-1  qt5ct-1.6-1  sudo-1.9.13.p1-1  wireless-regdb-2023.02.13-1

Total Installed Size:  106.17 MiB
Net Upgrade Size:        0.91 MiB

:: Proceed with installation? [Y/n]
(16/16) checking keys in keyring                                                              [------------------------------------------------------] 100%
(16/16) checking package integrity                                                            [------------------------------------------------------] 100%
(16/16) loading package files                                                                 [------------------------------------------------------] 100%
(16/16) checking for file conflicts                                                           [------------------------------------------------------] 100%
(16/16) checking available disk space                                                         [------------------------------------------------------] 100%
:: Running pre-transaction hooks...
(1/1) Performing snapper pre snapshots for the following configurations...
==> root: 384
:: Processing package changes...
( 1/16) upgrading abseil-cpp                                                                  [------------------------------------------------------] 100%
( 2/16) upgrading audit                                                                       [------------------------------------------------------] 100%
( 3/16) upgrading glib2                                                                       [------------------------------------------------------] 100%
( 4/16) upgrading fluidsynth                                                                  [------------------------------------------------------] 100%
( 5/16) upgrading garuda-fish-config                                                          [------------------------------------------------------] 100%
( 6/16) upgrading libjpeg-turbo                                                               [------------------------------------------------------] 100%
( 7/16) upgrading garuda-i3-settings                                                          [------------------------------------------------------] 100%
==> Updating font cache..
==> Performing misc postinstall operations..
==> Done. Please relog to apply changes.
==> To follow user config changes open up Garuda Assistant & hit apply configs.
( 8/16) upgrading lib32-glib2                                                                 [------------------------------------------------------] 100%
( 9/16) upgrading lib32-sqlite                                                                [------------------------------------------------------] 100%
(10/16) upgrading libphonenumber                                                              [------------------------------------------------------] 100%
(11/16) upgrading openmpi                                                                     [------------------------------------------------------] 100%
(12/16) upgrading perl-http-daemon                                                            [------------------------------------------------------] 100%
(13/16) upgrading qogir-gtk-theme-git                                                         [------------------------------------------------------] 100%
(14/16) upgrading qt5ct                                                                       [------------------------------------------------------] 100%
(15/16) upgrading sudo                                                                        [------------------------------------------------------] 100%
(16/16) upgrading wireless-regdb                                                              [------------------------------------------------------] 100%
:: Running post-transaction hooks...
1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.