[SOLVED]Which package is the Heltivicta font in?

Which package is the Heltivicta font in? It's apparently missing from my computer.
Last edited by ShadowKyogre (2009-07-28 19:12:25)

ShadowKyogre wrote:Which package is the Heltivicta font in? It's apparently missing from my computer.
The packages, xorg-fonts-100dpi and xorg-fonts-75dpi install the bitmap version of helvetica.  These are probably what you're referring to as they are the core X fonts found on most GNU/Linux and BSD systems.
You should be aware however that Fontconfig disables the rendering of these fonts by default.  You'll need to tweak your system settings in order to view them (otherwise substitution will occur).  The easiest way to do this is to remove the offending symlink from /etc/fonts/conf.d:
$ sudo rm /etc/fonts/conf.d/29-replace-bitmap-fonts.conf
Should you ever wish to restore this rule, you can do so with:
$ sudo ln -s /etc/fonts/conf.avail/29-replace-bitmap-fonts.conf /etc/fonts/conf.d/29-replace-bitmap-fonts.conf
Hope this helps.

Similar Messages

  • [SOLVED] Which packages are installed as dependencies when upgrading?

    Hello,
    When upgrading, I'd like to know which packages are upgraded and which ones are installed as new dependencies.
    How can I do that?
    The problem for me here is that I'd like to know which package is triggering an install of mariadb (which I don't need nor want).
    Thanks in advance!
    Last edited by lilorox (2014-04-30 07:14:03)

    mpan wrote:
    This will warn you about which package can't be installed because of mariadb not being installed
    pacman --your_usual_options --ignore mariadb
    Exactly what I needed
    This way I get the entire dependency tree so I know I can blame nepomuk-core.
    I knew the mariadb dependency came from KDE (baloo precisely) but I had no idea which package needed it.
    $ sudo pacman -Su --ignore mariadb --ignore mariadb-clients
    :: Starting full system upgrade...
    :: Replace shared-color-profiles with extra/colord? [Y/n]
    resolving dependencies...
    warning: ignoring package mariadb-5.5.36-1
    warning: ignoring package mariadb-clients-5.5.36-1
    warning: cannot resolve "mariadb-clients", a dependency of "percona-server"
    warning: cannot resolve "mariadb", a dependency of "akonadi"
    warning: cannot resolve "akonadi", a dependency of "kdepimlibs"
    warning: cannot resolve "kdepimlibs", a dependency of "baloo"
    warning: cannot resolve "baloo", a dependency of "nepomuk-core"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    nepomuk-core
    :: Do you want to skip the above package for this upgrade? [y/N]

  • Which package is the most imortant among the peoplesoft packages?

    I want to be a PeopleSoft programmer, I understand SQR(I used to use it in Hyperion system), and I want to install a peoplesoft software in my laptop, what is the basic software I should install first? Since there are too many peoplesoft packages, I'm not sure which one is the most important and basic staff I should learn first? Is it PeopleSoft Enterprise Perfromance Management? Please advise, thanks!

    You should install the database platform and then install the PeopleTools system database. Then install the PeopleTools local client to get access to App Designer.
    As a starting point you should just learn the toolset and not worry about the specific applications. All of the modules are built using the toolset. You will need to setup a PIA environment before learning App Engine again this can occur without any specific modules.
    Once you know the toolset it depends on the modules you want to learn. Project Costing is a core module that is a good one to know as it is used by most applications.

  • Which package colorizes the output of dmesg

    I have colored output of dmesg on my desktop just by typing "dmesg" but it is not colored on my laptop. Which package is doing that?

    Check the output of 'type dmesg' and 'type -p dmesg' on the computer that has colored output.
    man dmesg wrote:       -L, --color[=when]
                  Colorize  important  messages (enabled by default).  The optional argument when can be auto, never
                  or always.  If the when argument is omitted, it defaults to auto.
    dmesg is provided by util-linux package. Are both using the same version?
    Edit: Tooo laaate,
    I think it's a recent change, as I haven't changed anything on my system an now just typing 'dmesg' gives me colored output.
    util-linux 2.24.2-1 is just black'n'white.
    Last edited by karol (2014-08-09 09:40:48)

  • [Solved]All Packages in the AUR

    Quick question, is there an automated way to get/download a list of all packages in the AUR? I have been looking at the rpc interface but I have not discovered a way to get a list of all AUR packages.
    Thanks
    Last edited by Ryujin (2010-11-29 16:03:52)

    Thats what I figured
    Oh well, worth a shot. I do think it would be nice to have, but I don't think I can present a sufficient argument to request the feature.
    So the answer to me question seems to be "no"
    Last edited by Ryujin (2010-11-27 17:44:49)

  • [Solved] Split packages in the AUR?

    Can I not upload a split package to the AUR? I am getting an error when I try to upload this PKGBUILD source package:
    Invalid name: only lowercase letters are allowed.
    PKGBUILD:
    pkgbase=mfs
    pkgname=('mfs-client' 'mfs-chunkserver' 'mfs-master')
    pkgver=1.6.19
    pkgrel=1
    pkgdesc="File system designed for petabyte class clusters crunching mission critical data 24/7"
    license=("GPL3")
    arch=('i686' 'x86_64')
    options=('!libtool')
    url="http://www.moosefs.com/"
    source=("http://www.moosefs.org/tl_files/mfscode/${pkgbase}-${pkgver}.tar.gz"
    "mfsmaster"
    "mfschunkserver"
    "mfsmetalogger"
    "mfscgiserv")
    md5sums=('21a86c7a521c8682868eb8c0b330fb58'
    'e4e260f48b063d7f2bd568fc6230b813'
    '2b5c6d70938add6aa4e859dfbe11e71b'
    '4359c1e0f857a3c5d26e0cb67f8c9d8b'
    '3aa9b98a05d08e1f6256a57746181798')
    build() {
    cd "${srcdir}/${pkgbase}-${pkgver}"
    package_mfs-client() {
    depends=('zlib' 'fuse')
    cd "${srcdir}/${pkgbase}-${pkgver}"
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-mfschunkserver --disable-mfsmaster --disable-mfscgi --disable-mfscgiserv
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf ${pkgdir}/usr/share/man/man7
    package_mfs-chunkserver() {
    depends=('zlib')
    cd "${srcdir}/${pkgbase}-${pkgver}"
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-mfsmaster --disable-mfsmount --disable-mfscgi --disable-mfscgiserv
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf ${pkgdir}/usr/share/man/man7
    install -m 755 -D ${srcdir}/mfschunkserver ${pkgdir}/etc/rc.d/mfschunkserver
    package_mfs-master() {
    depends=('zlib')
    cd "${srcdir}/${pkgbase}-${pkgver}"
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --disable-mfschunkserver --disable-mfsmount
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    install -D -m0644 README $pkgdir/usr/share/doc/${pkgbase}/README
    install -D -m0644 INSTALL $pkgdir/usr/share/doc/${pkgbase}/INSTALL
    install -D -m0644 NEWS $pkgdir/usr/share/doc/${pkgbase}/NEWS
    install -D -m0644 UPGRADE $pkgdir/usr/share/doc/${pkgbase}/UPGRADE
    install -m 755 -D ${srcdir}/mfsmaster ${pkgdir}/etc/rc.d/mfsmaster
    install -m 755 -D ${srcdir}/mfsmetalogger ${pkgdir}/etc/rc.d/mfsmetalogger
    install -m 755 -D ${srcdir}/mfscgiserv ${pkgdir}/etc/rc.d/mfscgiserv
    find "$pkgdir" -name 'mfscgiserv' -print0 |xargs -0 \
    sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
    -e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
    Last edited by Ryujin (2010-12-23 03:35:40)

    https://bugs.archlinux.org/task/16394
    And, please use "code" tags...

  • Which package contains the libcrypto.so.0.9.8

    I am trying to install wireshark on a Solaris 10 box. I can install the package but when I go to run I get a missing lib file libcrypto.so.0.9.8. I ran a find against the file but could not locate it. Where can I get this library?

    I am SURE that it is SUPPOSED to be part of the OpenSSL v0.9.8i source, but it doesn't create it.
    I don't have an answer and that's how I found your quandry is like mine.
    --sorry,
    Warron

  • [solved] Which package is owner of libesd.so.0?

    The title says everything...How to know? Thanks!
    Last edited by vitor (2012-10-22 18:51:11)

    2ManyDogs wrote:https://bbs.archlinux.org/viewtopic.php?id=57322
    That's a bit old. Files do move across packages and packages get renamed so blindly following such info might not help, but is worth a try, if you've got nothing else :-)
    Otherwise, read the FAQ: https://wiki.archlinux.org/index.php/FA … is_X_in.3F
    Last edited by karol (2012-10-22 18:23:38)

  • Which package has the plasmaoid folder view? [resolved]

    folderview don't appear in "add widget". I'm using extra/kde, not kdemod
    Last edited by jackphil (2009-08-27 02:13:37)

    I found it: kdebase-plasma

  • The text font changes and seem to get smaller

    When I open firefox it is normal but as I am surfing the text seems to get a tighter font and a little smaller. If I reopen firefox it is normal again. Once a window or tab is affected all future displays are affected. If I use the back arrow on an affected page all the pages I go back through are affected. It is not a zoom issue because only the body text is affected and if I change the zoom I can not correct the problem. I have a picture of both a normal and affected window on the same web page but I am not sure how to include it this message

    You can try enabling the option '''Allow pages to choose their own fonts instead of my selection above''' in '''Tools''' ('''Alt''' + '''T''') > '''Options''' > '''Content''' > '''Advanced''' (under '''Fonts & Colors'''), if it is not selected. You can also try to change the substituted fonts in the '''Serif''' and '''Sans-serif''' columns.
    [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Content%20panel Options > Content]
    To check if any of the fonts are missing in the system, type '''fonts''' in the Windows Run box (Windows key + '''R''') and enter. This opens the OS fonts folder which contains all the installed fonts.

  • HT5484 Hi, I am using "Avenir Heavy" font in my iOS 6 app but when I run it on iOS5 the label on which I am placing Avenir fonts changes lot and I am not getting proper look n feel. How can I solve this issue ?

    Hi, I am using "Avenir Heavy" font in my iOS 6 app but when I run it on iOS5 the label on which I am placing Avenir fonts changes lot and I am not getting proper look n feel. How can I solve this issue ?

    Post your question on the Developer forums:  http://devforums.apple..com

  • The legal status of the fonts packaged with the trial version of CS5.5 after expiry

    Greetings,
    This is basically a question of conscience: I recently had the 30 day trial version of CS5.5, and was surprised to find that after the trial expired the fonts included in the demo package did not “self destruct” but continued to be available on my system. Does this mean that I can legitimately keep them on my computer (strictly for personal use)? The situation seems somewhat paradoxical – I can’t imagine Adobe simply giving these fonts away, yet I also can’t imagine them expecting people to hunt the fonts down and delete them independently once the trial period runs out. (Obviously they hope people will buy the full product, but unfortunately that proved not to be an option for me at the moment.) I didn't see anything about this in the initial terms and conditions when installing the trial package and cannot find any official stance on this in the documentation, so unless I missed something, it would seem that Adobe has no ground to ask people to manually remove the fonts in this situation. I would appreciate your advice.

    Adobe is not giving those fonts away.
    If you decide not to purchase a license to an Adobe product after installing and using the trial, you have no legal right to use the font after the trial period is over.
    Yes, the removal of those fonts was not accounted for but that doesn't change their legal status.
    Unfortunately, there are two problems associated with killing the ability to use the fonts after the trial period is over:
    (1)     We don't automatically uninstall the software after the trial period is over. We simply don't let you run it via the activation mechanism which blocks the execution. However, fonts are not involved in the activation mechanism (at least not currently) and as such, when the trial is over, the fonts are still installed and accessible by other programs. We would need to get the fonts into the activation mechanism somehow to be able to control their use when either a trial is over or the software is otherwise uninstalled!
    (2)     Currently, the Adobe fonts are installed into the system fonts directory. We would need to be careful to keep track of whether the user already had licenses to such fonts prior to installing a trial of Adobe software and not mucking with their status afterwards.
              - Dov

  • The console font change to a very little font... [SOLVED]

    On booting, when displaying all messages the font is big.
    When arriving to the [DONE] part, the font becomes smaller, while the font was bigger 1 week ago.
    It's hard to explain because I can't take screenshots, but if anyone can help me to restore the bigger font...
    This is my rc.conf:
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="es_ES.utf-8"
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/Madrid"
    KEYMAP="es.map.gz"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by udev
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    # - prefix a module with a ! to blacklist it
    MODULES=(ipw3945 8139too mii cpufreq_powersave cpufreq_userspace
    freq_table acpi_cpufreq asus_acpi)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="samantha"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available
    # interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    eth0="dhcp"
    eth2="dhcp"
    #"eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(lo !eth0 !eth2)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng crond hal hwd cpudyn @alsa ipw3945d
    laptop-mode !network netfs dhcdbd networkmanager gdm)
    # End of file
    Greetings
    Last edited by Davigetto (2007-05-29 19:27:24)

    I have erased the "keymap" hook on mkinitcpio.conf, i have done "pacman -S kernel26", and all was solved. I don't know why loading keymap hook causes this problem while I have always had keymap hook active... I will make another post talking about the keymap hook after posting it as a bug (i have to make me sure that it's a bug...)
    Thank you very much, patroclo, you have helped me a lot ^_^
    Greetings
    EDIT: Well, I have seen that configuring properly rc.conf, adding keymap hook to mkinitcpio.conf, and reinstalling kernel, solves all problems. I can sleep now
    Last edited by Davigetto (2007-05-29 19:27:06)

  • [SOLVED] pacman: which package should I install for a given file?

    Hi there!
    I'm still trying to learn arch's essentials. A question coming up frequently is:
    Say I know I need file /usr/bin/zipinfo. How do I find out which package it's delivered in? The only thing remotely similar in the wiki is
    pacman -Qo /path/to/a/file
    but this only works for already installed packages. So what next?
    Best wishes,
    Rufus
    P.S.: google told me the package is called unzip so that's not the problem. Still, there has to be some way to get this information from the command line.
    Last edited by RufusD (2010-04-24 15:30:31)

    brilliant, thanks! I could have figured it's not a standard pacman function (since the situation is similar with debian's apt-get).
    Maybe this is worth a mention on pacman's wiki page. This is the first time arch's fabulous wiki let me down
    Last edited by RufusD (2010-04-24 15:32:35)

  • Trouble with viewing font on spine of Photo book.  I can't find a way to view and edit the text which appears on the spine of the dustcover or the book itself when printed.

    I can't find a way to view and edit the text which appears on the spine of the dustcover or the photo book itself.  When I preview the book it appears on the dustcover and the book, but not when I'm back in the creation or editing windows.  I've printed 4 books in a series and two spines are one font size, and two others are a different font size.  One of the books has a shortened title on the book spine.

    The text on the spine will be the same text that is in the Title text box on the title page.  You can change the font and style of that text just like you change any text in Aperture. Aperture will size and center the spine text for you
    If you want the content or the font and style  of the text to be different from your Title box text then you have to trick the program a bit.  Put the text that you want in the spine into the Title text box and then move that box to a place on the page where it will not be visible when printed ( Y coordinate -1.0 inches for example).  Don't move it too far away or it will be hard to get back to in order to make an edit.    Then make a new text box on the title page and put the text you want on the cover in that.  (Or make a book without text on the cover , but with text on the spine). 
    You are 100% correct in that you can not preview this unless you preview the printed book

Maybe you are looking for