Hi guys, I deleted Simplenote in Plasma using yay -R and it “erased” but the program is still 100% there, both in shortcut icons and fully furnished folders. I reinstalled it using yay, then tried sudo pacman -R, “erased” but still there. Tried deleting the folder in file manager, don’t have write access. I’m not sure how to delete the entire folder through the terminal, only individual files.
This is happening after I edited the shortcut path, I mistyped an edit to fix a known bug in this program within Plasma. Ever since then, if i try to edit the shortcut, it crashes Plasma and immediately reloads. Even after I reinstall it, the incorrect path still resides in the shortcut and crashes if i attempt to edit it. And the -Rns commands seem to fail as well. The path is /opt/Simplenote/simplenote
Here’s both versions of the AUR showing it’s been deleted
[admin@A515-54 ~]$ yay -Rns simplenote-electron-bin
checking dependencies...
Package (1) Old Version Net Change
simplenote-electron-bin 2.21.0-1 -314.23 MiB
Total Removed Size: 314.23 MiB
:: Do you want to remove these packages? [Y/n] y
:: Processing package changes...
(1/1) removing simplenote-electron-bin [------------------------------------] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating icon theme caches...
(3/3) Updating the desktop file MIME type cache...
*The program still exists 100% after this step ^ so i try deleting again and get this:
[admin@A515-54 ~]$ sudo pacman -Rns simplenote
[sudo] password for admin:
error: target not found: simplenote
[admin@A515-54 ~]$ sudo pacman -Rns simplenote-electron-bin
error: target not found: simplenote-electron-bin
*Then I reinstall it and it says all the build files are still there, and it installs immediately:
1 simplenote-electron-bin (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> n
==> Making package: simplenote-electron-bin 2.21.0-1 (Wed 12 Apr 2023 10:44:41 PM PDT)
==> Retrieving sources...
-> Found Simplenote-linux-2.21.0-amd64.deb
==> Validating source_x86_64 files with sha256sums...
Simplenote-linux-2.21.0-amd64.deb ... Passed
:: (1/1) Parsing SRCINFO: simplenote-electron-bin
==> Making package: simplenote-electron-bin 2.21.0-1 (Wed 12 Apr 2023 10:44:43 PM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found Simplenote-linux-2.21.0-amd64.deb
==> Validating source_x86_64 files with sha256sums...
Simplenote-linux-2.21.0-amd64.deb ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting Simplenote-linux-2.21.0-amd64.deb with bsdtar
==> Sources are ready.
-> simplenote-electron-bin-2.21.0-1 already made -- skipping build
==> Making package: simplenote-electron-bin 2.21.0-1 (Wed 12 Apr 2023 10:44:46 PM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Sources are ready.
[sudo] password for admin:
loading packages...
resolving dependencies...
looking for conflicting packages...
Package (1) New Version Net Change
simplenote-electron-bin 2.21.0-1 314.23 MiB
Total Installed Size: 314.23 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%
:: Processing package changes...
(1/1) installing simplenote-electron-bin [------------------------------------] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating icon theme caches...
(3/3) Updating the desktop file MIME type cache...
[admin@A515-54 ~]$
This is the error msg from running the program on Konsole, and why there's a patch by editing the path instructions:
(simplenote:42621): Gtk-WARNING **: 23:01:58.659: Theme parsing error: gtk.css:1649:16: '-gtk-icon-size' is not a valid property name
(simplenote:42621): Gtk-WARNING **: 23:01:58.659: Theme parsing error: gtk.css:1652:16: '-gtk-icon-size' is not a valid property name
[42621:0412/230200.002854:FATAL:gpu_data_manager_impl_private.cc(415)] GPU process isn't usable. Goodbye.
Thank you for the help! I’m noticing Plasma is a more finicky girl than the others!