Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Browser Integration
Commits
79f5e41f
Commit
79f5e41f
authored
Apr 12, 2021
by
Kai Uwe Broulik
🍇
Browse files
Install .desktop file for host
Allows it to access the restricted plasmashell Wayland protocol
parent
a049700d
Changes
2
Hide whitespace changes
Inline
Side-by-side
host/CMakeLists.txt
View file @
79f5e41f
...
...
@@ -39,7 +39,10 @@ target_link_libraries(
PW::LibTaskManager
)
configure_file
(
org.kde.plasma.browser_integration.host.desktop.in
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.plasma.browser_integration.host.desktop @ONLY
)
install
(
TARGETS plasma-browser-integration-host
${
KDE_INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/org.kde.plasma.browser_integration.host.desktop DESTINATION
${
KDE_INSTALL_APPDIR
}
)
install
(
FILES plasma-runner-browsertabs.desktop DESTINATION
${
KDE_INSTALL_DATAROOTDIR
}
/krunner/dbusplugins
)
install
(
FILES plasma-runner-browserhistory.desktop DESTINATION
${
KDE_INSTALL_DATAROOTDIR
}
/krunner/dbusplugins
)
host/org.kde.plasma.browser_integration.host.desktop.in
0 → 100644
View file @
79f5e41f
[Desktop Entry]
Type=Application
Name=Plasma Browser Integration Host
Icon=plasma-browser-integration
Exec=@CMAKE_INSTALL_PREFIX@/bin/plasma-browser-integration-host
NoDisplay=true
#X-systemd-skip=true
X-KDE-Wayland-Interfaces=org_kde_plasma_window_management
Write
Preview
Supports
Markdown
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