search for: hicolor

Displaying 20 results from an estimated 53 matches for "hicolor".

2001 Jun 13
3
Wine installer
...first. rpm -qa | grep wine gives nothing find / "*wine*" gives: /etc/opt/kde2/share/applnk/SuSE/Settings/YaST/notinstalled/System/Emulator/wine.desktop /etc/opt/kde2/share/applnk/SuSE/Settings/YaST/notinstalled/System/Configuration/wine.desktop /etc/wine.conf /usr/X11R6/share/icons/png/hicolor/all/normal.wine_doc.png /usr/X11R6/share/icons/png/hicolor/all/big.wine_doc.png /usr/X11R6/share/icons/png/hicolor/all/mini.wine_doc.png /usr/X11R6/share/icons/png/hicolor/all/big.wine.png /usr/X11R6/share/icons/png/hicolor/all/normal.wine.png /usr/X11R6/share/icons/png/hicolor/all/mini.wine.png /u...
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
2005 Feb 22
0
[fdo] hicolor icon theme
As I recall, we get the hicolor icon theme from you guys. I looked for it in your bug tracker, but couldn't find that package/prodect listed. Anyway, the "24x24/actions" and "24x24/filesystems" are misspelled in the long list of icon directories in the index.theme file. (They are singular instead of plural...
2007 Oct 29
0
5 commits - data/icons
...t; Date: Sun Oct 28 17:07:47 2007 +0100 Fix distcheck by disting the icons diff --git a/data/icons/16x16/Makefile.am b/data/icons/16x16/Makefile.am index a9625f1..d4dc906 100644 --- a/data/icons/16x16/Makefile.am +++ b/data/icons/16x16/Makefile.am @@ -1,2 +1,5 @@ icondir = $(datadir)/icons/hicolor/16x16/apps icon_DATA = swfdec.png + +EXTRA_DIST = $(icon_DATA) + diff --git a/data/icons/22x22/Makefile.am b/data/icons/22x22/Makefile.am index cae3af2..670b919 100644 --- a/data/icons/22x22/Makefile.am +++ b/data/icons/22x22/Makefile.am @@ -1,2 +1,5 @@ icondir = $(datadir)/icons/hicolor/22x22/ap...
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
2012 Feb 08
3
Something really went south with 1.4-rc2
...applied) Linux Mint 12 Lisa (GNU/Linux 3.0.0-12-generic x86_64) wine 1.4-rc2 (received today) Log excerpt 1. Full log available if desired but it is 137 lines of mostly repeated garbage. err:menubuilder:convert_to_native_icon error 0x80070005 creating output file L"H:\\.local\\share\\icons\\hicolor\\32x32\\apps\\D0A0_MSACCESS.0.png" err:menubuilder:convert_to_native_icon error 0x80070005 creating output file L"H:\\.local\\share\\icons\\hicolor\\16x16\\apps\\D0A0_MSACCESS.0.png" err:menubuilder:convert_to_native_icon error 0x80070005 creating output file L"H:\\.local\\share...
2013 Aug 24
1
smbd looking for non existent files
...MBtrans2 (pid 1122) conn 0xb8f54520 [2013/08/24 18:43:24.770442, 3] ../source3/smbd/trans2.c:5291(call_trans2qfilepathinfo) call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512 [2013/08/24 18:43:24.774313, 3] ../source3/smbd/vfs.c:1140(check_reduced_name) check_reduced_name [steve2/.icons/hicolor] [/home/users] [2013/08/24 18:43:24.777104, 3] ../source3/smbd/vfs.c:1270(check_reduced_name) check_reduced_name: steve2/.icons/hicolor reduced to /home/users/steve2/.icons/hicolor [2013/08/24 18:43:24.780783, 3] ../source3/smbd/trans2.c:5399(call_trans2qfilepathinfo) call_trans2qfilepathinfo:...
2019 Feb 06
0
[PATCH 3/3] inspect: revamp icon extraction for *SUSE guests
...--git a/lib/inspect-icon.c b/lib/inspect-icon.c index 0cc8e92ad..623591aa6 100644 --- a/lib/inspect-icon.c +++ b/lib/inspect-icon.c @@ -354,12 +354,16 @@ icon_mageia (guestfs_h *g, size_t *size_r) return get_png (g, MAGEIA_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/dist...
2001 Feb 06
1
HL and wine
Whenever I try to run Half Life under wine it askes the to change my color depth to hicolor. Other appz run in many colors though. Any thoughts???
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
...96 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -15,3 +15,16 @@ swfdec- at SWFDEC_MAJORMINOR@.pc: swfdec.pc swfdec-gtk- at SWFDEC_MAJORMINOR@.pc: swfdec-gtk.pc cp swfdec-gtk.pc swfdec-gtk- at SWFDEC_MAJORMINOR@.pc +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor + +install-data-hook: update-icon-cache +uninstall-hook: update-icon-cache + +update-icon-cache: + @-if test -z "$(DESTDIR)"; then \ + echo "Updating Gtk icon cache."; \ + $(gtk_update_icon_cache); \ + else \ + echo "*** Icon cache not updated. After (un)install, run th...
2017 Mar 20
1
[PATCH] inspect: get a better icon for ALT Linux guests (RHBZ#1433937)
...con.c +++ b/lib/inspect-icon.c @@ -455,7 +455,7 @@ icon_voidlinux (guestfs_h *g, struct inspect_fs *fs, size_t *size_r) return get_png (g, fs, VOIDLINUX_ICON, size_r, 20480); } -#define ALTLINUX_ICON "/usr/share/doc/alt-docs/altlogo.png" +#define ALTLINUX_ICON "/usr/share/icons/hicolor/64x64/apps/altlinux.png" static char * icon_altlinux (guestfs_h *g, struct inspect_fs *fs, size_t *size_r) -- 2.9.3
2019 Feb 11
1
[PATCH] inspect: fix icon of RHEL
...on.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
2012 Mar 12
1
Help, Wine isn't working
...stall wine Password: ---> Computing dependencies for wine ---> Dependencies to be installed: apple-gcc42 gst-plugins-base gnome-vfs gconf dbus-glib gtk-doc gnome-doc-utils py27-libxml2 python27 python27 py27-libxml2 rarian getopt gtk2 atk gdk-pixbuf2 jasper jpeg jpeg libpng libpng tiff tiff hicolor-icon-theme pango Xft2 xrender xorg-libX11 autoconf help2man p5.12-locale-gettext automake libtool xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-xproto xorg-libXdmcp xorg-libxcb xorg-libpthread-stubs xorg-xcb-proto xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontpr...
2010 Oct 03
1
help with spec file
...e-debug %{__make} %install %{__rm} -rf %{buildroot} %makeinstall %find_lang %{name} %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc AUTHORS ChangeLog INSTALL NEWS TODO README COPYING %{_bindir}/subtitleeditor %{_datadir}/subtitleeditor/ %{_datadir}/icons/hicolor/* %exclude %{_datadir}/icons/hicolor/icon-theme.cache %{_datadir}/applications/subtitleeditor.desktop %changelog * Sat Oct 2 2010 - bluethundr At gm4il d00t com 0.37.1 - Initial release. ====================================================== And with the prereqs installed I get mostly through the...
2012 Oct 26
1
R 2.15.2 still missing two files useful with the X11 icon patch
...il'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 /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 sho...
2009 Sep 25
6
update of openssh-server i386 4.3p2-36.el5, dependencies
...ig i386 2.4.1-7.el5 base 174 k freetype i386 2.2.1-21.el5_3 updates 310 k gnutls i386 1.4.1-3.el5_3.5 updates 348 k gtk2 i386 2.10.4-20.el5 base 6.5 M hicolor-icon-theme noarch 0.9-2.1 base 25 k libX11 i386 1.0.3-9.el5 base 795 k libXau i386 1.0.1-3.1 base 18 k libXcursor i386 1.1.7-1.1 base 32 k...
2024 Jan 02
1
help installing R on Linux Mint 21.2
...dev; however: Package libclang-dev is not installed. dpkg: error processing package rstudio (--install): dependency problems - leaving unconfigured Processing triggers for desktop-file-utils (0.26+mint3+victoria) ... Processing triggers for mailcap (3.70+nmu1ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for shared-mime-info (2.1-2) ... Errors were encountered while processing: rstudio Trying to get that libclang-dev: sudo apt install libclang-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done You might...
2007 Oct 16
1
anaconda-runtime C5
...thon2-gconf i386 2.16.0-1.fc6 base 31 k gnome-python2-gnomevfs i386 2.16.0-1.fc6 base 65 k gnome-vfs2 i386 2.16.2-4.el5 base 1.3 M gtk2 i386 2.10.4-16.el5 base 6.5 M hicolor-icon-theme noarch 0.9-2.1 base 25 k libFS i386 1.0.0-3.1 base 30 k libIDL i386 0.8.7-1.fc6 base 85 k libXTrap i386 1.0.0-3.1 base 22 k...
2018 Nov 19
0
CentOS 7 + GNOME : all icon themes broken after update from CR
...ch 3.12.0-2.el7 @anaconda gnome-shell-extension-user-theme.noarch 3.28.1-5.el7 @cr gnome-themes-standard.x86_64 3.28-2.el7 @cr hicolor-icon-theme.noarch 0.12-7.el7 @anaconda mate-icon-theme.noarch 1.16.2-1.el7 @epel mate-themes.noarch 3.22.18-1.el7...
2008 Jul 13
1
yum remove from stdout
...uestion : i have a file of packages for removal , which looks like that : atk libart_lgpl libXfixes audiofile libXcursor libxslt alsa-lib esound gnome-mime-data libIDL ORBit2 libbonobo libdaemon libXrandr dbus-python avahi avahi-glib gamin shared-mime-info libXres startup-notification libXinerama hicolor-icon-theme gtk2 GConf2 libglade2 libgnomecanvas gnome-keyring libwnck notification-daemon libnotify gnome-vfs2 libgnome libbonoboui gnome-mount libgnomeui xulrunner firefox libXmu xorg-x11-xauth ttmkfdir libfontenc libXfont xorg-x11-font-utils libselinux-python audit-libs-python policycoreutils lib...