all repos — tint2 @ e7dc61565daecfc8661171eb9193f05785396f3e

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Use correct /etc path
o9000 mrovi9000@gmail.com
commit

e7dc61565daecfc8661171eb9193f05785396f3e

parent

4b53bc2a22d2a22a4f946247e54474d5b4ac252e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -257,7 +257,7 @@

install( TARGETS tint2 DESTINATION bin ) install( FILES tint2.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps ) install( FILES tint2.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications ) -install( FILES themes/tint2rc DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 ) +install( FILES themes/tint2rc DESTINATION /etc/xdg/tint2 ) install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 ) install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} ) install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} )