Bashrun 1.0 rc2 -- complete rewrite, needs testing

Dear fellow archers,
About two years ago I posted an early version of bashrun on these forums. Bashrun is a versatile application laucher based on bash, using a small, one-line terminal window for it's user interface to provide a simple run-dialog.
The positive response I got here convinced me of properly publishing and developing it further. Credits are due to Ghost1227, Shapeshifter, DieterBe and lots of others from the Arch Community. Without your support and feedback, I would probably have forgotten about bashrun soon.
Unfortunately, my bash scripting skills were next to non-existent by the time i wrote the first version, and thus the current version of bashrun (0.16) suffers from a lot of shortcomings and ugly hacks. So I decided to do a complete rewrite to do it properly and implement a lot of stuff I had in mind for it.
I've now arrived at a release candidate for what I plan to become bashrun 1.0. I feel that I need some more testing before releasing it properly, since I can't possibly test it under all environments with every suited terminal out there... so I need your help! Please use the PKGBUILD provided below to install it. Note that the release candidate won't touch any existing config files from earlier versions, so you can simply downgrade again if you run into problems or just don't like it.
Some of the features and benefits bashrun 1.0 provides:
* An application launcher that works like bash, simply because it is bash. Completion, history, aliases are thus supported out of the box already.
* Launch graphical and terminal applications from any terminal, either by using a full-fledged bashrun session in a regular terminal or by sourcing a lightweight remote interface.
* Launch terminal/console apps in dedicated terminals, e.g. use a different terminal program for certain apps or use different font and geometry settings.
* Rewrite non-executable command lines using regular expressions and substitution, along with a simple interface to programmable completion, e.g add web shortcuts, file associations, special rules for certain commands, etc.
* Add your own actions, i.e. change and extend the core functionality of bashrun.
* Write plugins implementing new actions, handlers, rules etc. and share them with other users... (pacman/abs/aur plugin anyone?)
* Use bashrun as a lightweight replacement for graphical su frontends like gksu or kdesu. (see bashrun --help)
* Better suited for use in tiling wms (Tip: use urxvt, with -override-redirect to make bashrun float)
* Generalized terminal support -- you tell bashrun how to use the terminal of choice
* Now comes with it's own little helper application for window management -- no xdotool required anymore
* Uses GNU autotools for installation
In general, bashrun provides different kinds of configuration objects that can be used to implement a great variety of helpful features. Note that by simply adding 'eval "$(bashrun --remote-control)"' to your bashrc you will get remote access to all of bashrun's features from any terminal on your desktop. This is a feature I personally can't live without anymore. For example, consider the following bits of configuration:
+rule su-run
--match '/^emacs +/etc//'
+rule su-term-notify
--match '/^/etc/rc.d/' '/^/etc/cron\..+/'
Now any command that begins with 'emacs /etc' will automatically be run as root, prompting me for the root password using the bashrun terminal window. Likewise, any command beginning with '/etc/rc.d', '/etc/init.d' or '/etc/cron.d' will be launched as root, it's output shown in a small terminal that automatically closes two seconds after the command is finished. But enough of this...
What you can do to help
Be sure to read the "Getting Started" section of the manual page and take a look at the system-wide config file located at /etc/xdg/bashrun/bashrun.rc. The latter is extensively commented and contains a lot of examples, and should give you an idea of what bashrun is capable of. Also, press F1 in bashrun to view a list of keybindings.
Any kind of feedback will be helpful. I've tried to make the manual as concise as possible, but it's probably far from perfect. If there's anything unclear or doesn't work as expected, please complain. If you don't feel like digging very deep, a simple "Runs fine in KDE and urxvt" is just as good, though.
Installation
This PKGBUILD should be all you need to get going:
pkgname=bashrun
pkgver=1.0.0rc2
pkgrel=1
pkgdesc="Launch applications from interactive bash sessions"
arch=('i686' 'x86_64')
url="http://bashrun.sourceforge.net"
license=('GPL2')
depends=('bash' 'libx11')
source=(http://bashrun.sourceforge.net/${pkgname}-${pkgver}.tar.gz)
md5sums=('f2879c71152713dbe8190f84949e219c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
Note that the first startup may be somewhat slow. This will improve once the configuration has been cached.
Thanks in advance, and have fun!
Best regards,
Henning
EDIT: I've created a second release candidate, fixing a bug that would plugin lookups fail when multiple directories where present in XDG_CONFIG_DIRS. The PKGBUILD given in this post has been updated accordingly. The tarball is available at http://bashrun.sourceforge.net/bashrun-1.0.0rc2.tar.gz
Last edited by hbekel (2010-10-05 16:55:11)

demian wrote:That's a very nice app.
After installing it, i had to create /etc/bashrun and copy the content of /etc/xdg/bashrun to that folder.
I'd prefer if that step were already integrated into the makefile/pkgbuild, preferably using ~/.config/ instead of /etc/.
This shouldn't be necessary if bashrun was configured with --sysconfdir=/etc, like in the PKGBUILD i posted. This is explained in the README file. (EDIT: Or your XDG_CONFIG_DIRS is set to "/etc" instead of "/etc/xdg", in which case bashrun expects the config file at "/etc/bashrun/bashrun.rc". Please check.)
No package should install anything to the user's home directory, so I provide a system wide config file to start from. I could copy the config file to the user's XDG_CONFIG_HOME on first startup, but a lot of people don't like that, and it's considered bad taste. (See rmshit for example). Other projects like openbox or awesome don't do this either, it's up to the user.
demian wrote:Also, if I start bashrun via Openbox shortcut (...) it produces an error message:
After i click OK in that error message window bashrun finally starts.
That error occurs because bashrun is started by Openbox without the XDG_CONFIG_DIRS variable.
I'm currently avoiding this issue by placing the bashrun.rc in ~/.config/bashrun/ and commenting out line 12 (+plugins terminal) but maybe that's something you want to have a look at.
Yes, this is a bug i discovered recently. I'll post an rc2 version here soon, please stay tuned.
Apart from this bug, bashrun doesn't care whether the XDG variables are actually defined, it uses the defaults in that case (as required by the xdg spec). Your XDG vars should be set to the defaults from /etc/profile.d/xorg.sh in any case, though.
demian wrote:Also, i suppose, there is no easy way of making this use zsh instead of bash?
No, that may be a long term goal, if it's possible at all. (I know nothing about zsh, and bashrun uses some very bash specific features)
Last edited by hbekel (2010-10-05 13:30:01)

Similar Messages

  • Need test automation libraries for QTP 10

    I need Test Automation libraries like automation_agent.swc, automation_dmv.swc, automation.swc, qtp.swc , automation_flashflexkit.swc to complile the application.
    The link (http://www.adobe.com/products/flex/flexdownloads/) in adobe site is not working. Can you please help me to get this SWC files.
    I have QTP 10.0, Adobe flash player 11 plugin, Flash player 11 activex and reader 10.1.3.

    I am unsure exactly which Adobe product or possibly programing language you are trying to use.  Are you trying to utilize Flex?  You may want to search the Flex forums or post there if that is the case.

  • TS3798 I get this error message"your operation could not be completed" I need help figuring out why I can not access the web page.

    I get this error message"your operation could not be completed" I need help figuring out why I can not access the web page.

    amarilysfl wrote:
    "Your disk could not be partitioned. An error occurred while partitioning the disk".
    https://www.apple.com/support/bootcamp/
    If you were using Apple's BootCamp and received this message, quit it and open Disk Uility in your Applicaitons/Utilities folder.
    Select the Macintosh HD partition on the left and select Erase and Erase Free Space > Zero option and let it complete (important) this will check the spare space for bad sectors that can cause issues formatting partitions.
    Once it's completed, try creating a partiton again in BootCamp.
    If that doesn't work, then hold command option r keys down while connected to a fast internet connection, Internet Recovery should load (spinning globe) and then in that Disk Utility, select your entire internal drive and click > First Aid > Repair Disk and Permissions.
    reboot and attempt Bootcamp again.
    If you still get a error, it might be that you have OS X data on the bottom area where BootCamp partition needs to go. This would occur if you had the drive or computer for a long time or wrote a large amount of files to the drive and nearly filling it up and then reduced some, but it left traces in the area BootCamp needs to go.
    To fix this
    BootCamp: "This disc can not be partitioned/impossible to move files."
    How to safely defrag a Mac's hard drive

  • Complete newbie needs help inserting flv file into DW

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0015_01C98602.377A5370
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    I'm having a challenge today. A client sent me two flv files.
    When I =
    installed CS4 I installed Flash for the first time so I'm
    thinking, no =
    problem. But I'd never opened it before (never needed it
    until now). The =
    app won't open. I just spent a ton of time uninstalling and
    reinstalling =
    and rebooting over and over and nothing...
    So MAYBE, for now, I don't need it to work. I've also never
    insterted =
    Flash into DW. But it looks easy enough. In my html page I
    choose =
    insert/media/flv. So far so good. I've ftp'd the flv file so
    I'm able to =
    complete the dialog box with the path and size etc. I've
    uploaded the =
    progressiveplayer.swf and the chosen skin swf. I've saved the
    html file =
    it's embedded in and uploaded it. Shouldn't I now be able to
    see this =
    flv file displayed on the page? What did I miss? Here's the
    link to my =
    little test...
    http://www.susanhowlett.com/assets/applets/susan-movie.html=20
    The flv file is mm_susan_thanks.flv=20
    Thanks for any insight/guidance.
    Sheila
    ------=_NextPart_000_0015_01C98602.377A5370
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6001.18183"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV>
    <DIV><FONT face=3DArial size=3D2>
    <DIV><FONT face=3DArial size=3D2>I'm having a
    challenge today. A client =
    sent me two=20
    flv files. When I installed CS4 I installed Flash for the
    first =
    time so I'm=20
    thinking, no problem. But I'd never opened it before (never
    needed it =
    until=20
    now). The app won't open. I just spent a
    ton of time =
    uninstalling and=20
    reinstalling and rebooting over and over and
    nothing...</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>So MAYBE, for
    now, I don't need it to =
    work. I've=20
    also never insterted Flash into DW. But it looks easy enough.
    In my html =
    page I=20
    choose insert/media/flv. So far so good. I've ftp'd the flv
    file so I'm =
    able to=20
    complete the dialog box with the path and size etc. I've
    uploaded the=20
    progressiveplayer.swf and the chosen skin swf. I've saved the
    html file =
    it's=20
    embedded in and uploaded it. Shouldn't I now be able to see
    this flv =
    file=20
    displayed on the page? What did I miss? Here's the link to my
    little=20
    test...</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2><A=20
    href=3D"mhtml:{2BC949A9-CCEB-407F-8078-5F999C2CADAA}mid://00000013/!x-usc=
    susanhowlett.com/assets/applets/susan-movie.html</A>=20
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>The flv file is
    mm_susan_thanks.flv =
    </FONT></DIV>
    <DIV> </DIV>
    <DIV><FONT face=3DArial size=3D2>Thanks for any =
    insight/guidance.</FONT></DIV>
    <DIV><FONT face=3DArial size=3D2>Sheila=20
    </FONT> </DIV></FONT></DIV></DIV></BODY></HTML>
    ------=_NextPart_000_0015_01C98602.377A5370--

    From my little knwledge, it is not possible to insert FLV
    file in the HTML page directly.For this you have to made a player
    with flash which plays the FLV.And this swf can emdded in the HTML
    page.
    You can also download free flash videoplayers like JW Player.
    Thanks

  • Complete novice needs help

    Hi folks
    I hope you can indulge me. I am a mature student studying with the Open University in the UK. In order to complete my degree I have to produce a (small) project (doesn't have to have full functionality) based on a Network application. I am limited to using Java and to some extent the software provided for me, which in this case is JBuilder3.5 (yes I know it's old!). I can, within reason download further software providing my tutor is ok with it but here's the rub I have no idea what I actually need. There is so much to read through and I am feeling a bit thick because I cannot pin anything down.
    This is where I would appreciate any help from you experts. My project subject is a browser which can interpret web pages and then configure them to be displayed in a fromat that is prefered by the user not the author. I can build the GUI but I am stuck when it comes to building the functionality behind it. ie what packages do I need to download that can recognise XML/HTML tags in order to rearrange the display? Am I even on the right track? Is it actaully possible?
    Because the project is only worked over a small period I don't need full functionality but have elected to deal with input/output fields, text placemnt/display/font (infromationl), graphic placement/deletion. I may also be alowed to update my version of Jbuilder.
    I would be so grateful if somebody could at least point me in the right direction. I need to add here that I feel so stupid that I need replies in very plain english :o)
    Wanda

    Hi ddossot
    Saw your note about using a proper IDE unfortunately I am obliged to use the one provided by my UNI. Reason being the markers of my project may not be up to date with other IDE's. Though I may be allowed to use a newer version of JBuilder. I am waiting to hear if I have permission to do so.
    Here's another thick question. from what I remember, when studying Java last year, it has a number of libraries that can be imported to a project. When I download the HTML and XML stuff are they just added to the libraries already in place and if so how is it done.
    ps hope they also have tutorials with them for the coding :o(
    One last question; am I in the right forum for this sort of query or is there a novice one for thicko's like me? :o)
    Wanda

  • ALL WORK EMAILS COMPLETElY ERASED-NEED RESTORE EMAIL ASAP

    Hello,
    I was trying to setup my work email on my mac when I accidently clicked REBUILD on my mac email and this completely erased all my emails.  I need a restore program to help restore my emails since I work through this email and if I cant recover these
    I will be out of work for about a month.  PLEASEE HELPPP!!!! My work email is [email protected]  This is a microsoft exchange email and i use the microsoft web app to long on OWA.  I called Apple and they said they wont be able to help
    me restore since this is an exchange email.  I also called my employer and they were not able to help me either.  Please let me know if there is something that can be done to restore my work emails.

    Hi,
    According to your description, I understand that you want to restore the data after rebuild the Outlook for Mac.
    If I misunderstand your concern, please do not hesitate to let me know.
    By default, rebuilding the database deletes any information that is not synchronized with the Exchange Server, including your contacts' certificate. Before you rebuild the database, we recommend to back up the current identity. Therefore, we can re-create
    a new identity to resolve your problem. For your reference:
    https://support.microsoft.com/kb/2360509?wa=wsignin1.0
    I find an similar thread about How to recover Outlook data if the rebuild fails, for your reference:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macoutlook/how-to-recover-outlook-data-if-the-rebuild-fails/6ebc3760-7d74-4fa4-acfb-e0e229a7bb26
    Best Regards,
    Allen Wang

  • Complete Novice Needs Some Basic Help

    Hi!
    I'm sorry to clutter up the discussion with such basic questions, but what I want to do is get something from a cassette tape to my iPod. I'm told I can do this through GarageBand, and I have an audio cable that the guy in the Apple store said I would need. I'm not even sure where to plug this cable in. So any help in where I plug this in, or what I do next would be tremendously appreciated. If someone could even tell me where to look for help that would be great (when I look in GarageBand help its saying something about MIDIs and I don't even know what that is). Eternal gratitude for any help....

    Oh man, this is frustrating and I might give up soon!
    So in System Preferences, Sound I have 2 things,
    Internal Microphone (port is Built-in) and Line In
    (port is Audio line-in port). I can't seem to
    select one or the other, they're just there.
    Yeah, there is no "apply" or "OK" or anything like that. Just click on the Line-In so that it is highlighted and close the system preferences. That takes care of that. My PB G4 automatically detects when I plug in my line-in now that it is set up.
    Then in GB preferences, I only have the option of
    Built-in Audio, there is no other option.
    Built-In audio is correct in GB prefs.
    I also couldn't find where you were saying to
    double-click...what's the track header? I've clicked
    everything and can't find a monitor drop down menu
    option.
    The track header is the left-hand side of the track where there is a small speaker or instrument. For what you are doing, you need to create a new basic track. (Under "Track" in the menu bar, click "New Basic Track") You should have a new blue track that is labeled "No Effects." Double click on the speaker image and a dialog box will appear. Right in the middle of this box there are options for Input, Volume, and Monitor. You can turn on and off monitor abilities here.
    On the plus side, the connector I have seems to
    work...its male/male 1/8".
    Perfect.
    Thanks again and if you want to bail out, I
    completely understand!
    Hang in there. We were once all newbies to this digital recording stuff too.

  • Yipee, Project completed Now need to remove all project off my Mac and save

    I have completed a 1:17:00 minute project. I now want to remover everything off my Mac and save the project either on Disc or Lacie or ?. Is there a way to save everything, capture scratch, footage, etc to disc or a hard drive? I also need to know what I should be saving to ensure everything is there in storage. I would like to free the spaced used for this project. I do not want anything part of this project remaining on my Mac. I would like to burn this project to disc and if I need to ever need to open it again I have all the information there, without have to go back into my original tapes.
    Thank you!
    B C

    I too just finished a big project (three performances of "The Nutcracker" with shot with two cameras, for a total of about 12 hours' worth of capture files, edited down to one final 2-hour presentation) so this thread is a good find for me! It's worth it just to know I don't have to save the contents of the Render Files and Audio Render Files folders, but I've still got something like 200 gb of data.
    If you're looking for an alternate suggestion of how to save all the stuff, here's something I found: I went to Best Buy and bought a PC gamer accessory called a Black Widow, from a company called Thermaltake. It costs about $60 and connects via a USB port, and yes, it's Mac-compatible.
    It has a slot in the top that accepts a bare SATA hard drive mechanism -- either a standard-size 3.5" or laptop-size 2.5." You just plug the drive mechanism into the slot and it appears on your Mac desktop, where it can be formatted, copied, etc., like any other drive. I already had several SATA drive mechanisms around from upgrading the internal drives on various Macs, so I figure all I need to do is copy all my project files onto one, put it back into its anti-static bag, and store it somewhere safe.

  • Completed OCA , need study material for OCP exam 1Z0-141

    Hi,
    As the thread title says.. I have completed my OCA certification for PL/SQL Developer.
    Now i am preparing for 1Z0-141 ( Oracle 9i Forms Developer: Build Internet Applications), the problem here is that i couldn't find a book that will help me. Also can you please provide the link to the release which i should download so that i can practise.
    Also, do i need to complete any Hands on training for completing the OCP Developer ( Forms ) track, because i dont see anything regarding that published on the certification path ?
    Any help in this regard would be appriciated..
    Thanks & Regards
    Abhishek Vij
    Edited by: Abhishek Vij on Mar 1, 2009 9:37 PM

    The following book is for 1z0-131/1z0-132 but is still probablly useful. However it is difficult and expensive to get hold of and any second hand editions may be without the cdrom:
    Oracle Certified Professional: Building Internet Applications I & II Exam Guide: ISBN: 9780072193336
    Also:
    (Reference: Oracle Certification Program - Oracle Forms: Build Internet Applications (1z0-141) - gives details on exam topics, materials and additional resources)
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_141]
    -From This I believe the current oracle recommended training course is :
    -- Oracle Forms Developer 10g: Build Internet Applications
    -- I had a quick glance and could not seem to see a self study kit for this course:

  • Complete novice needs help getting SQL Query into Crystal Reports XI

    Post Author: MissMarnie
    CA Forum: Data Connectivity and SQL
    So I was given an intro level web course and a monster reference guide in prep to format a report. One of our developers wrote me everything I need for the report into a SQL Query and now I'm supposed to format it in CR XII literally do not know what to do from here. I'm able to set up the correct server as a datasource, if that's useful, but I don't know how to make the querey into a bunch of formattable fields in  CR. If anyone can walk me through this, I'd be so grateful. I've attempted to look up SQL query in both the help and the book but I keep hitting a wall. The help dialog says things like "press this button" with no reference to what "this button" is. I'm sure it's obvious to the knowledgeable but I'm in a complete fog. Thanks in advance   

    Post Author: synapsevampire
    CA Forum: Data Connectivity and SQL
    IF you're trying to get assistance with setting up a query as the source for a report, try posting your Crystal version and the database type.
    Different software works differently.
    In CR 9 and above, under the connection to the database you'll see Add Command. Select that and you can paste the query in.
    As for not knowing how to generate a report, that requires experience, there's no generic solution of course..
    -k

  • Help needed: testing webstart JavaHelp examples

    Can you break my webstart JavaHelp examples?
    <http://www.physci.org/jh/>
    These pages (chase the links) represent an attempt to make an Ant based project that will build JWS based examples of JavaHelp, with a view to gaining hosting of the JavaHelp APIs as webstart extensions at the home site (javahelp.dev.java.net).
    The deployment needs further refinement and testing, mostly detailed here.
    <http://www.physci.org/jh/todo.html#test>
    If you can answer any of those questions (them's the things that end with '?'), uncover any (new) bugs, or resolve any of the existing bugs, please speak up.

    Can you break my webstart JavaHelp examples?
    <http://www.physci.org/jh/>
    These pages (chase the links) represent an attempt to make an Ant based project that will build JWS based examples of JavaHelp, with a view to gaining hosting of the JavaHelp APIs as webstart extensions at the home site (javahelp.dev.java.net).
    The deployment needs further refinement and testing, mostly detailed here.
    <http://www.physci.org/jh/todo.html#test>
    If you can answer any of those questions (them's the things that end with '?'), uncover any (new) bugs, or resolve any of the existing bugs, please speak up.

  • Firefox 27.0.1 takes 140 seconds to complete MS Chalkboard test

    Using the MS Chalkboard test http://ie.microsoft.com/testdrive/Performance/Chalkboard/
    on an iMac 2012, 32gb RAM, Core i7, 3.4Ghz it takes approx 140 seconds to complete the test. In Safari about 6.46 seconds, and in IE11 on Parallels VM it takes 6 seconds.
    Something seems very wrong with the responsiveness of Firefox.... Tried uninstalling and reinstalling to no avail.

    It didn't run smoothly for me, and I'm not sure the stopping positions were accurate. It kept pausing to wait for something to complete, little resizing movements here and there.
    In my regular profile with hardware acceleration of graphics disabled and lots of tabs open, it took about 68 seconds. In a new profile with no customization, it took about 34 seconds.
    I don't have a modern IE on this computer to compare, but I tested in Google Chrome 33. It was much snappier and finished in about 12.5 seconds.
    No idea what's going on with this benchmark that makes Firefox slower.

  • Complete beginnner needs help...

    As a complete Flash beginner, I have a project I am trying to
    make but I am unsure how to acheive it...
    I want to to have 3 x 3 Frame Keyframe animations (very
    simple) with a title keyframe in between each one. What I am
    struggling with is that instead of repeating the keyframes lots of
    times and having a huge project I want to repeat each 2 Keyframe
    animation 30 times (making it a minute long) before moving onto the
    text keyframe and then the next 2 keyframe animation to loop 30
    times before moving on... I then want the whole thing to loop.
    What code do you use in Flash CS3 (ActionScrpit 3.0) to
    acheive this for each set of keyframes? To keep it simple they are
    all one one layer. Any help would be gratefully recieved- thinking
    this was a simple question I have been searching on here for ages
    and cannot find anything that works... but I think its more do with
    my lack of knowledge rather than lack of information...

    I think I may have made my previous post more convoluted than
    it needed to be :)
    I just want to know what code to use to make a group of
    keyframes repeat a certain number of times then carry on with the
    rest of the movie..
    Any tips in Actionscript 3 (or 2!) would be gratefully
    appreciated!

  • Nokia 8800 - Complete Newby Needs Help !!

    Hi All
    Im a complete newby to this tech lark so could do with some help!
    Basically ive just got a nokia 8800 phone & its got nothing on it so I want to transfer some tunes, vids etc onto it.
    Firstly ive installed the nokia pc suite & updated it on my pc but then relaised that the phone doesnt have a cable dock to connect to the pc !
    Ive ordered a bluetooth dongle like this: http://cgi.ebay.co.uk/BLUETOOTH-DONGLE-FOR-NOKIA-N-GAGE-8800-6280-6230i-7373_W0QQitemZ220133688184QQ...
    Do i need to install the software that come with the dongle? i.e. drivers & blue soleil?
    When ive got passed this bit i assume pc suite will see the phone then?
    Any step by step help would be appreciated.
    Many thanks
    Jason

    Bluetooth and Windows is a bít tricky combination, because Windows XP (which I assume you have) has an inuildt Bluetooth driver software that works with many Bluetooth USB tcks tc. but not all.
    YOu might have a Bluetooth that requires the Bluesoleil and the bluetooth conflicts in PC have been well documented in this board and everywhere else.
    But you should try:
    Install the CD first (if you have already put the bluetooth dongle to your PC without intalling the cd first you maybe in trouble already and it is a bit too lenghtly to hrlp, but google for xp bluetooth bluesoleil problem and oyu will find help.
    However, if you have not yet put the bluetooth stick to you pc, put it there after you have installed the cd.
    Then open PC suite and get connected and activate both phone bluetooth and pc and follow get connected wizard instructions

  • Xdg-menu package needs testing

    It seems xdg-menu is in final stage.
    Now I tested icewm, ion3 and fluxbox, and write wrapper.
    See http://wiki.archlinux.org/index.php/XdgMenu page
    Please test it and give me more feedback. All you need - just install
    xdg-menu from AUR.
    http://aur.archlinux.org/packages.php?d … 1&ID=10286
    What we have now:
    - common XDG stuff that describes menu layout
    - xdg_menu script to generate WM menu
    - update-menus wrapper can update menus automatically with config
    - supported WMs:
        twm
        WindowMaker
        fvwm2
        icewm
        ion3
        blackbox
        fluxbox
        openbox
        openbox3
        xfce4 (seems not needed because recent version XDG compatible)
    Menu autogeneration is optional feature. You may include it into your WM
    menu as a submenu or may not.
    PS: I took xdg_menu script from suse and add twm and ion3 support into
    it. This is main difference. Also I add update-menus wrapper and XDG
    stuff.
    PPS: I simplify menu hierarchy by removing 2+ menu levels. You may add your
    suggestions into http://wiki.archlinux.org/index.php/Tal … _hierarchy
    and of course edit http://wiki.archlinux.org/index.php/WM_Menu_hierarchy

    seems very nice
    i dont like gdm/kdm/xdm either, and it comes handy when we want to change desktop, without editing anything

Maybe you are looking for

  • Scans saving to wrong place! Epson Perfection, V300 and 4990, Canon MP250 scanners and Windows 7

    I have a network of 4 computers using Epson Perfection and Canon scanners with a Digitization interface that writes data to MS Access. Ever since we were forced to upgrade to Win7, when we try to scan, the scanner tries to save files to the wrong dri

  • RFC Adapter Problem: Necessary Roles?

    Hi XI Gurus, Our team is working with a File-to-RFC scenario. We are using a custom RFC, which uses BAPI_GOODSMVT_CREATE within it, to post data for Goods issue, Goods receipt and Transfer Posting. We are using the credemtials of a user, <b>sapxiuser

  • Over riding setting Delivery Content in 11g

    Hi, We migrated from 10g to 11g BP2. We are advised from our admins that we need to create 'Delivery content' in 'My accounts' sections as mentioned in http://www.biztech.com/blog/2012/10/setting-up-ibots-in-obiee-11-g/ 3. Setup the delivery option f

  • Module pool using ABAP OO

    Good afternoon. First excuse my English is not very good. Like to know if any have any example Program Module Pool built using the concept of OO ABAP. For example a program with a tab control with methods to insert, update or delete in a table Z. I h

  • T7700 vs. P7800... which one should I buy???

    I read in an old thread that one is better for games and the other is better for movies... but I watch movies and play games equally, so which one do you recommend me?