menu

  1. vukodlak

    Bash Python script I made to create a menu in the terminal window

    Thought maybe some other ppl people might appreciate this. I just use it for common commands instead of using aliases. I bound it to the m key to start it up. Easy to edit for your own commands. #!/usr/bin/env python3 import curses import subprocess import os def main(stdscr)...
  2. E

    Solved Enlightenment application menu icons missing due to efreetd crashing

    Hello to anybody having issues with Enlightenment menu icons missing or disappearing. When I say menu, this will most obviously be the application menu missing some or all of it's application icons. The other symptom is that a message pops up just after login, mentioning failure to connect to...
  3. Spity

    Reboot/Shutdown missing

    Hi. when I open a tty (Ctrl + Alt + F2 for example) the option to shutdown / restart in the Gnome menu disappears. And I can only restart or shutdown via terminal.
  4. I

    Xfce Any good menu editors for Xfce?

    I cannot find any good menu editors. I've tried Alacarte and nothing loads. I launch it in the terminal and receive this error: Traceback (most recent call last): File "/usr/local/bin/alacarte", line 21, in <module> from Alacarte.MainWindow import main ImportError: No module named...
Back
Top