cheesecakeufo / komorebi

A beautiful and customizable wallpapers manager for Linux
GNU General Public License v3.0
3.36k stars 235 forks source link

make: *** No rule to make target 'uninstall'. Stop. #267

Open helsinki-red opened 3 years ago

helsinki-red commented 3 years ago

Please help me resolve this. I'm unable to make wallpapers on Wayland so I wanted to remove this but I get this error. Any help would be appreciated.

cvgarciarea commented 3 years ago

Some evidence. image

Temporal fix: Look where komorebi binary is:

which komorebi

image /home/cristian/Documents/bin/komorebi/ in my case.

Delete main project directory:

sudo rm -r /home/cristian/Documents/bin/komorebi/

If you still can see an application icon: image Just delete all the remaining files:

sudo rm -rf /usr/share/applications/komorebi.desktop  # komorebi app icon
sudo rm -rf /usr/share/applications/wallpapercreator.desktop  # komorebi wallpaper creator app icon
sudo rm -rf /System/Applications/komorebi  # where the main app is located
sudo rm -rf /System/Applications/komorebi-wallpaper-creator  # where the wallpaper creator is located
sudo rm -rf /System/Resources/Komorebi  # komorebi assets I guess

Actually, in my case /System directory only contains Komorebi stuff, if it is your case you can remove all the /System directory:

sudo rm -rf /System/

And then (I deleted a .deb too) no results found: image

pendragons-code commented 2 years ago

nice

Harshdeepsinghh commented 1 year ago

@cvgarciarea iit worked brother, thanks. appreciate that.