A (hopefully) short list of things I'm looking to get to working.

Hi! I'm a relatively new person to Arch Linux. I come from Debian/Ubuntu and was looking for a distro that was simple to use, but still very powerful. Customization is another thing that I value; Debian and Ubuntu didn't quite give me that sort of functionality without a server installation, which still ended up just feeling weird. I also found that Ubuntu's package updating wasn't as fast as I'd like. Arch has so far met and exceeded my expectations, but like any newbie I have a few quirks with my system that I'd like to figure out. Before I begin, though, I'd like to quickly explain my goals with my Arch installation:
* I'd like to get a better grasp of Linux.
* Instead of relying on large packages and suites like GNOME and KDE, I'd prefer to focus on small, lightweight applications to do my bidding. For example, I use Fluxbox as my window manager and mpd (with Sonata) as my music player.
* As another software "requirement", I'd like suggestions for software to be very customizable so I can tweak it to how I want/need it. This is Linux though, so most software fits the bill.
Setting up the Compose and media Key
One of my favorites features in Linux is the Compose key, and obviously GNOME set that up for me in Ubuntu. I have a very loose understanding of how things work with the Xmodmap, and I've tried to use the method before in order to make my compose key, but it ended up reacting very weirdly. If someone could help me understand the process behind enabling the compose key and setting up my media keys from the inside, I'd be very grateful. It's an aspect of the system that I think is powerful and useful.
SOLVED: .Xmodmap works well, but you have to put 'xmodmap ~/.Xmodmap' in your .xinitrc if you want your settings to stick. If someone could point me in the direction of a cheatsheet for compose key characters, I'd appreciate it.
A File Manager and Desktop Environment
Currently, I use an .xinitrc in order to go straight into Fluxbox. I haven't installed any file managers or desktop managers yet because I'm unsure of what's out there. I've used nautilus with GNOME and Thunar with XFCE in the past, but they belong to their respective suites. I've heard some pretty good things about rox(-filer), but nobody's been able to give me a pro/con list. I'd love to hear some suggestions for a lightweight and easy-to-use file manager and an equally light desktop manager. If I could get two for the price of one, that'd be even better. Again, I value customizability. One pet peeve I have is scaling wallpapers. Fluxbox can use Eterm, feh, etc to set the background, but I haven't found a wallpaper setter that can support the '-a' flag from fbsetbg (setting a wallpaper while preserving aspect ratio) _and_ a background color for the parts that the wallpaper doesn't cover. If what I'm asking for is too unreasonable then I'm willing to listen to some suggestions that don't quite fit the bill. In this department, I'm looking for more exposure.
SOLVED: rox suits my needs very well! With a little tweaking it works just as nicely, or even better than Thunar.
Wacom Tablets
I have a Wacom Graphire 4 and was able to set it up in Ubuntu with only a few problems. If I recall correctly, the wacom module is a part of the Linux kernel or something similar, so the process to get it to work in Arch would be similar, no? If someone could give me a quick crash course/refresher on it, I'd be grateful.
SOLVED: Thanks for the xorg.conf snippet!
GTK theming/skinning, icons, etc
Which packages do I need in order to start changing the look of GTK and install icon packs? I'm unfamiliar with installing either type of theme... unfortunately the transparency of GNOME ended up hindering my understanding. Any guides that could offer insight to creating themes/icon and cursor packs, etc would be great, too.
Databasing
When I was still using Ubuntu, I used MySQL to store various sorts of data. Since my Arch installation is focusing on lightweight and effective, are there any database packages that are lean and still support .sql files? I have a MySQL backup in such a file and would rather my data not be made obsolete. If MySQL ends up being the best option, then that's fine. Again, my ignorance plays a lot in my questioning.
ANSWERED: MySQL will be my database, just as before.
Despite being a newbie, I'm more than willing to learn about anything outlined above, or any other concern that comes my way. Any good reads or resources/references that you could offer would be much appreciated. I believe Arch may end up becoming my distro of choice. Thanks for reading through this mess of a big "hi I'm new" post.
Last edited by xelados (2007-06-05 13:21:46)

