search for: 48x48

Displaying 20 results from an estimated 37 matches for "48x48".

Did you mean: 4848
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 simply the shortcut, but the actual running application icon)? Thank you, Adam
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: commit 797ff16e0578aff66902b701d7bd77351e6eb55d Merge: 6674b8f... 2586d9b... Author: Stephane Loeuillet <leroutier at gmail.com> Date: Mon Oct 29 23:33:23 2007 +0100 M...
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
...ata/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.png |binary data/icons/Makefile.am | 1 data/icons/scalable/Makefile.am | 2 data/icons/scalable/swfdec.svg | 320 ++++++++++++++++++++++++++++++++++++++++ data/swfdec-gtk.pc.in | 11 + data/swfdec.pc.in...
2001 Jun 13
3
Wine installer
.../icons/png/hicolor/all/mini.wine.png /usr/X11R6/share/icons/png/hicolor/16x16/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/16x16/apps/wine.png /usr/X11R6/share/icons/png/hicolor/32x32/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/32x32/apps/wine.png /usr/X11R6/share/icons/png/hicolor/48x48/apps/wine_doc.png /usr/X11R6/share/icons/png/hicolor/48x48/apps/wine.png /usr/X11R6/share/icons/xpm/hicolor/all/normal.wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/all/big.wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/all/mini.wine_doc.xpm /usr/X11R6/share/icons/xpm/hicolor/all/big.wine.xpm /u...
2007 Apr 15
0
correlation between multiple adjacency matrix graphs
I'm looking for a way to do (product moment) graph correlation between multiple unlabeled graphs G to Gn. Basically I have 900 individual samples of a 48x48 adjacency matrix which I've listed as a 3rd dimension of a single array. So it looks something like [48,48,i] where i is each individual subject's adjacency matrix. If i run the gcor function on any two graphs for example [,,1] & [,, 2] it returns a single graph correlation value...
2006 Jun 20
1
An application's icon raise "Invalid ico file format" during setup
...file format err:menubuilder:InvokeShellLinker failed to fork and exec winshelllink --- The icon is obviously ok under Windows; it is a true-color icon composed by the following bitmaps: 16x16 24bit bitmap 32x32 24 bit bitmap 32x32 32 bit bitmap with antialiasing (shows smooth borders under WinXP) 48x48 32 bit bitmap with antialiasing (shows smooth borders under WinXP) You can download and try the setup from http://download.danea.it/demo/def2006demo09b.exe Is this a known problem of Wine or should I post in in Bugzilla? Bye! Paolo
2015 Aug 10
2
"enable dri3 support without glamor" causes gnome-shell regression on nv4x
...h 0 usage 0 flags 0 nv30_miptree_create 1x1 uniform_pitch 0 usage 0 flags 0 nv30_miptree_create 1x1 uniform_pitch 0 usage 0 flags 0 @@ -12,6 +12,7 @@ nv30_miptree_create 256x256 uniform_pitch 0 usage 0 flags 0 nv30_miptree_create 512x512 uniform_pitch 0 usage 0 flags 0 nv30_miptree_create 48x48 uniform_pitch 192 usage 0 flags 0 +nv30_miptree_create 16x16 uniform_pitch 0 usage 0 flags 0 nv30_miptree_create 24x24 uniform_pitch 128 usage 0 flags 0 nv30_miptree_create 24x24 uniform_pitch 128 usage 0 flags 0 nv30_miptree_create 24x24 uniform_pitch 128 usage 0 flags 0 @@ -20,29 +21,24 @@...
2007 Feb 07
0
Icon proposal
...omewhat old-fashioned and I don't like that 3D-ish style. Therefor, I played a bit around with Inkscape and made an R logo according to the Tango Icon Theme Guidelines <http://tango.freedesktop.org/Tango_Icon_Theme_Guidelines>. It is in SVG format, and therefor scalable, but optimized for 48x48 and larger. Smaller sizes might need some retouching to stay sharp. Not everybody might feel about the R logo as I do, so this is in no way an attempt to replace the current logo. But maybe somebody likes the look of my new logo and wants to use it as an icon or something. The SVG file: http://ww...
2007 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
...x 52ac41e..3965243 100644 Binary files a/data/icons/22x22/swfdec.png and b/data/icons/22x22/swfdec.png differ diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 9e8dc55..31513f3 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1 +1 @@ -SUBDIRS = 22x22 24x24 32x32 48x48 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
2019 Feb 07
1
[PATCH] inspect: get icon of Gentoo guests
...} } else if (STREQ (type, "windows")) { #if CAN_DO_WINDOWS @@ -440,6 +444,15 @@ icon_altlinux (guestfs_h *g, size_t *size_r) return get_png (g, ALTLINUX_ICON, size_r, 20480); } +/* Installed by x11-themes/gentoo-artwork. */ +#define GENTOO_ICON "/usr/share/icons/gentoo/48x48/gentoo.png" + +static char * +icon_gentoo (guestfs_h *g, size_t *size_r) +{ + return get_png (g, GENTOO_ICON, size_r, 10240); +} + #if CAN_DO_WINDOWS /* Windows, as usual, has to be much more complicated and stupid than -- 2.20.1
2017 Aug 25
2
more questions on setting up autofs on C7
...hose two mounts (the mounts occur at system boot), the icons are backed up by .desktop files: cat NAS-fredex.desktop #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Type=Link Icon[en_US]=system-logo-icon Name[en_US]=NAS-fredex URL=/mounts/syno-fredex Name=NAS-fredex Icon=/usr/share/icons/mate/48x48/places/network_local.png cat NAS-public.desktop #!/usr/bin/env xdg-open [Desktop Entry] Version=1.0 Type=Link Icon[en_US]=system-logo-icon Name[en_US]=NAS-public URL=/mounts/syno-public Name=NAS-public Icon=/usr/share/icons/mate/48x48/places/network_local.png if I click one of those then run sy...
2012 Oct 26
1
R 2.15.2 still missing two files useful with the X11 icon patch
...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 /usr/share/icons/hicolor/48x48/apps/rlogo_icon.png /usr/share/applications/R.desktop and I would urge R Core to do the same so that users of other binaries get the same benefit. I have in fact mailed twice already before about this. As I understand, with the 'desktop' files and the png it references, menus showing R...
2017 Aug 23
2
more questions on setting up autofs on C7
On Wed, Aug 23, 2017 at 01:59:23PM -0700, Gordon Messmer wrote: > On 08/23/2017 01:06 PM, Fred Smith wrote: > >so, the two lines saying: Key "syno-fredex" or key "syno-public" > >appear whenever I try to access one of those two filesystems. I AM NOT > >USING AUTOFS TO MANAGE THEM. > > > You're using autofs to manage /mnt, so any time that
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
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
2006 Dec 15
6
RMagick=bad, ???=good
I know that Zed has made mention of the fact that using RMagick with mongrel and rails is a bad thing. I''m currently using FlexImage (which in turn uses RMagick) on my application and really haven''t had too many problems. We get a restart for memory usage every 8-10 hours on one mongrel of twelve running, but I''m not sure if that''s an RMagick issue. Either way,
2009 Sep 24
5
Non-ActiveRecord based model being passed as string?
...s object in the controller @hsd_pairs = HsdPair.new(@job.hsd_pairs) using it in the view various times and in various ways, when I try to pass this object back to the controller for various ajax interactions like so: <%= link_to_remote image_tag("right-arrow.png", :size => "48x48"), :url => { :action => "hsd_forward", :hsd_pairs => hsd_pairs }, :with => "''update=''+$(''current_display'').value" %> it shows up as being passed as a string: Parameters: {"authenticity_token"=>&qu...
2012 Jun 07
2
x11 icon and class
...ntu, 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 R-devel (as of 6 June) that specifies: 1) _NET_WM_ICON as a slightly tweaked version of Rlogo-5.png (48x48 pixels, circle filled-in with white to be legible; ARGB data hardcoded as a constant array in a new file "rlogo_icon.h"). 2) WM_CLASS (for reasons unclear to me, previously WM_CLASS was only set #ifndef USE_Xt) l As Ubuntu is the single most popular linux distribution, perhaps other...
2015 Aug 03
2
"enable dri3 support without glamor" causes gnome-shell regression on nv4x
Hi, On 03-08-15 17:36, Ilia Mirkin wrote: > On Mon, Aug 3, 2015 at 9:02 AM, Hans de Goede <hdegoede at redhat.com> wrote: >> Hi, >> >> On 30-07-15 16:09, Ilia Mirkin wrote: >>> >>> FWIW this is a fail on nv50+ as well. See for example >>> https://bugs.freedesktop.org/show_bug.cgi?id=91445 >>> >>> My suspicion is that this is
2019 Feb 06
0
[PATCH 3/3] inspect: revamp icon extraction for *SUSE guests
...GEIA_ICON, size_r, 10240); } -#define OPENSUSE_ICON "/usr/share/icons/hicolor/24x24/apps/distributor.png" - static char * icon_opensuse (guestfs_h *g, size_t *size_r) { - return get_png (g, OPENSUSE_ICON, size_r, 2048); + const char *icons[] = { + "/usr/share/icons/hicolor/48x48/apps/distributor.png", + "/usr/share/icons/hicolor/24x24/apps/distributor.png", + NULL + }; + + return find_png (g, icons, size_r, 10240); } #if CAN_DO_CIRROS -- 2.20.1