For whatever reason, the icon of the application is only in 16x16 and looks fugly on a Windows 10 desktop. The hi-res versions in share/icons/hicolor are png only and as such not recognized by Windows.
Can you test with the attached distribution? It's built with PyInstaller instead of py2exe, so maybe it works differently. I also updated the icon resource to include more sizes: 16x16, 32x32, 48x48, 64x64 and 256x256.
Status: open Group: SVN Created: Fri Oct 02, 2015 05:10 PM UTC by Erik Könnecke Last Updated: Fri Oct 02, 2015 05:10 PM UTC Owner: nobody
For whatever reason, the icon of the application is only in 16x16 and
looks fugly on a Windows 10 desktop. The hi-res versions in
share/icons/hicolor are png only and as such not recognized by Windows.
It's bigger because it uses the more recent PyGobject for Windows version of GTK, and GDK is compiled to use libjpeg/png/... for loading images, instead of GDI. Slower compared to which version?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Status: open Group: SVN Created: Fri Oct 02, 2015 05:10 PM UTC by Erik Könnecke
Last Updated: Sat Oct 03, 2015 09:38 PM UTC Owner: nobody
For whatever reason, the icon of the application is only in 16x16 and
looks fugly on a Windows 10 desktop. The hi-res versions in
share/icons/hicolor are png only and as such not recognized by Windows.
Status: open Group: SVN Created: Fri Oct 02, 2015 05:10 PM UTC by Erik Könnecke
Last Updated: Sat Oct 03, 2015 10:00 PM UTC Owner: nobody
For whatever reason, the icon of the application is only in 16x16 and
looks fugly on a Windows 10 desktop. The hi-res versions in
share/icons/hicolor are png only and as such not recognized by Windows.
OK. Could you please test on the same PC, see if 1.01 is slow too? There have been reports the slowdowns started with 1.01 (see https://sourceforge.net/p/mcomix/bugs/85/#330c) and I would like to confirm this (I don't have access to a Windows machine).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tested on the same laptop with both versions of mcomix 1.01 and 1.01-2 -
couldn't replicate the reported slowness. It was for me just the one dev
version you sent over which had severe lagging, 10 s or more.
OK. Could you please test on the same PC, see if 1.01 is slow too? There
have been reports the slowdowns started with 1.01 (see https://sourceforge.net/p/mcomix/bugs/85/#330c) and I would like to
confirm this (I don't have access to a Windows machine).
Status: open Group: SVN Created: Fri Oct 02, 2015 05:10 PM UTC by Erik Könnecke
Last Updated: Sat Oct 03, 2015 11:41 PM UTC Owner: nobody
For whatever reason, the icon of the application is only in 16x16 and
looks fugly on a Windows 10 desktop. The hi-res versions in
share/icons/hicolor are png only and as such not recognized by Windows.
Can you test with the attached distribution? It's built with PyInstaller instead of py2exe, so maybe it works differently. I also updated the icon resource to include more sizes: 16x16, 32x32, 48x48, 64x64 and 256x256.
Last edit: Benoit Pierre 2015-10-03
Icon works fine now. I think this version is not the one usable right now?
It's two times larger (debug symbols?) and very slow.
Benoit Pierre benoit-pierre@users.sf.net schrieb am Sa., 3. Okt. 2015 um
17:04 Uhr:
Related
Support Requests: #12
It's bigger because it uses the more recent PyGobject for Windows version of GTK, and GDK is compiled to use libjpeg/png/... for loading images, instead of GDI. Slower compared to which version?
Plus there are some extra things included, like MuPDF for PDF support, and the 7z executable.
Are the slowdowns gone if you replace
eggs/mcomix-1.2.dev6-py2.7.egg
with the attached version?Lightning fast. First time: Literally more than 10 s until the white screen
was replaced with menu and sidebar. Now: Instantly.
Benoit Pierre benoit-pierre@users.sf.net schrieb am So., 4. Okt. 2015 um
00:00 Uhr:
Related
Support Requests: #12
OK, what version were you using before? 1.00? Is 1.01 slow too?
I used 1.00 on one computer, I think it was 1.01 on another, had not been
that slow before.
Benoit Pierre benoit-pierre@users.sf.net schrieb am So., 4. Okt. 2015 um
01:41 Uhr:
Related
Support Requests: #12
OK. Could you please test on the same PC, see if 1.01 is slow too? There have been reports the slowdowns started with 1.01 (see https://sourceforge.net/p/mcomix/bugs/85/#330c) and I would like to confirm this (I don't have access to a Windows machine).
I tested on the same laptop with both versions of mcomix 1.01 and 1.01-2 -
couldn't replicate the reported slowness. It was for me just the one dev
version you sent over which had severe lagging, 10 s or more.
Benoit Pierre benoit-pierre@users.sf.net schrieb am Mo., 5. Okt. 2015 um
14:53 Uhr:
Related
Support Requests: #12
OK. Now to find the reason... between the dependencies version change (Pillow, GTK, ...), and all the code change...