This is my setup for a graphire 3 tablet which may get you started, don't know the
differences between a graphire 3 & 4. I'm not using the latest driver as I was getting some
cursor movement issues which I never managed to correct.
Install linuxwacom from community  pacman -S linuxwacom
Add wacom to the MODULES section of rc.conf
To prevent devices getting reordered on bootup create a udev rule called
10-wacom.rules in /etc/udev/rules.d/ with the following line
KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k", SYMLINK="input/wacom"
Add these to the appropiate parts of xorg.conf
Section "ServerLayout"
    InputDevice "mouse"     "SendCoreEvents"
    InputDevice "cursor"     "SendCoreEvents"
    InputDevice "stylus"     "SendCoreEvents"
    InputDevice "eraser"     "SendCoreEvents"
EndSection
Section "Module"
        Load  "wacom"
EndSection
Create these sections in xorg.conf
Section "InputDevice"
  Driver    "wacom"
  Identifier    "mouse"
  Option    "Device"    "/dev/input/wacom"
  Option    "InputFashion"    "Tablet"
  Option    "Mode"        "Relative"
  Option    "Name"        "Graphire / Intuos (USB)
  Option    "SendCoreEvents"    "on"
  Option    "Tilt"        "on"
  Option    "Type"        "cursor"
  Option    "USB"        "on"
  Option    "ZAxisMapping"    "4 5"
  Option    "Speed"        "1.0"
  Option    "WACOM"
EndSection
Section "InputDevice"
  Driver    "wacom"
  Identifier    "cursor"
  Option    "AlwaysCore"    "on"
  Option    "Device"    "/dev/input/wacom"
  Option    "InputFashion"    "Tablet"
  Option    "Mode"        "Absolute"
  Option    "SendCoreEvents"    "on"
  Option    "Tilt"    "on"
  Option    "Type"        "cursor"
  Option    "USB"        "on"
EndSection
Section "InputDevice"
  Driver    "wacom"
  Identifier    "stylus"
  Option    "Device"    "/dev/input/wacom"
  Option    "InputFashion"    "Pen"
  Option    "Mode"        "Absolute"
  Option    "Protocol"    "Auto"
  Option    "SendCoreEvents"    "on"
  Option    "Tilt"        "on"
  Option    "Type"        "stylus"
  Option    "USB"        "on"
EndSection
Section "InputDevice"
  Driver    "wacom"
  Identifier    "eraser"
  Option    "Device"    "/dev/input/wacom"
  Option    "InputFashion"    "Eraser"
  Option    "Mode"        "Absolute"
  Option    "Protocol"    "Auto"
  Option    "SendCoreEvents"    "on"
  Option    "Tilt"        "on"
  Option    "Type"        "eraser"
  Option    "USB"        "on"
EndSection
Hope this helps:)

