Folder keeps appearing

Hello! I’m using Manjaro Gnome, however, even if I already uninstalled Kindle from my PC it keeps appearing the folder, how can I fix it?

  • I’m trying to add a pic but for some reason, I cannot-

Welcome to the forum! :slight_smile:

Uninstalling an application does not remove the application’s configuration files in your home directory, so you’ll have to manually delete that directory. It should be safe to do so.

3 Likes

Hello @SamuelDarkS :slight_smile:

I guess you installed Kindle through wine … if so, then check this folder:

$HOME/.local/share/applications/

There are all desktop files located which are installed as user, not as root.

However, like @Aragorn says… configuration files at your home folder are not removed by any uninstall.

2 Likes

Hey guys! Thanks for answering so fast. Then, I uninstalled everything, but it keeps appearing. -I don’t know if I got all the instructions right, I’m really noob yet-

What folder?

1 Like

It appears two folders, the ‘‘Kindle’’ one and ‘‘Uninstall Kindle’’.

You mean the desktop files or shortcuts at the menu?

1 Like

Shortcuts at the menu

Could you open a terminal and type this:

ls -R ~/.local/share/applications/

Please post the output here.

1 Like

It appears like that:
ls -R $HOME/.local/share/applications/  :heavy_check_mark:

/home/samdavi/.local/share/applications/:
 gnome-printers-panel.desktop   wine-extension-ini.desktop
 mimeinfo.cache		        wine-extension-jfif.desktop
'Stardew Valley.desktop'        wine-extension-jpe.desktop
 wine			        wine-extension-mobi.desktop
 wine-extension-azl.desktop     wine-extension-msp.desktop
 wine-extension-azm.desktop     wine-extension-pdf.desktop
 wine-extension-azn.desktop     wine-extension-png.desktop
 wine-extension-azs.desktop     wine-extension-rtf.desktop
 wine-extension-azw4.desktop    wine-extension-tpz.desktop
 wine-extension-azw.desktop     wine-extension-txt.desktop
 wine-extension-chm.desktop     wine-extension-url.desktop
 wine-extension-gif.desktop     wine-extension-vbs.desktop
 wine-extension-hlp.desktop     wine-extension-wri.desktop
 wine-extension-htm.desktop     wine-extension-xml.desktop

/home/samdavi/.local/share/applications/wine:
Programs

/home/samdavi/.local/share/applications/wine/Programs:
Amazon

/home/samdavi/.local/share/applications/wine/Programs/Amazon:
'Amazon Kindle'  'Amazon Kindle For PC'

'/home/samdavi/.local/share/applications/wine/Programs/Amazon/Amazon Kindle':

'/home/samdavi/.local/share/applications/wine/Programs/Amazon/Amazon Kindle For PC':

And here are the “shortcuts”:

Delete them:

rm -Rf ~/.local/share/applications/wine/Programs/Amazon

and run

update-desktop-database ~/.local/share/applications/

Btw. dot files/folders like .local are hidden files/folders. You need to make them visible at your file manager.

2 Likes

[quote=“megavolt, post:9, topic:70705”]

ls -R $HOME/.local/share/applications/

[/quote] Man, it worked. Thank you a lot, my friend :smiley:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.