[Solved] Python: Creating AUR package, binary can't find python module

I'm building a PKGBUILD for PyLotRO for the AUR and I'm using a Debian package.  I tried just copying the content of the data.tar.gz to the filesystem assuming the directory structure is the same for the packages but apparently it is not.  At least I'm figuring this is a filesystem problem but I don't know enough about python to be sure.  When I start the program, this is what I'm getting:
pylotro
Traceback (most recent call last):
File "/usr/bin/pylotro", line 31, in <module>
import PyLotROLauncher.Runner
ImportError: No module named PyLotROLauncher.Runner
I can see the file in the package that (I would think) would be the responsible module:
/usr/share/pyshared/PyLotROLauncher/Runner.py
So I'm thinking the python package must store modules in a different location?????
The package requires: 4suite, python, and pyqt.  Any thoughts about what do I need to do here??
Last edited by Gen2ly (2010-01-01 09:25:03)

Nezmer wrote:Did you try putting stuff in /usr/lib/python2.6/site-packages/ ?
Yes, 'site-packages' is the correct place.  Thank you Nezmer.
wonder wrote:
why you are using debian package rather that the source?
http://www.lotrolinux.com/PyLotRO-0.1.11.tar.bz2
cd $srcdir/PyLotRO-$pkgver
python setup.py install --root=$pkgdir || return 1
should be enough
Ah, beautiful.  Wasn't aware before that python install script could define a destdir.  Much better way of doing it.  Thanks wonder.
Last edited by Gen2ly (2009-12-29 20:44:12)

