Saturday, September 14, 2013

XFCE: Remove Mail Reader entry in menu

How to remove Mail Reader entry in XFCE menu.
  1. As a matter of good practice, backup the original configuration. Create a backup folder in your home directory like ~/backup.
  2. Copy /usr/share/applications/exo-mail-reader.desktop to ~/backup.
  3. We will be making global (machine level) change so all users will not see Mail Reader entry. Edit exo-mail-reader.desktop using your favorite editor, comment out the line like #OnlyShowIn=XFCE; then add the following line NotShowIn=XFCE;.

No comments:

SBCL Hello world

SBCL Hello, world! Version info: - OS: Windows 11 23H2 (Microsoft Windows [Version 10.0.22631.7079]) - Emacs: 30.2 - SBCL : 2.6.4 - SLI...