This icon is more accurate than the more generic applications-internet.
Includes a tdeconf_update script.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit e84954ddc1
)
r14.1.x
parent
0657fdb9fe
commit
5bb53d8675
@ -0,0 +1,18 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# Copyright © 2024 Mavridis Philippe <mavridisf@gmail.com #
|
||||
# #
|
||||
# Licensed under the terms of GNU General Public License v2 or later. #
|
||||
# Improvements are welcome! #
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
install(
|
||||
FILES remote_folder_icon.upd
|
||||
DESTINATION ${KCONF_UPDATE_INSTALL_DIR}
|
||||
)
|
||||
|
||||
install(
|
||||
PROGRAMS remote_folder_icon_upd.sh
|
||||
DESTINATION ${KCONF_UPDATE_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,2 @@
|
||||
Id=remote_folder_icon_update
|
||||
Script=remote_folder_icon_upd.sh
|
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
find "$HOME/.trinity/share/apps/remoteview" -type f -iname "*.desktop" -print0 2>/dev/null | \
|
||||
xargs -r0 sed -ri "s|Icon=applications-internet|Icon=server|g"
|
Loading…
Reference in new issue