Similar Messages

  • [Solved] Can't find usbnet module in stock kernel

    Hi,
    I was trying to get USB tethering to work, and found that I don't have the "usbnet" module. Pkgfile tells me that linux and linux-lts both provide usbnet, but I can't find the module (in /usr/lib/modules/...) at all (I'm on the 3.6.10-1 kernel, just reinstalled it from the repositories to make sure). I checked the file list of the 3.6.9-1 kernel that I had in pacman's cache, and the module wasn't there either. Does anyone know why I'm not getting this module with my kernel?
    Last edited by Ploink (2012-12-29 16:00:42)

    pacman -Ql linux | grep usbnet
    linux /usr/lib/modules/3.6.10-1-ARCH/kernel/drivers/net/usb/usbnet.ko.gz
    Edit: oops, I see you said you checked the file list.  Sorry, I typed faster than I read.  If you do not get similar output to this, then the linux package isn't properly installed.
    Last edited by Trilby (2012-12-29 14:31:32)

  • Adobe premiere can not find any module capable of playing video. Update the video drivers and start again.

    Adobe Premiere can not find any module capable of playing video. Update the video drivers and start again.
    I've tried all the options suggested and the problem continues.
    What else can I do?
    Note: I had already worked before.
    Windows 8.1
    Notebook i7, 8M memory, video card Nvidia (updated).
    Adobe Premiere Pro 2014
    Please help me. Thank you.
    mailto: [email protected]

    Here is a link to an Adobe TechNote about the same issue with an earlier (much earlier!) version of Premiere Elements and Windows XP.
    http://kb2.adobe.com/cps/324/324938.html
    I'll leave it to Steve and Bill as to whether the fix offered in the link for Premiere Elements 2 would still be applicable to your version of Premiere Elements.
    Hope this is of some assistance.

  • [SOLVED] Archiso : installing AUR packages on a live image

    Hi all,
    I'm quite an arch newbie, I'm trying to setup a live USB stick, with the help of archiso. My goal is to finally get an "audio oriented" system (with jack, ardour, qsampler, and so more...).
    During the setup everything was working very well, until I tried to add some AUR packages to the install.
    On the arch website, I found this tip, which gave me a great hope about this.
    I'm not so familiar with Arch package management, but ok, I try to make a test : adding the "qsampler" AUR package. It needs "linuxsampler", "qt4", and "liblscp" as dependencies. "linuxsampler" and "qt4" are official packages, so I just have to add them to packages.both in the archiso working directory. "liblscp" is an AUR package (with no dependency); so there is 2 AUR packages to install : "liblscp", and "qsampler".
    So I create a directory tree like described in the tip, download the two build packages from AUR, and for each of them I do (something) like described there :
    # tar -xvf tarball_filename.tar.gz
    # cd tarball_filename
    # makepkg --asroot
    # mv *.xz ..
    # cd ..
    # rm -r tarball_filename{,.tar.gz}
    And then:
    # repo-add customrepo.db.tar.gz *.xz
    (I'm staying as root because it's red written to stay as root for the image creation. I think it's stupid, but people make stupid things when they are desesperate. Sorry I didn't take the time to test the code above again, it's only memory, but it was very similar)
    I did the same for both architectures (i686 and x86_64), so that my custom repo looks like this:
    ~/liveusb/customrepo # ls -R
    i686 x86_64
    ./i686:
    customrepo.db customrepo.db.tar.gz liblscp-0.5.6-1-x86_64.pkg.tar.xz qsampler-0.2.3-1-x86_64.pkg.tar.xz
    ./x86_64:
    customrepo.db customrepo.db.tar.gz liblscp-0.5.6-1-x86_64.pkg.tar.xz qsampler-0.2.3-1-x86_64.pkg.tar.xz
    Oops... I just noticed I did wrong for i686 machines, but it doesn't matter for the moment, since I'm working on an x86_64 machine.
    As explained in the tip, I add the following lines to pacman.conf (in the archiso working directory):
    [customrepo]
    SigLevel = Optional TrustAll
    Server = file:///my/path/to/customrepo/$arch
    From my point of view, at this point, the USB stick is ready to be updated:
    ~/liveusb # ./build.sh -v
    and then (with /dev/sdf as my usb stick device):
    ~/liveusb # dd if=out/archlinux-2014.10.01-dual.iso of=/dev/sdf
    But when I boot on the USB stick, there's no trace of qsampler (linuxsampler, however, is present).
    Since it happened, I'm feeling like a lost, lonely man, on a desert island... Thinking about the "why", the "how"..., the meaning of life..., of package management... all this stuff
    I'm sure I did something wrong about the "custom repository", and the main reason is I don't deeply understand all the steps about this; that's why I'm looking for help
    Any idea?
    Many thanks
    Last edited by yolenoyer (2014-10-02 09:16:57)

    Thank you for the reply,
    I think I did a more trivial mistake :
    With archiso, the packages are automatically installed, from a package list file called "packages.both", and "packages.x86_64", "packages.i686" for architecture dependent packages. But they only use common repos by default. The "'qsampler" is not in official repos (that's why I choosed this one for my question).
    So, ok, I setup a common repo (with some mistakes but it was working), BUT...
    I just forgot to put the package name in the packages.both file...
    So, now that I did it, I just have an error about the package architecture, which I think possible to fix, just by rebuilding the common repo in a correct manner:
    ~/liveusb # ./build -v
    warning: vlc-2.1.5-3 is up to date -- reinstalling
    warning: mplayer-37224-2 is up to date -- reinstalling
    error: failed to prepare transaction (package architecture is not valid)
    :: package qsampler-0.2.3-1-x86_64 does not have a valid architecture
    ==> ERROR: Failed to install packages to new root
    Trilby wrote:Also, does this need to be a static iso image - is there a reason not to just do a persistent usb install?
    About the static iso image : the idea of building an iso image with all my personnal tools and config already installed on it is very pleasant to me, including the fact that you can burn it on a CD as well. The persistent acpect would be pleasant too, but in a secondary way.
    While I'm writing this message I really understand a bit more about all of this, since yesterday... Sometimes, simply posting a message in forums helps you to understand your own problem, because you have to be clear and concise!
    Thanks

  • [SOLVED]Intel XDK AUR package is not running

    Hi,
    I have installed Intel-XDK from AUR:
    https://aur.archlinux.org/packages/intel-xdk/
    The install completed successfully but when i tried to launch the program by typing intel-xdk or intel-xdk.sh nothing happens. And there is no error message. This is freshly installed 64 bit ArchLinux with PekWM.
    Last edited by Paingiver (2015-02-02 22:21:17)

    Thank you Lone_Wolf for alerting me about the matter.  I think it is a problem for some other programs too because someone created an AUR package just for this symlink:
    https://aur.archlinux.org/packages/libudev.so.0/
    When the package didn't run without any error message i emailed the AUR maintainer. He quickly replied and said he is a developer at Intel and will look into matter when he got free time. I searched the internet but couldn't find a lot of information about it. Then i stumbled upon a thread on Manjaro(https://forum.manjaro.org/index.php?topic=11695.0) forums. In their system AUR package was giving the error of libudev.so.0 not found and suggested to install AUR package libudev.so.0. Installed that and program worked.
    What can we do about that beside that symlinking?
    Later edit: Also i stumbled upon some post that Intel-Xdk Linux install script looks for a package named gtk2. If your distro's gtk2 package is not named gtk2 it is not installing. Someone created a dummy gtk2 package and fooled the program to run.
    Why install scripts from big companies always have problems on Linux? Until today there isn't even one package that haven't given me problems. On the other side installed a lot of Linux distros and %99 of time it went flawlessly.
    Last edited by Paingiver (2015-02-04 00:33:28)

  • [solved] list all aur packages installed

    Hi,
    I'm looking a comman which list all AUR packages installed on my system. Man yaourt or man pacman don't help me (but maybe I missed something).
    Is it possible to list these AUR packages ?
    Last edited by ppr (2011-11-13 23:40:49)

    yaourt -Q | grep local/
    Works for me. I'm sure someone will have a better solution though.
    Last edited by WorMzy (2011-11-13 23:24:45)

  • Content Library Explorer error -error occurred while trying to read the package metadata (can't find package in console)

    I have SCCM 2012 SP1 recently upgraded to R2. I'm currently setting this up to migrate my production 2007 site. However, I'm trying to use Content Library Explorer on my DP's. I have 3 dps. DP2 connects fine but when i try and connect to DP1 +3 i get
    the following error: An error occurred while trying to read the package metadata. The package
    PackageID is invalid and must be redistributed from the Configuration Manger console.
    Now i can't find any trace of this at all in the console. In the SMSPackagesHist table i can see the package ID and the deleted time was 29-07-2013. This most likely was me trying to create software updates back last year when i initially setup the site.
    The package is not listed as content on any of the 3 DPs and i can't find any trace of it at all in the console.
    I'm not very familiar with 2012, so not sure what I've done.
    Any help or advice appreciated.
    Thanks
    Jane

    Hi Torsten,
    thanks for this. I did a search of the WMI key and found this document: http://blogs.technet.com/b/configmgrteam/archive/2012/05/07/troubleshooting-content-mismatch-warnings-on-a-distribution-point-in-system-center-2012-configuration-manager.aspx (does
    this mean it is supported?)
    however, on those 2 DP's in that class, the suspect package ID is not listed!???
    Any more ideas?
    Many thanks
    Jane

  • Nvida driver - can't find nvidia module

    Finally went out and bought an nvidia geforce 6600Gt video card.
    But guess what now I can't install the dam thing.
    I followed the arch wiki but all I get is
    Installation starts now ...
    FATAL: Module nvidia not found.
    If you need more information about setting up nvidia drivers have a look at:
    "http://wiki.archlinux.org/index.php/How to install NVIDIA Driver"
    modprobe nvida gives the same results. I thoght pacman -S nvida is supposed to install the kernel modules so how com e it can't find them ?
    I even created a /usr/src/linux symlink to the current kernel - still not working. So what's going on I thought nvidia drivers were supposed to be really easy to install ????

    The error message when I run pacman -S nvidia is shown in my first post.
    I do not have a custom kernel I have pacman -S kernel26 (kernel-2.6.11.3-ARCH)
    Do I need to install kernel full kernel sources with ABS for nvidia to work ?
    I did try this but he kernel failed to build (can't remember why now)
    Here's the last part of nvidia-installer.log incase that helps
    usb-storage: device scan complete
       Disabled Privacy Extensions on device c05d68a0(lo)
       lp0: using parport0 (interrupt-driven).
       nvidia: no version for "struct_module" found: kernel tainted.
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
    ERROR: Installation has failed.  Please see the file
           '/var/log/nvidia-installer.log' for details.  You may find suggestions
           on fixing installation problems in the README available on the Linux
           driver download page at www.nvidia.com.

  • Can't find s:Module

    Hi everyone:
    I just can't find the <s:Module>,  is there any chance to use <s:state> and <s:transitions> in <mx:module>
    It is very strange..
    thanks

    Not everything is available at the moment in spark but over time more and more mx functionality will end up in the spark set. FB2 is much better at dealing with the mixing of mx and spark and this will keep improving as bugs are ironed out
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009"
    xmlns:s="library://ns.adobe.com/flex/spark"
    xmlns:mx="library://ns.adobe.com/flex/halo" layout="absolute" width="400" height="300">
    <fx:Declarations>
    <s:Animate />
    </fx:Declarations>
    <fx:Script>
    <![CDATA[
    ]]>
    </fx:Script>
    </mx:Module>
    the above is the basic mx module it still will allow you to mix spark and mx, so yes you can use mix and match, the caveat being that at the moment you may run into some issues but thats what testing is all about. If you have any problems you can always put your code up for others to look at, if it is a compatibility issue then it can be listed as a bug.
    David.

  • Can't find this module. Please help!

    I want to edit this module, but can't find it on the Module Template, Content Holders nowhere...
         module_productfeaturelist,featured,100,Default,,true
    Please help. Thank you!!

    Hello,
    That module is detailed here: http://kb.worldsecuresystems.com/134/bc_1345.html - search for module_producfeaturelist
    Specifically, the last parameter determines which layout it used. If it's set to true, the small product backup layout is used - and you can find that under Module templates - > Online Shop layouts. Or if you're using FTP, under Layouts->online shop.
    Thanks,
    Florin Carlig

  • Can't find output module

    I cannot get the module to work on Bridge. I am using a Mac. Bridge version 6.0.1.6
    I followed the instructions to put it on very carefully but cannot find it in my bridge window. i have put a screenshot of my window here. I checked as per some suggestions that I had checked the option in 'Startup Scripts' in Bridge preferences. I can see the AOM folder in the Bridge CC Extensions folder so I really don't know why I can't find it in Bridge

    Hi Diego:
    In your Mac Pro the Apple Prores codecs are available in the render options and in the Mac Book Pro don´t?
    (Speedgrade has got several presets like Cineon, Prores4444, TGA, DPX or AJA by default in the render tab, but you can change and save your presets and export codecs if you like.
    There are a "Other" button in the "Options and Format settings" in the render tab. You can select the "Other" button to look several options and change the codec in the Quicktime tab settings)

  • MySQL 5.6.* Development version somewhere / create AUR package

    Hi,
    I am interested in the new features of mysql version 5.6 (innodb full text search).
    I could not find any package in the repos nor in the AUR. If that is correct we could create one ( I already had a look at the official package for mysql).

    There isn't a stable version, but you can install 5.6.6-m9 (which I assume means milestone 9).
    Here's a PKGBUILD:
    # Contributor: Andrea Scarpino <[email protected]>
    # Contributor: Douglas Soares de Andrade <[email protected]>
    pkgbase=mysql
    pkgname=('libmysqlclient' 'mysql-clients' 'mysql')
    pkgver=5.6.6
    _milestone=m9
    pkgrel=3
    arch=('i686' 'x86_64')
    license=('GPL')
    url="https://www.mysql.com/products/community/"
    makedepends=('cmake' 'openssl' 'zlib')
    options=('!libtool')
    source=("http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.6/${pkgbase}-${pkgver}-${_milestone}.tar.gz"
    'mysqld.rc' 'my.cnf' 'mysqld-post.sh' 'mysqld-tmpfile.conf' 'mysqld.service')
    md5sums=('82f4a7fa46db5d735fdf34002be77e9d'
    'e7eb2faeab755cbb2fe03542bf328da9'
    '1c949c0dbea5206af0db14942d9927b6'
    '6ea6ceb360d09a774e87335ee098ddd5'
    '2fa6e456964d4ff5e6d4f9ff0126aed6'
    'a0e1460c276a50a9666c331de83271f2')
    build() {
    mkdir build
    cd build
    # CFLAGS/CXXFLAGS as suggested upstream
    cmake ../${pkgbase}-${pkgver}-${_milestone} \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DSYSCONFDIR=/etc/mysql \
    -DMYSQL_DATADIR=/var/lib/mysql \
    -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
    -DDEFAULT_CHARSET=utf8 \
    -DDEFAULT_COLLATION=utf8_general_ci \
    -DENABLED_LOCAL_INFILE=ON \
    -DINSTALL_INFODIR=share/mysql/docs \
    -DINSTALL_MANDIR=share/man \
    -DINSTALL_PLUGINDIR=/usr/lib/mysql/plugin \
    -DINSTALL_SCRIPTDIR=bin \
    -DINSTALL_INCLUDEDIR=include/mysql \
    -DINSTALL_DOCREADMEDIR=share/mysql \
    -DINSTALL_SUPPORTFILESDIR=share/mysql \
    -DINSTALL_MYSQLSHAREDIR=share/mysql \
    -DINSTALL_DOCDIR=share/mysql/docs \
    -DINSTALL_SHAREDIR=share/mysql \
    -DWITH_READLINE=ON \
    -DWITH_ZLIB=system \
    -DWITH_SSL=system \
    -DWITH_LIBWRAP=OFF \
    -DWITH_MYSQLD_LDFLAGS="${LDFLAGS}" \
    -DWITH_EXTRA_CHARSETS=complex \
    -DWITH_EMBEDDED_SERVER=ON \
    -DWITH_INNOBASE_STORAGE_ENGINE=1 \
    -DWITH_PARTITION_STORAGE_ENGINE=1 \
    -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \
    -DWITHOUT_ARCHIVE_STORAGE_ENGINE=1 \
    -DWITHOUT_BLACKHOLE_STORAGE_ENGINE=1 \
    -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \
    -DCMAKE_C_FLAGS="-fPIC ${CFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer" \
    -DCMAKE_CXX_FLAGS="-fPIC ${CXXFLAGS} -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-rtti"
    make
    package_libmysqlclient(){
    pkgdesc="MySQL client libraries"
    depends=('openssl')
    cd build
    for dir in include libmysql libmysqld libservices; do
    make -C ${dir} DESTDIR="${pkgdir}" install
    done
    install -d "${pkgdir}"/usr/bin
    install -m755 scripts/mysql_config "${pkgdir}"/usr/bin/
    install -d "${pkgdir}"/usr/share/man/man1
    for man in mysql_config mysql_client_test_embedded mysqltest_embedded; do
    install -m644 "${srcdir}"/${pkgbase}-${pkgver}-${_milestone}/man/$man.1 "${pkgdir}"/usr/share/man/man1/$man.1
    done
    package_mysql-clients(){
    pkgdesc="MySQL client tools"
    depends=('libmysqlclient')
    cd build
    make -C client DESTDIR="${pkgdir}" install
    # install man pages
    install -d "${pkgdir}"/usr/share/man/man1
    for man in mysql mysqladmin mysqlcheck mysqldump mysqlimport mysqlshow mysqlslap; do
    install -m644 "${srcdir}"/${pkgbase}-${pkgver}-${_milestone}/man/$man.1 "${pkgdir}"/usr/share/man/man1/$man.1
    done
    # provided by mysql
    rm "${pkgdir}"/usr/bin/{mysql_{plugin,upgrade},mysqlbinlog,mysqltest}
    package_mysql(){
    pkgdesc="A fast SQL database server"
    backup=('etc/mysql/my.cnf')
    install=mysql.install
    depends=('mysql-clients' 'systemd-tools')
    options=('emptydirs')
    cd build
    make DESTDIR="${pkgdir}" install
    install -Dm644 "${srcdir}"/my.cnf "${pkgdir}"/etc/mysql/my.cnf
    install -Dm755 "${srcdir}"/mysqld.rc "${pkgdir}"/etc/rc.d/mysqld
    install -Dm755 "${srcdir}"/mysqld-post.sh "${pkgdir}"/usr/bin/mysqld-post
    install -Dm644 "${srcdir}"/mysqld-tmpfile.conf "${pkgdir}"/usr/lib/tmpfiles.d/mysqld.conf
    install -d "${pkgdir}"/usr/lib/systemd/system
    install -Dm644 "${srcdir}"/mysqld.service "${pkgdir}"/usr/lib/systemd/system/
    # provided by libmysqlclient
    rm "${pkgdir}"/usr/bin/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}
    rm "${pkgdir}"/usr/lib/libmysql*
    rm -r "${pkgdir}"/usr/include/
    rm "${pkgdir}"/usr/share/man/man1/{mysql_config,mysql_client_test_embedded,mysqltest_embedded}.1
    # provided by mysql-clients
    rm "${pkgdir}"/usr/bin/{mysql,mysqladmin,mysqlcheck,mysqldump,mysqlimport,mysqlshow,mysqlslap}
    rm "${pkgdir}"/usr/share/man/man1/{mysql,mysqladmin,mysqlcheck,mysqldump,mysqlimport,mysqlshow,mysqlslap}.1
    # not needed
    rm -r "${pkgdir}"/usr/{data,mysql-test,sql-bench}
    rm "${pkgdir}"/usr/share/man/man1/mysql-test-run.pl.1
    install -dm700 "${pkgdir}"/var/lib/mysql
    That's based on the PKGBUILD for the mysql in the repos. All I did was edit which version it should grab, the md5sum and in a few places the paths, since the '-m9' needs to be added. I've run it for myself for a couple of weeks and it seems to run quite well.
    Note that while you can migrate mysql 5.5 data into mysql 5.6 it won't do the reverse for you. I suggest you make backups and all that. You may have other problems, this is, of course, totally unsupported.
    Last edited by SidK (2012-08-30 18:45:00)

  • [SOLVED] Quake Live AUR Package 64 bit support

    I juts found this quakelive package on AUR: http://aur.archlinux.org/packages.php?ID=43938
    I tried it, but it said no x86_64 support.
    Then, I tried this patch, but I still get this:
    david@davidarch:~/pkg/quakelive$ makepkg -si
    ==> Making package: quakelive 0.1.0.433-1 (Sat Mar 3 20:36:15 WET 2012)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Downloading QuakeLivePlugin_433.xpi?v=0,1,0,433...
    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 1444k 100 1444k 0 0 1319k 0 0:00:01 0:00:01 --:--:-- 1492k
    ==> Validating source files with md5sums...
    QuakeLivePlugin_433.xpi?v=0,1,0,433 ... FAILED
    ==> ERROR: One or more files did not pass the validity check!
    david@davidarch:~/pkg/quakelive$
    I also read on the AUR comments that if I change the checksum it's possible to install it:
    I have 64bit up and running but i had to change the checksum to fa54d8f7e7be7c7f04cbc52cf3e693ff. (Made the checksum out of the downloaded file, i know, not a good idea, but it works)
    Maybe new version?
    thanks
    greez
    I just don't know how to do what this guy did... Any ideas? Thank you very much!
    Last edited by ephan (2012-03-04 15:14:24)

    karol wrote:Edit the PKGBUILD and change the checksum.
    https://wiki.archlinux.org/index.php/Pkgbuild#md5sums
    Oh thank you, that was it

  • Self-created stacks disappear and can't find folders in Finder

    Hello, a few times now I've lost stacked folders I've created in the docks. I haven't been able to figure out what's happening exactly, but it seems to have something to do with the desktop display. Most recently I went into Display in System Preferences to run a calibration. Without clicking on anything, the display resolution changed (which of course I changed back), my desktop image was gone (again, no problem to fix) and two question marks replaced the stack folders I created in the dock. (My Documents and Downloads folders were not affected.)
    After looking through some discussion topics, I created another stack folder (yes, to the right side of the divide) in the dock just to test things out. I went into the User file. I see the Documents and Downloads folders in there, but not the stacks I created.
    So--this is because the stack is just a shortcut, right? Ok, I can get that. However! The stuff that was in those other folders I created is totally gone. So where WAS the contents of those stack folders before the folders were lost? After I dragged the folders down to the dock I deleted the orig folders off the desktop to clean things up--not realizing they were short cuts and thinking this was a great way to keep my desktop nice and clean.
    Because of a separate issue I stupidly emptied the trash before trying to completely solve this problem. So, I'll never know if I would've been able to retrieve those lost items. More importantly, I want to understand how this works so I can prevent this from happening again. It seems to me like these folders are so fragile. Therefore, of limited use. If that's the case, fine, it just seemed so nice to be able to put folders down there instead of hanging on the desktop.
    Thanks!
    Message was edited by: meghanclare
    Message was edited by: meghanclare

    Yes, they are shortcuts, or aliases as we call 'em on the Mac. If you delete the original, and it sounds like you did, they no longer point to anything and once the Dock wakes up to that you will see a question mark where your stack was. You can create aliases yourself anywhere, or in the Dock or Sidebar, and then delete the aliases, and the original folder and its contents are unchanged. That's not what you did. You created an alias and then deleted the original.
    What you should do is create folders inside your home folder, rather than on the Desktop, then drag those folders into the Dock. You will then have a tidy Desktop, and quick access to the folders from the Dock.
    Francine
    Francine
    Schwieder

  • I just re-installed fonts from a third disk in my Create Suite 5, but can't find CLASSIC CURSIVE FONTS in my selctions.

    I am in the process of re-installing ADOBE CREATIVE SUITE 5 DESIGN PREMIUM because I had to change my hard drive. I haven't done this for years. There is a disk that came with the Suite called "CONTENT." It contains FONTS. I followed the instructions to INSTALL, but do not seem to have a single CLASSIC CURSIVE FONT now. Can anyone help? I had about 3 of these in the past.

    Sorry I didn't see your response earlier. Here are the screen shots you requested:
    #1 Is what appears on my screen when I put the disk in.
    #2 Is the screen after I selected "English" as my language
    #3 Is the screen I got after selecting "Goodies"
    #4 Is the screen I got after selecting "Fonts"
    #5 Is the list of fonts I get after opening the folder "Adobe"
    #6 Is the step to install the fonts: "Select all, Right-click and select "Install."
    These all seem to appear in my font choices for InDesign, however, I am missing the three fancy script options I used to use all the time. The kind you use for invitations and such.
    Here is a screen shot of my InDesign fonts. In the past, there were two such fonts towards the end of my font list that are no longer there. I really don't seem to have any traditional script-like fonts in my list anymore.
    Are these images even legible?
    Thanks for your help. I look forward to your reply.
    Maureen

Maybe you are looking for

  • Data in payload out of sequence

    Hi, I have 10 fields between source and target but only 7 are mapped so other fields are optional and will need to be mapped later when necessary. Right now, the fields in the payloads are getting populated out of sequence. Meaning, if first field is

  • Need help creating a certain Thumbnail Gallery

    This is the website that has the gallery that I'm trying to build: Howcast.com I've successfully created the section of the application which populates the stage with thumbnails from a XML file. Now, I'd like to spruce it up a bit and create an endle

  • HT201303 I'd like to reset my security answer cuz I forgot it.

    I'd like to reset my security answer cuz I forgot it.

  • Ical date in dock no longer updating

    Ever since aug 1st the ical icon in dock isn't showing the current date. Its nothing major but it was the cool part about the new version in leopard. how can I fix this? I've looked for something in preferences but I don't see anything. What can I do

  • Sharing of Child TAB

    Hi All, I have an Parent tab and 4 child tabs associated to this parent tab. For Example 'A' is the parent tab and '1', '2', '3' and '4' are the child tabs of the parent 'A'. I have created one page in my application to manage admin users. I need to