1. Are there other folders with .desktop files with entries in the menu a user can copy files to?
2. What does one need to do to have a new .desktop file's menu entry show in the menu without rebooting?

use2. What does one need to do to have a new .desktop file's menu entry show in the menu without rebooting?
Code: Select all
/opt/porteus-scripts/xorg/update-menu
Code: Select all
https://askubuntu.com/questions/674403/when-creating-a-desktop-file-what-are-valid-categories
=============================================
Categories=
Applications; IS NOTHING
SUB-HEADERS NEED THE MAIN HEADER
Development -- Development;
Translation -- Development;Translation;
Web Development -- Development;WebDevelopment;
Education -- Education;
Languages -- Education;Languages;
Mathematics -- Education;Math;
Miscellaneous -- Education; == WHEN AN ITEM IS PLACED UNDER Education ONLY, THE SUB-HEADER Miscellaneous IS CREATED WITH THE ITEM INSIDE ==
Science -- Education;Science;
Games -- Game;
Arcade -- Game;ArcadeGame;
Board Games -- Game;BoardGame;
Card Games -- Game;CardGame;
Games for Kids -- Game;KidsGame;
Logic Games -- Game;LogicGame;
Tactics Strategy -- Game;StrategyGame;
Graphics -- Graphics;Viewer;Photography;
More Applications -- X-KDE-More;
Internet -- Network;FileTransfer;P2P;
More Applications -- X-KDE-More;
Lost Found -- EITHER NO ENTRY OR ANY OF THE FOLLOWING ... Qt;GTK;GNOME;KDE;Motif;Java;ConsoleOnly;Robotics;Sports;ParallelComputing;Amusement;Documentation;Clock;Calculator;
Multimedia -- AudioVideo;Audio;Video;Player;TV;
More Applications -- X-KDE-More;
Office -- Office;Viewer;
More Applications -- X-KDE-More;
Science Math -- Science; AND/OR Math;Physics; == WITHOUT Education; THIS HEADER IS CREATED ==
Settings -- Settings;
System -- System;Compression;
More Applications -- X-KDE-More;
Utilities -- Utility;TextEditor;Accessibility;Documentation;
More Applications -- X-KDE-More;
ZZZ-SINGLES -- Core;KDE;
============================================================
DEVELOPMENT
TRANSLATION
WEB DEVELOPMENT
EDUCATION
LANGUAGES
MATHEMATICS
MISCELLANEOUS
SCIENCE
GAMES
ARCADE
BOARD GAMES
CARD GAMES
GAMES FOR KIDS
LOGIC GAMES
TACTICS & STRATEGY
GRAPHICS
MORE APPLICATIONS
INTERNET
MORE APPLICATIONS
MULTIMEDIA
MORE APPLICATIONS
OFFICE
MORE APPLICATIONS
SCIENCE & MATH
SETTINGS
SYSTEM
MORE APPLICATIONS
UTILITIES
MORE APPLICATIONS
=======================================================
Main Categories. Note that category names are case-sensitive.
Audio
AudioVideo
Development
Education
Game
Graphics
Network
Office
Settings
Utility
Video
AudioVideo;Audio;Video;Development;Education;Game;Graphics;Network;Office;Settings;Utility;
=======================================================
Additional categories
2DGraphics
3DGraphics
Accessibility
ActionGame
AdventureGame
Amusement
ArcadeGame
Archiving
Art
ArtificialIntelligence
Astronomy
AudioVideoEditing
Biology
BlocksGame
BoardGame
Building
Calculator
Calendar
CardGame
Chart
Chat
Chemistry
Clock
Compression
ComputerScience
ConsoleOnly
Construction
ContactManagement
Core
DataVisualization
Database
Debugger
DesktopSettings
Dialup
Dictionary
DiscBurning
Documentation
Economy
Electricity
Electronics
Email
Emulator
Engineering
FileManager
FileTools
FileTransfer
Filesystem
Finance
FlowChart
GNOME
GTK
GUIDesigner
Geography
Geology
Geoscience
HamRadio
HardwareSettings
History
IDE
IRCClient
ImageProcessing
InstantMessaging
Java
KDE
KidsGame
Languages
Literature
LogicGame
Math
MedicalSoftware
Midi
Mixer
Monitor
Motif
Music
News
NumericalAnalysis
OCR
P2P
PDA
PackageManager
ParallelComputing
Photography
Physics
Player
Presentation
Printing
Profiling
ProjectManagement
Publishing
Qt
RasterGraphics
Recorder
RemoteAccess
RevisionControl
Robotics
RolePlaying
Scanning
Science
Security
Sequencer
Simulation
Sports
SportsGame
Spreadsheet
StrategyGame
TV
Telephony
TelephonyTools
TerminalEmulator
TextEditor
TextTools
Translation
Tuner
VectorGraphics
VideoConference
Viewer
WebBrowser
WebDevelopment
WordProcessor
Building;Debugger;IDE;GUIDesigner;Profiling;RevisionControl;Translation;Calendar;ContactManagement;Database;Dictionary;Chart;Email;Finance;FlowChart;PDA;ProjectManagement;Presentation;Spreadsheet;WordProcessor;2DGraphics;VectorGraphics;RasterGraphics;3DGraphics;Scanning;OCR;Photography;Publishing;Viewer;TextTools;DesktopSettings;HardwareSettings;Printing;PackageManager;Dialup;InstantMessaging;Chat;IRCClient;FileTransfer;HamRadio;News;P2P;RemoteAccess;Telephony;TelephonyTools;VideoConference;WebBrowser;WebDevelopment;Midi;Mixer;Sequencer;Tuner;TV;AudioVideoEditing;Player;Recorder;DiscBurning;ActionGame;AdventureGame;ArcadeGame;BoardGame;BlocksGame;CardGame;KidsGame;LogicGame;RolePlaying;Simulation;SportsGame;StrategyGame;Art;Construction;Music;Languages;Science;ArtificialIntelligence;Astronomy;Biology;Chemistry;ComputerScience;DataVisualization;Economy;Electricity;Geography;Geology;Geoscience;History;ImageProcessing;Literature;Math;NumericalAnalysis;MedicalSoftware;Physics;Robotics;Sports;ParallelComputing;Amusement;Archiving;Compression;Electronics;Emulator;Engineering;FileTools;FileManager;TerminalEmulator;Filesystem;Monitor;Security;Accessibility;Calculator;Clock;TextEditor;Documentation;Core;KDE;GNOME;GTK;Qt;Motif;Java;ConsoleOnly;
========================================================
Reserved categories
Applet
Screensaver
Shell
TrayIcon
Screensaver;TrayIcon;Applet;Shell;
=======================================================
It depends on which DE is used.
Code: Select all
xfce4-panel -r
/home/guest/.local/share/applications
Code: Select all
update-desktop-database /home/guest/.local/share/applications
Thank you ncmp.