lost programs menu, help!

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rolandixor
Level 2
Level 2
Posts: 25
Joined: Thu May 29, 2008 10:43 am

lost programs menu, help!

Post by rolandixor »

I lost my accesories and programs menu (gnome) for wine, and I really need it back :cry:

I had to remove it to clean my installation, but now I don't know how to get it back!

somewhat urgent.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: lost programs menu, help!

Post by vitamin »

rolandixor wrote:I lost my accesories and programs menu (gnome) for wine, and I really need it back :cry:

I had to remove it to clean my installation, but now I don't know how to get it back!

somewhat urgent.
Don't remove them if you really need them.

If you still have same ~/.wine with all the installed programs, try running this:

Code: Select all

find ~/.wine/drive_c/ -name "*.lnk" -print -exec wine winemenubuilder '{}' \; 
rolandixor
Level 2
Level 2
Posts: 25
Joined: Thu May 29, 2008 10:43 am

Thanks Vitamin.

Post by rolandixor »

Can I buy a bottle vitamin? You are rather helpful!
Thanks!
rolandixor
Level 2
Level 2
Posts: 25
Joined: Thu May 29, 2008 10:43 am

Post by rolandixor »

sadly I didn't work.
Told me permission denied on my ~/.local/share/applications/wine folder...

But I'll do some checks and try again
rolandixor
Level 2
Level 2
Posts: 25
Joined: Thu May 29, 2008 10:43 am

Post by rolandixor »

it keeps saying it can't make the .desktop files, permission denied.
Any ideas?
rolandixor
Level 2
Level 2
Posts: 25
Joined: Thu May 29, 2008 10:43 am

Post by rolandixor »

seems the files are there, but not in the menu. do I have to restart (gnome)?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

rolandixor wrote:it keeps saying it can't make the .desktop files, permission denied.
Any ideas?
Check/reset permissions and/or owner of those directories. You probably ran something as root in Wine and now you can't write to those dirs.
rolandixor
Level 2
Level 2
Posts: 25
Joined: Thu May 29, 2008 10:43 am

Post by rolandixor »

permissions intact, and I found the .menu files that gnome uses. Now I need to find out how to merge them (and remove the delete entries). Thanks to God, it not only teaches me a lesson, but a new trick!
rolandixor
Level 2
Level 2
Posts: 25
Joined: Thu May 29, 2008 10:43 am

SOLVED!

Post by rolandixor »

THANKS VITAMIN.
I won't swallow you, so you're safe...

But thank God the most!
With no idea what I was doing, I fixed it!!!
rolandixor
Level 2
Level 2
Posts: 25
Joined: Thu May 29, 2008 10:43 am

Post by rolandixor »

had a song and dance this morning, but learned a lot in the process... now I know how it all works...

back on track :-)
Locked