Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
debs
gnome-clocks
Commits
dd4613af
Commit
dd4613af
authored
Nov 27, 2020
by
Julian Sparber
Browse files
autostart gnome-clocks
parent
50884b98
Pipeline
#61621
passed with stages
in 8 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/meson.build
View file @
dd4613af
...
...
@@ -37,6 +37,15 @@ custom_target('desktop-file',
]
)
desktop_daemon_file = i18n.merge_file(
input : 'org.gnome.clocks-daemon.desktop.in',
output : '@0@-daemon.desktop'.format(app_id),
type : 'desktop',
po_dir : '../po',
install : true,
install_dir : join_paths(get_option('sysconfdir'), 'xdg/autostart')
)
dbusconf = configuration_data()
dbusconf.set('bindir', join_paths(get_option('prefix'), get_option('bindir')))
dbusconf.set('name', app_id)
...
...
@@ -81,4 +90,4 @@ configure_file(
configuration: gsettingsconf,
install: true,
install_dir: join_paths(get_option('datadir'), 'glib-2.0', 'schemas'),
)
\ No newline at end of file
)
data/org.gnome.clocks-daemon.desktop.in
0 → 100644
View file @
dd4613af
[Desktop Entry]
Name=Clocks
GenericName=Clocks
X-GNOME-FullName=GNOME Clocks
Comment=Clocks for world times, plus alarms, stopwatch and a timer
# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon!
Keywords=time;timer;alarm;world clock;stopwatch;time zone;
Exec=gnome-clocks --hidden
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=@icon@
Terminal=false
Type=Application
Categories=GNOME;GTK;Utility;Clock;
StartupNotify=false
NoDisplay=true
X-GNOME-AutoRestart=true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment