Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
3a8b816a
Verified
Commit
3a8b816a
authored
Mar 22, 2026
by
Kirill Unitsaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbus: remove SystemdService from D-Bus service files
parent
ae5d1d56
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
4 deletions
+1
-4
ximper-shell-notification-center.spec
.gear/ximper-shell-notification-center.spec
+0
-1
meson_options.txt
meson_options.txt
+1
-1
ru.ximperlinux.shell.NotificationCenter.cc.service.in
...bus/ru.ximperlinux.shell.NotificationCenter.cc.service.in
+0
-1
ru.ximperlinux.shell.NotificationCenter.service.in
...s/dbus/ru.ximperlinux.shell.NotificationCenter.service.in
+0
-1
No files found.
.gear/ximper-shell-notification-center.spec
View file @
3a8b816a
...
...
@@ -53,7 +53,6 @@ A component of the Ximper Shell.
%_bindir/%name
%_bindir/%name-client
%_userunitdir/%name.service
%_datadir/dbus-1/services/%xdg_name.service
%_datadir/dbus-1/services/%xdg_name.cc.service
%_datadir/glib-2.0/schemas/%xdg_name.gschema.xml
...
...
meson_options.txt
View file @
3a8b816a
option('systemd-service', type: 'boolean', value:
tru
e, description: 'Install systemd user service unit.')
option('systemd-service', type: 'boolean', value:
fals
e, description: 'Install systemd user service unit.')
option('pulse-audio', type: 'boolean', value: true, description: 'Provide PulseAudio Widget.')
option('ddc', type: 'boolean', value: true, description: 'Provide DDC/CI monitor brightness control via libddcutil.')
option('man-pages', type: 'boolean', value: true, description: 'Install all man pages.')
...
...
services/dbus/ru.ximperlinux.shell.NotificationCenter.cc.service.in
View file @
3a8b816a
[D-BUS Service]
Name=ru.ximperlinux.shell.NotificationCenter
Exec=@bindir@/ximper-shell-notification-center
SystemdService=ximper-shell-notification-center.service
services/dbus/ru.ximperlinux.shell.NotificationCenter.service.in
View file @
3a8b816a
[D-BUS Service]
Name=org.freedesktop.Notifications
Exec=@bindir@/ximper-shell-notification-center
SystemdService=ximper-shell-notification-center.service
Write
Preview
Markdown
is supported
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