[SOLVED] Can't understand how `install` command works

Hi there:
I'm trying to make a PKGBUILD for pgModeler, which comes pre-compiled, so I think what I should do is to move the application directory completely to /opt/pgmodeler and make a symbolic link from /usr/bin to the /opt/pgmodeler/start-pgmodeler.sh script. So, i just wrote this:
pkgname=pgmodeler
pkgver=0.4.1
pkgrel=1
pkgdesc="An open source tool for modeling PostgreSQL databases"
arch=('x86_64')
url="http://pgmodeler.com.br"
license=('GPL3')
source=("http://www.pgmodeler.com.br/releases/$pkgname-$pkgver-linux64.tar.gz" "pgmodeler.desktop")
md5sums=('574887c35bc9e0a1bc65f8d4494200bb' '1f3ebda62e941ea7ea17cfb609cc392e')
depends=(libpqxx)
package() {
install -Dm644 "$srcdir/$pkgname-$pkgver-linux64" "$pkgdir/opt/$pkgname"
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 "$srcdir/$pkgname-$pkgver-linux64/pgmodeler_logo.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
chmod 755 "$pkgdir/opt/$pkgname/start-pgmodeler.sh"
ln -s "$pkgdir/opt/$pkgname/start-pgmodeler.sh" "$pkgdir/usr/bin/$pkgname"
But it fails in the first line of the package() function:
[tae@localhost pgmodeler]$ makepkg -s
==> Making package: pgmodeler 0.4.1-1 (Sun Mar 17 23:03:08 CLST 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found pgmodeler-0.4.1-linux64.tar.gz
-> Found pgmodeler.desktop
==> Validating source files with md5sums...
pgmodeler-0.4.1-linux64.tar.gz ... Passed
pgmodeler.desktop ... Passed
==> Extracting Sources...
-> Extracting pgmodeler-0.4.1-linux64.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting package()...
install: omitting directory ‘/home/tae/GitHub/pgmodeler/src/pgmodeler-0.4.1-linux64’
==> ERROR: A failure occurred in package().
Aborting...
This is my first PKGBUILD and I'm trying to decipher how to make it by looking at this files: https://aur.archlinux.org/packages/dr/dropbox/PKGBUILD and https://aur.archlinux.org/packages/op/opcion/PKGBUILD and I never used the install command before so I'm pretty lost.
Thanks beforehand.
Last edited by Tae (2013-03-19 12:44:45)

Thanks to all. I learned a couple of stuff, but I still have no luck. This is what I've tried:
I wrote install -d "$pkgdir/opt" in the first line of the package() function before ask, but it didn't make any difference. In fact, I'm not sure what it does (from its man page: treat all arguments as directory names; create all components of the specified directories).
I modified the function with all your suggestions, and now it looks:
package() {
cp -R "$srcdir/$pkgname-$pkgver-linux64" "$pkgdir/opt/$pkgname"
chmod 644 "$pkgdir/opt/$pkname/"
chmod 755 "$pkgdir/opt/$pkgname/start-pgmodeler.sh"
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm644 "$pkgdir/opt/$pkgname/pgmodeler_logo.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
ln -s "/opt/$pkgname/start-pgmodeler.sh" "$pkgdir/usr/bin/$pkgname/"
but I get:
$ makepkg -s
==> Making package: pgmodeler 0.4.1-1 (lun mar 18 20:33:53 CLST 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Found pgmodeler-0.4.1-linux64.tar.gz
-> Found pgmodeler.desktop
==> Validating source files with md5sums...
pgmodeler-0.4.1-linux64.tar.gz ... Passed
pgmodeler.desktop ... Passed
==> Extracting Sources...
-> Extracting pgmodeler-0.4.1-linux64.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting package()...
cp: cannot create directory ‘/home/tae/GitHub/pgModeler/pkg/opt/pgmodeler’: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Here I can't understand why it tries to create /opt/pgmodeler inside the pkg/ directory. For what I found in other PKGBUILDs and from the $pkgdir definition of the PKGBUILD man page (This contains the directory where makepkg bundles the installed package (this directory will become the root directory of your built package)) I though it will be the root directory.
So I removed all the $pkgdir from the function and now I get this error:
mkdir: cannot create directory ‘/opt/pgmodeler/’: Permission denied

Similar Messages

  • I really can't understand how this recursive works??

    Hi all,
    I have got a recursive function that checks for palendrome string. But it is confusing. I know that a string is palenromme if it is empty or has a char or first char and last one are same and middle is palindromme too.
    but can't understand how this function works.
    class Palindromme
         boolean palindrom(String s)
              if (s.length() <= 1 || s.equals(null) || s=="") //this is the stopping point
                   return true;
              else
              {                    //recursive definition
                   return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
    specially i don't know how palindrom(s.substring(1,s.length()-1)); is working cause it has to be increased for each loop.
    abdul
    PS: actually i don't know how recursion works from Data structure point of view

    Hi,
    ok your palindrome is : "otto"
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
                  o                     o                                   tt
    so first part is true                                        
    in the second part palindrom is called again but with the remaining tt
    so second time :
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && palindrom(s.substring(1,s.length()-1));
                   t                     t                                 ""
    Third time:
    if (s.length() <= 1 || s.equals(null) || s=="") //this is the stopping point
    return true;after all for otto the recusion is:
    return ( s.charAt(0) == s.charAt(s.length()-1) ) && s.charAt(1) == s.charAt(s.length()-2) ) && nothing left of otto);
    Phil

  • I would like to understand how merging cells works

    I am trying to reduce nine fields, into three, but can't understand how merging cells works. Because sometimes it will allow me to merge cells, and at other times the word merge is greyed out
    Regards Lee

    The User Guide, which you can download using the link in the Help menu, explains merging cells pretty clearly.
    I suspect the relevant line to your problem is:
    "The group of cells you choose must form a rectangle, and they must be all body cells, all header cells, or all footer cells."
    The merge option is probably greyed out because your selection includes both header and body cells.
    I think there is a general feeling among users that merging cells should be avoided because it breaks some operations like sorting tables.

  • How much does this cost? & I still can't understand how this work

    How much does this cost? & I still can't understand how this work

    Hello mkopti,
    ePrint is a free feature include on most of our wireless printers that are e-all-in-one enabled. It allows you to register your printer on HP's website http://www.eprintcenter.com and create an account. Once an account has been created you can enable the web services feature, after connecting to a valid network with internet access, which will print off a registration code you can use to add the printer to your account and customize an email address for the printer. This allows you to print to the printer from virtually anywhere simply by sending an email to the printers email address and when it is received it will print.
    Most of these printers are also Airprint enabled meaning you can print locally from the same network on the iPad, iPod, and iPhone (version 4.3.2 and higher) by using the built in "Print" command in the idevices.
    If you have any other questions or need clarification feel free to reply to this post and I will try to answer any questions you have.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Documents/PPT for Understanding how SAP SRM works from SAP website

    Hi,
    Can some one help me in finding some docs/ppts which helps me to understand how SAP SRM working from SAP website.
    Regards,
    Manesh

    Hi, thanks for the response.
    This is what they get
    Fatal error: Call to a member function remove_all() on a non-object in .../.../.../welcome.php
    This error is not generated by SAP. It is shopping cart error.
    And here is the content of welcome.php
    <?php
      require("includes/application_top.php");
         $cart->remove_all();
        $hook = $_REQUEST['HOOK_URL'];
    ?>
    The value of HOOK_URL is empty
    <a href="index.php?HOOK_URL=<?php echo $hook; ?>">Start shopping here</a>
    Edited by: janjan123 on May 14, 2010 5:06 PM

  • Need to understand how ioctl errors work.

    I'm trying to understand how ioctl errors work. Who is responsible for returning a -1 for an error and passing the actual error number in errno? Do the functions miocack and miocnak play any part in this? Where can I find a desciption of miocack, miocnak?

    Hi
    The return value of ioctl is dependent upon the called device
    control function. If for some reason the ioctl is not able to
    call the corresponding device control function then a return
    value of -1 is returned by the kernel and the errno set to
    indicate the type of error.
    -Manish Dixit
    Sun - dts

  • Things have really changed.  I can't understand how Apple could release the Lion OS as buggy as it is ?  It's like reliving the nightmare of my PC days and the Microsoft crap !  Do I have to wipe the hardrive before reinstalling Snow Leopard ?  Comments..

    Things have really changed.  I can't understand how Apple could release the Lion OS as buggy as it is ?  It's like reliving the nightmare of my PC days and the Microsoft crap !  Do I have to wipe the hardrive before reinstalling Snow Leopard ?  The amazing thing is that when I installed Snow Leopard not a hitch, ever !    My trust in Apple is gone and believe me I will think twice before doing anymore OS upgrades, **** I can go back to the PC for a lot less money.

    Adios baby! Enjoy that PC!

  • HT5463 In my opinion, when the Silence setting is "only when the device is locked", it contradicts the settings you set above, like Manual. Can someone explain how these settings work together?

    Can someone explain how these settings work together? Manual seams to contraduct the SILENCE setting at the bottom of the Do Not Disturb page. It's very confusing.

    You should have seen information in the support document that you linked from. It used to be with the first version of Do Not Disturb that it would only function when the device was locked. That changed with iOS 7, and not it can be active all of the time. With it on Manual, it is on, but if you have the device "awake" that you can still receive calls/texts, etc. Sort of like you have the phone awake, so it isn't a problem for you to receive things. If you set the settings for Always, this means you can be doing things on the phone and not be disturbed by anything else. Does that make sense?

  • I can't understand how to edit titles on the spine of books. Could anyone help me? Thanks.

    I can't understand how to edit titles on the spine of books. Could anyone help me? Thanks.

    the trouble is that on the spine of the book the title is cut off and I don't know how avoid it.
    I don't think you can, Fred. Pick a shorter title. And add the additional information by adding a subtitle on your title page. You can always add a second text box, using the "edit layout" panel.
    Regards
    Léonie

  • Can someone explain how .prel files work?

    Can someone explain how .prel files work?  My C drive is O/S and programs, my D drive is storage and the project file(s) (the .prel file) are on my E drive. 
    How is this supposed to be more efficient/faster?  P.E. (C drive) has to constantly communicate back and forth across drives with the .prel file and all the files in the subfolders?  It seems like it would be slower. 
    As I mentioned in a previous post; my zooms in/out of the Timeline are VERY slow.  It is almost 1 second before the Timeline gets bigger/smaller.  Any info would be great,thanks!
    Elwood
    Windows 7 64 bit, i7 980x @333 6 core processor, 12 GB ram DDR 1600, Radeon 5850 GPU PE 9

    By using multiple HDD's, one is spreading the I/O (Input/Output) load over various HDD's. The controller is faster than a single HDD, being tasked to read/write from/to multiple places. One of the first laws of physics is that an object cannot be in more than one place, at the same time. The heads on a HDD are no different. If requests for multiple reads are made, the heads will position themselves over on place on the platters, read, and then move to the next requested location, and so on. However, with multiple HDD's, and a good, fast controller, the heads of each HDD will be placed, where necessary, so reads are done at once, from multiple locations.
    For ultimate performance, a good setup would be as follows:
    C:\ system OS and programs (more reading being done here, than writing)
    D:\ Project files (PREL's in this case)
    E:\ RAID 0 Scratch Disks for Media Cache, but not Render files (both reading and writing)
    F:\ RAID 0 Media files (more reading, but also writing)
    G:\ RAID 0 Export/Share and Render files
    Some go so far as to separate out Audio Assets from Video Assets, and use a separate RAID 0 for each
    The downside of that "ultimate performance" setup, is that when a Project is completed, to clean up, one has to go to many HDD's, and locations. There can also be issues when Archiving a Project, because things are scattered about.
    I get "good performance" by having my Project, Copies of my Assets and all Scratch Disks on one HDD. What I give up in performance, I make up for with housekeeping chores, when the Project is done. I still spread my OS/programs from my Projects, with separate physical HDD's.
    Good luck, and hope that this helps,
    Hunt
    PS - Above, I mention RAID 0, but even greater speed can be achieved via many HDD's in the Array, and perhaps a RAID 50. RAID 0 is just two physical HDD's. Also, for RAID, I recommend a dedicated RAID controller card, and NOT software, or the MoBo's RAID capability.

  • Can't understand how this group by clause works

    The Schema is as below: (http://www.psoug.org/reference/rollup.html)
    CREATE TABLE grp_rep (
    person_id NUMBER(3),
    division VARCHAR2(3),
    commission NUMBER(5));
    INSERT INTO grp_rep VALUES (1,'SAM',1000);
    INSERT INTO grp_rep VALUES (2,'EUR',1200);
    INSERT INTO grp_rep VALUES (1,'EUR',1450);
    INSERT INTO grp_rep VALUES (1,'EUR',700);
    INSERT INTO grp_rep VALUES (2,'SEA',1000);
    INSERT INTO grp_rep VALUES (2,'SEA',2000);
    INSERT INTO grp_rep VALUES (1,'EUR',800);
    COMMIT;
    Query1:
    SELECT person_id, division, SUM(commission)
    FROM grp_rep
    GROUP BY person_id, ROLLUP (person_id, division);
    Query2:
    SELECT person_id, division, SUM(commission)
    FROM grp_rep
    GROUP BY division, ROLLUP (person_id, division);
    The results of query1 are okay. It has results from rollup and group by person_id.
    But, in Query2 results of rollup are missing and results of group by division is there.
    Anyone can explain how the group by clause works when there are multiple columns involving CUBE, ROLLUP and simple column names?
    Regards.

    Thank you shoblock!
    but, What i m really looking for is,
    How group by clause works when i add regular column along with RollUp in group by clause?
    I have understood simple group by clause like
    ...group by column1,column2,column3....
    n I also know simple rollup clauses like
    ...group by rollup(column1,column2,column3,...)
    But my Problem is how does this work:
    ...group by column2,rollup(column1,column2,...)
    ...group by column1,rollup(column1,column2,...)
    See below Results:
    Query1:
    SELECT person_id, division, SUM(commission)
    FROM grp_rep
    GROUP BY person_id,ROLLUP ( person_id, division );
    Result:
    PERSON_ID DIVISION SUM(COMMISSION)
         1      EUR      2950
         1     SAM      1000
         2      EUR      1200
         2      SEA      3000
         1           3950
         2           4200
         1           3950
         2           4200
    SELECT person_id, division, SUM(commission)
    FROM grp_rep
    GROUP BY division,ROLLUP ( person_id, division );
    Query2:
    SELECT person_id, division, SUM(commission)
    FROM grp_rep
    GROUP BY division,ROLLUP ( person_id, division );
    Result:
    PERSON_ID DIVISION SUM(COMMISSION)
    1 EUR 2950
    2 EUR 1200
         1 SAM      1000
    2 SEA 3000
    1 EUR 2950
    2 EUR 1200
    1 SAM 1000
    2 SEA 3000
    EUR 4150
    SAM 1000
    SEA 3000
    guys, help me make understand above results!
    Regards.

  • Can anyone help me understand how font sizes work in Mail?

    Hi
    I am used to writing and sending emails in Arial 10 (on my PC using Outlook) - it seems like a professional sort of size to send to people.
    So I have set the Mail Preferences Fonts to Arial 10 for the message font
    But when I receive emails, the font is so small I can barely read it. I have a new 24" iMac and just cannot get to grips with keeping font sizes at a reasonable level between applications. And I though Mac was supposed to be joined up....
    As I write the text of this posting, the font is a good size to read (although still looks blurred - see my other postings) - it is in Arial which I want.... But I cannot get Mail to wrk in the same way.
    I do not want to change the font size to the email messages to a bigger font size, as I want my outgoing messages to be received in font size 10.
    Please help me understand how this is all supposed to work in MAC? It was all so easy on a PC!

    No, it is one of several unfathomable shortcomings in Mail that you are unable to set a minimum text viewing size. I too have 24in iMac and I have to enlarge each incoming message manually using Cmd+ and this is frankly Stone Age stuff, especially when dealing with hundreds of emails every day. Another very poor alternative is to use Ctrl and the scroll wheel to zoom in but your head will soon be spinning as the screen moves around.
    FWIW, I am also dismayed that Apple has disabled the Contextual Menu in 3 of the 4 mail address fields. There must be some obscure justification for limiting CM copy and paste to just the Subject field but I just think it's risible.
    And why can't I save a message I have just written to a place of my choosing? Instead I must save it to the Drafts folder or send it first and then Save As from the Sent mailbox. Is this someone's idea of fun?
    I could go on about Mail's shortcomings but that's enough ranting for now...
    Simon

  • Can't understand how TableCellRenderer is meant to work

    I've not done much Swing work and I'm trying to understand how a customer TableCellRenderer is meant to work. I know I've made a stupid mistake here somewhere but I can't find any specific docs on what I'm try to do.
    Basically I have a column in my JTable which holds my own Counter object. I want to render the cell so that the current value of the counter is displayed, along with 2 little buttons that allow the user to increment/decrement the counter value.
    The code is below, I seem to have 3 problems:
    1) One click on the button seems to increment the counter several times (inserting some log statements it seems that the MouseListener is being added several times?)
    2) The value on the counter doesn't seem to get refreshed/repainted once the button is clicked, only some time later (e.g. when I click on a different cell in the JTable)
    3) The +/- buttons dont "depress" when they are clicked.
    Any help much appreciated!
    public Component getTableCellRendererComponent(
    JTable table, Object lagInput,
    boolean isSelected, boolean hasFocus,
    int row, int column) {
    removeAll();
    final Counter counter = (Counter)counter;
    final JButton increment = new JButton("+");
    increment.setMargin(new Insets(1,1,1,1));
    increment.setPreferredSize(new Dimension(15,15));
    final JButton decrement = new JButton("-");
    decrement.setMargin(new Insets(1,1,1,1));
    decrement.setPreferredSize(new Dimension(15,15));
    final JTable finalTable = table;
    final int finalColumn = column;
    table.addMouseListener(new MouseAdapter(){
    public void mousePressed(MouseEvent e) {
    Rectangle panelBounds = finalTable.getTableHeader().getHeaderRect(finalColumn);
    Rectangle buttonBounds = increment.getBounds();
    buttonBounds.translate(panelBounds.x, panelBounds.y);
    if (buttonBounds.contains(e.getX(), e.getY())){
    counter.increment();
    Rectangle buttonBoundsDec = decrement.getBounds();
    buttonBoundsDec.translate(panelBounds.x, panelBounds.y);
    if (buttonBoundsDec.contains(e.getX(), e.getY())){
    counter.decrement();
    setLayout(new GridBagLayout());
    GridBagConstraints c = new GridBagConstraints();
    c.fill = GridBagConstraints.HORIZONTAL;
    c.gridheight = 2;
    c.gridx = 0;
    c.gridy = 0;
    add(counter);
    c.fill = GridBagConstraints.HORIZONTAL;
    c.gridheight = 1;
    c.gridx = 0;
    c.gridy = 1;
    add(increment);
    c.fill = GridBagConstraints.HORIZONTAL;
    c.gridheight = 1;
    c.gridx = 1;
    c.gridy = 1;
    add(decrement);
    return this;
    }

    If that's all there is to the Counter class, it seems to me that what you really want is a JTable of JSpinners.import java.awt.Component;
    import javax.swing.*;
    import javax.swing.table.TableCellEditor;
    import javax.swing.table.TableCellRenderer;
    public class SpinnerTable {
       void makeUI() {
          Integer[][] data = new Integer[10][5];
          String[] colNames = new String[data[0].length];
          for (int i = 0; i < data[0].length; i++) {
             colNames[i] = "Column " + i;
             for (int j = 0; j < data.length; j++) {
                data[j] = 0;
    JTable table = new JTable(data, colNames) {
    @Override
    public Class getColumnClass(int column) {
    return Integer.class;
    table.setDefaultEditor(Integer.class, new TableCellSpinner(table));
    table.setDefaultRenderer(Integer.class, new TableCellSpinner(table));
    table.setRowHeight(new JSpinner().getPreferredSize().height + table.
    getIntercellSpacing().height);
    JScrollPane scrollPane = new JScrollPane(table);
    JFrame frame = new JFrame("SpinnerRendererTable");
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.setSize(400, 400);
    frame.setLocationRelativeTo(null);
    frame.add(scrollPane);
    frame.setVisible(true);
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    new SpinnerTable().makeUI();
    class TableCellSpinner extends AbstractCellEditor
    implements TableCellRenderer, TableCellEditor {
    JTable table;
    JSpinner spinner = new JSpinner();
    JTextField editor = ((JSpinner.DefaultEditor) spinner.getEditor()).
    getTextField();
    TableCellSpinner(JTable table) {
    this.table = table;
    public Component getTableCellRendererComponent(JTable table, Object value,
    boolean isSelected, boolean hasFocus, int row, int column) {
    spinner.setValue((Integer) value);
    if (isSelected) {
    editor.setBackground(table.getSelectionBackground());
    } else {
    editor.setBackground(table.getBackground());
    if (hasFocus) {
    spinner.setBorder(BorderFactory.createLineBorder(table.getGridColor()));
    } else {
    spinner.setBorder(null);
    return spinner;
    public Component getTableCellEditorComponent(JTable table, Object value,
    boolean isSelected, int row, int column) {
    spinner.setValue((Integer) value);
    spinner.setBorder(BorderFactory.createLineBorder(table.getGridColor()));
    return spinner;
    public Object getCellEditorValue() {
    return spinner.getValue();
    }Check that out carefully in case I've missed anything.
    db
    edit Added the code for the isSelected border
    Edited by: Darryl.Burke

  • Hey i am unfamiliar with how to use icloud for storage. Can some one slowly( lol ) help me to understand how this thing works. I also need someone to help with how to transfer pics from your iphone to your flash drive.

    Hello i am needing some assistance as i am not very good at how the cloud works. I need to delete my account and start over.  I don't want to loose all of the things that i have on phone. Help!

    Slowly
    http://www.apple.com/icloud/features/
    but surely
    http://www.gottabemobile.com/2011/10/18/how-to-sync-email-contacts-and-calendar- with-icloud/
    we will come
    http://transfer-iphone-contacts.blogspot.com/p/iphone-contacts-sync-via-icloud.h tml
    to understanding
    http://support.apple.com/kb/PH12519
    on how icloud sync and backup work.
    http://www.apple.com/support/icloud/backup/
    http://support.apple.com/kb/ht1766
    And here we will find instructions on how to backup (import) pictures to computer, cause there is no direct transfer to flash drive.
    http://support.apple.com/kb/ht4083

  • Can't understand how Finder handles photos!

    I would like to understand how finder handles photos because I switched from windows recently and can't understand some things.
    First example, renaming lots of photos (without using iPhoto). I already have a automator action for renaming files, but if I have lots of photos with the numbers wrong, I wanted to organize the photos by date created and then rename them and get them in order. The problem is finder renames the files but with some order he chooses, and not the one I wanted. I know this happens because I select all the photos and he decides this way, but how can I do this my way!?
    The second question is kinda related. If I open lots of photos in finder (using command+a and command+o), why do the photos that are open in preview are opened in an order finder chooses, even if I arrange my photos in different orders (kind, name, date, etc)?
    I'm finding handling files in finder a little too much work to do, it was supposed to be a simple thing, just renaming or opening photos, because despite all his many weaknesses, windows worked kinda well with files, like pictures...

    Part of it depends on what criterion you have chosen to arrange the files in the Finder window: Name, Date Modified, Date Created, Size, Kind, Label. If by Name, I think the ones with numbers are ordered before letters.

Maybe you are looking for

  • Iphoto import interrupted during photos being deleted from iPhone now no photos on iPhoto and most gone from iPhone

    I have imported 5000 photos from my iPhone to iPhoto, after doing this i selected "delete from phone" during this my usb connection was knocked and i received an error message. When i connected it again none of the photos are in iPhoto and all but 19

  • Acrobat X Pro video playback is jumpy

    I have created an interactive PDF from InDesign, placing an FLV file which will play back in the PDF. When I preview this on my new iMac 27" it works fine. However when viewing on a Mac Mini (bit old) it is very jumpy if it works at all. Is this a ma

  • V1.x presets in 2 are the cause of blockiness

    I wish stumbled across this before: "Compressor 1.x settings do not work with Compressor 2" http://docs.info.apple.com/article.html?artnum=302019 I was inadvertently using the old presets (you should not see a MPEG2 - 60min option which is what I fav

  • Framemaker to .pdf part of image missing

    Hello I am using FM 10, Windows XP, Acrobat Pro X I have converted a book and two images (from about 100) have the bottom 1/8th cut off. The following may or may not be useful information: The image is a .png. The image has callouts drawn in in Frame

  • Which files prevent a normal boot on Maverick 10.9.5?

    What can I do to check files that could be preventing the boot to go passed the spinning wheel/grey screen preventively ? An October 2nd restart of OSX 10.9.5 on my iMac 2,9 Ghz Intel Core i5 resulted in the too famously known "grey screen with spinn