LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-02-2015, 07:41 PM   #1
hotcahoona
LQ Newbie
 
Registered: Oct 2015
Posts: 4

Rep: Reputation: Disabled
mint 17.2 menu has lost all sub folder details since last update


hi guys
i have lost all sub folder details since last lot of updates. is there any way of doing a restore at all?
cheers
 
Old 10-03-2015, 12:30 PM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
Which subfolders?
 
Old 10-03-2015, 03:50 PM   #3
hotcahoona
LQ Newbie
 
Registered: Oct 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
Mint 17.2 menu

The menu only has directory headings with nothing in them. Just happened after a system update.But i do get the following error message at startup:

Couldn't initialize plugin applications : Traceback (most recent call last):

File "/usr/lib/linuxmint/mintMenu/mintMenu.py", line 317, in PopulatePlugins
MyPlugin.do_plugin()

File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 1324, in do_plugin
self.Todos()

File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 586, in Todos
self.buildButtonList()

File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 615, in buildButtonList
self.updateBoxes(False)

File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 1727, in updateBoxes
item["button"] = MenuApplicationLauncher( item["entry"].get_desktop_file_path(), self.iconSize, item["category"], self.showapplicationcomments, highlight=(True and menu_has_changed) )

File "/usr/lib/linuxmint/mintMenu/plugins/easybuttons.py", line 479, in __init__
ApplicationLauncher.__init__( self, desktopFile, iconSize )

File "/usr/lib/linuxmint/mintMenu/plugins/easybuttons.py", line 254, in __init__
desktopItem = xdg.DesktopEntry.DesktopEntry( desktopFile )

File "/usr/lib/python2.7/dist-packages/xdg/DesktopEntry.py", line 33, in __init__
self.parse(filename)

File "/usr/lib/python2.7/dist-packages/xdg/DesktopEntry.py", line 42, in parse
IniFile.parse(self, file, ["Desktop Entry", "KDE Desktop Entry"])

File "/usr/lib/python2.7/dist-packages/xdg/IniFile.py", line 81, in parse
raise ParsingError("Invalid line: " + line, filename)

ParsingError: ParsingError in file '/usr/share/applications/mate-color-select.desktop', Invalid line:


So i guess there has been a problem on update.
Can the system be restored like windows or will i have to reinstall.
Been running 17.1 and 17.2 mint for last 12 months and this is first problem i have had.
Cheers
 
Old 10-03-2015, 08:37 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
It might help to know what desktop environment you are using: Cinnamon, MATE, or something else?

Here's a test you can do:

1. Create a new user. You can use sudo adduser to do that (assuming Mint includes that command; I'm not in a position to check my Mint box).

2. Log out, then log back in as the new user.

If the menu works properly for the new user, then something has gone awry in the hidden configuration files within your user's home directory; that's usually fairly easy to fix. If it does not, the problem is something larger.

Try the test and let us know what happens.
 
Old 10-03-2015, 08:53 PM   #5
hotcahoona
LQ Newbie
 
Registered: Oct 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
Ok will give it a go .just left for work will be away a week will try soonest and post results thanks for reply. Cheers
 
Old 10-09-2015, 10:37 AM   #6
hotcahoona
LQ Newbie
 
Registered: Oct 2015
Posts: 4

Original Poster
Rep: Reputation: Disabled
Hi created new user but that hasn't helped. Using Mint Mate 17.2.
Get the following error when logging in.
ouldn't initialize plugin applications : Traceback (most recent call last):

File "/usr/lib/linuxmint/mintMenu/mintMenu.py", line 317, in PopulatePlugins
MyPlugin.do_plugin()

File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 1324, in do_plugin
self.Todos()

File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 586, in Todos
self.buildButtonList()

File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 615, in buildButtonList
self.updateBoxes(False)

File "/usr/lib/linuxmint/mintMenu/plugins/applications.py", line 1727, in updateBoxes
item["button"] = MenuApplicationLauncher( item["entry"].get_desktop_file_path(), self.iconSize, item["category"], self.showapplicationcomments, highlight=(True and menu_has_changed) )

File "/usr/lib/linuxmint/mintMenu/plugins/easybuttons.py", line 479, in __init__
ApplicationLauncher.__init__( self, desktopFile, iconSize )

File "/usr/lib/linuxmint/mintMenu/plugins/easybuttons.py", line 254, in __init__
desktopItem = xdg.DesktopEntry.DesktopEntry( desktopFile )

File "/usr/lib/python2.7/dist-packages/xdg/DesktopEntry.py", line 33, in __init__
self.parse(filename)

File "/usr/lib/python2.7/dist-packages/xdg/DesktopEntry.py", line 42, in parse
IniFile.parse(self, file, ["Desktop Entry", "KDE Desktop Entry"])

File "/usr/lib/python2.7/dist-packages/xdg/IniFile.py", line 81, in parse
raise ParsingError("Invalid line: " + line, filename)

ParsingError: ParsingError in file '/usr/share/applications/mate-color-select.desktop', Invalid line:
 
Old 10-09-2015, 08:09 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,326
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
It sounds like it might be a problem with your python installation, but that's just a guess.

If you can get a terminal open, here's a way to test for that: http://community.linuxmint.com/tutorial/view/1804
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux mint 17.1 has lost views of updates in update manager. bchasc Linux - Newbie 1 12-09-2014 09:18 PM
lost update password linux mint 16:help dla405j Linux Mint 3 03-20-2014 05:44 AM
Update Mint 15: No menu bar, no consoles, all broken?!? JZL240I-U Linux Mint 9 11-01-2013 05:20 AM
[SOLVED] Lost desktop menu-Linux Mint 11 kayakman Linux - Laptop and Netbook 3 03-13-2012 09:57 PM
lost gnome menu items after update jankom Linux - Software 0 06-02-2004 05:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration