Linux mint no start menu

Linux Mint Forums

Forum rules
Before you post please read how to get help. Topics in this forum are automatically closed 6 months after creation.

start menu missing after reboot

Post by jonezy187 » Sun Feb 10, 2013 8:13 am

I have recently installed Mint 14 and on initial boot the start menu is there. i installed all the programs i needed and then rebooted. now the start menu along the bottom is missing. all i can see is my desktop items. I don’t know what has gone wrong? can someone help please?

Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.

Re: start menu missing after reboot

Post by CupOfCoffee » Sun Feb 10, 2013 8:03 pm

Hmm, are you able to press the Start button on your PC (or the Menu key for Mac) and have it appear? I wish I had a picture of your desktop so I could try and figure out what could be going on. The Panel could just be set to Auto-Hide.

I’ll help you in any way that I can!

Re: start menu missing after reboot

Post by jonezy187 » Tue Feb 12, 2013 7:18 am

I can run terminal and enter mintmenu to show the menu button, but it opens as a window rather than the bar along the botton. so the computer is fully functioning but just the menu and bar along the bottom don’t show up. I’m not on the Linux machine at the moment but i can post a screenshot later on. I’ve read elsewhere that it could be something to do with Nautilus or Nemo but i’m still a beginner with Linux so don’t really understand what they are?

Re: start menu missing after reboot

Post by CupOfCoffee » Tue Feb 12, 2013 11:27 pm

Natilus, Nemo = File Managers Hmm, I’m not sure at the moment what the problem still is, I’m really having no problems with my desktop.

I probably can’t answer very many questions in this forum.

Re: start menu missing after reboot

Post by CupOfCoffee » Wed Feb 13, 2013 10:20 pm

xenopeek wrote: Right-click on an empty spot on the panel, choose «Add to Panel» from the menu that popped up. Add the «mintMenu» and you should have the menu back.

Note: Since this quote was for a previous version of Mint (Mint 13, Maya I think), for Cinnamon you would right-click on an empty space in the panel, select «Add applets to the panel», and find the option called «Cinnamon Menu» and select it!

Читайте также:  Tcp retransmission in linux

Re: start menu missing after reboot

Post by urrvile » Sun Apr 14, 2013 8:07 am

I’m having the same problem in Mint 13 MATE: I rebooted last night and the whole bottom panel disappeared, leaving me unable to access anything except by key commands. Also, the mouse can go beyond the borders of the screen and get lost. Hours looking have not given me any ideas on what to do. Please advise!

Re: start menu missing after reboot

Post by Geneva » Sun Apr 14, 2013 9:26 am

And, I’m having the same problem in 32bit Linux Mint 13 Cinamon. After an update on the 12th there is no panel along the bottom of the screen
All desktop icons are present and I can invoke apps from the terminal.
. so I backed up all my data and reloaded Mint 13 (using the nomodeset option, otherwise it locks on a black screen) this worked Fine, so I udated the Nvidia driver and Codecs.. No problem so far
then I activated the update manager and after the full update with config files replaced, the panel is again missing
I shall try this again without replacing configs, just to eliminate (or confirm) their complicity,
Of Note; is that the same update has given no problems on my old Asus F3ja Laptop with ATI 1600 graphics, it looks like it may be related to my hardware possibly the graphics card
so still looking for a solution .. if I find something I’ll post it

Re: start menu missing after reboot

Post by Geneva » Sun Apr 14, 2013 8:19 pm

Ok having investigated this it appears that the bad boy is: nvidia-common
On my system with GT 240 graphics card the update to this is what causes the panel to dissapear
It may be the same with other systems using the nvidia GT 2xx series, not having any others cards of that series I cannot compare. however I already knew there was a problem with my card as nouveau doesn’t seem to recognise it on initial load of live disc or install (which is why ‘nomodeset’ has to be used). Anyone out there in Mint development land listening.
So what I did to fix this was; do a clean Mint 13 OS install (no problem with data loss as I have /home in a separate partition)
update the nvidia graphics driver, from the Hardware popup
then install updates packages as follows
from the first screen the update manager opens, the Level 1 mintupdate (currently 4.3.9)
Then from the next screen of updates, All Level 1 and 2 updates
and in Level 3 everything Except ‘nvidia-common’, its about #39 down the list of Level 3 update packages (there were 509 of them)
Answer ‘yes’ to replacing the config files, as this is a clean install and they have nothing to do with the panel vanishing.
Then reboot and the panel should still be there. This is not really a fix more a work-around which worked for me and my hardware
. Note however, there will be still an outstanding nvidia-common update package in the update manager (I think one has to live with it, perhaps it’ll get fixed, I don’t think it’s Mints fault though)
Hope this helps someone else . if so put a post up and let us know what you did (also, if you did something else)

Читайте также:  Astra linux смена пароля доменного пользователя

Re: start menu missing after reboot

Post by InaudibleMason » Sun Sep 01, 2013 4:34 pm

This happened to me on LMDE Cinnamon after I modified the default symbolic link for python to point to python3.2 instead of the default python2.7. When I switched it back and rebooted everything was fine. The command to get it working again was «sudo ln -s /usr/bin/python2.7 /usr/bin/python». You may have to delete the current symbolic link first with «sudo rm /usr/bin/python».

Re: start menu missing after reboot

Post by humandib » Mon Dec 09, 2013 11:26 pm

Hi, I run Linux Mint 14 and I had that same problem.
I don’t know if the previous suggestions worked for U, but when I tried they didn’t work.
However, I managed to fix mine by loging out using CTRL+ALT+BACKSPACE
Then right below theres 4 icons, I believe that the second one from left-to-right will let you change the session type, since I preffer MATE I made it the default one, but you can change it anytime.

Re: start menu missing after reboot

Post by Brahim Salem » Mon Dec 09, 2013 11:31 pm

That’s mainly caused by installing many desktop enevironment at the same time! You’ll notice that your desktop icons don’t appear sometimes! To fix this just delete the /.config in your home directory! Note that this will delete all your settings!It is like reset to defaults!

If you ever face an issue with your desktop icons not showing up after you installed Cinnamon on Linux Mint Mate edition, that’s most probably because nemo and nautilus are competing over desktop control. To solve this you have to disable nautilus from startup if you want to use Cinnamon or nemo nemo if you want to use Mate. Both of them are hidden from startup applications and to make them show up in the startup apps run :

sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/nemo-autostart.desktop
sudo sed -i 's/NoDisplay=true/NoDisplay=false/g' /etc/xdg/autostart/nautilus-autostart.desktop

and then launch Startup Applications and uncheck the one you don’t need at startup.

Источник

Исчез меню «Пуск» в Linux Mint 20.04

Здравствуйте! Каким-то непонятным образом с панели пропал меню пуск в Linux Mint 20.04 Cinnamon. Ну как непонятным. После того как в CrossOver нажал редактировать пункты меню бутылки и убрал оттуда ненужные ярлыки, вот тогда и пропал. Все нормально работало не один месяц и тут вдруг случилось такое. Рядом с аплетом написано «При загрузке menu@cinnamon.org что-то пошло не так. Удостовертись в том, что вы используетете последнюю версию, а затем отправьте отчет о сбое разработчику». Так как я не первый кто с таким сталкивается, проверил методы которые предлагают в ответах к подобному вопросу, а именно: 1. В домашнем каталоге удалил файл ~/.config/menus/cinnamon-applications.menu — НЕ ПОМОГЛО! 2. Полная очистка папки ~/.config/menus/ — НЕ ПОМОГЛО! 3. На панели нажал «Сбросить все настройки Cinnamon» — НЕ ПОМОГЛО!

Читайте также:  Команды линукс при запуске

После каждой процедуры я делал перезапуск Cinnamon. Также пробовал на всякий сделать откат системы через TimeShift на неделю назад. Естественно не помогло так как проблема скорее всего кроется в конфигах директории home.

Сама система после запуска пишет, что есть ошибка аплета и просит глянуть лог в Looking Glass.

