Installing gnucash

I have tried fink and well as the make utility to install gnucash - a quicken clone. In both cases, I have run into conflicts with X11. "Make" stops on "Can't find SLIB" which is a library under xfree86, I think. And "fink", while trying to build slib, says "perl581-core" not found, even though I have perl5.8.6.
I can't remember the "X11 by Apple" vs XFree86 debate. I think it was the Apple version used Quartz, but that difference may not be true anymore.
Ideas are welcome. Thanks.
Boyd

I haven't finished doing the MacPorts install, but I'm pretty sure I know how to get around the problems. So I mark this as answered to get it off the unanswered list.
Thanks.
Boyd

Similar Messages

  • Gnucash, from aur, and fatal error at start...

    Hi!
    I have compiled and installed gnucash from aur, but then I run it and shows an error...:
    $ gnucash
    ERROR: no code for module (g-wrap gw-glib)
    any idea?

    gnucash is currently orphaned, and there are errors in the PKGBUILD - specifically, the dependencies are not entered correctly, which is presumably the reason why you haven't installed them. Change the depends line to this:
    depends=('gtkhtml' 'aqbanking' 'g-wrap' 'goffice' 'libgnomeprintui')
    and rebuild/reinstall it, after building/installing the dependencies.
    General advice - always read the comments on AUR packages.

  • Compiling gnome-libs for gnucash

    I'm trying to install gnucash. The dependencies include gnome-libs 1.4 . I'm compiling gnome-libs but I get an error:
    #define art_alloc
    #define art_free
    #define art_realloc
    #define art_new (type, n)
    #define art_renew (p, type, n)
    Description
    These API functions are a set of wrapper functions around the OS-specific
    memory management functions: they are used to keep the user-level code portable.
    Their definitions are straighforward so we will not get into any details.
    XXX: check for g_new behaviour when memory allocation problem.
    Details
    art_alloc
    art_alloc#define art_alloc malloc
    Same semantics as those of the standard C malloc function.
    art_free
    art_free#define art_free free
    Same semantics as those of the standard C free function.
    art_realloc
    art_realloc#define art_realloc realloc
    Same semantics as those of the standard C realloc function.
    art_new()
    art_new#define art_new(type, n) ((type *)art_alloc ((n) * sizeof(type)))
    This macro is not equivalent to the glib g_new function. As
    g_new, it takes two parameters: the type of the object to
    instantiate as first parameter and the number of such objects to instantiate as
    second parameter. It will return a dynamically allocated array of memory you can
    use to store objects in. In case of failure of the memory allocation, it will
    return NULL (this is very diffrent from g_new which does not
    return in case of failure. g_new allways suceeds).typemake[4]: *** [html-build.stamp] Error 1
    make[4]: Leaving directory `/home/ovihc/sources/gnome-libs-1.4.2/libart_lgpl/doc'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/ovihc/sources/gnome-libs-1.4.2/libart_lgpl'
    make[2]: *** [all-recursive-am] Error 2
    make[2]: Leaving directory `/home/ovihc/sources/gnome-libs-1.4.2/libart_lgpl'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/ovihc/sources/gnome-libs-1.4.2'
    make: *** [all-recursive-am] Error 2
    I already installed g-wrap & ORbit & slib . when i type "./configure" it exits very well without any errors. What dependency do I need or what is the problem? My archlinux is already upgraded. This error is when I type "make".
    Thanks.

    AFAIK the gtk2 port of gnucash has a long way to go before it is usable, hence the lack of attention given to it on the website.
    But it is possible to run gnucash on archlinux - I've been doing this for a couple of months.
    If you want to have a play with the pkgbuilds I used for this, grab http://www.burnett-hall.co.uk/~ojbh/arc … 722.tar.gz.  There isn't anything too surprising in there; a few fixes for stuff like gcc-3.4, freetype2, etc. 
    Note that this includes a package I've called gdk-pixbuf-gnome-canvas.  gdk-pixbuf is part of current, but does not include gnome1 support.  You'll need to use --force or something to get pacman to install it.
    gnome-libs build fine for me; I'm not sure what's causing the errors you got - they look very strange.  Were you doing a parallel make or using some silly gcc optimisations?
    - olly

  • GNUCASH STARTUP PROBLEM (solved)

    Hi friends,
    I installed gnucash and its working fine. However, whenever I start gnucash, it gives me a message:
    Cannot find default values
    The configuration data used to specify default values for gnucash cannot be found in teh default system locations. without this data gnucash will still operate prperly but it may reque some extra time to setup. do you wish to setup the configuration data?
    Then if i click "skip," my gnucash file is loaded. When I click "setup" it takes me to the configuration thing and gives me the option to choose method
    [code]
    1. Update search path
    This method will modify the file .gconf.path in your home directory. it will add the gnucash instal directory to this path so that gnucash can find its default settings and their descriptions.
    2.  Install into home directory
    This method wll install the gnucash default settings and descriptions into the .gconf directory within your home directory. the disadvantage to this method is that future updates to gnucash will not update your local settings to add in new keys.
    [code]
    I chose the first method and it updates the search path and adds the following line in ~/.gconf.path
    [code]
    xml:readwrite:$(HOME)/.gconf
    xml:readonly:/opt/gnome/etc/gconf/gconf.xml.defaults
    [/code]
    But any when i start gnucash, its the same annoying stuff..
    Any help guys.
    Thanks in advance
    Ravi S Ghosh

    ravisghosh wrote:snowman, i guess there is a bug or something with second release 2.0.2-2. It was working fine, but yesterday when I started gnucash, I was amazed to find that 1 year worth of data was gone  and now I have data only till December 2005. Startup was normal. There was no problem at all. Also, in few accounts, data older than Dec 2005 is also not there. Do you have any idea bout this. I'm clueless. how can all the entries go just like that..
    I'm sorry to hear about that .
    I don't know what could've happen.  I don't use gnucash. Are you sure the data was there (with 2.0.2-2) before you realised that it was gone? Maybe the data is still on your hard drive but gnucash can't find/display it.
    I've practically done no changes to gnucash 2.0.2-2. All I did was rebuild g-wrap against guile 1.8 and then rebuild gnucash against that rebuilt g-wrap. I only changed the location of the gnucash man pages so that shouldn't affect the user's data.
    A few days ago, I've uploaded a gnucash 2.0.2-3 to fix the problem that you described in the 1st post of this thread. That version has more changes in it.  You could back up your data and upgrade to gnucash 2.0.2-3 to see if it makes a difference.
    I don't really know what more to suggest.
    Snowman

  • [SOLVED] Trouble with Install that I've never seen before (Gnucash)

    Hello all! I am rather new to Arch. I came over from Windows (disgruntled up to Win 7). When I first came over to Linux I did so via Ubuntu (12.04 and 13.10) and Mint (16). Seeing that Ubuntu would love to eventually sell us all out I decided to give Arch a try and LOVED IT! The install went smoothly and almost every program that I have needed has installed flawlessly..That is with the exception of Gnucash. I do a lot of freelance bookkeeping work and Gnucash is most definitely the best program I have found out there (even when I was using Windows). I have tried to install from BOTH the official repository and the AUR with no luck. I am using a 64 bit install of Arch on a Dell Inspiron 1440. All of my packages and repositories have been updated through pacman -Syu and -Syy. Below is the results message that I receive when trying to install from EITHER repository (AUR version is what I have posted). It shows that there appear to be two corrupt packages. If any of you can guide me in the right direction as to how to possibly rectify my trouble I would be most appreciative. (Also: if I am posting this in the wrong area please let me know where the better place would be.)
    [rick@rick_inspiron1440 builds]$ tar -xf gnucash-latest.tar.gz
    [rick@rick_inspiron1440 builds]$ cd gnucash-latest
    [rick@rick_inspiron1440 gnucash-latest]$ makepkg -sci
    ==> Making package: gnucash-latest 2.6.1-1 (Sun Feb 16 14:27:20 EST 2014)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    [sudo] password for rick:
    resolving dependencies...
    looking for inter-conflicts...
    Packages (25): gconf-3.2.6-3 gnome-mime-data-2.18.0-6 gnome-vfs-2.24.4-8
    guile1.8-1.8.8-3 gwenhywfar-4.3.3-4 ktoblzcheck-1.43-1
    libart-lgpl-2.3.21-3 libbonobo-2.32.1-4 libbonoboui-2.24.5-2
    libdbi-0.9.0-2 libglade-2.6.4-5 libgnome-2.32.1-4
    libgnome-data-2.32.1-4 libgnomecanvas-2.30.3-2
    libidl2-0.8.14-3 libofx-0.9.9-1 libxml++-2.36.0-1
    opensp-1.5.2-4 orbit2-2.14.19-2 aqbanking-5.0.25-2
    goffice0.8-0.8.17-2 gtkhtml-3.32.2-3 libdbi-drivers-0.9.0-2
    libgnomeui-2.24.5-1 slib-3b3-3
    Total Download Size: 1.28 MiB
    Total Installed Size: 88.49 MiB
    :: Proceed with installation? [Y/n] y
    :: Retrieving packages ...
    gtkhtml-3.32.2-3-x86_64 628.7 KiB 724K/s 00:01 [######################] 100%
    libdbi-0.9.0-2-x86_64 642.2 KiB 415K/s 00:02 [######################] 100%
    libdbi-drivers-0.9.... 35.4 KiB 668K/s 00:00 [######################] 100%
    (25/25) checking keys in keyring [######################] 100%
    (25/25) checking package integrity [######################] 100%
    error: libdbi: signature from "Thorsten Töpper <[email protected]>" is unknown trust
    :: File /var/cache/pacman/pkg/libdbi-0.9.0-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    error: libdbi-drivers: signature from "Thorsten Töpper <[email protected]>" is unknown trust
    :: File /var/cache/pacman/pkg/libdbi-drivers-0.9.0-2-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
    Do you want to delete it? [Y/n]
    error: failed to commit transaction (invalid or corrupted package)
    Errors occurred, no packages were upgraded.
    ==> ERROR: 'pacman' failed to install missing dependencies.
    Last edited by rightwingrb (2014-02-19 00:28:41)

    rightwingrb wrote:Also...I have no idea what "code" tags are but hopefully the above is acceptable ;-)
    When posting configs, code or command output, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode
    like this
    It makes the code more readable and - in case of longer listings - more convenient to scroll through.
    Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309
    Last edited by karol (2014-02-18 22:23:24)

  • Gnucash and gnucash-docs don't seem to like one another.

    I am trying the gnucash application out.  But even though I have installed the gnucash-docs package, gnucash says that it can't find it.  Is this a bug or just me being an old <expletive deleted>?  Where should it find it's docs? And where does gnucash-docs install them?

    Geesh....it's been over a year and this is *still* listed as a LOW PRIORITY bug. <- How can a missing dependency, with full documentation in the bug report as to it FIRM and ABSOLUTE requirement be listed as such ? Sigh......
    ( I am guessing this bug report and thread were on the DEV's "to-do-list" but somehow, over time, been forgotten. Hmmmm, what to do about reminding him ? )
    Last edited by nmlibertarian (2015-02-13 15:25:39)

  • Gnucash latest update has gconf problems

    Hi,
    The latest update of gnucash, 2.2.9-3, when started has a 'default values cannot be found' error for gconf.
    I have updated the home .gconf.path file and installed into home directory as directed by the wizard that runs when I try to start gnucash.
    The command update-gnucash-gconf stops with an error to do with schemas, which appear to be in another directory, not in the dir the script expects.
    Anyone know how to fix this?
    Thanks for any help.

    Snowman wrote:it will be fixed in gnucash-2.2.9-4 soon in repo
    it works. thanks

  • GnuCash 2.6.6 and custom reports

    I've just spent a bit of time trying to figure out why 2.6.5 -> 2.6.6 had caused custom reports to fail. I'm not fluent with Guile or Scheme, and my custom reports are just hacks of files copied from those supplied with the package with help from GnuCash documentation.
    WIth a lot of trial and error, and a hunch that the fix for bug 619899 regarding how .scm files are processed was causing the problem (especially after following the link given in Comment 7 there re. the use of intltool/xgettext), I've got it working with "s/N_ /_ /", changing the format of all the internationalisation strings. All those which were part of the packaged .scm file needed to be changed, though, not just ones I'd entered.
    Does this make sense to anyone? As I say, I don't really know what I'm doing, so don't know if it's an Arch-specific problem, a bug with GnuCash or with another package that needs reporting, or an error on my part.

    NoOneImportant wrote:
    Thanks.
    I will be doing a reinstallation tomorrow morning because I think I screwed everything up.
    Here's another question.
    If I do a system update, which will install a kernel update, should I generate a new image using mkinitcpio?
    Better yet, should I just generate a new image upon doing a successful boot without the update?
    1. No, the install script for the kernel package will take care of building a new image.
    2. I really don't see any point in doing this either. It is true that there are times the image requires rebuilding (as stated above) but if you install with the newest iso you'll already have a working image upon boot.
    Have you tried 0.8-beta iso?

  • GnuCash 2.3.4

    I would love to see this released.  When I check it shows version 2.2.9.  It would be nice to have a much newer version of this.

    xd-0 wrote:Even though the svn version was updated in february, the PKGBUILD can still be valid if nothing drastic have happened to the way you build the package.
    An svn-build will check for the latest version and install that.
    I sent a comment to the AUR since gnucash-2.3.x series adds support for Webkit and database back-ends using libdbi - all these are not reflected in gnucash-svn build script.
    Sincerely,
    Gour

  • [request] GnuCash 2.0.x

    GnuCash 2.0.4 would be nice (currently latest version).
    A bit off topic, but let me know by email if you like an Arch-specific binary installer for the Galaxium Messenger: http://www.gnomefiles.org/app.php/Galaxium+Messenger

    This package is badly done. I just installed it but it requires an old version of goffice instead of being compiled against the one in -Current. But if that's not enough, if I do a symlink to the actual libgsf lib version it requires, it won't recognize it if it's on /opt/gnome/lib and only sees it if it's on /usr/lib/.
    This package needs more testing IMHO, and I am talking about the actual package itself, not the gnucash code.
    gnucash-bin: error while loading shared libraries: libgoffice-1.so.1: cannot open shared object file: No such file or directory
    gnucash-bin: error while loading shared libraries: libgsf-1.so.113: cannot open shared object file: No such file or directory
    libguile and gsf are also problematic with the dependencies. This application must be recompiled with the latest -current tree.

  • Gnucash and goffice.-Solved

    It seems there is a problem with the latest goffice-0.5.1. Gnucash 2.2.0 refuses to start with it n says
    [shantanu@bluehead ~]$ gnucash
    gnucash-bin: error while loading shared libraries: libgoffice-0.so.4: cannot open shared object file: No such file or directory
    [shantanu@bluehead ~]$
    After installing goffice-0.5.1, a "locate libgoffice*so" shows that there is no libgoffice*so at all.
    Also, I am unable to upgrade gnucash 2.2.1 from aur.
    checking for libgoffice-0.4 >= 0.4.0... no
    checking for libgoffice-0.3 >= 0.3.0... no
    checking for libgoffice-1 >= 0.0.4... no
    configure: error: Cannot find libgoffice.
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed. Aborting...
    aurbuild: could not build "gnucash" with makepkg.
    build directory retained at `/var/tmp/aurbuild/build/gnucash.22144'
    In some cases you may be able to cd into the directory, fix the problem and run makepkg with success.
    [shantanu@bluehead ~]
    If you want to go back to goffice-0.4.3, then latest gnumeric wont work.
    It is really out of my understanding that why such a great software like gnucash, which is taking queken and MS Money head on, is getting little attention in arch
    Last edited by ravisghosh (2007-10-28 13:27:59)

    Sorry I've been kind of quiet on this issue.  I have been working on it since it was brought up in the AUR comments.  The good news is that I have developed a source fix for this so it will successfully build and link against goffice 0.5.  I put the patch in the latest AUR release.  Since I am not fluent with goffice, cairo, or even configure scripts, I cannot guarantee that this is absolutely correct, however, I can say that it builds and runs without problems on my machine.  I'll try to push this issue up to the gnucash devs in the meantime.  Please feel free to post comments here or in AUR about this.

  • Update breaks gnucash

    Hi i updated with pacman -Syu and gnucash stopped working right after.
    vladuz@box:~$ gnucash
    gnucash-bin: error while loading shared libraries: libguile.so.12: cannot open shared object file: No such file or directory
    vladuz@box:~$
    I noticed that dbus was upgraded to a newer version. I've tried downgrading to the older version of dbus but that doesn't help. Can anyone please help me. Running gnucash is really important and I think a simple upgrade shouldn't breake it. Pacman didn't output any warnings or anything.
    Any help is appreciated.
    Thanks

    You need to rebuild g-wrap first. Use the PKGBUILD below.
    # Maintainer: William Rea <sillywilly>
    # Contributor: David Moore <davidm>
    pkgname=g-wrap
    pkgver=1.9.6
    pkgrel=4
    pkgdesc="Contains tools for exporting C libraries into Scheme interpreters"
    url="http://www.gnucash.org"
    options=('NOLIBTOOL')
    license="LGPL"
    depends=('guile' 'glib2' 'slib')
    source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz
    g-wrap-staticffi.patch
    g-wrap-glib2.patch
    g-wrap-consistent.patch)
    md5sums=('4d83964f51376500eedced538c1620cb' '22f6867ed00323dfa34c5bf736b30f01'
    '36fead091eefe67598ba0f499742d3dc' '4b3e91128b3f328673037b2eed8b06ad')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    patch -p1 -i ../g-wrap-staticffi.patch
    patch -p1 -i ../g-wrap-glib2.patch
    patch -p1 -i ../g-wrap-consistent.patch
    ./configure --prefix=/usr --disable-static
    #--with-modules-dir=/usr/share/guile
    make || return 1
    make DESTDIR=$startdir/pkg install
    mv $startdir/pkg/usr/include/ffi* $startdir/pkg/usr/include/g-wrap
    rm $startdir/pkg/usr/lib/libffi.a
    sed -i "s|-lffi||g" $startdir/pkg/usr/lib/pkgconfig/*
    sed -i "s|<ffi|<g-wrap/ffi|g" $startdir/pkg/usr/include/g-wrap/*.h
    # cp -R lib/srfi $startdir/pkg/usr/share/guile/site/
    mkdir -p $startdir/pkg/usr/share/guile/site/srfi/
    cp $startdir/src/$pkgname-$pkgver/lib/srfi/* $startdir/pkg/usr/share/guile/site/srfi/

  • Install Gnome 3 extensions via firefox

    I'm using Arch x64 with Gnome 3.2.1 and Firefox 8.0.1 on my laptop, the Firefox Gnome Shell Plugin is installed and activated.
    I can browse through the extensions on https://extensions.gnome.org/ and I can see the activate/deactivate switches and trigger them. After that I'm beeing asked if I really want to install this extension but after I click on the install button nothing happens. The "installed extensions" tab on the site is empty. No error message at all. Is there a log file for firefox extensions or gnome itself?
    I looked through the log files in /var/log/* but didn't found anything.
    On my desktop with the same setup of software the install process works like a charm.

    I got the package list from kahelos, and installed the following (missing ones got installed), now extensions can be installed from extensions.gnome.org.
    application's optional dependencies are not installed which package groups like gnome.
    I still don't know which package fixed/enabled the extensions feature for gnome 3.2 and firefox. I installed archlinux64 with xorg, gnome, gnome-extra, gstreamer groups. There are still too many manual minor dependency management in a fresh install.
    sudo pacman -S --needed a52dec aalib accountsservice acl aisleriot alsa-lib alsa-plugins apr apr-util aqbanking art-sharp aspell at-spi at-spi2-atk at-spi2-core atk atkmm attica attr autoconf automake avahi avogadro babl bash blas bluefish bluez boost-libs brasero brltty bzip2 ca-certificates ca-certificates-java cairo cairo-perl cairomm cantarell-fonts caribou cdparanoia cdrdao cdrkit cloog clutter clutter-gst clutter-gtk cogl colord compositeproto consolekit coreutils cpufrequtils cracklib cronie cryptsetup cups cups-pk-helper curl damageproto dasher db dbus dbus-core dbus-glib dbus-python dbus-sharp dbus-sharp-glib dconf desktop-file-utils device-mapper dhcpcd dia diffutils dirmngr djvulibre dnsutils docbook-xml docbook-xsl dotconf dri2proto dvd+rw-tools e2fsprogs eigen2 eject ekiga empathy enca enchant eog eog-plugins epiphany eventlog evince exempi exiv2 expat f-spot faad2 fakeroot farsight2 ffmpeg fftw file file-roller filesystem filezilla findutils firefox fixesproto flac flashplugin flickrnet fluidsynth folks fontconfig fontsproto foomatic-db foomatic-db-engine foomatic-filters freeglut freemind fribidi fuse gamin gawk gcalctool gconf gconf-editor gconf-sharp gconf-sharp-peditors gd gdbm gdk-pixbuf2 gdm gedit gegl gettext ghostscript giflib gjs glew glib glib-networking glib-perl glib2 glibc glibmm glproto gmime gmp gnome-applets gnome-backgrounds gnome-blog gnome-bluetooth gnome-color-manager gnome-contacts gnome-control-center gnome-desktop gnome-disk-utility gnome-documents gnome-icon-theme gnome-icon-theme-extras gnome-icon-theme-symbolic gnome-js-common gnome-keyring gnome-keyring-sharp gnome-media gnome-menus gnome-mime-data gnome-nettool gnome-online-accounts gnome-packagekit gnome-panel gnome-power-manager gnome-screensaver gnome-session gnome-settings-daemon gnome-sharp gnome-shell gnome-shell-extension-alternate-tab gnome-shell-extension-alternative-status-menu gnome-shell-extension-apps-menu gnome-shell-extension-auto-move-windows gnome-shell-extension-dock gnome-shell-extension-drive-menu gnome-shell-extension-gajim gnome-shell-extension-native-window-placement gnome-shell-extension-places-menu gnome-shell-extension-system-monitor gnome-shell-extension-user-theme gnome-shell-extension-windows-navigator gnome-shell-extension-workspace-indicator gnome-shell-extension-xrandr-indicator gnome-shell-extensions-common gnome-speech gnome-system-monitor gnome-terminal gnome-themes-standard gnome-tweak-tool gnome-user-docs gnome-utils gnome-vfs gnome-vfs-sharp gnome-video-effects gnucash gnupg gnupg2 gnutls gobject-introspection gpgme gpm grantlee graphite grep groff grub gsettings-desktop-schemas gsfonts gsm gstreamer0.10 gstreamer0.10-bad gstreamer0.10-base gstreamer0.10-base-plugins gstreamer0.10-ffmpeg gstreamer0.10-good gstreamer0.10-good-plugins gstreamer0.10-python gtk-engines gtk-sharp-2 gtk-update-icon-cache gtk-vnc gtk2 gtk2-perl gtk3 gtkhtml gtkhtml4 gtkmm3 gtksourceview3 gtkspell gucharmap guile gvfs gvfs-obexftp gvfs-smb gwenhywfar gzip heirloom-mailx hicolor-icon-theme hplip hspell hunspell hyphen iana-etc icon-naming-utils icu idnkit ilmbase imagemagick imlib2 inetutils initscripts inputproto iproute2 iputils isl iso-codes jack jasper jfsutils js json-c json-glib kbd kbproto kdeedu-kalzium kdelibs keyutils krb5 ktoblzcheck lame lapack lcms lcms2 less libao libarchive libart-lgpl libass libassuan libasyncns libatasmart libavc1394 libbonobo libbonoboui libcaca libcanberra libcanberra-pulse libcap libcap-ng libcddb libcdio libchamplain libcroco libcups libdaemon libdatrie libdbi libdbi-drivers libdbusmenu-qt libdca libdiscid libdrm libdv libdvbpsi libdvdnav libdvdread libebml libedit libevent libexif libfetch libffi libfontenc libgcrypt libgdata libgdiplus libgdu libgee libglade libglapi libgnome libgnome-data libgnome-keyring libgnome-media-profiles libgnome-sharp libgnomecanvas libgnomekbd libgnomeui libgpg-error libgphoto2 libgsf libgssglue libgtop libgweather libical libice libid3tag libidl2 libidn libiec61883 libieee1284 libimobiledevice libiodbc libjpeg-turbo libksba libldap liblouis libltdl libmad libmatroska libmng libmodplug libmpc libmpcdec libmpeg2 libmtp libmusicbrainz3 libnice libnl libnotify liboauth libofx libogg libpcap libpciaccess libpeas libpipeline libplist libpng libproxy libpst libpulse libpurple libqzeitgeist libraw1394 libreoffice-base libreoffice-calc libreoffice-common libreoffice-draw libreoffice-en-US libreoffice-gnome libreoffice-impress libreoffice-writer librsvg libsamplerate libsasl libshout libsigc++ libsm libsndfile libsocialweb libsoup libsoup-gnome libspectre libssh2 libtasn1 libtextcat libthai libtheora libtiff libtirpc libtool libtorrent-rasterbar libtracker-sparql libunique libunique3 libupnp libusb libusb-compat libva libvdpau libvisual libvorbis libvpx libwebkit libwebkit3 libwmf libwnck libwnck3 libwpd libwps libx11 libxau libxaw libxcb libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes libxfont libxft libxi libxinerama libxkbfile libxklavier libxml++ libxml2 libxmu libxpm libxrandr libxrender libxres libxslt libxss libxt libxtst libxv libxvmc libxxf86vm libytnef licenses linux-api-headers linux-firmware logrotate lpsolve lsof lua lvm2 lzo2 m4 make man-db man-pages mash mcpp mdadm mesa metacity mime-types mkinitcpio mkinitcpio-busybox mlocate mobile-broadband-provider-info module-init-tools mousetweaks mozilla-common mpfr mutagen mutter mx nano nautilus nautilus-open-terminal nautilus-sendto ncurses ndesk-dbus ndesk-dbus-glib neon net-snmp net-tools netkit-bsd-finger nettle network-manager-applet networkmanager notification-daemon nspr nss ntfs-3g obex-data-server obexd-client ocaml opal openbabel opencore-amr openexr openjdk6 openjpeg openobex openslp opensp openssh openssl orbit2 orc orca p11-kit packagekit pacman pacman-mirrorlist pam pango pango-perl pangomm parted patch pciutils pcmciautils pcre pdfedit perl perl-bit-vector perl-carp-clan perl-date-calc perl-digest-hmac perl-digest-sha1 perl-encode-locale perl-file-listing perl-html-parser perl-html-tagset perl-http-cookies perl-http-daemon perl-http-date perl-http-message perl-http-negotiate perl-libwww perl-locale-gettext perl-lwp-mediatypes perl-net-dns perl-net-http perl-uri perl-www-robotrules perl-xml-parser perl-xml-simple phonon phonon-gstreamer pidgin pinentry pixman pm-quirks pm-utils polkit polkit-gnome polkit-qt poppler poppler-data poppler-glib popt ppl ppp procps psmisc pth ptlib pulseaudio pulseaudio-alsa pyatspi pycups pygobject-devel pygobject2-devel pygtk pyorbit pyqt pyrex pysmbc python python-gdata python-notify python-pycurl python-pysqlite python2 python2-bonobo python2-cairo python2-gconf python2-gnomecanvas python2-gnomevfs python2-gobject python2-gobject2 python2-gtkspell python2-libgnome python2-numpy python2-pyqt python2-sip pywebkitgtk pyxdg randrproto raptor rasqal readline recode recordproto redland redland-storage-virtuoso reiserfsprogs renderproto rest rtkit rtmpdump run-parts samba sane schroedinger scrnsaverproto sdl sdl_image seahorse sed seed sg3_utils shadow shared-desktop-ontologies shared-mime-info sip slib smbclient soprano sound-juicer sound-theme-freedesktop speech-dispatcher speex sqlite3 squashfs-tools startup-notification strigi sudo sushi sysfsutils syslinux syslog-ng system-config-printer-common system-config-printer-gnome sysvinit t1lib taglib talloc tar tcl tdb telepathy-farsight telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control texinfo thunderbird totem totem-plparser tracker tzdata udev udisks unixodbc upower usbmuxd usbutils util-linux v4l-utils vi videoproto vinagre vino virtuoso vte-common vte3 wavpack wget which whois wireless_tools wpa_supplicant wxgtk x264 xcb-proto xcb-util xdg-utils xextproto xf86-input-acecad xf86-input-aiptek xf86-input-evdev xf86-input-joystick xf86-input-keyboard xf86-input-mouse xf86-input-synaptics xf86-input-vmmouse xf86-input-void xf86vidmodeproto xfsprogs xineramaproto xinetd xkeyboard-config xorg-bdftopcf xorg-font-util xorg-font-utils xorg-fonts-alias xorg-fonts-encodings xorg-fonts-misc xorg-mkfontdir xorg-mkfontscale xorg-server xorg-server-common xorg-setxkbmap xorg-xhost xorg-xkbcomp xorg-xmodmap xorg-xrdb xorg-xset xproto xsane xsane-gimp xvidcore xz yelp yelp-xsl zenity zim zip zlib zvbi

  • Gnucash startup "cannot find default values"

    I keep getting the error "cannot find default values" when launching gnucash 2.4.8-1.
    I tried "Setup" and "update search path" and "install into home directory" options, but neither of them seem to fix the problem - the error message keeps reappearing after launching gnucash.
    Any idea how to fix this?

    I am using FM10 in Windows 8 (I occasionally get this error whenever adobe products are updated on my machine)
    If you work in a more controlled environment (Federal Subcontractor with administrative controls everywhere), I contact my IT department , or if you have the administrator rights, perform the following steps:
    Launch command prompt as administrator.
    Type “appwiz.cpl” press enter
    Right mouse click on Adobe Acrobat Pro and select change
    Select repair and click next.
    If necessary enter administrative credentials when requested.
    Reboot workstation

  • I install window 8 and Unfortunatly all drive format. And all drive mix, now i have only 1 DRIVE C. I want Bit locker Drive's data Back

    Last sunday i install a window 8 and this window format my all drive & make it 1 drive (DRIVE C). Before all of this i have 5 drive in different size with 1 Bitlocker protect drive.
    So i try data recovery software to recover my data. i got back all my data without that ( bitlocker ) protected drive.
    so please guys help me how can i get back data from bitlocker protected drives.
    please please help me.

    Hi,
    I sorry for your experience, but there is no way to recovery the data encryped by BitLocker untill now.
    BitLocker is designed to make the encrypted drive unrecoverable without the required authentication. When in recovery mode, the user needs the recovery password or recovery key to unlock the encrypted drive. Therefore, we highly recommend
    that you store the recovery information in AD DS or in another safe location.
    Please refer to the link below for the statement:
    http://technet.microsoft.com/de-de/library/ee449438(v=ws.10).aspx#BKMK_RecoveryInfo
    Roger Lu
    TechNet Community Support

Maybe you are looking for

  • How to select a particular InfoProvider based on variable in BEx Query

    Hi,    The MultiProvider is built on InfoProvider 1, 2 & 3 and a variable on 0CALMONTH. If the 0CALMONTH is CURRENT month then it should get the data from InfoProvider 1 & 3 only, otherwise it should be from InfoProvider 2 &3. How could I accomplish

  • Displaying Thai Characters

    Hi, This is regarding to display Thai characters. while creating the domain i pointed all pools (cgpool, portal pool) to Oracle. so whatever node, content i am creating in Content Management stroing in Oracle. (i imported all related tables to Oracle

  • How to delete infoobject by transport request?

    Hi experts, I want to delete infoobject from productive system by transport request without deleting this infoobject from development system. Is it possible? How can I do this? Thanks!

  • Leica Lens ID in EXIF Data

    Recent upgrades to Aperture have resulted in the EXIF data no longer identifying the Leica lens used. EXIF only identifies "50mm" for example, whereas it previously identified the lens as "Summilux-M 50mm f/1.4 ASPH." Apple professional support was u

  • Demo does not compile if regional setting is french

    Hi there, Did you know that some demos (TimeOffRequest demo at least) does not compile if my regional settings are in french (French Canada) I'm running BPEL PM 10.1.2.0.2 on windows xp pro just in case it can help someone i found this out when chang