search for: icons

Displaying 20 results from an estimated 3238 matches for "icons".

Did you mean: cons
2018 Nov 29
0
Wine release 3.0.4
The Wine maintenance release 3.0.4 is now available. What's new in this release (see below for details): - Added a lot of icons in Shell32 - Various bug fixes The source is available from the following locations: https://dl.winehq.org/wine/source/3.0/wine-3.0.4.tar.xz http://mirrors.ibiblio.org/wine/source/3.0/wine-3.0.4.tar.xz Binary packages for various distributions will be available from: https://www.winehq....
2007 Oct 29
0
5 commits - data/icons
data/icons/16x16/Makefile.am | 3 +++ data/icons/22x22/Makefile.am | 3 +++ data/icons/24x24/Makefile.am | 3 +++ data/icons/32x32/Makefile.am | 3 +++ data/icons/48x48/Makefile.am | 3 +++ data/icons/scalable/Makefile.am | 3 +++ 6 files changed, 18 insertions(+) New commits...
2019 Feb 06
4
[PATCH 0/3] inspect: icon improvements for Mageia & *SUSE
See individual patches. Pino Toscano (3): inspect: bump size limit for Mageia guests inspect: factor out find_png helper function inspect: revamp icon extraction for *SUSE guests lib/inspect-icon.c | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) -- 2.20.1
2018 Aug 31
0
Wine release 3.15
The Wine development release 3.15 is now available. What's new in this release (see below for details): - Support for DPI scaling on Android. - HID device support in Raw Input. - Many more new icons in Shell32. - WinHTTP converted to use Windows Sockets. - Syntax fixes in the command line interpreter. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/3.x/wine-3.15.tar.xz http://mirrors.ibiblio.org/wine/source/3.x/wine-3.15....
2006 Jun 12
5
railish icons?
This is a little off topic but someone here knows, I''m sure... Does anyone have a good site to find freely available standard icons for things like add/edit/delete/save? I''m looking for a set of clean and simple matching icons that capture that Railsy-Web 2.0 feel... Maybe icons aren''t Railsy... Steven -- Posted via http://www.ruby-forum.com/.
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
AUTHORS | 1 + configure.ac | 1 + data/icons/16x16/Makefile.am | 2 ++ data/icons/16x16/swfdec.png |binary data/icons/22x22/swfdec.png |binary data/icons/Makefile.am | 2 +- 6 files changed, 5 insertions(+), 1 deletion(-) New commits: commit d6d82c2ed0e54d070fd0fd2bca41829aed370f4f Author: Benjamin Otte <otte at gnome.org&...
2007 Oct 18
6
Bug in minimal.rb
...t;} # => {:a=>"foo"} So we gain: TreeCtrl.new(parent, :pos => [5, 25], :size => [100, 300] ) TreeCtrl.new(parent, pos: [5, 25], size: [100, 300] ) Aside from the earned praise, I found a glitch in samples/minimal/minimal.rb: - # PNG is a good choice for cross-platofrm icons + # PNG is a good choice for cross-platform icons icon_file = File.join( File.dirname(__FILE__), ''mondrian.png'') - self.icon = Wx::Icon.new(icon_file) + self.icon = Wx::Icon.new(icon_file, Wx::BITMAP_TYPE_PNG) Without Wx::BITMAP_TYPE_PNG it does not recognize the ico...
2010 Dec 01
5
Wine icons for Windows applications
Hi, The latest version of Wine on a Ubuntu/Gnome system automatically creates the correct icons when shortcuts are placed in the desktop or "virtual start menu". However, it seems that the largest icon created is 48x48. Can this size be increased as these icons look fuzzy when using applications like Docky with zoom enabled? (or does this need to be changed somewhere else rather tha...
2009 Jan 05
10
Simple windows application not quite working
...et_hPal unimplemented for type 3. Returning 0 palette. fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette. fixme:ole:OLEPictureImpl_SaveAsFile (0x141668)->(0x14a970, 0, (nil)), hacked stub. fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering icons... fixme:ole:OLEPictureImpl_Render Not...
2007 Mar 19
2
use Windows icons in Wine?
Is there some method to use a Windows program icon in Wine? droid
2007 Mar 19
1
Playing online game
Hi, I'm new to all things 'Wine' so I'm hoping for some help. Unfortunately all I've got is a long terminal output which doesn't mean a lot to me. I've attached it below. I'm sorry it's so long. the two problems manifest themselves in this way: 1. The icons on the program don't all show. (some do!) 2. It cannot connect to the internet web site. Thanks for any assistance. John wine "c:\Program Files\3DFiBs\3dfibs.exe" fixme:ole:CoRegisterMessageFilter stub fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette...
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
.gitignore | 3 Makefile.am | 16 -- configure.ac | 11 + data/.gitignore | 3 data/Makefile.am | 30 +++ data/icons/22x22/Makefile.am | 2 data/icons/22x22/swfdec.png |binary data/icons/24x24/Makefile.am | 2 data/icons/24x24/swfdec.png |binary data/icons/32x32/Makefile.am | 2 data/icons/32x32/swfdec.png |binary data/icons/48x48/Makefile.am | 2 data/icons/48x48/swfdec...
2015 May 07
2
Apache 2.2 itk - 404 not found
...uot; \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent CustomLog logs/access_log combined ServerSignature On Alias /icons/ "/var/www/icons/" <Directory "/var/www/icons"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory> <IfModule mod_dav_fs.c> # Location of the WebDAV l...
2010 Mar 29
2
Veto files with question mark
Hi ! I would like to remove from listing the "Icon?" files created by mac user when they customize their folder icon. So I did in my smb.conf : veto files = /Icon?/ ok it's working, but "Icone" "Iconx" "Icons" will be removed too. I tried veto files = /Icon\?/ but it's not working, Is there a way to use question mark (?) but not as a wild-card ? Thanks in advance for your answer, Best regards, OmBreNoiRe
2007 Dec 20
5
[Bug 13750] New: Repetitively Taking Screenshots Causes the X Server to Hang
http://bugs.freedesktop.org/show_bug.cgi?id=13750 Summary: Repetitively Taking Screenshots Causes the X Server to Hang Product: xorg Version: 7.2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nVidia (open) AssignedTo: aplattner
2019 Apr 08
1
[PATCH] inspect: get icon of OpenMandriva guests
...(g, &size); + } } else if (STREQ (type, "windows")) { #if CAN_DO_WINDOWS @@ -453,6 +457,18 @@ icon_gentoo (guestfs_h *g, size_t *size_r) return get_png (g, GENTOO_ICON, size_r, 10240); } +static char * +icon_openmandriva (guestfs_h *g, size_t *size_r) +{ + const char *icons[] = { + "/usr/share/icons/large/mandriva.png", + "/usr/share/icons/mandriva.png", + NULL + }; + + return find_png (g, icons, size_r, 10240); +} + #if CAN_DO_WINDOWS /* Windows, as usual, has to be much more complicated and stupid than -- 2.20.1
2010 May 22
1
Multiple regressions in alt.binz
Alt-binz 0.28.5 used to run fine under Wine. It have recently started using significantly more memory and since 1.2-rc1 it gives an error when starting up. I'm currently running a regression test for the error. The memory is harder to test, since it grows slowly. (Any other factors that can cause it? I'm now running Compiz an) Log for when it gives error: (Launched with alias that
2017 Mar 20
1
[PATCH] inspect: get a better icon for ALT Linux guests (RHBZ#1433937)
Use a 64px icon which is in the menu-icons-default package, hopefully part of the default installation of any flavour. Updates commit 9928296c1ca8df5bd8f108ed00039adc6468cac3. Thanks to: Xiang Hua Chen. --- lib/inspect-icon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inspect-icon.c b/lib/inspect-icon.c index...
2019 Feb 11
1
[PATCH] inspect: fix icon of RHEL
...ect-icon.c @@ -321,7 +321,7 @@ icon_rhel (guestfs_h *g, int major, size_t *size_r) if (major < 7) shadowman = "/usr/share/pixmaps/redhat/shadowman-transparent.png"; else - shadowman = "/usr/share/pixmaps/fedora-logo-sprite.png"; + shadowman = "/usr/share/icons/hicolor/96x96/apps/system-logo-icon.png"; return get_png (g, shadowman, size_r, 102400); } -- 2.20.1
2005 Sep 15
2
How to extract icons?
Hi! If I have a Windows-program, which comes with an installer and the program wants to create icons on the desktop, then Wine creates on the desktop a link to the installed program, extract an xpm icon from it and use it as icon for the desktop. But if I have a program with no installer and I want to bring it manually on the desktop (what I already have done), how can I extract the nice icon f...