appSort@/usr/share/cinnamon/applets/menu@cinnamon.org/appUtils.js:13:28 getApps@/usr/share/cinnamon/applets/menu@cinnamon.org/appUtils.js:85:49 _refreshApps@/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js:2469:37 _doRefresh@/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js:1275:18 CinnamonMenuApplet@/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js:1237:14 main@/usr/share/cinnamon/applets/menu@cinnamon.org/applet.js:3132:12 createApplet@/usr/share/cinnamon/js/ui/appletManager.js:582:25 addAppletToPanels@/usr/share/cinnamon/js/ui/appletManager.js:357:34 finishExtensionLoad@/usr/share/cinnamon/js/ui/appletManager.js:95:14 _init/ Cjs-Message: 14:56:19.598: JS LOG: [LookingGlass/error] [menu@cinnamon.org]: Applet menu@cinnamon.org: Could not create applet object. [menu@cinnamon.org]: Error importing applet.js from menu@cinnamon.org Cjs-Message: 14:56:19.598: JS LOG: [LookingGlass/trace] 

тебе починить или разобраться что пошло не так?

если первое, то просто создай нового пользователя. должно помочь. и переезжай на нового пользователя.

если просто переустановить циннамон с —purge?

В общем, проблему решил. Теперь по порядку. Причина проблемы? Кратко: Wine. Подробнее: В моем случае это был CrossOver. Дело в том, что при изменении/удалении/отключении видимости НЕКОТОРЫХ Windows ярлыков в бутылке, а конкретно в настройке «Редактировать меню» бутылки, происходит обновлении файлов конфигураций содержащих информацию о ярылках в меню пуск. Один чел из забугра пишет, что Wine для построения имен для ярлыков(и не только) использует кодировку ANSI вместо нужного нам UTF-8 и в результате может случится так, что в конфигурацию меню будет занесено нечитаемое название. В народе их еще назывют крякобрязы. Решил проверить лог через Looking Glass и там действительно при запуске аплета menu@cinnamom.org была ошибка UTF-8 при чтении файла, но не было написано какого именно файла. Первый файл пришедший в голову, это конечно же cinnamon-applications.menu расположенный в /home/USER/.config/menus и это верно. Там действительно было строка с крякобрязами в разделе Menu. Переименовал просто в Menu. Проблема с кодировкой решилась и в логах ошибка UTF-8 больше не высвечивалась. Но основную проблему исчезновения меню она не решила и пришлось пробовать все подряд попутно в поисках информации в сети.

Выполнил целый комплекс мер. Перечислю какие. После каждого пункта я делал перезапуск Cinnamon на всякий случай. Просто нажимаю на CTRL+ALT+Backspace

  1. В домашнем каталоге удалить файл ~/.config/menus/cinnamon-applications.menu Судя по отзывам, в 50% случаях это помогает.
  2. Полная очистка папки ~/.config/menus/ Поможет в 70% случаях
  3. Сбросс настроек Cinnamon. Правая кнопка мышки на панели > Устранить неполадки > Сбросить все настройки. Поможет в 75% случаях.
  4. Переименовать папки menus и dconf например в menus2 и в dconf2 и быстро сделать перезапуск Cinnamon нажав на CTRL+ALT+Backspace. Поможет в 80% случаях.

Тут есть нюансы которые надо уточнить. После всего перечисленного, может случится так, что меню пуск работать будет, но его нигде не будет видно. Это случится из-за того, что мы все сбросили включая иконку меню пуска. Меню пуск может находится на панели с прозрачной иконкой и надо провести курсор по панелю чтобы вы могли его увидеть. Также у некоторых бывают установлены сторонние аплеты трея и в результате отключен основной системный трей. На время выполнения всех процедур, держите включенным системный трей.

Теперь подходим к тому, как в моем случае решилась данная проблема. Ярылки Windows в CrossOver которые я удалял, на самом деле не удалились и именно они не давали запускаться аплету меню. Находятся эти ярылки в домашней директории ~/.local/share/applications/ выберите и удалите оттуда ярлыки которые вы хотели убрать через CrossOver.

Источник

Оцените статью
Adblock
detector