spheras / desktopfolder

Bring your Desktop Back to Life
GNU General Public License v3.0
200 stars 40 forks source link

Error when uninstalling - dpkg: error processing package com.github.spheras.desktopfolder (--configure) #338

Open farhaniq opened 1 year ago

farhaniq commented 1 year ago

Description

Error when uninstalling the application:

Steps to reproduce

  1. Open a Terminal window
  2. Run the command -> sudo remove com.github.spheras.desktopfolder
  3. When prompted -> Do you want to continue [Y/n],press Y to continue
  4. dpkg failure occurs as mentioned in the below Actual result section

Expected result

Application package should get uninstalled/removed

Actual result

Uninstall fails with below error:

(Reading database ... 234623 files and directories currently installed.) Removing com.github.spheras.desktopfolder (1.0.5) ... dpkg: error processing package com.github.spheras.desktopfolder (--remove): installed com.github.spheras.desktopfolder package pre-removal script subprocess was killed by signal (Terminated) dpkg: too many errors, stopping dpkg: error while cleaning up: installed com.github.spheras.desktopfolder package post-installation script subprocess was killed by signal (Terminated) Errors were encountered while processing: com.github.spheras.desktopfolder Processing was halted because there were too many errors.

System Information

-farhaniq@FQHPPavx360:~/Downloads$ lsb_release -a No LSB modules are available. Distributor ID: Elementary Description: elementary OS 6.1 Jólnir Release: 6.1 Codename: jolnir

Terminal output

```

farhaniq@FQHPPavx360:~/Downloads$ env G_MESSAGES_DEBUG=all com.github.spheras.desktopfolder (com.github.spheras.desktopfolder:20991): GLib-GIO-DEBUG: 06:58:45.672: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’ (com.github.spheras.desktopfolder:20991): GLib-DEBUG: 06:58:45.702: unsetenv() is not thread-safe and should not be used after threads are created (com.github.spheras.desktopfolder:20991): Gtk-DEBUG: 06:58:45.702: Connecting to session manager (com.github.spheras.desktopfolder:20991): DEBUG: 06:58:45.703: Application.vala:88: startup event (com.github.spheras.desktopfolder:20991): DEBUG: 06:58:45.703: Application.vala:76: activate event (com.github.spheras.desktopfolder:20991): GLib-GIO-DEBUG: 06:58:45.703: _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’ (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.703: watch_fast: "/org/gnome/settings-daemon/plugins/media-keys/" (establishing: 0, active: 0) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.703: watch_fast: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" (establishing: 0, active: 0) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.703: unwatch_fast: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" (active: 0, establishing: 1) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.704: watch_established: "/org/gnome/settings-daemon/plugins/media-keys/" (establishing: 1) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.704: watch_established: "/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/" (establishing: 0)

(com.github.spheras.desktopfolder:20991): Gtk-WARNING **: 06:58:45.704: Theme parsing error: Application.css:51:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(com.github.spheras.desktopfolder:20991): Gtk-WARNING **: 06:58:45.704: Theme parsing error: Application.css:62:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow'

(com.github.spheras.desktopfolder:20991): Gtk-WARNING : 06:58:45.704: Theme parsing error: Application.css:65:15: The 'icon-shadow' property has been renamed to '-gtk-icon-shadow' (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.706: watch_fast: "/com/github/spheras/desktopfolder/" (establishing: 0, active: 0) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.706: unwatch_fast: "/com/github/spheras/desktopfolder/" (active: 0, establishing: 1) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.706: watch_established: "/com/github/spheras/desktopfolder/" (establishing: 0) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.708: watch_fast: "/com/github/spheras/desktopfolder/" (establishing: 0, active: 0) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.708: unwatch_fast: "/com/github/spheras/desktopfolder/" (active: 0, establishing: 1) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.708: watch_established: "/com/github/spheras/desktopfolder/" (establishing: 0) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.772: watch_fast: "/com/github/spheras/desktopfolder/" (establishing: 0, active: 0) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.772: unwatch_fast: "/com/github/spheras/desktopfolder/" (active: 0, establishing: 1) (com.github.spheras.desktopfolder:20991): dconf-DEBUG: 06:58:45.772: watch_established: "/com/github/spheras/desktopfolder/" (establishing: 0) (com.github.spheras.desktopfolder:20991): DEBUG: 06:58:45.774: FolderManager.vala:154: Monitoring: /home/farhaniq/Desktop/My First Panel ** (com.github.spheras.desktopfolder:20991): DEBUG: 06:58:45.774: Application.vala:458: Monitoring: /home/farhaniq/Desktop

```