Skip to content

Commit

Permalink
Add new Falkon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Feb 23, 2018
1 parent c6aefbb commit 86d3ebe
Show file tree
Hide file tree
Showing 38 changed files with 163 additions and 77 deletions.
2 changes: 1 addition & 1 deletion linux/applications/org.kde.falkon.desktop
Expand Up @@ -21,7 +21,7 @@ Name[uk]=Falkon
Name[x-test]=xxFalkonxx
Name[zh_CN]=Falkon
Type=Application
Icon=qupzilla
Icon=falkon
Categories=Network;WebBrowser;
Comment=A fast and secure web browser
Comment[ar]=متصفّح وبّ سريع وآمن
Expand Down
4 changes: 2 additions & 2 deletions linux/build-appimage.sh
Expand Up @@ -281,8 +281,8 @@ for LNKS in {libssl.so,libssl.so.10,libssl.so.1.0.0} ; do
done

cp ../linux/applications/org.kde.falkon.desktop bundle_build_dir
cp ../linux/pixmaps/qupzilla.png bundle_build_dir
ln -s qupzilla.png bundle_build_dir/.DirIcon
cp ../linux/pixmaps/falkon.png bundle_build_dir
ln -s falkon.png bundle_build_dir/.DirIcon

pushd bundle_build_dir
mv bin/falkon ./ && rm -fr bin
Expand Down
Binary file added linux/hicolor/128-apps-falkon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed linux/hicolor/128-apps-qupzilla.png
Binary file not shown.
Binary file added linux/hicolor/16-apps-falkon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed linux/hicolor/16-apps-qupzilla.png
Binary file not shown.
Binary file added linux/hicolor/256-apps-falkon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed linux/hicolor/256-apps-qupzilla.png
Binary file not shown.
Binary file added linux/hicolor/32-apps-falkon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed linux/hicolor/32-apps-qupzilla.png
Binary file not shown.
Binary file added linux/hicolor/48-apps-falkon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed linux/hicolor/48-apps-qupzilla.png
Binary file not shown.
Binary file added linux/hicolor/64-apps-falkon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed linux/hicolor/64-apps-qupzilla.png
Binary file not shown.
50 changes: 50 additions & 0 deletions linux/hicolor/sc-apps-falkon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added linux/pixmaps/falkon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed linux/pixmaps/qupzilla.png
Binary file not shown.
6 changes: 3 additions & 3 deletions src/lib/app/mainapplication.cpp
Expand Up @@ -112,7 +112,7 @@ MainApplication::MainApplication(int &argc, char** argv)

setApplicationName(QLatin1String("falkon"));
setOrganizationDomain(QLatin1String("org.kde"));
setWindowIcon(QIcon::fromTheme(QSL("qupzilla"), QIcon(QSL(":icons/exeicons/qupzilla-window.png"))));
setWindowIcon(QIcon::fromTheme(QSL("falkon"), QIcon(QSL(":icons/falkon.svg"))));
setDesktopFileName(QSL("org.kde.falkon"));

#ifdef GIT_REVISION
Expand Down Expand Up @@ -1240,8 +1240,8 @@ void MainApplication::createJumpList()
void MainApplication::initPulseSupport()
{
qputenv("PULSE_PROP_OVERRIDE_application.name", "Falkon");
qputenv("PULSE_PROP_OVERRIDE_application.icon_name", "qupzilla");
qputenv("PULSE_PROP_OVERRIDE_media.icon_name", "qupzilla");
qputenv("PULSE_PROP_OVERRIDE_application.icon_name", "falkon");
qputenv("PULSE_PROP_OVERRIDE_media.icon_name", "falkon");
}

#if defined(Q_OS_WIN) && !defined(Q_OS_OS2)
Expand Down
6 changes: 3 additions & 3 deletions src/lib/data/icons.qrc
@@ -1,7 +1,8 @@
<RCC>
<qresource prefix="/">
<file>icons/qupzilla.png</file>
<file>qupzilla.png</file>
<file>icons/falkon.svg</file>
<file>icons/falkon-black.svg</file>
<file>icons/falkon-white.svg</file>
<file>icons/menu/history.svg</file>
<file>icons/menu/history_entry.svg</file>
<file>icons/menu/tab-new.svg</file>
Expand Down Expand Up @@ -31,7 +32,6 @@
<file>icons/browsers/ie.png</file>
<file>icons/browsers/ie@2x.png</file>
<file>icons/browsers/html.svg</file>
<file>icons/exeicons/qupzilla-window.png</file>
<file>icons/sites/duck.png</file>
<file>icons/sites/google.png</file>
<file>icons/sites/translate.png</file>
Expand Down
Binary file added src/lib/data/icons/exeicons/falkon.icns
Binary file not shown.
Binary file added src/lib/data/icons/exeicons/falkon.ico
Binary file not shown.
Binary file removed src/lib/data/icons/exeicons/page_os2.ico
Binary file not shown.
Binary file removed src/lib/data/icons/exeicons/qupzilla-window.png
Binary file not shown.
Binary file removed src/lib/data/icons/exeicons/qupzilla.icns
Binary file not shown.
Binary file removed src/lib/data/icons/exeicons/qupzilla.ico
Binary file not shown.
Binary file removed src/lib/data/icons/exeicons/qupzilla_os2.ico
Binary file not shown.
23 changes: 23 additions & 0 deletions src/lib/data/icons/falkon-black.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions src/lib/data/icons/falkon-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions src/lib/data/icons/falkon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/lib/data/icons/qupzilla.png
Binary file not shown.
Binary file removed src/lib/data/qupzilla.png
Binary file not shown.

0 comments on commit 86d3ebe

Please sign in to comment.