Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
LordTermor
Pamac tray icon for plasma
Commits
abcd937f
Commit
abcd937f
authored
Aug 25, 2020
by
LordTermor
Browse files
Added autstart .desktop file
parent
18d5bc8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
CMakeLists.txt
CMakeLists.txt
+3
-0
pamac-tray-plasma.desktop.in
pamac-tray-plasma.desktop.in
+8
-0
No files found.
CMakeLists.txt
View file @
abcd937f
...
...
@@ -30,4 +30,7 @@ target_include_directories(pamac-tray-plasma PUBLIC ${DEPS_INCLUDE_DIRS})
target_link_libraries
(
pamac-tray-plasma Qt5::Core Qt5::Widgets
${
DEPS_LDFLAGS
}
)
configure_file
(
pamac-tray-plasma.desktop.in pamac-tray-plasma.desktop
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/pamac-tray-plasma.desktop DESTINATION /etc/xdg/autostart/
)
install
(
TARGETS pamac-tray-plasma
)
pamac-tray-plasma.desktop.in
0 → 100644
View file @
abcd937f
[Desktop Entry]
Name=Update Notifier Tray Icon
Icon=update-notifier
Exec=pamac-tray-plasma
Terminal=false
Type=Application
StartupNotify=true
OnlyShowIn=KDE;
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