Merge branch 'icon' into master

* icon:
  A bit more tweaking to try to get the icon to work.
  Add new icon.

 Conflicts:
	rebuild
This commit is contained in:
2025-05-31 08:38:59 -04:00
8 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ Name=Flenser
Comment=Fast and small graphical web browser Comment=Fast and small graphical web browser
MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https; MimeType=text/html;text/xml;application/xhtml+xml;x-scheme-handler/http;x-scheme-handler/https;
Exec=flenser %U Exec=flenser %U
Icon=dillo Icon=flenser
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Network;WebBrowser; Categories=Network;WebBrowser;

View File

@ -7,12 +7,12 @@ 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/dillo.png appicon48_DATA = icons/48x48/flenser.png
appicon128dir = $(datadir)/icons/hicolor/128x128/apps/ appicon128dir = $(datadir)/icons/hicolor/128x128/apps/
appicon128_DATA = icons/128x128/dillo.png appicon128_DATA = icons/128x128/flenser.png
EXTRA_DIST += $(desktop_DATA) $(appicon48_DATA) $(appicon128_DATA) EXTRA_DIST += $(desktop_DATA) $(appicon48_DATA) $(appicon128_DATA)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

BIN
icons/128x128/flenser.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

BIN
icons/48x48/flenser.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
icons/FlenserIcon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB

View File

@ -8,5 +8,5 @@ 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 -kj${count} make -kj${count}