similar to: Icon .png file loading error after graphics driver upgrade

Displaying 20 results from an estimated 20000 matches similar to: "Icon .png file loading error after graphics driver upgrade"

2004 Dec 15
2
Missing Toolbar Icons?
Hello all. It's been a long while since I posted to this list but here goes. When running the latest sidenet config I get no toolbar Icons in IE. Where the icons are supposed to be is just an empty space. (that you can still hover over). The console shows a fair amount of errors. Icon related error is: err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32 This is a
2019 Apr 08
1
[PATCH] inspect: get icon of OpenMandriva guests
Followup of commit a4ef6716b4119e476949c55f1bc12d81e735f0c0. --- lib/inspect-icon.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/inspect-icon.c b/lib/inspect-icon.c index 5c7da0476..725af574b 100644 --- a/lib/inspect-icon.c +++ b/lib/inspect-icon.c @@ -67,6 +67,7 @@ static char *icon_cirros (guestfs_h *g, size_t *size_r); static char *icon_voidlinux (guestfs_h *g,
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 84d4e4a..695f038 100644 --- a/lib/inspect-icon.c +++
2007 Jan 23
2
Thunderbird package chrome icon
Hello, Since starting to use the Thunderbird package provided through the CentOS yum repos (currently using thunderbird-1.5.0.9-0.1.el4.centos4), my co-worker and I have noticed that we no longer have a Thunderbird icon in the title bar of any of the Thunderbird application windows. I was able to fix this by creating the directory /usr/lib/thunderbird-1.5.0.9/chrome/icons/default/ and
2018 Nov 18
5
CentOS 7 + GNOME : all icon themes broken after update from CR
Hi, I just upgraded one of my CentOS 7 + GNOME desktops from the CR repo. After the upgrade, it seems like all of the icon themes are broken. Missing icons everywhere. Any idea what's going on here ? Cheers, Niki -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Site : https://www.microlinux.fr Blog : https://blog.microlinux.fr Mail : info at
2009 Feb 27
2
Smth. about "Icon=" option in .desktop files created by WINE
When I install some Win32 application using WINE, it creates associated menu item file for it, located at ~/.local/share/applications/wine/Programs/***Program title***/***Program shortcut.desktop***. Well, inside this file I see option named "Icon", where path to some icon is set. Sometimes this path points to some PNG image file, but sometimes it points to something I don't have a
2019 Feb 11
1
[PATCH] inspect: fix icon of RHEL
Use a better icon for RHEL guests, still provided by redhat-logos (or equivalent in downstream distributions), and which fits a better definition of logo for the distribution. Thanks to Ray Strode for the hints. --- 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 e785a2172..5c7da0476 100644 ---
2006 Nov 28
1
Duplicate Icons on Desktop after Upgrade
Hi, I'm recently upgraded to samba-3.0.23d from 3.0.21 on an OpenBSD 4.0 server. I'm using folder redirection to redirect the Application Data, Desktop, My Documents, and Favorites folders off to /profiles/username on the server. Two users now have duplicate file icons on their desktops. For example, if there is a file named test.doc in the /profiles/username/Desktop directory on
2019 Feb 07
1
[PATCH] inspect: get icon of Gentoo guests
The icon is installed by x11-themes/gentoo-artwork, which is not installed by default (and most probably only on "desktop" installations), although it's the best hit so far... --- lib/inspect-icon.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lib/inspect-icon.c b/lib/inspect-icon.c index 623591aa6..e785a2172 100644 --- a/lib/inspect-icon.c +++
2006 Nov 05
1
Update icon cache
Hello all, How can I update the icon cache in /usr/share/icons/gnome? I tried gtk-update-icon-cache but the command is not found. Thanks, Michael -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20061106/b0f069e5/attachment-0002.html>
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
2010 Jul 16
1
Graphics problem with Wine 1.2rc7 and Shareaza 2.5.3
I'm running Shareaza 2.5.3 on MacOS X 10.6.4 via Mike Kronenberg's OS X build of Wine 1.2rc2. In this version, the background of Shareaza's splash screen is black (but the status message texts on the splash screen are displayed correctly) and the menu icons are also drawn garbled (squares of coloured dots, actually). Both were drawn correctly in Wine 1.1.x. Has anybody else experienced
2012 Oct 26
1
R 2.15.2 still missing two files useful with the X11 icon patch
Congrats on getting 2.15.2 out on schedule. Debian builds have been uploaded. It is my understanding that Phil's patch for the X11 logo -- so promimently featured as the first item in the NEWS file for the release -- offers more when two extra files are supplied. I have supplied these for the Debian test release, for our 2.15.1-* releases and again now. We install these files as
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 than
2019 Oct 05
2
How to add an application icon?
> > >>> How to add an application icon to gnome 3 classic desktop on centos 8? > >>> TIA > >> Using firefox as an example, > >> > >> cp /usr/share/applications/firefox.desktop $(xdg-user-dir DESKTOP)/ > >> > >> or > >> > >> ln -s /usr/share/applications/firefox.desktop $(xdg-user-dir DESKTOP)/ > >>
2010 Mar 08
1
¿Can I detect tray icon position of a Wine app?
Hi Many Windows apps uses a tray icon. ?There are a command or method to determine x and y corrds of that icon?. I want this to develop a notifier that shows a balloon "growing" from tray icon. Thanks in adavance :)
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/.
2008 May 11
4
Icon generation?
I am aware that wine will create a .xpm for the icon in the program file, but how would I create it after a "manual install"? I recently copied mspaint from my win partition to my wine installation and would like an icon on the user desktop link. Several programs I have for windows may require a manual install, so I would like to know how the .xpm is created.
2012 Jun 07
2
x11 icon and class
The X11 device driver does not provide the X window manager with an icon (_NET_WM_ICON) or, under some circumstances, with a class (WM_CLASS). This hinders usability under the new stable version of Ubuntu, which has a (new) user interface centered around icons. I am not sure if this was a conscious choice by r-core or simply a low priority. In case of the latter, I attach a patch against
2011 Jul 12
1
Clearlooks & Bluecurve icons missing from Centos 6
The Clearlooks and Bluecurve icon directories that were provided under Centos 5 that have disappeared on Centos 6. Clearlooks icons were provided by gnome-themes-2.16.0-1.fc6 and has disappeared with gnome-themes-2.28.1-6.el6.noarch, and Bluecurve icons were provided by redhat-artwork-5.1.0-28.el5.centos, which doesn't appear to exist at all with Centos 6. Were these icons removed for a