Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-welcome
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-welcome
Commits
0cf91045
Verified
Commit
0cf91045
authored
Feb 06, 2025
by
Кирилл Уницаев
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a autostart file
parent
f666b4a9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
+27
-0
ximper-welcome.spec
.gear/ximper-welcome.spec
+1
-0
meson.build
data/meson.build
+19
-0
ximper-welcome.desktop.in.in
data/ximper-welcome.desktop.in.in
+7
-0
No files found.
.gear/ximper-welcome.spec
View file @
0cf91045
...
...
@@ -48,6 +48,7 @@ install -vD %SOURCE2 .cargo/config.toml
%_desktopdir/%xdg_name.desktop
%_iconsdir/hicolor/*/apps/*.svg
%_datadir/metainfo/%xdg_name.metainfo.xml
%_sysconfdir/xdg/autostart/%name.desktop
%_datadir/%name/
%changelog
...
...
data/meson.build
View file @
0cf91045
...
...
@@ -53,6 +53,25 @@ if desktop_file_validate.found()
)
endif
# autostart
autostartdir = join_paths(get_option('sysconfdir'), 'xdg', 'autostart')
i18n.merge_file(
input: configure_file(
input: '@0@.desktop.in.in'.format(meson.project_name()),
output: '@BASENAME@',
configuration: {
'bindir': bindir,
},
),
output: '@BASENAME@',
type: 'desktop',
po_dir: podir,
install: true,
install_dir: autostartdir,
)
# Resources
resources = gnome.compile_resources(
'resources',
...
...
data/ximper-welcome.desktop.in.in
0 → 100644
View file @
0cf91045
[Desktop Entry]
Name=Ximper Welcome autostart
Type=Application
Exec=@bindir@/ximper-welcome --autostarted
NoDisplay=true
StartupNotify=true
OnlyShowIn=GNOME;Hyprland;
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