Is Tracker included with Arch?

Hi all, just been playing with the beta version of Ubuntu 8 and I was wondering if tracker is included with Arch? I have tried to install it via pacman and it says it is installed, but I cannot see it under System > Preferences and none of the commands work as posted on their website. I believe this is a part of Gnome, I am using Gnome 2.22.
Cheers
EmyrB

ganlu wrote:pacman -Sf tracker-gnome-search-tool tracker
I issued that command and this is what I got: -
resolving dependencies...
looking for inter-conflicts...
Targets: tracker-0.6.6-1 tracker-gnome-search-tool-0.6.6-1
Total Download Size: 0.00 MB
Total Installed Size: 2.26 MB
Proceed with installation? [Y/n] y
checking package integrity...
(1/2) installing tracker [#####################] 100%
(2/2) installing tracker-gnome-search-tool [#####################] 100%
Optional packages for tracker-gnome-search-tool:
Tracker Deskbar module: 'deskbar-applet'
I am indebted to you ganlu
Now if I issue whereis trackerd, I get :-
trackerd: /usr/bin/trackerd /usr/share/man/man1/trackerd.1.gz
Which is cool.
Now I also installed the deskbar-applet as suggested by tracker, I downloaded it, but how do I run it and how do I add it to the applet manager for Gnome?
Also, when I run tracker I get the following: -
(tracker-search-tool:3347): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
** (tracker-search-tool:3347): WARNING **: Unable to connect to dbus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
** (tracker-search-tool:3347): WARNING **: Unable to connect to dbus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Is this something to worry about?
Cheers
EmyrB

Similar Messages

  • Unable to perform multi audio tracks mixing with Audio Mixer

    How do you get a simple multi track mix with the Premier Pro 1.5 Audio Mixer?
    I got 2 audio clips, each sitting at the start of its own separate track (Audio 1 and Audio 2). I just want to mix them into the Master track.  Simple enough.
    So I go to the Audio Mixer. Position the CTI at the start of the tracks and hit the red RECORD button. The red spot starts blinking. Then I hit the START/STOP button expecting the tracks to start mixing into the Master track. Instead, I get this error message
         "PLAYER ERROR: You cannot record without enabling at least one track for recording."  
    I get the same problem if I try the mix onto a submix track.
    What am I missing? I combed through the Premiere Pro User Guide and J. Rosenberg's Premiere Pro Studio Techniques but to no avail.
    Thanks for any help.
    JB.

    Jacques, I havn't seen 1.5 for a while, so I need to stress that what I'm about to say is more of an educated guess linked to a rough memory.
    Each audio track in the mixer has a small chip (tickbox in 1.5??) that you click in order to enable that track for recording. In CS3 it's a little microphone.
    Having said that, I DON'T think that's going to give you what you want, as the intention of the recording functionality in PP is to record audio FROM AN EXTERNAL SOURCE (like a microphone) straight to an audio track, say, when doing a Voice Over for some video.
    You can't "mix down" to the master, as the master is not a track per se. It's just a "final" level control. The master will always be the sum of the active tracks, and THAT'S what will be rendered in the final output.
    You can still "live mix" your audio with the faders, it's just that those movements get recorded as keyframes on each of the tracks you modify (including, BTW, the Master).
    The advantage to this workflow is that every fader move you make is infinitley editable... a small error when riding the faders can easily be fixed by dragging keyframes.
    HTH.
    Matthew

  • How to setup grub2 with arch linux and xen, lvm on luks

    OK, so I tried downloading this package from AUR:  https://aur.archlinux.org/packages/xen-git/ , but that has patching problems as noted in the comments.  It looks like the packagebuild sets up all the xen stuff for you, but I can't seem to get the package to install because of the error's while patching.  If anyone can point me in the right direction on what all the extra files in the PKGBUILD are for or how to debug problems with PKGBUILDs not working because of patches.
    So next I just tried to compile the latest xen from git://xenbits.xen.org/xen.git (with ./configure, make, make install) and that seemed to go fine, but I'm a bit confused:
    1.  Do I have to do any additional configuration for xen when working with arch linux?  On ubuntu I could just compile the source, update grub, and make sure to start the x services at runtime.
    2.  How do I set up grub to load xen with this setup?  Right now this is my /boot/grub/grub.cfg:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda3:vgStorage"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    ~
    I've tried throwing in a line like: XEN_HYPERVISOR_CMDLINE="cryptdevice=/dev/sda3:vgStorage", but nothing new shows up on the grub boot menu.
    First time trying to set up a non-ubuntu system, please help!

    As for XEN.... well you could always try QEMU/KVM or LXC.
    As for the LVM2-on-LUKS/dm-crypt
    My /etc/mkinitcpio.conf looks like this...
    MODULES="aesni_intel ata_generic ata_piix nls_cp437 ext4 intel_agp i915 dm-snapshot"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect block keymap encrypt lvm2 filesystems keyboard fsck shutdown"
    /etc/defaults/grub
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda2:root:allow-discards"
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    GRUB_TERMINAL_INPUT=console
    GRUB_GFXMODE=auto
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_DISABLE_RECOVERY=true
    The running grub config looks like this
    /boot/grub/grub.cfg
    9 insmod part_gpt
    10 insmod part_msdos
    53 if loadfont unicode ; then
    54 set gfxmode=auto
    55 load_video
    56 insmod gfxterm
    57 set locale_dir=$prefix/locale
    58 set lang=en_US
    59 insmod gettext
    60 fi
    61 terminal_input console
    62 terminal_output gfxterm
    63 set timeout=3
    84 menuentry 'Backup, Arch Linux grsec kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-grsec kernel-true-12341234-8080-8080-8080-332200882255' {
    85 load_video
    86 set gfxpayload=keep
    87 insmod gzio
    88 insmod part_msdos
    89 insmod ext2
    90 set root='hd1,msdos2'
    91 if [ x$feature_platform_search_hint = xy ]; then
    92 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    93 else
    94 search --no-floppy --fs-uuid --set=root BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    95 fi
    96 echo 'Loading Linux grsec kernel ...'
    97 linux /vmlinuz-linux-grsec root=/dev/mapper/VolGroup00-lvroot rw cryptdevice=/dev/sda2:root:allow-discards quiet
    98 echo 'Loading initial ramdisk ...'
    99 initrd /initramfs-linux-grsec.img
    100 }
    Things to note:
    Numerical UUID is the UUID of the ROOT partition.
    Alphabetical UUIS is the BOOT partition
    hd1,msdos2 AND ahci1,msdos2 are how the Grub Bootloader numbers the drives not Linux.
    I have my BOOT partition on a USB stick, and it is the Second partition.
    So, that would make it, Device 2 and Partition 2
    Device numbering starts at 0
    Partition numbering starts at 1
    Oh, and note that you don't need ":allow-discards" ... at all but certainly if you don't have an SSD. Also note that I included the line numbers so it is very clear that I didn't post the whole thing, but instead what I thought was relevant. Finally, I am loading modules that I don't even need, but what the hell... if it ain't broke, don't fix it
    Last edited by hunterthomson (2013-12-04 08:31:45)

  • Tracker conflicts with libtracker

    Hi!
    A few days ago I did a system update and pacman says that tracker conflicts with libtracker and so dependencies could not be solved. I can't remove libtracker, it depends on nautilus, so I removed tracker and a "pacman -Syu" works again. But I can not reinstall tracker because of the conflict with libtracker.
    So is this a bug? I don't know what exactly to do now because I am kind of new to the Arch Community.
    Any help on this would be appreciated.
    thx in advance

    jbob wrote:
    I have exactly the same problem here.
    Edit: Just found this, and the mentioned solution
    pacman -Rd libtracker
    pacman -S tracker
    worked for me.
    didn't work for me either however
    sudo pacman -Rd tracker
    sudo pacman -Syu
    worked fine
    the version of tracker for me was tracker-0.6.91-4 (not sure which version I upgraded from)
    I'm on x86_64 FWIW; I don't think your WM/DE is going to make a difference
    Edit: actually the conflict between tracker and libtracker still exists if I
    sudo pacman -S tracker
    just doesn't come up if I
    sudo pacman -Syu
    so I guess the question may still be there
    Last edited by tj (2009-04-07 10:46:39)

  • What wireless card works well with Arch?

    Hello there
    I recently finished building my quad-core (yay!) pc and because I don't want to run a long ethernet cable across the house, I was wondering if you guys knew any wireless cards I could use for my desktop (PCI/PCI-Express) that would work well with arch. I'd prefer to order it over the internet, and don't want to spend more than $100 (tax/shipping included). I know there was an earlier thread about this, but I didn't want to revive it and I also had some "requirements" in which I pick out. All help is appreciated
    Last edited by itsbrad212 (2010-03-23 03:30:35)

    655321 wrote:
    Atheros Wireless cards work great on linux, I searched some on amazon for you there are some very good picks. They have extended range also
    http://www.amazon.com/s/ref=nb_sb_noss? … ci&x=0&y=0
    Thanks I'll have a look at those. I have had great experiences with atheros cards on my laptop so hopefully these will act the same
    Last edited by itsbrad212 (2010-03-23 04:54:58)

  • How many 'seats' are included with Adobe Creative Cloud for teams?

    How many 'seats' are included with Adobe Creative Cloud for teams?

    Hi Mrfrodo,
    There isn't a set number, you purchase the number you would need based on the size of your organization.
    This section of the FAQ might also be helpful for you to learn more about team too.
    http://www.adobe.com/products/creativecloud/faq.html#ccm-teams
    -Dave

  • Magic Track Pad with Lion 10.7 and Safari zoom aA vs Pinch to zoom

    Hi,
    I enjoy a Mac Mini (early 2009) hooked to a 50 inch plasma and surf from my couch, stream etc... We browse with Safari 5.X and enjoyed the new Magic Track Pad with Snow Leopard. You could zoom / scale Safari with Snow Leopard beautifully, with a pinch out on the trackpad, same function as aA option on the browser task bar.
    Now with Lion, the pinch to zoom feature zooms but doesn't scale the safari window the same way aA option used to.  In lion a pinch out to zoom in will push a significant part of the browser screen off / out of view.
    The aA option on the safari task bar scales the window, and keeps everything visible but larger, but now in Lion it is not available from the Magic Track Pad Gestures. The Button is still there on the browser but there is no option to access it from the track pad with a gesture.
    How can I revert to the old way of zooming / Scaling a Safari web page with my Magic track pad in Lion?
    Thanks,
    H

    You can see in that screenshot that a lot of browser.gesture.pinch prefs have an empty string as their value and thus won't have any effect.
    You can restore some zoom feature by modifying the values of the related prefs on the <b>about:config</b> page via the right-click context menu.
    * browser.gesture.pinch.in -> <b>cmd_fullZoomReduce</b>
    * browser.gesture.pinch.in.shift -> <b>cmd_fullZoomReset</b>
    * browser.gesture.pinch.out -> <b>cmd_fullZoomEnlarge</b>
    * browser.gesture.pinch.out.shift -> <b>cmd_fullZoomReset</b>
    You may want to toggle this pref (I don't know what effect this has):
    * browser.gesture.pinch.latched -> <b>false</b>
    *pinchy: https://addons.mozilla.org/firefox/addon/pinchy/

  • How do I create multiple midi tracks each with separate external synthesizer sound

    Mac Pro OS 10.10.2, Logic Pro 10.1.1, FireFace 800 (updated), Roland XP-30 synthesizer/keyboard, Mackie mixer.
    XP-30 analog output to Mackie, FireFace monitor to FireFace main inputs and FireFace out to Mackie.
    What I can't get to work: Sound output for monitoring as I record on each of several midi tracks, each with access to my banks/programs.
    Logic automatically set up the multi-instrument and created 16 tracks, visible in the mixer window. I have entered custom banks for the XP-30 and they are working.
    Mt problem is two parts. First, my last experience was with Logic Pro 7 way back.
    Problem two is that when I create midi tracks (except for the first one I created on channel 1) by control-clicking on one of the tracks in the mixer window I get no sound for monitoring. I can see the green monitor indicator for the track shows midi data incoming. I just can't hear it. It's as if there is no designated output. I have checked audio preferences and see the FireFace as input and output device. If i change the channel to channel 1, I get the sound, but then I have two tracks on channel 1 which doesn't work for designating unique sounds to each track.
    I can select "All" for channel and get monitored sound on several tracks; however, they then all play the same sound, of course.
    i can create midi tracks (either instrument or external) using the plus icon, but no matter how i set them up that way, they do not allow me access to my banks/programs.
    In logic Pro 7 it was no problem creating multiple midi tracks, each with a different sound assigned to it. In Logic Pro 10, I am baffled regarding how to accomplish this and get it all to work as simply and nicely as I was able to with #7.
    Make sense? Can anyone help?
    Thanks

    I have it set to Performance mode which according to the owners manual: "This mode makes the XP-30 function as a multitimbral sound
    source, and Performance settings can be modified. If you’re
    using an external MIDI device to control the XP-30 in this
    mode, it will function as a multitimbral sound source."

  • Tracks ripped with EAC Play alphabetically, when ripped with Media Player Play in the correct or

    I just got my new zen touch. I downloaded the new firmware update and it seems to be working great.
    The only problem is that when I add music that I've ripped with Exact Audio Copy c/ Lame Encoder to MP3, The tracks don't play in the correct order on my Zen Touch.
    When I add an album ripped with Microsoft Media Player, it plays them in the correct order.
    I think that the ID3 tags have all the appropriate info becuase when I hold my curser (on the computer) over the eac ripped tracks, the pop up menu list the track #, artist name and song title etc.
    I've read the FAQ and it doesn't matter if I select Album-Play, Artist-Album-Play. I've tried all combos.
    Anybody with experience using EAC? I've looked in the settings and I can't find anything wrong.
    Is it possible that EAC is using and ID3 Format that my computer recognizes but my zen touch doesnt.
    But Media Player uses an ID3 format that it does recognize.
    Also, The album ripped with media player was ripped to WMA. While all the tracks ripped with EAC that are giving me trouble were ripped to MP3.

    What software are you using to copy? Make sure both that and the drivers are completely up-to-date.

  • Why aren't apps like weather, stocks, etc. on my new iPad? Also, It's curious that Siri wasn't included with ios5... Shouldn't an iPad 2 with the A5 be able to handle it?

    Why aren't apps like weather, stocks, etc. on my new iPad? Also, It's curious that Siri wasn't included with ios5... Shouldn't an iPad 2 with the A5 be able to handle it?

    Next time an app update gets stuck try a reset. Press and hold both the home and power buttons for10-15 seconds till the Apple logo appears. Then release both buttons. Wait till your iPad starts on it's own. Try now. Also YouTube is still available. If you can't find it the the app store go to the bottom of the app store page and tap purchased. All your deleted apps will be listed and you can reinstall YouTube from there.

  • Idvd was not included with my mac mini how do I burn movies?

    dvd was not included with my mac mini how do I burn movies?

    It is now confirmed that iDVD and iWeb have been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    In addition the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on.
    HOWEVER, the iLife 11 boxed version that is still available at the online Apple Store (Store button at the top of the page) and those copies still on the shelves of retailers will include iWeb and iDVD.
    You can purchase the iLife 11 boxed disk at the online Apple Store while supplies last or possible at Amazon.com or eBay.com.
    Happy New Year

  • HT201272 I spend a considerable amount of time in Asia and am finding the ability to download previous purchases now shown on my iCloud account.  Music appears fine and most movies are OK but I have problems with all music videos included with album purch

    I am finding the ability to download previous purchases now shown on my iCloud account to be difficult.  Music appears fine and most movies are OK but I have problems with all music videos included with album purchases.  Any ideas?

    Phillip_dc wrote:
    Firstly, I purchased my first iPhone a few years ago, since then there have been a lot of apps released, a lot which I downloaded for free, tried and deleted from both my phone and my iTune 'Apps' Panel. What bothers me is when I do get a new iOS device, iPad and/or iPhone 5, and I don't want to just copy the back-up of my current iOS device to the new one, then to get the apps I want I will have to scroll through countless useless 'trash' applications in my purchase history to 'cloud download' the ones I want.
    Just sync the apps you want from your computer. You don't need to redownload them directly on the iPhone Purchased list.
    Will Apple be employing such a feature, a 'permanently delete/un-purchase' feature?
    Dunno.
    Send suggestions here -> http://www.apple.com/feedback/

  • HI , I, ON THE MONTH TO MONTH BILLING FOR Ps AND Lr ($9.99) ... i downloaded Ps but now want to download Lr ... how do i do that because it only gives me the option to take it on a month to month wit the $9.99 .... isn't it included with the package im cu

    HI , I, ON THE MONTH TO MONTH BILLING FOR Ps AND Lr ($9.99) ... i downloaded Ps but now want to download Lr ... how do i do that because it only gives me the option to take it on a month to month wit the $9.99 .... isn't it included with the package im currently on ??

    Niel.v.d.h please utilize the steps listed in Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html to install Photoshop Lightroom through the Creative Cloud Desktop application.

  • Problem when Installing from Existing Linux with Arch's Image

    Hey!
    I'm just getting started with Arch Linux. I made a 20GB unallocated space between my Win7 and Ubuntu partitions, created a new ext4 partition and I'm currently following this guide ("another method" section) in order to install my first attempt of Arch Linux.
    I'm on a 64-bit Ubuntu and want to install a 64-bit Arch Linux too, so I'm using the image archlinux-2011.08.19-core-x86_64.iso and in the process of following the instructions in the mentioned guide, I replaced i686 by x86_64.
    The problem comes up when I try to do the chrooting, where I get:
    chroot: failed to run command `/bin/bash': No such file or directory
    Any idea what could I be doing wrong?
    Thanks!

    Ok, I had just messed up when mounting the different directories. Sorry for the noise...
    Anyway, found more errors when running:
    aif -p interactive
    about not finding /lib/modules/3.0.0-13-generic/modules.dep... what makes me think that this guide is intended to be followed when running also an Arch as the Existing Linux.
    I think I'll just go with the flash drive option...
    Cheers!

  • Are email addresses included with free accounts for Muse subscribers?

    Are email addresses included with free accounts for Muse subscribers? Maybe not, huh? How would I upgrade to include an email address? Since the basic service is included with the subscription, would I have to pay full-fare for an upgrade just to get an email address? I'm worried, because I get messages saying that some servers will block forms that are sent to an address other than from the domain, and we have a form on our site.

    Unfortunately, email accounts are not included in the complimentary plan (Web Basics). For that, you will need to upgrade to the next plan which is WebBasics+.

Maybe you are looking for

  • Transferring Songs from Computer to MP3 Pla

    I bought a creative zen sleek photo last July and it always takes me awhile to put new songs on it as I have to drag and drop or to rip a CD. So I was wondering if creative had anything like itunes where you could have all of your music on your compu

  • Is there a way to check sent iMail status?

    I am a Mac guy. I deal with outside vendors a lot that aren't. One, who uses Outlook for e-mail said there is a way to find out if an e-mail you send out gets read. I wasn't sure if Apple Mail has that capability...I looked, but couldn't find anythin

  • Count Distinct over a Window

    Hi everyone, An analyst on my team heard of a new metric called a "Stickiness" metric. It basically measures how often users are coming to your website overtime. The definition is as follows: # Unique Users Today/#Unique users Over Last 7 days and al

  • ME21N add new line item when creating a PO

    Hi guys, I am new to badi & oop. I want to add a PO line item after clicking the save button in ME21n. I found the BADI IF_PURCHASE_ORDER_MM. I have coded in the method POST by using method create_item. However, it still does not work? Any ideas how

  • Is the lasso tool no longer available in Cc

    i just downloaded the trail version of CC. I can't seem to find the lasso tool. Is it no longer available? what did you replace it with?