First Time Making PKGBUILD: xhotkeys

I wanted to try out a keybinding program called xhotkeys (I like to look aroudn for alternative programs constantly, and noticed that xbindkeys has quite a few dependencies), but when I went to install it from the AUR, it gave me some errors. (Namely, that /usr/share/applications and /usr/share/pixmaps existed.) After checking out the AUR website itself, I discovered that someone had posted that the project page had moved from what the existing PKGBUILD pointed to. So I figured that I had a chance to try to learn how to make PKGBUILDS. I cobbled this together, basing it on the sample PKGBUILD-python:
# Contributor: [email protected]
pkgname=xhotkeys
pkgver=0.1.2
pkgrel=1
pkgdesc="A simple and easily configurable hotkey launcher in pygtk"
url="http://code.google.com/p/xhotkeys/"
depends=('python2' 'python-xlib' 'python-configobj')
optdepends=('kiwi: xhotkeys-gui support')
arch=('any')
license=('GPL')
source=(http://xhotkeys.googlecode.com/files/xhotkeys-$pkgver.tgz)
epoch=1
md5sums=('edaeb79453ed4e9abc4bf0a60de183f8')
package() {
cd "$srcdir/$pkgname-$pkgver"
python2 setup.py install --root="$pkgdir/" --optimize=1
# vim:set ts=2 sw=2 et:
It works, and I'm using it right now. I just wanted to check if I was doing anything glaringly wrong. I went through the Arch Packaging Standards at https://wiki.archlinux.org/index.php/Ar … _Standards, and I think it adheres. I ran the install.py script with --record to check that it didn't install to /usr/local.
The package comes with two parts: xbindkeysd, which only uses the python-xlib and python-configobj packages, and xbindkeys-gui, which uses the kiwi package as well. I wasn't sure how that was usually handled, in depends or in optdepends.
Also, a maintainer currently exists for the original website, http://www.nongnu.org/xhotkeys/. Should I be renaming the package? It's a newer version, but I think it's essentially the same program. Or should I contact the original maintainer? Or should I just not bother with uploading the PKGBUILD?
Thanks for any help. Sorry if I sound like a moron.
EDIT: changed contributor email.
EDIT: PKGBUILD.
Last edited by bananagranola (2012-02-11 01:34:51)

You don't need
makedepends=('make')
as that is part of group base-devel and AUR users are expected to have that.
Googlecode xhotkeys page says the nongnu one is older. You should try contacting the AUR maintainer and if he fails to respond, ask on the AUR ml to orphan the package so you can upload an updated PKGBUILD.
Edit: Since this is a python 2 package you should add python2 to depends and change
arch=('i686' 'x86_64')
to
arch=('any')
Last edited by fsckd (2012-02-11 00:34:22)

Similar Messages

  • First Time Making A Call With Skype

    I just bought Skype credit to start making calls for the first time. In the account section I was asked to check my mobile phone for the information code and enter it below. But I need help for what my mobile phone information code is.
    James Kwegir Ampiah

    Frequently asked questions about Apple ID - http://support.apple.com/kb/HE37 --> Can I change the answers to the security questions for my Apple ID?  --> Yes. You can change the answers to the security questions provided when you originally signed up for your Apple ID. Go to My Apple ID (http://appleid.apple.com/) and click Manage your account.
    Some Solutions for Resetting Forgotten Security Questions - https://discussions.apple.com/docs/DOC-4551
    Forgotten security questions - https://discussions.apple.com/message/18402551  and https://discussions.apple.com/message/18625296
    More involved forgotten question issues - https://discussions.apple.com/thread/3961813
    John Galt's tips (09&11/2012) - https://discussions.apple.com/message/19809294 and https://discussions.apple.com/message/20229239
    If none of the above work, contact iTunes Support at http://www.apple.com/support/itunes/contact/ and follow the instructions to report the issue to the iTunes Store.

  • First time making a purchase with this new mac...

    when I type in my password, it prompts me to ask my security questions, but i can't remember one of them,any help?
    thanks

    Frequently asked questions about Apple ID - http://support.apple.com/kb/HE37 --> Can I change the answers to the security questions for my Apple ID?  --> Yes. You can change the answers to the security questions provided when you originally signed up for your Apple ID. Go to My Apple ID (http://appleid.apple.com/) and click Manage your account.
    Some Solutions for Resetting Forgotten Security Questions - https://discussions.apple.com/docs/DOC-4551
    Forgotten security questions - https://discussions.apple.com/message/18402551  and https://discussions.apple.com/message/18625296
    More involved forgotten question issues - https://discussions.apple.com/thread/3961813
    John Galt's tips (09&11/2012) - https://discussions.apple.com/message/19809294 and https://discussions.apple.com/message/20229239
    If none of the above work, contact iTunes Support at http://www.apple.com/support/itunes/contact/ and follow the instructions to report the issue to the iTunes Store.

  • I turned on my new imac for the first time and it is making a loud fan noise please help

    I just got a new computer and when I turned it on for the first time it started making a loud fan noise. the noise seems like it is coming from the back speaker. and it does not make the noise on sleep mode.

    Connect the iPad to a USB 2.0 port your computer with the cable and iTunes should launch and it will take you through the process step by step.
    I assume that your computer meets the requirements and that you have the latest version of iTunes on your computer.

  • HT1895 My macbook pro is making strange fan related noises. Sounds as if something is stuck in the fan. First time this has happened since I got my computer. Every time I put it to sleep I wouldn't hear the sound anymore. Any suggestions?

    My macbook pro is making strange fan related noises. Sounds as if something is stuck in the fan. First time this has happened since I got my computer. Every time I put it to sleep I wouldn't hear the sound anymore. Any suggestions?

    ... Sounds as if something is stuck in the fan.
    Probably is. They get dusty. Shut down your computer and clean it out with a vacuum (don't blow dust back inside).

  • Making a flash movie delay before starting for the first time

    Flash noob here. I've currently got a little bit of
    actionscript in my flash movie which makes it loop a couple times,
    and then pause, before looping over again, and then pausing again,
    and wash-rinse-repeat, which is fine.
    But now what I also need is to add a small bit of code
    (preferably on the first frame) which allows me to set a delay
    time, that the movie will just appear to be paused, but it should
    ONLY do this the first time. Every other time, the movie should
    loop like it does normally.
    The reason is because I've got about 3 movies on my page,
    when one stops moving, I want a 2nd one to start, then when that
    one stops, the 3nd will start, and when the third one stops, the
    1irst one will start again, etc. so I have to time it just
    right.

    If it might help, here's the code I have so far. The movie
    has 17 frames. But that shouldn't matter, I was going to just go by
    the loop count, and try to even them up that way.
    frame 1
    function pause(){
    play();
    clearInterval(timer);
    loopCount=0;
    frame 16
    if (!loopCount) {
    var loopCount:Number = 0;
    loopCount++;
    if (loopCount < 5) {
    this.gotoAndPlay(1);
    } else {
    this.gotoAndPlay(17);
    frame 17
    stop(); // 60000 = 1 minute
    timer = setInterval(pause, 10000);

  • Re making your calendar for the first time

    Hi, I am having a little trouble figuring just how to create my first calendar using photos from my i photo library. I know that it most likely is a relatively simple process, but in as I am a first timer, I would be most grateful for any and all advice on how to create a calendar from start to finish using my photos. I must admit sometimes I have difficaulty understanding and putting together in my head what the instructions are trying to convey to the reader, so your patience will be much appreciated. You may if you wish, email me at ****@*****.** with your advice or assistance. Thank you so much for your time and patience.
    <Edited by Moderator>

    Select a group of photos that you want in your calendar ( you can always add more later by dragging them from the iPhoto event window on the right to the Calendar album on the left) and click calendar in the tool bar at the bottom (if it is not there go to the view menu ==> show in toolbar and check it)
    You will thereby create a calendar project in the source pane to the left and open it - select a theme and start dragging photos where you want them in the calendar
    Once it is like you want it click buy
    Or do it the easy way and use the online Apple Tutorial - http://www.apple.com/ilife/tutorials/#iphoto-gifts-14
    LN

  • I am making a first time purchase and it is saying the answers to my security questions are wrong. How do I retrieve my answers?

    I am trying to make a purchase for the first time, it is asking for the answers to my security questions and when I type them it says I am wrong, how do I retrieve or change my answers?

    If you have a rescue email address (which is not the same thing as an alternate email address) on your account then the steps half-way down this page will give you a reset link on your account : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer your questions) then you will need to contact Support in your country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the HT5312 link above to add a rescue email address for potential future use

  • I am try to try ichat for the first time to chat with sis on korea.  she is a canadian teach and i need to speak with her.......help me with making an account so i can figure it oout

    i am using I catch for first time and it says i need accout. i went to AOL and they wouldnt allow me possible because i live in Canada...so can u halp apple?

    Hi
    AIM is a somewhat separate part of AOL.
    They have their Own Registration Page
    It is labelled AOL but you will notice the full name bit lists @AIM.com
    Choose a User name and check that it is not in use already
    You will need to supply an email for verification and password recovery plus answer some security questions as you set up the Screen Name.
    Once confirmed put the detail in iChat
    iChat Menu > Preferences > Accounts > Press the + icon lower Left and use the AIM option in the top line on the new Screen/Pane
    Although it will look like you have created a Name that is [email protected] you will not need the @aim.com bit in iChat.
    Add the details to the pane and click DONE
    You can now add your sister's Screen Name to your Buddy list.
    Double click to Chat if she is showing as On line.
    10:31 PM      Tuesday; February 26, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Building a system for the first time

    I recently posted a few weeks back about buying a system from either Dell or HP http://forums.adobe.com/thread/732545?tstart=0.  I quickly learned that those systems were not going to fit my need based on my budget.  So, I decided after researching components that I will build a computer by hand for the first time.  I am still operating on a budget of around $1000, but I'm giving the budget a bit of flexibility so I don't limit my options.  I am a hobbyist who only has experience using Power Director on my laptop, but I had a lot of fun editing for the first time and I want to step up my game.  With the new system, I plan to use adobe premiere cs5 and after effects.  I will capture my video from either an HD Helmet cam or HD flip format is  MPEG-4 AVC/H.264.  So where I need help is selecting the right things to optimize my performance.  The following is a list of items I'm looking with their prices.  Please help me decide what will be right for me.  Open to any combo of suggestions or comments. Thanks!
    Processor
    Intel i7 930 $200 microcenter
    Intel i7 950 $230 microcenter
    I don't know if I want overclock yet, but it sounds like a good idea.  $30 for the upgrade to the i7 950 seems pretty good. ro do I use the money elsewhere?
    Motherboard
    GIGABYTE GA-X58A-UD3R $210
    http://www.newegg.com/Product/Product.aspx?Item=N82E16813128423
    Seems like a good mobo. Are there any features that this board lacks that I should look for in another board? Also, newegg offers significant deals on "open box" products.  Is this a good way to go?
    Ram
    I have a few questions for this selection.  I've currently budgeted approximately $250 for ram.  I'm looking at going with 12GB.  I certainly don't have the budget for 24GB, but what about 16GB?
    Do I look for 1333 or 1600?  2GB or 4GB sticks?  Would I be fine if I bought say 2 packs of 6GB ram, both same manufacturer and same type or would I want to buy 1 pack of 12GB?
    GPU
    Nvidia Geforce gtx 460 1GB $220
    Is it worth it to go to the 470? I know it's a better card but being a budget is really worth the upgrade or can I get away with a 460?
    Any recomendations for a 460 as there are many in the same price range?
    Drives
    I see these drives priced in the $55 range which would leave at around $220 for the lot of em
    These are the drives I'm looking at as they are highly recommended on this board:
    SAMSUNG Spinpoint F3
    WD Caviar Black
    Right now, I plan to buy 4 drives.  Do I want 4 of the exact same? or say 1 cavier black for os/ programs and 3 samsung f3 for pagefile/scratch/renders?  Can I also get a brief description of what these are too?  Also, could have a 500gb for os/programs and 1tb for the rest or would it be advisable for 1tb for all? or 500gb for all?
    I don't think I can do a raid setup based on my budget, but I saw this as an option on the thread for storage rules is to use the on-board IHCR or Marvell chip.  I don't know really anything about this, but what would the price be to explore this option?
    Case
    Cooler Master Storm Scout $90
    http://www.newegg.com/Product/Product.aspx?Item=N82E16811119196
    I picked this case for a few reasons.  I seem move about every 6 months so the handles on top would be very useful, and it seems to have good cooling.  I know a full size case is recommended, but they seem to be significantly more.
    Cooling
    Noctua NH-U12P SE2 120mm SSO CPU Cooler $75
    Everywhere I look this cooler seems to get great reviews.  I figure it could be a good idea to get a good cooler if I get a mid-tower case.
    The only other option I can think of for case/cooling is to combine the budgeted price for both and look at different options like a full size case with a less quality cooler. Is this a better option
    PSU
    Looking into an 850 W power supply.  I figure to budget $80 towards as I've seen a few in that range
    http://www.newegg.com/Product/Product.aspx?Item=N82E16817517003
    so would something like this work?
    Final Thoughts
    So, when you add it all up its about $1350.  First question, how does this look overall?  Nothing I've chosen is obviously overkill, but is there anything I can afford to go cheaper on? or anything I should invest more into?
    Thanks again to everyone for the help.  The resources, info and people on this forum have just been awesome.

    Seems like we are planning very similar PCs.  My build is going to be for: amateur video editing including animation mainly with CS5, application design and coding mainly with MS Visual Studio 2008, HTPC (until I build a cheap dedicated unit for the TV), general family computing.  I am new to this stuff, but can at least share some pricing and my decision making process so far.
    Here is what I have selected so far regarding the parts:
    MotherBoard: Gigabyte GA-X58A-UD3R x58
    Seems like one of the lower cost x58 MBs and has some decent reviews.  Wait for a sale, you should be able to find this for around $180.00.  That is how much I got it for from New Egg (straight up with savings code no rebate), should be arriving on my doorstep tomorrow.  Also, I think Fry's has it now for $170.00 in store, but that includes a $20.00 rebate and tax. 
    PowerSupply: Corsair TX650W
    Some might think this is on the low side.  On the other hand, I have gotten other conflicting advice, stating that many people overestimate their actual power needs.  So who knows.  I have read that a PSU works more efficient when it is matched to the power needs - meaning that a 1000w PSU that is generally seeing 200w usage might not be so efficient.  Anyway, I got the PSU for $50.00 from New Egg (with rebate), and it has a good reputation, so we will see how it goes.
    Graphics Card: GIGABYTE GV-N460OC-1GI GeForce GTX 460 (Fermi) 1GB 256-bit GDDR5
    I was planning on a lower cost card, but then noticed this card for sale over the weekend for $178.00 (with rebate), so I ordered one.  I have read the GTX460 has reasonable power requirements, and can be made to take advantage of CUDA/Mercury with CS5 (although haven't done much research into that).  This particular version based on reviews, seems fairly quite with the twin fans. It's possible I overspent a bit on this card considering my needs, time will tell.
    Here is what I am planning to purchase:
    CPU: i7 930
    I am fortunate to live near a Fry's and MicroCenter ($200.00).  From reading the forum, seems like this is generally the lowest CPU folks go in terms of building an editing machine.  I understand the argument that for only $30.00 more, one can upgrade to the i7 950.  On the other hand, that argument could be made for many of the components, and then before you know it, a little extra here and there, and the budget is shot:)  So I am planning to draw the line at the 930.
    Here are my undecided’s:
    Memory
    I am up in the air between 6or12gig/module compatibility/cost.  But one thing for you to keep in mind, is the official memory certified for the motherboard you select.  For the Gigabyte motherboard, I missed out on a recent RAM deal, because the RAM was not officially certified for the board.  Some people tell me this is important, while others say "RAM is RAM" and no big deal.  Something to consider.
    HardDrives
    Same as you, considering the Samsung Spinpoint F3.  Good prices now at MicroCenter on the 16MB cache models in 500 and 1TB sizes.  I just don't know if larger cache sizes are important or not, since they are also offered in 32MB and higher.
    Anyway, good luck with your build and hope it works well.

  • Using Mavericks for the first time, day two- heeeelp!

    OK, long story short:  old MacBook Pro with Snow Leopard went to Apple Heaven and new MacBook Pro with Mavericks (also is a 15" 2.3GHz i7 512GB flash drive machine with 16GB RAM) got a "data transplant" via Migration Assistant or whatever it is called.
    The new MacBook Pro essentially took all the data and all my settings/preferences as well as my crucial software which is disk-loaded (I bought an external drive, arrived today), rejecting only what was incompatible (unfortunately my Oldie But Goodie Photoshop).
    So far, so good.
    Now-  learning curve aside- there is weird behaviour going on:
    1.  The (Chrome) browser screens disappear if internet connection is lost but this is not shown in the wifi so I am never sure if it is loss of Broadband or loss of wifi.  I personally blame BT for this because, after 22 weeks of rubbish service, I know that the connection is less than ideal.  Is this normal behaviour?  Then-
    2.  there was a weird buzz like alarm noise, quite loud from near the palm rest on the left which nearly gave me a heart attack (I am now exceedingly stressed over the matter of breakdown, repair, and another breakdown of my main machine which I had to pay for and then anyway replace).  Should I be worried?
    3.  Final Cut Pro's Compressor is failing on export (I have posted on that forum, after trying the cleaning up of settings and trashing preferences).  Does anyone know how best to uninstall software on Mavericks without completely making a guddle of it?  So that I can reinstall, from the disks and see if I can cure the problem, or is that not even recommended/necessary?
    4.  Clicking a link in Mail will open TWO browser instances since I agreed to the incessant prompts to update software (yes, it restarted).  I hope that this is a passing phase because it is like it is launching as many windows as clicks for an apparently unresponsive link...?  Does that make sense?  And-
    5.  My user folder has a "1" after it, probably because it is a duplicate of the one from the old Mac?  Can I get rid of that "1" or am I stuck with it?  I wish I had been able to just bring in the applications, my Mail, my iPhoto and some utilities I value.  But the option to migrate is very all (with just three or four option) or nothing.
    Finally-  signing into the forum after viewing as a guest doesn't work first time.  I end up having to press "sign in" a few times to see my name pop up.  And even then I still cannot go into some threads without me being "signed out" again.
    Folks-  thank you for reading.  I love Snow Leopard, never thought that I would end up with having to use Mavericks with ZERO time to adapt (as is Sod's Law-  I have a client with a deadline who has already been waiting three weeks due to the demise of my main Mac) and ANY help coping is immensely appreciated.

    1.  I assume that that suggests that it is not normal for a browser window to respond with minimisation?  It is just weird when a window just disappears, no reason given (and since there is no obvious loss of internet it can take you by chance)
    2.  Good that you ask.  No, it hasn't.  I meant to say when I first posted.
    3.  Thanks, I gather that.  It is just that Mavericks is so different from what I am used to.  Sigh...
    4.  It has calmed down but there is absolutely no rhyme or reason to it.  Forgot to mention that I had my first ever crash of Final Cut Pro since I have been using it nearly daily for four years.  I even had Chrome crash on me in mid-upload (drat, drat, drat!).  I don't click or plough on- I stop, think and consider. Hence me posting.  Mavericks is just not as "smooth" as Snow Leopard to me.
    5.  Yes, I understand.  I just wish it would show me both instead of just the one with the "1". 
    Tell me about it!  It is impossible, I came here to answer via the link in the emailed notification, was already signed out and signed in and was returned to the front page.  Had to go back to my Mail, click the link again and this time, luckily, I was signed in.  In other words- the session is impossibly short and signing in doesn't return you to the browser window you were but rather returns you to the front.  Meh.

  • First time machine backup from MacBook Pro 13" (early 2011) on time capsule is extremely slow - unusable!

    I recently bought a Time Capsule 2TB.
    First I set it up to create a new wifi network parallel to my existing wifi network. The first Time Machine backup on my MBP 13 connected via ethernet cable finished overnight (under 10 hrs for about 150 GB), as expected.
    Then I found that my MBP was logging into my old network more often than to the time capsule network so that backups were not being made regularly. So I re-configured the Time Capsule to extend the exisitng network - all fine. Except that now Time Machine said it couldn't find the existing backup. After trying logging out and in, etc. I eventually deleted that sparsebundle to force Time Machine to start again new.
    Now I get an estimated time of 2 - 3 days for the first backup - even via ethernet cable. Sometimes it hangs up and says something like 4000 days... I can't afford to hook my MBP up to the time capsule or even stay at home for this time to let it finish, and I know it should be faster than that!
    I've tried a few of the tips I found so far in the forums, such as excluding my home folder from Spotlight, or even turning Spotlight off, but nothing has helped so far. Perhaps I missed some important step on the way.
    Can anyone give me a reliable step by tep method to solve this problem. I don't want a geeky workaround, I want to plug in (o better, be in my wifi network) and make the backup work like Time Machine is supposed to do it. And I would like to keep on using Spotlight, too.
    Thanks in advance!
    Robin

    Unless you have a desktop Mac you can back up to over your network, your choices are:
    Spend a bunch on a Time Capsule, kind of a waste if you already have a wireless router.
    Spend $100 or so on an external HD and have some inconvenience until Iomega updates.
    Risk losing all your data.
    It's your call, but a no-brainer to me. 
    Better:  get a portable external.  Once you get the Iomega working, start making regular "clones" to the portable and take it off-site so you're also protected against fire, flood, theft, etc.

  • How do you suppress page numbers. I am trying to print a screenplay for the first time since switching to Pages and I can't suppress Page

    How do you suppress page numbers. I am trying to print a screenplay for the first time since switching to Pages and I can't suppress Page #1 without making the rest of the pages inaccurate, as page #1 is the Title Page. Does anyone have any suggestions?

    When you signed to be able to post in the forums, you were urged to read and accept the Terms of Use ruling these forums.
    They claim :
    The contents of the "More Like This" box prove that applying the rules you would have get the wanted explanations without creating this new thread.
    Yvan KOENIG (VALLAURIS, France) mardi 26 avril 2011 10:04:03

  • First time user questions (managing library, file size defaults, cropping,)

    I'm on my first Mac, which I am enjoying and am also using iPhoto '08 for the first time which is a great tool. It has really increased my efficiency in editing a lot of photos at one time. However, the ease of use makes a couple custom things I want to do difficult. I'd appreciate any feedback;
    1) I often want to get at my files for upload or transfer to another machine. When I access Photos with my Finder I can only see "Iphoto Library" (or something like that) which does not show the individual files. Very annoying. I have found that i can browse to one of the menus and select "Open Library" and then I can see all the files.
    How can I make it default to this expanded setting? When I am uploading pictures via a web application, for instance, the file open tool does not usually give me the option to Open the library. By Default, I would like the library to always be expanded so I do not have to run iPhoto or select "open" to view the files.
    Basically, I just want easy manual control of my files in Finder and other applications.
    2) Where do I set the jpg size of an edited file? My camera will output 10MB files and after a simple straighten or crop, iPhoto will save them to 1MB files.
    Ignoring the debate on file size, is there a way to control the jpg compression so I can stay as close to what came out of the camera as possible?
    3) I crop all my photos to 5x7. If I do that once, it comes up the next time. However, once I straighten the photo and then choose crop, it always comes up with some other odd size by default (the largest rectangle that can be fit in the new photos size).
    While I know this may be useful for some people, it is time consuming when going through hundreds of photos to constantly have to choose "5x7" from the drop down list. Is there a way to make this the default?
    I'm sure I'll have some more questions, but thus far, I've been real happy with iPhoto.
    4) The next task will be sharing this Mac Pictures folder on my Wireless network so my XP PC can access it. I'm open to any tips on that one as well....
    Thanks!

    toddjb
    Welcome to the Apple Discussions.
    There are three ways (at least) to get files from the iPhoto Window.
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    To upload to MySpace or any site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services.
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    The format of the iPhoto library is this way because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves. If you're willing to risk database corruption, you can restore the older functionality simply by right clicking on the iPhoto Library and choosing 'Show Package Contents'. Then simply make an alias to the folders you require and put that alias on the desktop or where ever you want it. Be aware though, that this is a hack and not supported by Apple.
    Basically, I just want easy manual control of my files in Finder and other applications.
    What's above is what's on offer. Remember, iPhoto is NOT a file organiser, it's a photo organiser. If you want to organise files, then use a file organiser.
    Where do I set the jpg size of an edited file
    You don't. Though losing 9MB off a 10MB files is excessive. Where are you getting these file sizes.
    I crop all my photos to 5x7. If I do that once, it comes up the next time. However, once I straighten the photo and then choose crop, it always comes up with some other odd size by default (the largest rectangle that can be fit in the new photos size).
    Straightening also involves cropping. Best to straighten first, then crop.
    The next task will be sharing this Mac Pictures folder on my Wireless network so my XP PC can access it.
    If you use the hack detailed above be very careful, it's easy to corrupt the iPhoto Library, and making changes to the iPhoto Package File via the Finder or another app is the most popular way to go about it.
    Regards
    TD

  • OS 5.0, Storm: URLs in SMS messages stop being clickable after the thread is opened the first time

    I'm running 5.0.0.328 on a VZW Storm 9530.
    After upgrading, I noticed that URLs in SMS messages and e-mails stop being clickable after a certain time.  I'm not sure that this is so much a time issue as it is one with just getting X number of messages then breaking, but it works like this:
    Battery Pull occurs
    Storm reboots
    Look at SMS messages, URLs can be clicked, opening them in the Browser
    go on about my day
    Get more SMS/eMail messages
    Look at SMS messages, URLs can NOT be clicked.  Have to be copied/pasted into browser to view.
    Battery Pull occurs
    Storm Reboots
    I can again click on URLs and open them in browser
    And that's how it goes.  Initially, after a battery pull, the URLs in various SMS are underlined.  Clicking them opens them in the browser.  OR, I can touch them and hit the BB button, and select Open Link in Browser from the menu.
    After some more testing, the problem appears to be related to the threading of SMS messages.
    My test case is twitter.  ALL my twitter messages are thrown into a single thread (I do NOT want this, by the way, I want individual SMS messages, NOT threads of them).  SO let's say, for example, I have 25 SMS messages in the twitter thread.  Immediately after the battery pull, I can open the thread, and after a moment, all URLs are underlined, clickable, and if I touch/hold for a second, highlighted and can be opened via the BB menu.
    After exiting that thread to do other things, and then coming back to that thread, I have found that OLD SMS messages in the thread (the original 25 that were there when I did the battery pull) are still underlined, clickable, and so forth.  However, any NEW messages added to the thread after I opened it the first time, are NOT clickable, NOT underlined.
    My theory at this point is that the code that parses the SMS messages in a thread and then underlines the URLs making them usable, only runs that first time, and either does not run, or fails to run, on subsequent openings of that SMS thread.
    Thus, if the messages were NOT threaded, then the code would run when each individual SMS was opened, eliminating this problem.  OR, having that code run EVERY TIME a thread is viewed, to ensure it does the underlining/grabbing of URLs for new SMS messages.

    You're in a user-to-user community support forum.
    Do you have a question?
    If so, let 'er rip.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Assigning class to batches while doing goods receipt

    Hi SAP gurus, I have created an item with batch management and I have assigned the class type "023" for this material. I have noticed that when I do goods reception (tcode: MIGO) of new batches for the same item, the system does not assign automatica

  • FCP Pro Res Super 16mm -- Compressor -- DVD Studio Pro (Nightmare Workflow Critique)

    Hello, I figured I post here rather than the DVD Studio Pro forum; I've posted on Creative Cow as well but haven't gotten any responses yet. Before I mention my problem, I'd like to mention that I've tried several types of compression methods and bit

  • Function Within a default where clause on a block

    Hi Within a forms 6 form I have a data base block I wish to amend the where clause depending on cetain search criteria. To do this I have created a database function to include in the where clause which if I execute using PL/SQL Develops returns the

  • Regarding Arabic Language RDF Report

    Dear All, I am working on one Arabic Report. I have changed the following in Windows XP OS, NLS Lang for Devesuitehome - "AMERICAN_AMERICA.AR8MSWIN1256" Changed the Regional & language settings. When I run the report from Report Builder the output is

  • Oracle Lite DB 연결 성공하신분 없나요?

    개발환경 : Win7 x86, Visual Studio 2008, Oracle lite 10g 플랫폼 : Pocket PC 2003 SE .... 아는 개발자중에서도 Oracle Lite를 사용한분이 없네요 ㅠㅠ Pocket PC 2003 에뮬레이터 안에 Oracle Lite 설치했구요. Pocket PC 2003 에뮬레이터 안에서 인터넷도 가능하도록 셋팅하는데 성공하였습니다. 연결 문자열은 독특하게 "DSN=서비스명;uid=아이디;pwd=비밀