Similar Messages

  • IPhone 3G displays shorter list of WiFi compared to iPod touch 1st Gen

    If you turn on the WiFi on the iPhone 3G and compare it to the iPod touch 1 Gen, you will see a much much shorter list of available networks.
    I noticed that with the new iPod touch as well (short list).
    And if you compare the new Late 2008 MacBook/Pro's with the previous MacBook/Pro's you will notice the same thing (the newer ones don't pick up as many wireless signals).
    Is this a software thing, or a hardware problem?

    There is no such message when 1st gen iPod Touch sits on top of iPod Hi-Fi, it simply does not charge without any explanation.
    With 2nd gen Touch they changed the insides of the device, thus excluding compatibility, but the 1st gen remains the same — and now it doesn't work properly with Apple's own accessory which was compatible just days ago.
    That's a crying shame, really. I hope that Apple is aware of the situation and currently works to fix this problem.

  • Right mouse button - short list

    Hello,
    I have got Apple MacBook Pro 13.3” (ME865LL/A) witch OS X Mavericks 10.9.3 and I’ve noticed that when I click right mouse button on the desktop or in the Finder I’ve got very short list. There is only „New Folder/Catalog (I don’t know how it calls in english cuz I have polish version but I hope that you know what I’m talking about)” and „Information”. I remember that previously I had more things there and I don’t know what I’ve done that this things have disappeared. It is worth noting that I use „Total Finder” but when I turn it off the problem does not disappear.
    Below - how it looks like. On the top "New Folder" and on the bottom "Information". There's no more things.
    Have someone ever come up against this kind of problem?
    Patrick B.

    I've just figured it out! TotalFinder causes that these things disappeared from context menu and there left only 2 things. But why? How Can I configure TotalFinder to have more position to choose.

  • A short list of top Linux distros, by category

    A short list of top Linux distros, by category
    Ladislav Bodnar, SearchEnterpriseLinux.com distributions advisor & DistroWatch.com founder
    http://searchenterpriselinux.techtarget … 26,00.html

    I detest gentoo.
    I used it for a while, and I will admit that emerge is the coolest thing since the keyboard.... however, the thing sucks ass on finding people who are familiar with it. Installing it takes so long I have time to eat, shower 'n shave, lounge, eat again, sleep a bit, etc etc etc. before it is done. It is also the most finicky POS I've ever had to deal with.
    My two personal favorites thus far are arch and slack. Clean, fast, no-nonsense distros that get the job done. I will also admit that I have done better on uptime with slack than arch, but I'm blaming that on a few weeks of arch experience and about two years of slackware experience.
    I'm surprised that OpenBSD didn't get a mention for the "other" category. It has the coolest packet filtering ever, and makes a superb router.

  • Storyboard and short List

    In a trailer is their anyway to get reed of the unused blank areas where you drag your clips to in storyboard and short list?

    As I mentioned in one of your other posts, the Trailers are structured such that everything is timed perfectly down to the final frame. The music is designed to exactly match the duration of the video. You could try leaving out one or two of the suggested shots to see what happens, but my guess is that it would mess up the whole structure.
    If you want to make your own changes to the shape of the Trailer, such as changing the duration, number of shots, music etc., then you need to do as I described in that other post - that is, duplicate the Trailer then convert it to a normal project. I understand that you can then make any changes you desire, including transitions, fonts, etc. Bear in mind I haven't tested this, so have a go and see how things pan out. The Trailers are very short, so it doesn't take long to construct, duplicate and convert them.
    THe post I'm referring to is here:
    http://discussions.apple.com/thread.jspa?threadID=2626911&tstart=0
    John
    Message was edited by: John Cogdell

  • Short list of some vendors supporting XMP

    I am working on getting a list of vendors that support XMP together - below is a short list of vendors with mostly "off the shelf" products.
    There are of course larger asset management vendors such as IBM, Media Bank, etc. that support XMP - working on getting that together.
    I thought this might be helpful regarding some questions I was hearing regarding search etc.
    Please post info on other vendors as you find them.
    Thanks,
    Gunar
    Extensis
    Portfolio also supports the ability to read information stored using industry standard metadata storage conventions such as IPTC, EXIF, and Adobes RDF-based XMP metadata standard. In addition to reading metadata from image files, Portfolio can also embed IPTC and XMP metadata directly back into JPEG, TIFF, and Adobe Photoshop PSD files, ensuring that critical information remains permanently attached to these assets, even when exported to other applications.
    http://www.extensis.com/en/products/product_features.jsp?id=prod60005
    iView
    IView Media Pro 2.5 supports XMP read & write for compatible IPTC fields. MediaPro? 2.5 is designed for creative professionals in film, video, photography, broadcast, education and scientific fields. MediaPro? helps streamline workflows and allows professionals to quickly and easily import, sort, organize and manage very large volumes and types of digital fileshelping cut costs and speed project delivery.
    http://www.iview-multimedia.com/products/
    Netxposure
    NetXposures Image Portal software is the next-generation in Digital Asset Management giving you a central library for collecting, storing, managing, and distributing image assets. Get controlled, immediate, Web-based access to media assets and ensure the proper use of those assets in all your sales, marketing, and Web initiatives.
    EXIF, XMP, and IPTC meta-data formats are supported within the image assets. Additionally, Image Portal can store custom meta-information about an image that is searchable and browsable.
    http://www.netx.net
    IXIASOFT TEXTML Server
    IXIASOFT is a Montreal-based company founded in 1998. Its flagship product, TEXTML Server, is an XML Content Server developed to store, index, and retrieve XML documents. TEXTML Server is aimed at OEMs, System Integrators, and Value-Added Resellers (VARs) who are developing web content management solutions. In fact, IXIASOFT provides its customers and partners with a set of APIs that enable developers of web applications to effectively publish large volumes of semi-structured XML content and make critical information easily accessible.
    XMP & TEXTML whitepaper at: http://www.ixiasoft.com/whitepapers.asp
    Context Media
    Context Media's products and solutions make it possible for you to exploit the full value of your content without disrupting existing workflows or replacing existing content management investments. Whether you need to virtually integrate disparate content systems for an efficient real-time enterprise; organize and manage distributed content for improved employee access and productivity; securely distribute content throughout your extended network of partners and customers; or all of these, Context Media's integrated family of products and solutions are designed to help companies implement a more efficient, productive, and scalable enterprise content management strategy.
    Context Media also announced its support for the open standards-based Adobe XMP (Extensible Metadata Platform). Based on W3C standards, Adobes XML-based XMP framework provides an open standard for the creation, processing and exchange of metadata across publishing workflows.
    http://www.contextmedia.com/news/full_story.jsp?itemId=185
    Poundhill Software
    Pound Hill Software Inc., developer of XTensions and plug-ins for the digital asset management industry, today announced the Catalyst Solution for XMP, the world's first integrated set of tools for Adobe's eXtensible Metadata Platform (XMP). Metadata is data about data. With Catalys

    Part 2 since it got cut off...
    Poundhill Software
    Pound Hill Software Inc., developer of XTensions and plug-ins for the digital asset management industry, today announced the Catalyst Solution for XMP, the world's first integrated set of tools for Adobe's eXtensible Metadata Platform (XMP). Metadata is data about data. With Catalyst, creators and managers of graphic arts intellectual property can specify both the metadata embedded in graphic arts documents and the look-and-feel of the dialogs that collect the data. In addition to designing and defining these controls, enterprises can generate their own plug-ins for applications such as Photoshop®, InDesign®, Illustrator®, Acrobat® and QuarkXPress to collect the data.
    Products: MetaLab - free XMP panel creator, Catalyst Solution - XMP schema and plugin generator
    Product Plugins: AppleScript, FileMaker Pro, PHP
    http://www.poundhill.com/
    Knowbody
    InDesign XMP plugins for workflow, automation and search
    http://www.knowbody.dk/productbasement/index.asp?language=2
    PixVue
    PixVue is an image management application. PixVue integrates with the Microsoft Windows Explorer to provide unsurpassed ease of use and ready access to a wide variety of image-related functions and data.
    http://www.pixvue.com/editorHelp.html
    Qarbon
    ViewletBuilder4 by Qarbon - ViewletBuilder makes it possible for anyone to create compelling, animated online presentations with ease. Whether you need to design product demonstrations, software tutorials, online documentation or e-learning material, Viewlets are the answer.
    http://www.qarbon.com/products/viewletbuilder/comparison.html
    PreClick
    PreClick - Preclick offers both a free and paid version of the Preclick Lifetime Photo Organizer. It's the world's easiest and fastest way to find and organize your growing digital photo collection. In addition to fast find, sort, slide show, editing tools, email, renaming and rating, Preclick offers the internet's best professional quality prints at great prices (29 cents per 4x6) from top-rated photo-finishers.
    http://www.preclick.com/support/faq.php - look under PhotoBack
    Soft Experience
    Catalogue by Soft Experience - Soft Experience software editor provides Windows products such as Idem, Catalogue Files Metadata Miner, Delenda, MacNames, utilities helping PC users and Windows administrators to automate technical tasks. Our tools focus on file and content management with functions like file synchronization, Macintosh file management on Windows platforms, automation of old files suppression, metadata extraction.
    http://peccatte.karefil.com/software/Catalogue/CatalogueENG.htm
    IFilterShop
    XMP IFilter by IFilterShop - We develop high quality custom solutions based on Microsoft Index Server technology. Index Server is at the foundation of Microsoft content management offering. Various Microsoft products including Sharepoint Portal Server, Exchange Full Text Search and Site Server rely on Index Server technology to make content accessible.
    http://www.ifiltershop.com/xmpfilter.html

  • My bookmarks will not "sort" on one list, instead they make a short list right before the main list, so how do I get them to all go into the same list?

    When I put my bookmarks in "Bookmarks Menu", and sort them by "name", there is a short list of alphabetized names, then the main list of alphabetized names. They are all in the "Bookmarks Menu" file, but won't merge, for some reason. It is as if they were in a separate file, but they aren't. I might be able to move them manually, by dragging them, but that is a major inconvenience. I usually rename the individual sites, so I can remember them, but that seems to make no difference, as all the main list will alphabetize with no problem....

    Thanks for the response, cor-el....Seems like I've seen your name and help on the Secunia forum, maybe? And it does seem like I have a separator, but that is not the case. After opening the manager, and all bookmarks, the "Bookmarks Menu", by double clicking, shows 4 separators, and the fourth section has two alphabetized lists, (without a separators) The first list is about thirty, and the second list of all the rest, 100+. I've looked all through the two referrals you mention, and nothing fits. I just downloaded the "SortPlaces" add-on and will see if that works out just to get around the "short list" that tends to throw me off in looking up bookmarks in the main (longer list). Thanks for your suggestions, I will let you know how it works out, but tonite I am ready for the sack....manana..
    PS. I am including a screenshot that shows how it is organized, with the short list on the top, and the start of the "A's" on the longer list....(couldn't get any more on the page for the screenshot)

  • TS2756 I'm trying to connect my ipad2 to my phones wifi hotspot. my phone says hotspot is activated and it shows up as an option on my ipad but when i hit that on the ipad it shows a page with a list of things like ip address, domain, url. what do i do no

    I'm trying to connect my ipad2 to my phones wifi hotspot. my phone says hotspot is activated and it shows up as an option on my ipad but when i hit that on the ipad it shows a page with a list of things like ip address, domain, url. what do i do now?

    iOS: Understanding Personal Hotspot
    http://support.apple.com/kb/HT4517
    Use Bluetooth to tether your iPhone, iPod touch, or iPad
    http://www.macworld.com/article/1159258/bluetooth_tethering.html
    How to Connect an iPad to an iPhone Via Bluetooth Tethering
    http://techtips.salon.com/connect-ipad-iphone-via-bluetooth-tethering-25472.html
     Cheers, Tom

  • List of things / options tat can be checked through db13

    Hello Experts,
    when i see transaction db13 ,there is long list of things and options that can be checked through it, What does CheckDB , Next Extent and Update statistics options do and check there?
    Also plz tell abt the various options that can be checked there including details in it.
    Requested to revert at earliest. Points guaranteed.
    regards,
    Somya

    Hi Somya,
    DB13 is DB planning Calender to perform different types of DB activities.
    Some jobs are to perform Database Backup and some jobs are database housekeeping jobs.
    1. Check and update optimizer statistics
    Checks and, if necessary, updates either all tables or tables of the specified tablespaces
    2. Adapt next extents
    Adapts the values for the NEXTEXTENT of all tables or tables of the specified tablespace
    3. Check database
    Checks the database system
    4. Verify database
    Verifies the database
    5. Cleanup logs
    Cleans up the database logs
    ****Reward points if Helpful*****
    Regards,
    Ganesh

  • Lion vs Snow Leopard   ..... a wish list of things that should come back

    I switched to Mac about a year and half ago. After years and years with Windows this was (almost) like entering nirvana. Things "just worked", I did not have to worry about details. And what I liked the best was discovering all these tiny features here and there that were so cool. I though "wow, this is developed by geniuses". I was so excited to have Lion as soon as possible, because I couldn't wait to have even more of these smart improvements.
    What a surprise... I am now in the exactly opposit situation. I keep discovering which of those nice features are actually gone.
    Hence, I am suggesting to other mac users: let's make a list of things we liked on Snow Leopard that are missing in Lion and we would like to have back.
    Here is my first small contribution:
    1) pinch-to-zoom in Finder and open/save dialogs
    2) drag and drop of windows between arbitrary desktop previews in Mission control
    3) possibility to re-arrange desktops by drag and drop
    4) view all windows of all apps in Mission control (windows are on piles and even scroll gesture does not push them enough far appart)
    5) expose that would reveal windows on desktop previews
    6) repeat key if kept pressed instead of a bubble with letters I never saw before
    7) more control over what and when is saved (not only the autosave function)
    8) gray iCal and Address book
    9) option+shift+volume button - fine control of volume
    What about you? What else have you discovered?

    As a Mac power user - LION IS A DISAPPOINTMENT
    Apple needs to seriously consider briniging back
      • SPACES: the capability to move up as well as down to access applications
         AND have applications stay in a desgnated space makes it much easier
         to run multiple applicatioins - especially in a multi-monitor environment
      • SAVE AS: Saving various versions of a file is difficult with Lion. 
        If I want a 3 versions of a document - with different pictures, it takes too many "clicks" to accomplish
         this task.  LET ME CHOOSE HOW I STORE FILES
      • COPY COMMAND: Snow Leaopard allowed me to copy files to a storage device AND if the file
         was already written to the device - the option to NOT REPLACE the file existed.  This made it
         easy to backup work on a portable drive.
         LION ONLY has two options - copy all or make an addition copy of the file, causing storage bloat
    APPLE NEEDS TO SERIOUSLY CONSIDER PUTTING THESE FEATURES BACK INTO THEIR OS FOR THE BUSINESS AND POWER USER

  • ECC6 No short list F.13

    Hello experts !!
    I launch the transaction F.13 and we don't have anymore the possibility to print the short list (statistics).
    Do you know any alternative ?
    Thanks in advance for your help.
    Regards.

    ok

  • Have Adobe's Digital Edition, now I wanted per bookcase the books in a list printing, but printing can not activate. I cannot get it working to someway to print lists. Please tell me what the cause is that this fails or what should I change to get the lis

    have Adobe's Digital Edition, now I wanted per bookcase the books in a list printing, but printing can not activate. I cannot get it working to someway to print lists. Please tell me what the cause is that this fails or what should I change to get the lists be printed

    Hello, Edward and thank you for your note.
    I read through the thread you mentioned and it seems that people are having a lot of problems with the iCloud clients, so we're not alone, but the unique issue in my case is the failing email address vs. the working perfectly email address.
    After reading your message tonight, I tried my setup again with the preferred Apple ID (the one without the "." between the names), and for the first time ever, IT WORKS. Mail app configured the servers both send and receive as p01-smtp.mail.me.com and p01-imap.mail.me.com. For the first time, I'm able to send and receive into the Mail app, create mailboxes, move messages into and out of mailboxes, keep Sent messages, etc.
    I had a 50-minute support chat with MobileMe support via ExpressLane on Monday afternoon. They couldn't resolve my issue but passed me on to escalation. I was told to expect to get an email from advanced support by this afternoon, but none has arrived. However, so far tonight -- and I will check again tomorrow several times before declaring victory -- it looks like something has been fixed on the Apple end to make things work.
    I will report back after I do some additional testing tomorrow to make sure the fix is real and is solid...and before I let my friend, the new Mac user, know the good news.
    Regards,
    Mike

  • Everything on my screen, Mac Pro, shrunk!  Gmail, bookmark pane, task bar menu, even the password sign in. I'm sure I did something with the fingers thing. How do I get back to defaule

    Everything on my screen, Mac Pro, shrunk!  Gmail, bookmark pane, task bar menu, even the password sign in. I'm sure I did something with the fingers thing. How do I get back to default.  The font is tiny, tiny.  My operationg system is Mavericks.

    Thank you for the list, I will print and keep it handy.
    Contol F3 makes my whole screen larager or smaller. 
    Command option 8 does nothing that I can see.
    Command  option + or -  will zoom in or out on the page I am on but if I change windows it reverts.
    But bookmarks pane, the task bar, the password sign in and even the post I am writing (actually every printed word), are a font so small I almsost need a magnifiying glass.  This includes web pages too!
    I am using Mavericks. 
    Trying to retrace my steps when this happened.  Nothing unusual, I was using airplay to watch a You Tube segment on the tv.  I don't think that is related.
    I really appreciate your help and comments on this.  I can usualy google and find and answer, but to no avail with this one!

  • I just downloaded 3 podcast items into my iPod shuffle but don't know how to listen to it.  It plays the music list but don't know how to get to my podcast list to play it..

    I just downloaded 3 podcast items into my iPod shuffle but don't know how to listen to it.  It plays the music list but don't know how to get to my podcast list to play it..

    jfromnj wrote:
    I purchased and downloaded the Family Pack of IWork.  I recently purchased another computer (MacBook Pro) and I want to be able to use IWork on the new
    computer but don't know how to go about it.  The only thing on the Apple home page is to purchase either the item or trial pack.  I don't think I should have to purchase anything since a family pack covers 5 computers in the same household.  Please, if someone knows how to go about this and what I need to do so please let me know.  Thank you.
    You didn't keep the download for future use?

  • In previous versions of i Tunes you could highlight a song in your library and there would be a genious list on the right side of the screen showing songs like the one highlighted in the library. Now I do not get that list. Is there a way to get this back

    In previous versions of i Tunes I could highlight a song in my library and a genious list would show on the right side of the screen listing songs that were like the one highlighted. Now I do not get that list. Is there a way to get that back?

    Hi again Bob,
    I believe I've found the feature you were speaking about now. Information on the "In the Store" feature of iTunes can be found here:
    Apple - iTunes - Inside iTunes - Using In the Store from within your iTunes Library.
    http://www.apple.com/itunes/inside-itunes/2013/01/using-in-the-store-from-within -your-itunes-library.html
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

Maybe you are looking for