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

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

Open
farhaniq opened this issue Feb 16, 2023 · 0 comments

Comments

@farhaniq
Copy link

Description

Error when uninstalling the application:

  • dpkg: error processing package com.github.spheras.desktopfolder (--configure)
    installed com.github.spheras.desktopfolder package post-installation script subprocess was killed by signal (Terminated)

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

  • Desktop Folder version: 1.0.5

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

```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant