init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
34
Telegram/ThirdParty/nimf/bin/nimf-settings/Makefile.am
vendored
Normal file
34
Telegram/ThirdParty/nimf/bin/nimf-settings/Makefile.am
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
bin_PROGRAMS = nimf-settings
|
||||
|
||||
man_MANS = nimf-settings.1
|
||||
|
||||
applicationsdir = $(datadir)/applications
|
||||
applications_DATA = nimf-settings.desktop
|
||||
|
||||
autostartdir = /etc/xdg/autostart
|
||||
autostart_DATA = nimf-settings-autostart.desktop
|
||||
|
||||
@INTLTOOL_DESKTOP_RULE@
|
||||
|
||||
gsettings_SCHEMAS = org.nimf.settings.gschema.xml
|
||||
@GSETTINGS_RULES@
|
||||
|
||||
AM_CFLAGS = \
|
||||
$(EXTRA_CFLAGS) \
|
||||
-I$(top_srcdir)/libnimf \
|
||||
-DNIMF_COMPILATION \
|
||||
-DNIMF_MODULE_DIR=\"$(libdir)/nimf/modules\" \
|
||||
-DG_LOG_DOMAIN=\"nimf\"
|
||||
|
||||
nimf_settings_SOURCES = nimf-settings.c
|
||||
nimf_settings_CFLAGS = \
|
||||
$(NIMF_SETTINGS_DEPS_CFLAGS) \
|
||||
$(AM_CFLAGS)
|
||||
|
||||
nimf_settings_LDFLAGS = $(NIMF_SETTINGS_DEPS_LIBS)
|
||||
nimf_settings_LDADD = $(top_builddir)/libnimf/libnimf.la
|
||||
|
||||
DISTCLEANFILES = \
|
||||
Makefile.in \
|
||||
nimf-settings.desktop \
|
||||
nimf-settings-autostart.desktop
|
||||
13
Telegram/ThirdParty/nimf/bin/nimf-settings/nimf-settings-autostart.desktop.in
vendored
Normal file
13
Telegram/ThirdParty/nimf/bin/nimf-settings/nimf-settings-autostart.desktop.in
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
_Name=Nimf Settings
|
||||
Exec=nimf-settings --gapplication-service
|
||||
Icon=nimf-logo
|
||||
Terminal=false
|
||||
Categories=System;Utility;
|
||||
X-GNOME-AutoRestart=false
|
||||
X-GNOME-Autostart-Notify=false
|
||||
X-GNOME-Autostart-Phase=Application
|
||||
X-KDE-autostart-after=panel
|
||||
X-KDE-StartupNotify=false
|
||||
26
Telegram/ThirdParty/nimf/bin/nimf-settings/nimf-settings.1
vendored
Normal file
26
Telegram/ThirdParty/nimf/bin/nimf-settings/nimf-settings.1
vendored
Normal file
@@ -0,0 +1,26 @@
|
||||
.TH nimf-settings 1 "7 Jun 2019"
|
||||
.SH NAME
|
||||
nimf-settings \- Tool for setting up Nimf
|
||||
.SH SYNOPSIS
|
||||
.B nimf-settings
|
||||
[OPTIONS]
|
||||
.SH DESCRIPTION
|
||||
nimf-settings is a GUI tool for configuring nimf.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
.B \-h, \-\-help
|
||||
Show help messages
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show all options
|
||||
.TP
|
||||
.B \-\-help\-gapplication
|
||||
Show GApplication options
|
||||
.TP
|
||||
.B \-\-gapplication\-service
|
||||
Enter GApplication service mode. Currently this option is used to trigger the
|
||||
nimf indicator.
|
||||
.SH "EXIT STATUS"
|
||||
It returns 0 on success, non-zero on failure.
|
||||
.SH "SEE ALSO"
|
||||
.BR nimf (1)
|
||||
1474
Telegram/ThirdParty/nimf/bin/nimf-settings/nimf-settings.c
vendored
Normal file
1474
Telegram/ThirdParty/nimf/bin/nimf-settings/nimf-settings.c
vendored
Normal file
File diff suppressed because it is too large
Load Diff
8
Telegram/ThirdParty/nimf/bin/nimf-settings/nimf-settings.desktop.in
vendored
Normal file
8
Telegram/ThirdParty/nimf/bin/nimf-settings/nimf-settings.desktop.in
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Encoding=UTF-8
|
||||
_Name=Nimf Settings
|
||||
Exec=nimf-settings
|
||||
Icon=nimf-logo
|
||||
Terminal=false
|
||||
Categories=Settings;
|
||||
11
Telegram/ThirdParty/nimf/bin/nimf-settings/org.nimf.settings.gschema.xml
vendored
Normal file
11
Telegram/ThirdParty/nimf/bin/nimf-settings/org.nimf.settings.gschema.xml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema id="org.nimf.settings"
|
||||
path="/org/nimf/settings/" gettext-domain="nimf">
|
||||
<key type="as" name="xkb-options">
|
||||
<default>['']</default>
|
||||
<summary>xkb options</summary>
|
||||
<description>xkb options</description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
Reference in New Issue
Block a user