Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
thunar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xfce
thunar
Commits
ade6805e
Commit
ade6805e
authored
7 years ago
by
Simon McVittie
Committed by
Alexander Schwinn
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add a systemd user unit for the two D-Bus session services (bug #12236)
parent
23894cd9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile.am
+10
-3
10 additions, 3 deletions
Makefile.am
org.xfce.FileManager.service.in
+1
-0
1 addition, 0 deletions
org.xfce.FileManager.service.in
org.xfce.Thunar.service.in
+1
-0
1 addition, 0 deletions
org.xfce.Thunar.service.in
thunar.service.in
+10
-0
10 additions, 0 deletions
thunar.service.in
with
22 additions
and
3 deletions
Makefile.am
+
10
−
3
View file @
ade6805e
...
...
@@ -65,7 +65,7 @@ desktop_in_in_files = \
Thunar-bulk-rename.desktop.in.in
\
Thunar-folder-handler.desktop.in.in
desktop_in_files
=
$(
desktop_in_in_files:.desktop.in.in
=
.desktop.in
)
%.desktop.in
:
%.desktop.in.in
%.desktop.in
:
%.desktop.in.in
Makefile
$(
AM_V_GEN
)
$(
SED
)
-e
"s,
\@
HELPERDIR
\@
,
$(
HELPER_PATH_PREFIX
)
,g"
<
$<
>
$@
desktop_DATA
=
$(
desktop_in_files:.desktop.in
=
.desktop
)
@INTLTOOL_DESKTOP_RULE@
...
...
@@ -81,14 +81,19 @@ appdata_in_files = thunar.appdata.xml.in
servicedir
=
$(
datadir
)
/dbus-1/services
service_in_files
=
org.xfce.FileManager.service.in org.xfce.Thunar.service.in
service_DATA
=
$(
service_in_files:.service.in
=
.service
)
%.service
:
%.service.in
systemd_userdir
=
$(
prefix
)
/lib/systemd/user
systemd_user_in_files
=
thunar.service.in
systemd_user_DATA
=
$(
systemd_user_in_files:.service.in
=
.service
)
%.service
:
%.service.in Makefile
$(
AM_V_GEN
)
$(
SED
)
-e
"s,
\@
bindir
\@
,
$(
bindir
)
,g"
<
$<
>
$@
polkit_policydir
=
$(
datadir
)
/polkit-1/actions
polkit_in_in_files
=
\
org.xfce.thunar.policy.in.in
polkit_in_files
=
$(
polkit_in_in_files:.policy.in.in
=
.policy.in
)
%.policy.in
:
%.policy.in.in
%.policy.in
:
%.policy.in.in
Makefile
sed
-e
"s,
\@
bindir
\@
,
$(
bindir
)
,g"
<
$<
>
$@
polkit_policy_DATA
=
$(
polkit_in_files:.policy.in
=
.policy
)
@INTLTOOL_POLICY_RULE@
...
...
@@ -102,6 +107,7 @@ EXTRA_DIST = \
intltool-update.in
\
$(
desktop_in_in_files
)
\
$(
service_in_files
)
\
$(
systemd_user_in_files
)
\
$(
appdata_in_files
)
\
$(
polkit_in_in_files
)
\
m4/introspection.m4
...
...
@@ -116,6 +122,7 @@ DISTCLEANFILES = \
$(
desktop_in_files
)
\
$(
desktop_DATA
)
\
$(
service_DATA
)
\
$(
systemd_user_DATA
)
\
$(
polkit_in_files
)
\
$(
polkit_policy_DATA
)
...
...
This diff is collapsed.
Click to expand it.
org.xfce.FileManager.service.in
+
1
−
0
View file @
ade6805e
[D-BUS Service]
Name=org.xfce.FileManager
Exec=@bindir@/Thunar --gapplication-service
SystemdService=thunar.service
\ No newline at end of file
This diff is collapsed.
Click to expand it.
org.xfce.Thunar.service.in
+
1
−
0
View file @
ade6805e
[D-BUS Service]
Name=org.xfce.Thunar
Exec=@bindir@/Thunar --gapplication-service
SystemdService=thunar.service
\ No newline at end of file
This diff is collapsed.
Click to expand it.
thunar.service.in
0 → 100644
+
10
−
0
View file @
ade6805e
[Unit]
Description=Thunar file manager
Documentation=man:Thunar(1)
[Service]
Type=dbus
ExecStart=@bindir@/Thunar --daemon
# This is the name that is taken second, so by the time this one is taken,
# we know everything is good.
BusName=org.xfce.FileManager
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment