Antergos / antergos-kde-setup

Antergos setup for KDE (deprecated)
GNU General Public License v3.0
3 stars 3 forks source link

failed to update the package from 0.7-1 to 1.0-3 #19

Closed opi99 closed 6 years ago

opi99 commented 6 years ago

Multiple files are already existing in filesystem.

Vorgang konnte nicht abgeschlossen werden: In Konflikt stehende Dateien: antergos-kde-setup: /etc/skel/.config/fontconfig/fonts.conf existiert bereits im Dateisystem antergos-kde-setup: /etc/skel/.config/gtk-3.0/settings.ini existiert bereits im Dateisystem antergos-kde-setup: /etc/skel/.config/qtcurve/stylerc existiert bereits im Dateisystem antergos-kde-setup: /usr/share/about-distro/antergos-logo.svg existiert bereits im Dateisystem

piomiq commented 6 years ago

I confirm. Since 2 days I can't update this package.

$ sudo pacman -S antergos-kde-setup
resolving dependencies...
looking for conflicting packages...

Packages (1) antergos-kde-setup-1.0-3                                                                                                                                                                                           

Total Installed Size:  0.48 MiB                                                                                                                                                                                                 
Net Upgrade Size:      0.47 MiB                                                                                                                                                                                                 

:: Proceed with installation? [Y/n] Y                                                                                                                                                                                           
(1/1) checking keys in keyring                                                                                                         [##################################################################################] 100%
(1/1) checking package integrity                                                                                                       [##################################################################################] 100%
(1/1) loading package files                                                                                                            [##################################################################################] 100%
(1/1) checking for file conflicts                                                                                                      [##################################################################################] 100%
error: failed to commit transaction (conflicting files)
antergos-kde-setup: /etc/skel/.config/fontconfig/fonts.conf exists in filesystem
antergos-kde-setup: /etc/skel/.config/gtk-3.0/settings.ini exists in filesystem
antergos-kde-setup: /etc/skel/.config/qtcurve/stylerc exists in filesystem
antergos-kde-setup: /usr/share/about-distro/antergos-logo.svg exists in filesystem
Errors occurred, no packages were upgraded.
Jimmyb1126 commented 6 years ago

Been having this problem for weeks now. It's a shame since I really want to try out KDE 5.11. I'm getting the same error messages as you guys about the conflicts.

piomiq commented 6 years ago

Workaround is just install package manually (by pacman -S package_name) from terminal using --force swticher. BTW. Later I met similar error also for some other package.

Jimmyb1126 commented 6 years ago

Not much of a valid workaround if it still causes errors, I wouldn't recommend forcing it. If anyone knows a way to fix this without breaking anything I'd greatly appreciate some help.

karasu commented 6 years ago

@Jimmyb1126 Using force with this package is totally fine. You already had those files because they were installed by Cnchi (antergos installer). We've changed that behavior so now they are installed with the antergos-kde-setup package. This way they can be updated with the package. I hope this clarifies it. Cheers!

Jimmyb1126 commented 6 years ago

Oh okay, I just tried forcing and it did actually work fine! I thought it might break things at first but thanks for clarifying for me.