[XFCE4] Is there a good 'Save Session' tool?

Is there an application that does what the 'Save Session' option on Xfce4 logout does, just better?
Here's the current state of 'Save Session':
-It saves how many application instances were open and their window sizes. For some applications it does not even save how many were open: Thunar!
-It does NOT save the actual desktop coordinates or desktop number of the applications.
-For thunar it doesn't save the folder locations in the thunar instances (they are all at ~ after system restart).
-(Optional, getting kinda specific here) For terminals it doesn't save which application was running in each terminal, so manually restarting them is required.
Last edited by Jindur (2013-05-28 21:33:57)

stqn wrote:https://wiki.archlinux.org/index.php/Ksplice
Hmm, wonder why that page talks specifically about "security patches" instead of just patches in general. >.>
(And, although this is probably negligible but still I'm curious, I wonder if the mechanism will cause a local (memory) blob, that somehow gets hacked into the system, to grow further and further, eventually requiring a real reboot, or whether this Ksplice thing really _replaces_ the kernel each time with the updated version.)
Can anyone tell about positive/negative experiences with this Ksplice thingy? I'm just a little bit scared ^^
Edit: Oh lol, forget about ksplice (except if you're an admin and get paid to use it): From ksplice-create man page "you should confirm that the desired source code change does not make any semantic changes to kernel data structures". So you need to manually download the source code of each patch and review it or something. And if you're lucky you can actually use ksplice for it, but if unlucky ksplice won't work.
Last edited by Jindur (2013-06-04 18:22:15)

Similar Messages

  • Is there a good way to "debug" a QuickTime

    The subject of my question is a little misleading, but I couldn't think of a better way to phrase it.
    Until recently, I've done all my work in ProRes 422 (not HQ) using 8-bit rendering. Naturally, I expect that all my finished QuickTimes coming out of Final Cut have had 8-bit video in them. This has been fine.
    But yesterday I rendered a graphics project out of After Effects that exhibited some pretty nasty banding. "I know," said I, "I'll make this a 16-bit project, then render out to a 10-bit ProRes movie."
    I went through all the necessary steps to do this — since this isn't an After Effects forum I won't go into details, but feel free to ask if it sounds like I need to be checked on these — and got a resulting QuickTime movie that … looked exactly like the first one.
    This got me scratching my head, so I went back into Final Cut, took some 8-bit footage I'd shot on my camera and dropped it into two ProRes 422 (HQ this time, just for safety) timelines, otherwise identical except for the "render all in high-precision YUV" option which was ticked on for one and off for the other.
    I applied the same ridiculous three-way-CC filter to each clip, and rendered them out as self-contained QuickTimes.
    Opening each movie in QuickTime Pro and looking at the info inspector reveals that they're each a 1440x1080 ProRes 422 (not HQ) movie with "millions of colors." Specifically not "trillions of colors."
    Are there any good tricks or tools for peeking inside a QuickTime file and finding out exactly how the video is stuffed in there? Is there a good tool that I can use that will tell me, for example, "Hey, this QuickTime contains movie data encoded with the ProRes 422 compressor, stored as 10-bit YUV," or whatever?
    Cause of course one possibility is that one of these movies really is 10-bit and the other really is 8-bit and QuickTime Pro is just wrong about the "millions of colors" thing. But the other possibility is that I messed something up in my workflow, and both of these movies really are 8-bit, despite my telling Final Cut specifically to use high-precision rendering for one of them.
    Any suggestions?

    Well, there are settings you can change in QuickTime Player to improve it's playback. Look in the Window menu to see the properties and inspect the QT movie.. there is a button to turn on in the Inspector so it plays at "high quality".. it's not the default setting, and will show you all the quality you have. Plus viewing interlaced material on a computer display will never look all that great, because the computer display is progressive, not interlaced... need to always judge things externally on a video monitor because of this, or add a Matrox MXO to your system to change the nature of the computer display so it becomes a video monitor in essence.
    BUT any time you put a clip in a sequence in FCP, it changes it's format to match the format that the sequence itself is set to be. So if you put a 10 bit clip in a sequence set to render in 8, it becomes an 8 bit movie.
    HTH
    Jerry

  • Is there a good GUI tool on linux for backups? What do YOU use?

    Hi all,
    I feel Linux lacks a good and simple graphical tool to do desktop backups for regular users. I'm thinking of writing one myself (probably a front-end to a good command line tool), but before I get started, I want to make sure I'm not reinventing the wheel.
    So:
    - Is there a good graphical tool available already? It should be: simple (minimalist interface, sane defaults), fast and incremental.
    - What do YOU currently use for your desktop backups?
    EDIT: rsync alone is not great, because a good backup solution keeps multiple snapshots. Imagine you deleted a file by accident 15 days ago, and realize only today: rsync won't save you.
    EDIT2 : I have tried backintime, I think it's a step in the right direction, but it's not that great. Maybe I should improve on it instead of starting something new, though.
    EDIT3 : Has anyone tried PyBackPack (http://andrewprice.me.uk/projects/pybackpack/) ? I'm trying it at the moment and it seems to be getting it right. I'd like to hear some success stories before getting my hopes to high
    Last edited by lardon (2010-05-11 13:33:55)

    It doesn't snapshot -- I occasionally back-up my back-ups and don't need that -- but it does its job well.
    #!/bin/bash
    ### System Backup ##############
    # Version 0.5 by Scott Garrett #
    # Wintervenom [(at)] gmail.com #
    backup_label="demonpit"
    exclude="/dev/shm/rsync-excludes.rc"
    excludes=(
    'tmp/*' # Temp files.
    'tmp/.*' # Hidden temp files.
    '.mozilla/firefox/*/Cache' # Firefox caches...
    'cookies.sqlite' # Mozilla-based cookies.
    'formhistory.sqlite' # Mozilla-based form history.
    '.thumbnails' # Thumbnail cache.
    '.recently-used.xbel' # Recent-open history.
    '.ccache' # Compiler caches
    'sessionstore.js' # Firefox session-saves.
    '.gvfs' # GNOME virtual filesystem.
    '.local/share/Trash' # XDG trash.
    '.local/share/user-places*' # Recent-open history.
    '.purple/logs' # Pidgin/Finch logs.
    '.cache/Thunar/thumbnailers.cache' # Thumbnailer cache.
    '.cache/chromium' # Chrome cache.
    '*~' # Backup/temp files.
    out () {
    echo ">> $*"
    stat_done () {
    echo ">> ...done."
    stat_fail () {
    echo ">> ...failed!"
    if [ $UID != '0' ]; then
    echo "Must be executed as root user."
    exit 1
    fi
    out "Mouting backup device ('$backup_label')..."
    backup_dev=`readlink -f "/dev/disk/by-label/$backup_label"`
    if mount | grep -qF "$backup_dev on"; then
    backup_root=`mount | grep -F "$backup_dev on" | cut -d' ' -f3`
    echo " - This device seems to already be mounted at '$backup_root'."
    echo ' Do you want to use this, instead (y/N)?'
    echo -n ' << '
    read -n1 confirm
    echo
    [ "$confirm" != 'y' ] && exit 1
    else
    backup_root="/mnt/$backup_label"
    mkdir -p "$backup_root"
    if ! mount -o noatime,user "$backup_dev" "$backup_root"; then
    echo ' - Failed to mount device.'
    exit 1
    fi
    echo ' - Device mounted successfully.'
    fi
    out "Backing up system..."
    echo > /tmp/rsync-excludes.rc
    for file in ${excludes[@]}; do
    echo "$file" >> "$exclude"
    done
    rsync -axl -h --progress --delete --delete-excluded --exclude-from="$exclude" /{home,usr,opt,var,*bin,lib*,etc,boot,root,srv} "$backup_root/$HOSTNAME"
    mkdir -p "$backup_root/$HOSTNAME/"{dev,sys,proc,tmp,mnt,media}
    mkdir -p "$backup_root/$HOSTNAME/var/"{tmp,lock}
    chmod 1777 "$backup_root/$HOSTNAME/tmp" "$backup_root/$HOSTNAME/var/"{tmp,lock}
    stat_done
    out "Backing up package list..."
    pacman -Qqe | grep -v "$(pacman -Qmq)" > "$backup_root/$HOSTNAME/pacman.list"
    pacman -Qmq > "$backup_root/$HOSTNAME/aur.list"
    stat_done
    out "Unmouting backup partition..."
    if umount "$backup_dev"; then
    rmdir "$backup_root/$HOSTNAME"
    rmdir "$backup_root"
    else
    echo ' - Could not unmount.';
    fi

  • Xfce4 cannot save session.

    Hello,
    Seems settings manager cannot save changes; whether by saving at 'sessions and startup' or on logout/shutdown. My changes to font size never got saved.
    There is also the same bug with arch+LXDE/lxapperance.
    I have googled and it was around for some time and no one seems able to resolve it.
    Rasjid

    The design of xfce4 is "just right", but seems buggy and not usuable for me at present.
    1) Initially I could not do 'exec startxfce4' as non-root - bug... something...no failsafe session.. 
    but somehow after I started it once as root, it could be started as a normal user.
    2) At the start of every new session, will have a "Welcome to the first start of panel." Ask to choose default or empty panel. If empty is selected and later configured, it would be lost after session exit; and repeats.
    3) Sessions Manager not working. eg. if button for save session on logout is checked, it will revert to an unchecked button on next login.
    configure window manager (both) cannot run. 
    4) on recent sessions, things get worst (could be me accidentally tripping something...). eg when firefox is run.
    - application window has no minimize/close (3-buttons)
    - menu/item not reachable by the mouse arrows; so cannot even access any bookmark.   
    - can only close firefox through CTRL-q.
    It is the same with all other applications/windows.
    LXDE-
    1) For lxde, only customize "look and feel/Widget" default font and colors not working - cannot be saved.
    But still ok as openbox configuration manager working.
    2) PcmanFM cannot sort folders/files; so we have to go through the whole list in /bin...
    Rasjid

  • Are there any good black box testing tools for j2me?

    Is there any good testing tools available for testing software on physical mobile devices?
    I would like to partially replace manual testing with automated testing using a test tool. It should work on physical devices, and with the help of a script it should be possible to execute predefined sequences of button pressings on the device. Preferably there should also be some way of deciding whether the test was a succes without having to do so entirely manually.
    The purpose with this would be to make it easier to go through the test protocols, which has to be done before every new software release.
    Deviceanywhere.com looks promising at first glance but it is rather costly. Still, does anyone have an opinion of it?
    Does anyone has experience of Mobile junit for this kind of testing? Is it possible to define series of physical button pressings with it? At first glance it doesn't seem so.

    You can collect the Organizational Health in Exchange 2010 console for Exchange 2003/2007/2010 and that will list very useful information about statistics in your organization like servers, databases, CALs, recipient, feature used etc...
    Collect Organizational Health Data -
    http://technet.microsoft.com/en-us/library/dd351156%28v=exchg.141%29.aspx
    However it doesn't contain any configuration information and that you need to collect it manually because that depends on needs of each organization and how they want to setup their infrastructure...

  • Are there any good tool for checking security risks, Code review, memory leakages for SharePoint projects?

    Are there any good tool for checking security risks, Code review, memory leakages for SharePoint projects?
    I found one such tool "Fortify" in the below link. Are there any such kind of tools available which supports SharePoint?
    Reference: http://www.securityresearch.at/en/development/fortify/
    Amalaraja Fernando,
    SharePoint Architect
    Please Mark As Answer if my post solves your problem or Vote As Helpful if a post has been helpful for you. This post is provided "AS IS" with no warrenties and confers no rights.

    Hi Amalaraja Fernando,
    I'm not sure that there is one more tool that combines all these features. But you may take a look at these solutions:
    SharePoint diagnostic manager
    SharePoint enterprise manager
    What is SPCop SharePoint Code Analysis?
    Dmitry
    Lightning Tools Check
    out our SharePoint tools and web parts |
    Lightning Tools Blog | Мой Блог

  • Is there a good website creation app on the iPad, or should I save up and get a MacBook to use RapidWeaver/iWeb?

    Is there a good website creation app on the iPad, or should I save up and get a MacBook to use RapidWeaver/iWeb?

    Wasn't being condescending, this is a new thead that continues one he already started asking if he could get iWeb on the iPad. Two people explained to him that iWeb was being discontinued (along with MobileMe) and suggested Rapidweaver and two other apps as replacements. It was also explained to him that there were no web creation apps on the iPad because you need to run a local web server, such as Apache, on your computer in order to use them. This is why they work on the Mac because it does have such a server. The iPad does not have one and cannot run one. And I suggested using HTML code if he wanted to develop on his iPad.
    You were aware that is how web creation software works?
    Here is the other thread:
    https://discussions.apple.com/message/15804045#15804045
    Do you know a good book on HTML web creation you could recomment to him?
    Message was edited by: deggie
    Message was edited by: deggie

  • What security products are suggested for scrubbing rootkits from a Mac? There are good articles on similar repair for PCs and it makes me want to see if I can save this machine. It's in forensic recovery right now so I myself have not done anything yet.

    What security products are suggested for scrubbing rootkits from a Mac? There are good articles on similar repairs for other makes online. I would like to investigate whether a machine can be truly scrubbed or if it's best to retire it. I haven't done anything yet as it is a candidate for more extensive forensic recovery.
    Also, I am not sure if various malicious spoofing and cloaking tricks (making Wi-Fi appear off when it is on, hiding unauthorized sharing/remote access, falsifying System Preferences preference panes, etc.) are resolved by a thorough drive erase or are more similar to APTs?
    Finally, is there any emerging information regarding APT hiding places other than the recovery partition? I have heard mention of the EFI, for example, but it seems unproven and unlikely. Some people have also mentioned the RAM.
    This is an upsetting topic to some people, including me, so I appreciate circumspect, measured responses. Thanks! And don't try to answer all my questions if you really just want to comment or answer one. All thoughts are appreciated.

    Hi, Lincoln,
    A straightforward question. You are correct in recognizing the difference between tentative conclusion and certainty. Here are our main reasons:
    1. Incoming items noted on the console (or console sub logs) and Activity Monitor after defenses are overcome, and which are brought in by an unwelcome remote user, often have a process name and the word "kit." (Bear with me.) We soon observe the process is under attack, from terminal evidence and soon, decreased or lost functionality of the process. The terminal generally reports alteration of specific kernel behaviors. A simple example (that may or may not be accompanied by kernel changes and may simply alter permissions) is modifying Disk Utility such that key uses are unavailable. You can see how an attacker might value disabling partition views, mounting and permission repair. In retrospect, DU might not be a root alteration. I was thinking that its relation to fsck flagged it as a possible ring 0 item. I may need to know core parameters of a good example to pick strong ones.
    2. Incoming folders hidden for possible later use contained bundles of similar root kits, including some not applicable to Macs. From what I have read from reasonably credible sources, root kits are sold and traded both singly and in bundles.
    3. Root kits are a logical next choice for our attackers, as various prior techniques hindered us but did not paralyze us.
    4. One of the most authoritative articles I found was about PCs not Macs. I noted the assertion, undocumented, that an estimated one million computers are infected by root kit manipulations, and underscored that the kits can be used by people with low computer skills.
    5. MacAfee lists root kits (by description, not name) as a top pop five threat prediction in the coming year, though again, the emphasis is on PCs.
    Linc, I am trying to show a spectrum of observations and info that have shaped my thinking. To retrieve better captured evidence requires significant legwork at this time, but it is something I am willing to do if you can be patient. Understand this long attack has been like a natural disaster to us.
    I have not linked a few articles of interest because I forget if that's allowed. If so, I'd be glad to.
    After reviewing this partial answer, you may form another hypothesis. If so, please share it. I am comfortable with my position but not clinging to it.
    Thanks for your interest. Looking forward to your thoughts.
    Oh, yeah: some material is out for analysis, so we should have credible opinions pretty soon. Not positive exactly when.

  • Firefox should save session when only popup windows is open

    When I have some window with multiple tabs open and I click close button on top, it saves the session and quits. Thats ok. But when there is some hidden popup window open (or source code) it destroys the session and leaves the popup open!!!! So the menu is gone and you lose your session. When i restart FF tabs are gone. So it should save session when only some popup windows are open.
    Also it should ask what to do when i click close window, when it's unclear what to do

    It is always a good idea to close a Firefox session by clicking File > Exit or Firefox button > Exit for proper shutdown.
    Those pop-up windows are produced by JavaScript. JavaScript can disable certain features in the pop-up window. You can set some preferences using '''about:config''' so that those features are not disabled in the pop-up window. See:
    *How to use '''about:config''': http://kb.mozillazine.org/About:config
    #type '''''about:config''''' in the URL/Location bar and press the Enter key
    #if you see a warning, accept it (promise to be careful)
    #Filter = '''dom. disable_window_open_feature.'''
    #reset preferences you want to '''''false''''' by double-clicking on that preference in the lower panel on the '''about:config''' tab
    #Preferences you can reset in this case: http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Adobe PDF Plug-In For Firefox and Netscape "9.4.3"
    *Shockwave Flash 10.2 r159
    *Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.
    #'''Update the [[Managing the Flash plugin|Flash]] plugin''' to the latest version.
    #*Download and SAVE to your Desktop so you can find the installer later
    #*If you do not have the current version, click on the "Player Download Center" link on the "'''Download and information'''" or "'''Download Manual installers'''" below
    #*After download is complete, exit Firefox
    #*Click on the installer you just downloaded and install
    #**Windows 7 and Vista: may need to right-click the installer and choose "Run as Administrator"
    #*Start Firefox and check your version again or test the installation by going back to the download link below
    #*'''Download and information''': http://www.adobe.com/software/flash/about/
    #**Use Firefox to go to the above site to update the Firefox plugin (will also install plugin for most other browsers; except IE)
    #**Use IE to go to the above site to update the IE ActiveX
    #*'''Download Manual installers'''.
    #**http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller
    #**Note separate links for:
    #***Plugin for Firefox and most other browsers
    #***ActiveX for IE
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

  • Cannot deploy EAR.  There are already active sessions

    Hi WebDyn Pro's,
    I'm running NW SP14
    Sporadically, I cannot deploy my WebDynpro app to the NW server.  In NWDS, I indicate to Deploy and run.  I get an error in the console indicating:
    <b>"Cannot log in.  There are already active sessions.  Session id 0 An administrator logged in via API /"</b>
    I restarted the server and the NWDS workstations but that didn't help.  I've had this same error in the past.  Usually it goes away.  I thought I solved it, but evidently not.
    On the NW server, I cannot log into SDM GUI either.  I get the same error.
    As mentioned above, this error occurs sporadically.  I can deploy just fine 50 times.  And then all of sudden I start getting this error, even though no one has touched the server.
    Thoughts?
    Thanks,
    Kevin

    Hi,
    Have you checked if anyone else is actually using SDM to deploy?
    There are some quite significant deployment tasks that my basis team perform which will occupy the SDM tool for a long time and stop me and my other developers from deploying anything.
    I've also caused this problem myself when my SDM deployment has stalled - I've been deploying a custom B2B .ear file and the deployment has just got stuck in processing for ages.  In the end I've had to kill the SDM task from Windows Task Manager but this causes SDM to think someone is still logged in so I've then had to restart the SDM service from the SAP Management Console.
    If this is not the case I'd suggest raising it through OSS if you can't find any relevant messages on there.
    Hope this helps,
    Gareth Ryan.

  • There is no save icon in acrobat reader 9

    hi i am running acrobat reader 9.2 on windows vista 64 bit ultimate edition. i recently had installed adobetechnical communication suite but it did not work and i had to remove it. after i did that the floppy disk icon disappeared from the tool bar in reader. i have tried re installing it but it still will not show it. i deal with very large pdf files and it is not cost efective to print them out. i only have three options, print,share or create. there is no save icon that i could find. other people in this office running the same version of software have the little floppy icon while looking at the same document i do not. what do i need to do to be able to save online pdf files to my pc.

    Truthfuly, I didn't think there was, but it seemed worth a shot.
    Is the missing Attendee List pod happening just in this room, or is it in multiple rooms?
    If it is just this room, I'd recommend that you delete (after moving any recordings and desired content to the Content library) the room and recreate it to see if that resolves the issue.

  • [Solved] Xfce : Want to disable save session

    Hello everyone. New to Arch.
    Here's my problem. I want to disable save session feature of Xfce, but unable to do it. I also have tried,
    1. Settings manager > Session and startup - Unticking "Automatically save session on logout"
    2. Removing session cache.
    But no luck. Is there any other way to that? Thanks in advance.
    Last edited by Enindu (2014-05-01 19:16:48)

    I Think I didn't describe my problem well in above post.
    I already disabled automatically save session on logout from Xfce settings manger. Because I don't want it. But in every time going to logout "Save session for future logins" ticked. I must to untick it always on logout dialog. Otherwise session will be saved. That's what I want to be disabled.
    EDIT : Never mind. Fixed it my own. Just logged in as root and removed session cache folder. [~/.cache/session]
    Last edited by Enindu (2014-05-01 19:16:27)

  • Is there a smart paintbucket fill tool in CS5?

    I'm an illustrator and happily have just upgraded from CS1 to CS5.
    All the new tools are fabulous... but I'm wondering if there's any new tool in photoshop that will fill in an area of a scanned drawing that is defined with broken lines?
    All of my drawings have broken lines in them.  I know the fill tool is okay at filling in areas completely defined with unbroken lines.  But what about a tool that will fill areas that are defined by broken lines?
    I was playing around in Illustrator and notice there's a live paint tool that sort of does that... but it seems a bit complicated to have to define paths first.
    I remember way back in the late 90's there was an Australian drawing software program (can't recall the name), but it did just what I'm talking about.  You could scan in a drawing with lots of broken line areas and the fill tool would make smart guesses and fill color into areas of broken lines.  It wasn't perfect, but it would sure save  a lot of time if there was a CS tool that could do that.
    I know the most painstaking part of making an image is slowly going through to define the color areas by hand.  If there was a smart paintbucket tool, that'd really make my day.
    Thanks for any clues....
    jn

    I guess we can assume that Adobe has not invented a 'smart fill' paintbucket tool... since I don't see any responses.
    I sort of figured out a way to accomplish a smart fill.  It's by adding an additional layer with a texture that fills the canvas, and then setting the selection to around 15 or so.
    Then the bucket fill will indeed confine the painted area to border the scanned ink lines.  But it's very sloppy and inexact.
    I am astonished that this tool has not been invented... since I'd assume there are thousands of graphic applications where the painted area needs to be established by the tedious old fashioned method of redrawing what has already been drawn.
    Anyhow... any ideas or suggestions welcome.  I was trying to convert the scanned photoshop file into Illustrator and then try to establish a map of the main pattern areas.  Then it'd be easy to click and color the shapes... hopefully saving hours of time that otherwise I have to do by scratch.
    But I'll keep working on it...
    jn

  • Save Session Data

    Hi to all,
    is there a way to save Session Data in  a Bsp application (similar to Php $_SESSION array)?
    or i have to use shared object/export-import memory id  to save temp data in a session (example: Shopping Cart)?
    thanks
    Alessandro

    Hello,
    you can use a statefull bsp with an application class...
    The objects in the class have a lifetime over the whole session.
    regards

  • Is there a good free qraphic equalizer that works well with iTunes?

    Is there a good free graphic equalizer that works well with iTunes?

    I find plenty of audio editing tools but few playback controls.
    Example- The equalizer in iTunes is rather bland.
    Any old stereo system has a better display.
    The controls are icing on the cake for audio
    but I'd pay for a complete array of adjustments.
    The more lights, bells, whistles,the better. 
    PS-That would also make an awesome screen saver

Maybe you are looking for