Wordnet package in AUR missing files

I am installing wordnet package from AUR and looks like two files are missing: 1)Wordnet.desktop & 2)wordnet.png
These two files are listed in AUR(https://aur.archlinux.org/packages/wordnet/) but there aren't any links to download.
Is there any way to get these 2 files?

$ tar xvzf wordnet.tar.gz
wordnet/
wordnet/PKGBUILD
wordnet/wordnet.png
wordnet/wordnet.desktop
https://aur.archlinux.org/packages/wo/w … net.tar.gz

Similar Messages

  • Safari Push Package - Missing File

    Initialy I created a website push id and certificate for my site hosted at google app engine.
    After following the steps specified in apple(SafariNotificationProgamming guide) doc, I generated a push package with iconsets,Manifest.json,Website.json and a signature.
    While safari downloads my Pushpackage from the server,it returns me "Missing File in Push Package".
    May I get a help to fix this issue.

    I'm missing the "Package" feature in Illustrator CS6
    http://forums.adobe.com/message/5449455

  • [SOLVED] Strange error while compiling packages via AUR

    I've been facing this error while compiling packages via AUR. I'm also posting the output of my /etc/makepkg.conf
    Error
    ==> Starting build()...
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether cc supports -O2... yes
    checking for g++... g++
    checking whether the C++ compiler works... yes
    checking for C++ compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking for style of include used by make... GNU
    checking dependency style of g++... gcc3
    checking for gcc... gcc
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking dependency style of gcc... gcc3
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GSTREAMER... yes
    checking for GSTREAMER_GTK... yes
    checking for XOpenDisplay in -lX11... yes
    checking for ncursesw5-config... /usr/bin/ncursesw5-config
    checking for initscr in -lncurses... yes
    checking whether gcc supports -Wall... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating docs/Makefile
    config.status: creating config.h
    config.status: executing depfiles commands
    fatal: Not a git repository (or any of the parent directories): .git
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/yaourt-tmp-hellknight/aur-gst123/src/gst123-0.2.0/build-aux/missing --run aclocal-1.11 -Wno-portability
    sh: autom4te: command not found
    aclocal-1.11: autom4te failed with exit status: 127
    make: *** [aclocal.m4] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    ==> ERROR: Makepkg was unable to build gst123.
    ==> Restart building gst123 ? [y/N]
    ==> -------------------------------
    ==>
    /etc/makepkg.conf
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=amdfam10 -mtune=generic -O2 -pipe"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j8"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Last edited by tarun.hellknight (2011-04-12 15:45:26)

    That's strange... it wasn't installed.. although I had never,ever faced a problem while compiling packages via AUR.. maybe, I should be careful when uninstalling orphans.. thanks for the help..

  • Captivate 6 Errors: Missing file libwinpthread-1.dll  and The Application was unable to start correctly (0xc000007b) on Windows 2008 R2

    Hi,
    I have a problem with Captivate 6 installation on Windows Server 2008 R2. I have 2 different scenarios where I tested but the result is same.
    1- I used AMEE (Application Manager Enterprise 3.1) to create the installation Package to deploy through SCCM 2012.
    Notice that the current package works fine on Windows7 (x86 & x64) but not on 2008 R2 due to an error after I try to launch Captivate.exe application.
    The error states that there's a Missing file: libwinpthread-1.dll and if I copy and made a registration of this .DLL file then it sends another error saying: The Application was unable to start correctly (0xc000007b) so it never let me launch the application.
    2- Now if I install the package directly from the Original sources(CD) without creating any AMEE package after completing the installation I still have the same error about the DLL missing file.
    Is there any fix or workaround to install Captivate 6 on Win2008 R2 ?
    Thanks in advance & kind regards.

    Wow, No replies so far !! 
    Any one ?? 

  • Exchange Server 2013 Missing file on ISO install Error Code 1603

    Hi all,   a mystery needs solving any suggestions much appreciated:
    We are trying to install Exchange Server 2013 on Windows 2012 server.
    The ISO File being used is: SW_DVD9_Exchange_Svr_2013w_SP1_MultiLang_Std_Ent_MLF_X19-35118
    All preparation and requisites in place.
    During Stage 2 Copying files, we receive an error code 1603 and installation halts.
    The error states:
    Installing product F:\exchangeserver.msi failed. Fatal error during installation. Error code is 1603. Last error reported by the MSI package is 'Source file not found: F:\Setup\ServerRoles\ClientAccess\Owa\prem\version\resources\themes\base\0\microsoft.o365.controls.timeline.mouse.css.
     Verify that the file exists and that you can access it.'.
    We have verified that the Path in the error is correct and exists BUT the file is not present within the 0 folder.
    We have downloaded the ISO from our Action Pack resources twice and attempted 4 separate installations.
    We have tried both Mailbox/Client Access  and Mailbox only installations.
    The missing file: microsoft.o365.controls.timeline.mouse.css. Hopefully the only file misisng???
    Any ideas anyone, could we source a different ISO or copy of the file or ?????
    Many thanks in advance

    Had the same issue with Exchange 2013 SP 1 Downloaded as an ISO from the Volume License Center, installing on a new Server 2012R2 STD box. I found the equivalent file in another ISO but discovered it was just an empty CSS file. So the easiest way is to not
    bother trying to find the file but: 1) open notepad, 2) set save to "All Files", and 3) save an empty CSS file with that filename then place it in the directory indicated in the path given in the error. (Make sure it saves as
    a CSS and not as a TXT.)
    I reran the install and it completed without issue.

  • Can't downlaod safari 5 missing file?

    Can't downlaod safari 5 missing file?
    I loged on to my computer and when to click on safari and it wouldn't open. I wen't the the apple website and it said there was an update. I thought that was why it wasn't working. So I downloaded it and half way throught a alert comes up saying " there is a problem with this windows installer package. A program required for this install to complete could not be run. Contact your support personal or pagage vendor."
    I tried going to my Apple softwear update, but it wont let me open that either. "the perimater is incorect."
    I check for viruses, and nothing.
    Any Ideas?

    I tried going to my Apple softwear update, but it wont let me open that either. "the perimater is incorect."
    Have you tried a repair install of your Apple Software Update?
    On XP, go into your Add or Remove Programs control panel, select "Apple Software Update", click "Change" and then click "Repair".
    On Vista or 7, go into your Uninstall a program control panel, select "Apple Software Update" and then click "Repair"
    If ASU repairs successfully, can you now update your Safari?

  • 1st package on AUR: ncmpc++

    Hi,
    i just submitted my first package to AUR and would be grateful if some experienced people can take a look at it.
    http://aur.archlinux.org/packages.php?ID=19193
    And btw: how do i handle the arch keyword if i expect the package to run on i686 and x86_64, but can't test it. Just set the one i know it works with and let possible testers set the missing one by themselves (that is what i did)?
    Thanks
    rich_o

    Ghost1227 wrote:First off, have you contacted the contributor (by email)? How long ago? Did he/she reply?
    Yes, like two months ago, no.
    Second, this should have been directed to the AUR General mailing list rather than the forums.
    I'm sorry but it's too much hassle to try to join mailing lists for me, it's like a curse, and I also HATE spam...
    Third, if you've tried contacting the contributor and gotten no response, I would be happy to orphan it for you.
    PLEASE :D
    BTW, would you please also errase this deprecated package?
    http://aur.archlinux.org/packages.php?ID=18183
    Since there are already the next packages:
    - crossover-standard
    - crossover-pro
    - crossover-games
    - crossover-games-unsupported
    That package is actually crossover-standard, and it makes no sense to have to copies of the same lying around you know, it's pretty confusing.
    Last edited by LTSmash (2008-12-06 19:48:28)

  • Missing files in j2sdk1.4.2_05 in RedHat Linux EL3

    After installing j2sdk1.4.2_05 using the rpm as available on Sun's site I get the following missing files:
    missing /usr/java/j2sdk1.4.2_05/jre/javaws/javaws.pack
    missing /usr/java/j2sdk1.4.2_05/jre/lib/charsets.pack
    missing /usr/java/j2sdk1.4.2_05/jre/lib/ext/localedata.pack
    missing /usr/java/j2sdk1.4.2_05/jre/lib/jsse.pack
    missing /usr/java/j2sdk1.4.2_05/jre/lib/plugin.pack
    missing /usr/java/j2sdk1.4.2_05/jre/lib/rt.pack
    missing /usr/java/j2sdk1.4.2_05/lib/tools.pack
    missing /usr/java/j2sdk1.4.2_05/lib/unpack
    The OS is RedHat Linux Enterprise Linux version 3.
    The result is the same if I use j2re1.4.2_05 using the Sun's rpm. Thn the result is:
    missing /usr/java/j2re1.4.2_05/javaws/javaws.pack
    missing /usr/java/j2re1.4.2_05/lib/charsets.pack
    missing /usr/java/j2re1.4.2_05/lib/ext/localedata.pack
    missing /usr/java/j2re1.4.2_05/lib/jsse.pack
    missing /usr/java/j2re1.4.2_05/lib/plugin.pack
    missing /usr/java/j2re1.4.2_05/lib/rt.pack
    missing /usr/java/j2re1.4.2_05/lib/unpack
    I shall be obliged if somebody can tell me how to get rid of these missing statements or if there is some workaround.
    Regards
    Joydev Lahiri
    mailto: [email protected]

    missing /usr/java/j2sdk1.4.2_05/jre/javaws/javaws.packDon't worry about this. This is an artifact of the way Sun put the package together.
    They install the ".pack" files, and then a post-install rule runs that unpacks these files and deletes the original .pack files. Unfortunately, RPM doesn't handle such a situation very well.
    But this is definitely not an error.

  • Missing files big time

    Hello!
    It looks like i made a big mistake. I used a script which searches for disowned files and erased a lot of files in /usr/share/mime/application, image and audio folder. I thought it is not such a big deal since no package owns them. Well, then i log in in my KDE and instantly got a lot of warnings of missing files for okular and juk (and some other too - i don't remember anymore). I "fixed" that with reinstalling shared-mime-info package but now i don't  have my music any more in my partition. It is not just that playlists were removed all my music is gone. I just hope that other stuff in on my partition (have yet to check but for now it looks fine). How is this possible? How removing mime files erased my music?
    Thanks for any clarification!
    EDIT: Actually i have somehow deleted this files on 2nd june. Don't know how by which actions i deleted them. Ouh well
    Last edited by Shark (2012-06-26 12:47:51)

    That's because some of them were overwritten. June 2nd was a long time ago... Whenever you delete something, it still remains on the disk until you write something over it. The next time this happens you should immediately stop everything you're doing, unmount and make a dd backup of the partition (if you can) and *then* attempt recovery.

  • Error installing package from AUR. /usr/lib64 exists in filesystem

    I installed the package zoneminder-xinetd 1.27.0-1 using the instruction on the wiki, the installation finished successfully. then I realized that the package was outdated, so I uninstalled it using "sudo pacman -R zoneminder-xinetd", manually edit the files .AURINFO and PKGBUILD to get the new version, compiled successfully using 'makepkg -s' but when I'm try to install it(sudo pacman -U zoneminder-xinetd-1.28.0-1-x86_64.pkg.tar.xz) I got this error:
    error: failed to commit transaction (conflicting files)
    zoneminder-xinetd: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    I also tried to install this other package https://aur.archlinux.org/packages/zoneminder after removing some unwanted dependencies but i get the same error.

    fsckd wrote:Pacman 4.2 handles symlinks differently than past versions of pacman. Allan's blog has a good description (see the section "Directory Symlink Handling") http://allanmcrae.com/2014/12/pacman-4-2-released/. I suggest you inform the maintainers of those packages so that they may update the PKGBUILDs.
    Thanks for the quick answer.
    I solved this issue by adding "-DCMAKE_INSTALL_LIBDIR=/lib" to the cmake in the PKGBUILD. The mantainer of the zoneminder package solved this already by adding "-DZM_PERL_SUBPREFIX=/lib/perl5 \".
    Also, I adopted the zoneminder-xinetd package .

  • Error opening document: missing file

    I have a Pages template that has started opening up with the following error box:
    The following errors occurred while trying to open this document:
    Missing file: businesscircles_logosgrey.pdf
    When I hit "continue", the document (template) opens up fine and appears to be missing nothing. I've searched my computer for the missing file and it doesn't exist (and I have no recollection of why I'd insert a pdf into a template anyway...)
    Within Pages I've clicked in View>Show Invisibles, thinking that might reveal something. It didn't.
    Any ideas? Thanks!
    PS I am running Pages 2.0

    Hello,
    I had this problem a while ago with an old version 1.x file when open it in Pages 2. After some examination, it seems to appear with placeholder objects mainly (like the image you are writing about). But this was the only time I encountered the problem.
    Argelius,
    try to copy the image from the business letter template with this steps:
    1) Click on the Pages app icon with holding the control key down and choose the item "Show the Package Content" of the appearing menu.
    2) Navigate to the business letter template "Contents/Resources/<YourUsedLanguage>.lproj/Templates/ISO/Stationery/" (or "Traditional" instead of "ISO" if you are using Legal and no DIN letter sizes).
    3) Do "Show the Package Content" on the letter icon and you will see a new window with all the content of the letter.
    4) Search for the image and copy it.
    5) Show your own letter document (the document should be closed in Pages), with which the error appears, and show the package content.
    6) Paste the image into the package folder.
    Now the error message should not appear by opening the document. Search your document if the logo image is placed in it. If yes, have a look at the menu "Format/Advanced/" if the image is marked as a placeholder image. Deactivate this and than delete the image. Save the document (perhaps as a duplication) and close it. See if the problem is gone by open the new document again.

  • IOS improved packaging SDK is missing compile-abc.exe error

    I am trying to test out the new and improved iOS packaging on my Windows machine and I am having some trouble getting it to work. I am using AIR 4.0.1170 for Flex developers and as the announcement says, added "-useLegacyAOT no" to my packaging options in FB. I believe it is in the correct spot because moving it to other places in the packaging options gives me syntax errors and when I do "-useLegacyAOT yes", it packages just fine, but takes a really long time. I keep getting the following error:
    SDK is missing file C:\{my 4.0 sdk path}/lib/aot/bin/compile-abc/compile-abc.exe
    Sure enough, navigating to that path shows compile-abc does not exist. Any ideas of what I may be doing wrong?

    We are aware of the issue and investigating it.As if now,-useLegacyAOT switch is not working on windows.For more information please see this:
    http://labsdownload.adobe.com/pub/labs/flashruntimes/shared/air4-0_flashplayer12-0_release notes.pdf
    Thanks,
    Sakshi
    Adobe AIR Team

  • Package from AUR failed to install after doing many steps, how to rm?

    How can I see what files have been left on my hard drive after a package failed to install. I can't pacman -Rsu the package because it didnt install, but now i got some other packages that i don't need then. and probably some other stuff while the package was being extracted..
    How can i prevent from leaving a messy trail?

    Yeah gen2ly, i was using yaourt to get a package from AUR.
    I was able to uninstall the extra packages that were uninstalled, but is it possible that when the PKGBUILD failed that it left some random files somewhere? That's what I trully want to know. The other dependancies i have already removed.
    Hey thanks for the info on unzip, Runiq! unzip works miracles!!!! I installed it, and now the front end "File Roller" AKA "Archive Manager" in Gnome can suddenly handle .zip files! It's awesome! no need for p7zip or xarchiver.
    Every newbie or windows transferee should know about it!
    But anyways, is it possible the failed PKGBUILD left files somewhere?

  • Virtual memory exhausted when compiling packages from AUR

    Recently I've seen this error more and more often. When I tried compiling some packages from AUR, I ended up getting "virtual memory exhausted" error. The first time it happened with clementine-git, then android-studio. Can I do something about it?

    I am also facing the same problem.  I am trying to install a package, and the installations aborts saying 'virtual memory exhausted'. The RAM is 2 GB and i have alloted 2 GB as swap.  Things i have tried so far
    -install  using yaourt
    -install using  makepkg.
    -change  TMPDIR to HDD.
    Even when i tried it without any window manager to start, limiting the RAM usage, the problem still persists. The only way is to allot an extra swap space, but that would mean that i will have to delete a partition, which is not a feasible solution. Is there anything else one could do. ?
    if it helps,
    ulimit -a
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 20
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 16033
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) 8192
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 16033
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited

  • Packages in AUR

    I just completed the switch to arch of my personal desktop  (great, my new favourite distro BTW), and since I installed a few packages from AUR I was wondering what happens when the PKGBUILD there are updated? I mean how can I know (possibly automatically like pacman -Syu does) that there is a more recent version of pkg X in AUR without checking it regularly?

    erm67 wrote:
    ezzetabi wrote:No, already discussed. :S
    But as far as I understood it will be done.
    Since mine was a fresh install I wanted to take some risks so I modified the orphan perl script from this forum to search all installed packages that where required by another pkg and append "%REASON%\n1" to the end of their desc file in /var/lib/pacman/local/*. It worked, now all packages actually required by some other pkg are marked as installed as dependencies, if I understood well the meaning of %REASON%\n1. I personally dislike the use of non self-descriptive parameter, but as long as the format is documented, I had preferred something like "%REASON%\nManually", "%REASON%\nAuto".
    It shouldn't be difficult to add it as an option to pacman or other package manager.
    I am leaving for a short holiday today, when I am back maybe I will polish the script and post it.
    1) Why would you do such a thing ?
    one example :
    I install mplayer : pacman -S mplayer (because I'm using mplayer on its own), now mplayer is marked as explictly installed
    Later I install acidrip which depends on mplayer : pacman -S acidrip
    mplayer is still marked as explicitly installed, because it was, even though it's now required by acidrip.
    mplayer isn't only useful as a dependency of acidrip, it's also useful on its own.
    2) The %REASON% field isn't a parameter, it's something totally specific to the current text database used by pacman.
    No user has to know how pacman works internally, just like every other programs. And the database format could be totally changed anyway.
    In any cases, it doesn't have to be self descriptive, your suggestion would increase the size of the database for no reason.
    It doesn't have to be documented, because the database isn't supposed to be edited directly by the user, only by pacman.
    It just happens that a database in text format can be easily edited by someone who knows what he's doing, but that's all.
    Edit : What is much more useful imo is the following :
    http://bugs.archlinux.org/task/7193
    which has been fixed.
    Last edited by shining (2007-08-02 13:33:24)

Maybe you are looking for

  • How do I delete my mobileme e-mail account?

    how do I delete my mobileme e-mail account?

  • Can't eject DVD...please help

    i can eject my dvd from my drive. i've tried to shutdown and hold the eject button, but it still won't eject. is there another way that i can eject this DVD? Thanks - Myke23

  • ACE study: what to read?

    Hi All, Having been a pretty hard-core InDesign user for 10 years, I want to take my ACE InDesign exam fairly quickly. Are the Adobe Classroom in a Book series any good? I have always used the Visual Quickstart Guides which I have found to be compreh

  • IOS 8 unable to close safari page

    I am unable to close my safari page ,by Hand Gesturing.I have to close only ,by pressing Home button only. ANy adjustment to be made in settings. Device:-I padmini with Retina display.Recently Upgraded Software to i.o.s.8.0.0

  • Detecting and converting line feeds

    hello, I want to convert the 'enters' from a text field to <br>'s in the html code later on... I tried using a breakIterator, but this doesn't seem to work too well... Any ideas how this is done?