teejee2008 / ukuu

A paid version of Ukuu is now available with more features. https://teejeetech.in/2019/01/20/ukuu-v19-01/ Kernel Update Utility for Ubuntu-based distributions. Provides desktop notifications when new mainline kernel is available. Lists kernels from http://kernel.ubuntu.com/~kernel-ppa/mainline/ with options to install and remove.
https://teejeetech.in/ukuu
GNU Lesser General Public License v3.0
400 stars 157 forks source link

ukuu-notify.sh remains in autostart after uninstalling ukuu #112

Open ctausendfreund opened 5 years ago

ctausendfreund commented 5 years ago

Describe the bug After uninstalling with the command sudo apt purge ukuu there are still some ukuu files left in my home directory. These are:

~/.cache/ukuu
~/.config/autostart/ukuu.desktop
~/.config/ukuu.json
~/.config/ukuu-notify.sh
~/.temp/ukuu

I don't like that this desktop file remains in the autostart directory which starts the ukuu-notify.sh shell script.

To Reproduce Steps to reproduce the behavior:

  1. Install ukuu as described.
  2. Uninstall ukuu with sudo apt purge ukuu
  3. (Optional) Restart your PC.
  4. Do ps aux | grep ukuu and see that the shell script is running.

Expected behavior At least the autostart entry should be removed.

System