-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
applications: Hide the GNOME Time Admin desktop entry.
- Loading branch information
Martin Wimpress
committed
Feb 17, 2020
1 parent
3a3df69
commit 2145f9a
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Desktop Entry] | ||
Version=1.0 | ||
Name=Time and Date | ||
Comment=Change system time, date, and timezone | ||
Exec=time-admin | ||
Icon=time-admin | ||
Terminal=false | ||
Type=Application | ||
Categories=GNOME;GTK;System;Settings; | ||
X-GNOME-Bugzilla-Bugzilla=GNOME | ||
X-GNOME-Bugzilla-Product=gnome-system-tools | ||
X-GNOME-Bugzilla-Component=time-admin | ||
X-GNOME-Bugzilla-Version=3.0.0 | ||
StartupNotify=true | ||
X-Ubuntu-Gettext-Domain=gnome-system-tools | ||
NoDisplay=true |