A bit more tweaking to try to get the icon to work.

This commit is contained in:
2025-05-20 02:10:36 -04:00
parent 2e06959fb0
commit f41a7bd7c3
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ EXTRA_DIST = README.md Doxyfile flenserrc install-dpi-local d_size.h
sysconf_DATA = flenserrc sysconf_DATA = flenserrc
desktopdir = $(datadir)/applications desktopdir = $(datadir)/applications
desktop_DATA = flenser.desktop desktop_DATA = Flenser.desktop
appicon48dir = $(datadir)/icons/hicolor/48x48/apps/ appicon48dir = $(datadir)/icons/hicolor/48x48/apps/
appicon48_DATA = icons/48x48/flenser.png appicon48_DATA = icons/48x48/flenser.png

View File

@ -3,5 +3,5 @@ make distclean
pushd .. pushd ..
./autogen.sh ./autogen.sh
popd popd
../configure --prefix=/opt/local --enable-ipv6 CXXFLAGS="-O0 -g" ../configure --prefix=/usr --enable-ipv6 CXXFLAGS="-O0 -g"
make -kj11 make -kj11