[SOLVED] Tint2 config files not matching

Hello, I just switched to Arch after using Ubuntu for a long time. I've decided to go the openbox route, and I am trying to using tint2 as my taskbar. I'm currently trying to customize it, but none of the files I download look the same when i load them. This is the screenshot of the config I got on the internet:
http://fc02.deviantart.net/fs70/i/2012/ … 518z6e.png
and here is how it is displayed on my computer:
http://farm9.staticflickr.com/8187/8101 … b2f0_b.jpg
Can someone please explain what I'm doing wrong, and how I can get it to look the same?
Note:
Here's the link to the download page:
http://dinozaur1982.deviantart.com/art/ … -304429334
-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
Last edited by xtjacob (2012-10-26 20:51:09)

Trilby wrote:
I'm with WonderfulWoofy, they look the same to me.  You just have a different background color and icons.  If you aren't doing so already, you will need to use a compositor (eg xcompmgr) to have the transparency work.
edit: I stand corrected.  DSpider is right about pseudo transparency.  You may, however, want to compare the two transparency modes.  Personally I've never been able to stomach some of the side effects of pseudo-transparency - but this is certainly just personal taste.
I'm currently using compton as my compositor and transparency seems to work, so it is probably my desktop...
DSpider wrote:http://ompldr.org does it automatically. Personally, I use GIMP to resize them to 250 px wide (because I don't like that website doing it for me), save it as a copy, upload both pictures to http://imgur.com and use both [ url ] and [ img ] tags. I'm thinking of writing a script and use a daemon that listens for the PrintScreen key presses to trigger it. But that's another story, for a different topic.
Alright, thanks for the help. I'll use it next time.

Similar Messages

  • [SOLVED] Pacman "config file could not be read" error during Arch ins

    I've been attempting to get Arch setup for a while now, and after having some trouble with partitions, my wireless connecting, and setting up repos and mirrors, which the Wiki helped me solve, I've hit a bigger bump.  While updating the system using pacman as the Beginners Guide says to do, I get errors when I try to continue the update process as follows :
    btw: I'm typing this on a laptop next to my computer
    [root@McArch~]# pacman -Syu
    error: config file /etc/pacman.d/core could not be read
    error: config file /etc/pacman.d/extra could not be read
    error: config file /etc/pacman.d/community could not be read
    :: Synchronizing package databases . . .
    error: failed to updated core (unexpected error)
    error: failed to updated extra (unexpected error)
    error: failed to updated community (unexpected error)
    error: failed to synchronize any databases
    Any tips as to whats going on?  I've tried to created said files, and even insert mirrors into the file, like in the /etc/pacman.d/mirrorlist file but this doesn't seem to help
    Last edited by Windfinder (2008-09-29 20:43:29)

    Glad you got it working.
    I'm not sure what happened in your install but I just finished using an old 2007.08 iso and pacman first starts out with /etc/pacman.d/core, etc/pacman.d/extra, /etc/pacman.d/community ... etc., but I never had your problem when I did the #pacman -Syu after initial install reboot.  The pacman update removes the above mentioned repos and replaces them with a single /etc/pacman.d/mirrorlist.  You must have messed up an initial config file somehow as I couldn't get the same errors you got.  It looks like you had your /etc/pacman.conf file messed up somehow and when you pointed it to the mirrorlist it could finally work properly.  I'll just include my /etc/pacman.conf file and /etc/pacman.d/mirrorlist so you can compare.  NB*  these are from my x86_64 so for 32 bit machines i686 would replace x86_64 in the files.
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    /etc/pacman.d/mirrorlist
    # Arch Linux repository mirrorlist
    # North America
    # - United States
    Server = http://mirror.neotuli.net/arch/$repo/os/x86_64
    Server = http://holmes.umflint.edu/archlinux/$repo/os/x86_64
    Server = http://archlinux.unixheads.org/$repo/os/x86_64
    Server = ftp://ftp.archlinux.org/$repo/os/x86_64
    Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64
    Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/x86_64
    Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64
    Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/x86_64
    Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/x86_64
    Server = http://mirror.rit.edu/archlinux/$repo/os/x86_64
    Server = http://mirror.umoss.org/archlinux/$repo/os/x86_64
    # - Canada
    Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/@carch
    Well it was an interesting way to kill 30+ minutes.

  • How do I disable Autocomplete using the config files - NOT by using Options Privacy...

    Hi,
    I have around 300 computers around the country which need the Autocomplete feature turning off for forms.
    Obviously it wouldn't be practical to remote onto each machine and change the setting in Options > Privacy > Firefox Will... > Use custom settings for history > Remember search and form history - nor is it practical to use the about:config screen since the address and toolbars are disabled by default to prevent users from browsing to other pages they aren't meant to.
    I was wondering if there was a config file or a registry setting where I can change this setting in the backgorund, that way we can push the config files or a registry tweak out the all machines that would change this setting.
    Any help would be appreciated greatly.
    Dan

    I can see where those answers are going, there must be an easy way to do it using js config files or userChrome.css.though.
    I tried doing an entry in userChrome whereby it hides the autocomplete box by overriding the pages stylesheet but the entry only seemed to work on a per domain basis... however the site that the browsers will be using is an intranet and therefore each PC will have a different URL to go to - making it impractical for masses of machines. Not sure if this can be worked upon to apply to every site?

  • DG broker config file not created at standby site

    hi,
    i am trying to configure dataguard for primary db(10.2.0.1) , standby is created as stby
    for observer i have configured a third node , i have made the TNS entires and checked the connectivity
    when i had issued
    Alter system set dg_broker_start=True scope=both;
    on both nodes , configuration files were created at primary site
    SQL> show parameters DG_BROKER_CONFIG
    NAME TYPE VALUE
    dg_broker_config_file1 string C:\ORACLE\PRODUCT\10.2.0\DB_1\
    DATABASE\DR1PRIMARY.DAT
    dg_broker_config_file2 string C:\ORACLE\PRODUCT\10.2.0\DB_1\
    DATABASE\DR2PRIMARY.DAT
    i verified them
    but on stby node
    SQL> show parameters DG_BROKER_CONFIG
    NAME TYPE VALUE
    dg_broker_config_file1 string C:\ORACLE\PRODUCT\10.2.0\DB_1\
    DATABASE\DR1STBY.DAT
    dg_broker_config_file2 string C:\ORACLE\PRODUCT\10.2.0\DB_1\
    DATABASE\DR2STBY.DAT
    there were no config files even as the parameter suggests it had been created
    , how do i created these files
    without them i wont be able to add stby to observer node

    DGMGRL> show configuration
    Configuration
    Name: broker1
    Enabled: YES
    Protection Mode: MaxAvailability
    Fast-Start Failover: DISABLED
    Databases:
    primary - Primary database
    stby - Physical standby database
    Current status for "broker1":
    Warning: ORA-16607: one or more databases have failed
    DGMGRL> show database primary StatusReport;
    STATUS REPORT
    INSTANCE_NAME SEVERITY ERROR_TEXT
    primary ERROR ORA-16737: the redo transport service for standby database "stby" has an error
    redo logs from primary
    SQL> select type,member from v$logfile order by type;
    TYPE MEMBER
    ONLINE C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO03.LOG
    ONLINE C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO02.LOG
    ONLINE C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO01.LOG
    STANDBY C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO04.LOG
    STANDBY C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO05.LOG
    STANDBY C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO06.LOG
    redo logs from stby
    SQL> select type,member from v$logfile order by type;
    TYPE MEMBER
    ONLINE C:\ORACLE\PRODUCT\10.2.0\ORADATA\STBY\ONLINELOG\REDO03.LOG
    ONLINE C:\ORACLE\PRODUCT\10.2.0\ORADATA\STBY\ONLINELOG\REDO02.LOG
    ONLINE C:\ORACLE\PRODUCT\10.2.0\ORADATA\STBY\ONLINELOG\REDO01.LOG
    STANDBY C:\ORACLE\PRODUCT\10.2.0\ORADATA\STBY\ONLINELOG\REDO04.LOG
    STANDBY C:\ORACLE\PRODUCT\10.2.0\ORADATA\STBY\ONLINELOG\REDO05.LOG
    STANDBY C:\ORACLE\PRODUCT\10.2.0\ORADATA\STBY\ONLINELOG\REDO06.LOG
    i checked the alert log for primary, last contents are
    LGWR: Error 16086 creating archivelog file '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=XP2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=stby_XPT)(INSTANCE_NAME=stby)(SERVER=dedicated)))'
    LGWR: Failed to archive log 3 thread 1 sequence 52 (16086)
    Thread 1 advanced to log sequence 52
    Current log# 3 seq# 52 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO03.LOG
    LNSb started with pid=24, OS id=1080
    Thu Nov 19 16:59:02 2009
    LGWR: Attempting destination LOG_ARCHIVE_DEST_2 network reconnect (16086)
    LGWR: Destination LOG_ARCHIVE_DEST_2 network reconnect abandoned
    Thu Nov 19 16:59:02 2009
    Errors in file c:\oracle\product\10.2.0\admin\primary\bdump\primary_lgwr_1172.trc:
    ORA-16086: standby database does not contain available standby log files
    LGWR: Error 16086 creating archivelog file '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=XP2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=stby_XPT)(INSTANCE_NAME=stby)(SERVER=dedicated)))'
    LGWR: Failed to archive log 1 thread 1 sequence 53 (16086)
    Thread 1 advanced to log sequence 53
    Current log# 1 seq# 53 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO01.LOG
    Thu Nov 19 16:59:52 2009
    Thread 1 advanced to log sequence 54
    Current log# 2 seq# 54 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\PRIMARY\REDO02.LOG
    pfile for primary is
    primary.__db_cache_size=83886080
    primary.__java_pool_size=4194304
    primary.__large_pool_size=4194304
    primary.__shared_pool_size=71303168
    primary.__streams_pool_size=0
    *.archive_lag_target=0
    *.audit_file_dest='C:\oracle\product\10.2.0/admin/primary/adump'
    *.background_dump_dest='C:\oracle\product\10.2.0/admin/primary/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='C:\oracle\product\10.2.0\oradata\primary\control01.ctl','C:\oracle\product\10.2.0\oradata\primary\control02.ctl','C:\oracle\product\10.2.0\oradata\primary\control03.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0/admin/primary/cdump'
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_file_name_convert='C:\oracle\product\10.2.0\oradata\stby\datafile','C:\oracle\product\10.2.0\oradata\primary'
    *.db_name='primary'
    *.db_recovery_file_dest='C:\oracle\product\10.2.0\flash\'
    *.db_recovery_file_dest_size=1500M
    *.db_unique_name='primary'
    *.dg_broker_start=TRUE
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=primaryXDB)'
    *.fal_client='primary'
    *.fal_server='stby'
    *.job_queue_processes=10
    *.LOG_ARCHIVE_CONFIG='DG_CONFIG=(primary,stby)'
    *.log_archive_dest_1='LOCATION=C:\oracle\product\10.2.0\db_1\database\archive
    VALID_FOR=(ALL_LOGFILES,ALL_ROLES)
    DB_UNIQUE_NAME=primary'
    primary.log_archive_dest_1='location="C:\oracle\product\10.2.0\db_1\database\archive"','valid_for=(ONLINE_LOGFILE,ALL_ROLES)'
    *.log_archive_dest_2='service="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=XP2)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=stby_XPT)(INSTANCE_NAME=stby)(SERVER=dedicated)))"',' LGWR SYNC AFFIRM delay=0 OPTIONAL max_failure=0 max_connections=1 reopen=300 db_unique_name="stby" register net_timeout=180 valid_for=(online_logfile,primary_role)'
    *.log_archive_dest_state_1='ENABLE'
    primary.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.LOG_ARCHIVE_FORMAT='%t_%s_%r.arc'
    primary.log_archive_format='%t_%s_%r.arc'
    *.log_archive_max_processes=2
    *.log_archive_min_succeed_dest=1
    primary.log_archive_trace=0
    *.log_file_name_convert='C:\oracle\product\10.2.0\oradata\stby\onlinelog','C:\oracle\product\10.2.0\oradata\primary'
    *.open_cursors=300
    *.pga_aggregate_target=16777216
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=167772160
    primary.standby_archive_dest=''
    *.standby_file_management='MANUAL'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0/admin/primary/udump'
    Edited by: Adroit77 on Nov 19, 2009 5:05 PM

  • [SOLVED] Resetting config files from a package

    Suppose I modify a file called /etc/examplefile.conf from a package example-package.
    What is the easiest / most elegant way to reset this file? Reset = restore the file to its original, removing my modifications.
    This[1] topic discusses this, but it is two years old. I would say the "best" solution there was the one suggested in #7:
    you could move the config file first then reinstall.
    But I'm not sure if this is safe. For a dummy example, removing /etc/pacman.conf then reinstalling pacman wouldn't probably be a good idea (I suspect this wouldn't work).
    OBS.: Getting the original file from the package from the cache is an obvious solution, but I'm searching for a simpler (more direct) way to do this (a bash/zsh one-liner would be sufficient, for example).
    [1]: https://bbs.archlinux.org/viewtopic.php?id=137526
    Last edited by thiagowfx (2014-04-26 21:49:20)

    FYI, pkg_scripts are available both in the AUR https://aur.archlinux.org/packages/pkg_scripts/ and in Xyne's repo: https://wiki.archlinux.org/index.php/Un … #xyne-i686 or https://wiki.archlinux.org/index.php/Un … #xyne-i686

  • Imported files not matching FCE Playback / Render settings

    The files were .mov exported to .mp4 using MPEG Streamclip. The .mov files were recorded from World of Warcraft's Mac Recording feature with the settings as:
    -Resolution: 640x400
    -Framerate: 29.97
    -Compession: H.264
    There is an error of FCE not being able to import WoW's .mov files, so I use MPEG Streamclip. In streamclip, I export as "File -> Export to MPEG-4... -> H.264 Compression, 29.97 FPS, Turn off interlaced scaling"
    Now FCE is able to import the footage. I can put it in the timeline, add effects, filters, etc. However, it needs a render after every single action. I suspect it's because the files' settings do not match the FCE Playback settings. I have read on another topic that instead of exporting to mpeg-4, to export to quicktime then DV PAL. But other users used footage from actual camcorders, mine are from a video game's recording feature, is there any difference?
    What settings do FCE's Easy Setup have to be to match an exported file of Streamclip so the footage is native?

    You don't have much choice in FCE: you must conform your movie to the standard DV settings; any other setting either will be rejected or will require continuous rendering.
    So I suggest you to apply what you probably already read about using MPEG Streamclip: open your .mov file in MPEG Streamclip, then Export to QuickTime (cmd-E - NOT Export to DV!) with Compression: Apple DV-PAL (or Apple DV-DVCPRO/NTSC), Quality: 100%, fps: 25 for PAL or 29,97 for NTSC, Audio: uncompressed, Stereo, 48 KHz.
    Only then, when imported to FCE, the .mov created by MPEG Streamclip will not require video nor audio rendering.
    Piero

  • SCC files not matching timeline timecode

    Has anyone run into a problem with their SCC file for Closed Captioning not lining up with the timeline timecode? We had our Captioning done by a professional captioning company and a text file they provided, which matches the SCC file timecodes, lines up perfectly with the timeline in Encore (since we provided them a window burn of the timeline). But when the disc is burned, and played back on a TV, the captions start off right and then over the course of the almost two hour program, drift to be off by 7 seconds near the end. I noticed that the DVD display time does not match my timeline timecode and is off by a few seconds at least. My sources and timelines are all drop-frame, so I tried changing all of the colons in the SCC file to semi-colons using WordPad, but that didn't make a difference. Any help would be appreciated, as I am out of ideas. I am trying a test now with adding the SCC file before I transcode (maybe it didn't like an .m2v file being linked to an SCC).
    Help?!?

    Hi Ruud,
    Yes, the timecode matches the timeline...
    The last line should appear at: 1:52:23:23 as shown in the .txt file that they supplied as a reference.
    --> Display at 01:52:23:23
    --> Erase at 01:52:27:05
    IN THE LAND OF BLOOD AND OIL.
    --> Display at 01:53:15:29
    I don't know what the last "Display" line is for, but below is the actual caption file (SCC) that I opened in WordPad:
    01:52:22:28 9420 9420 9470 9470 97a2 97a2 49ce 2054 c845 204c c1ce c420 4f46 20c2 4c4f 4fc4 20c1 cec4 204f 494c ae80 942c 942c 942f 942f
    01:52:27:03 942c 942c
    01:53:15:27 942c 942c
    They don't seem to match perfectly, but they seem to be really close and both are within frames of my timeline. I tried a test to re-encode within Encore after attaching the SCC file to the video and that made no difference. Any other ideas? Again, my DVD timer has a end time of 01:52:13 or something (depends on the player), which doesn't quite match the timeline (off by 6 or 7 seconds). My source timecode and timeline timecode are identical throughout the program, so I don't get it.

  • [SOLVED] HPLIP- PPD file not found.

    Hello all,
    I am trying to install an HP Officejet 5610 All-in-One. I have used HPLIP in Ubuntu before to install it and it worked fine. However, I do not seem to be able to get it to work here in Arch.
    I installed hplip through pacman, which seemed to work fine.
    Upon typing:
    sudo hp-setup
    I select USB as the printer I want to detect, and that goes fine. It sees that I have an 'HP Officejet 5600 series' and after clicking next I get a 'PPD file not found' error.
    I try the 'Select Other' option, but there is no PPD file relating to the 5610 AIO or even the 5600 series. I also went to linuxprinting.org to try and find a PPD file, but there doesn't seem to be one for this printer.
    As I say, I know that the printer/scanner/fax-everything worked just fine in Ubuntu, so I am sure that it can be accomplished here. I must just be missing something simple.
    Does anyone have any idea as to how I can get the appropriate PPD file, or which one of the listed ones might work instead? The only Officejet that I see listed is the 'hp_officejet_9100_series-ps.ppd.gz', does that sound like a reasonable choice?
    Any assistance would be greatly appreciated. Thanks.
    I should have mentioned that I am running Arch64, in case that has some bearing on the issue.
    Last edited by The Avatar of Time (2008-07-28 08:30:40)

    Thanks for the reply.
    Well this is all rather odd. I checked and I had chosen 'foomatic/hpijs'. So I tried printing this thread again. No more odd characters. Apart from some seriously awful fonts (it is not printing the fonts that I actually see on the page) the page prints more or less normal. Also though, the Arch Linux banner does not show up, and Home, Forums, etc. do but they don't print right. There should be a black and a blue bar over the Home, Forums, etc., but it doesn't show up. I tried printing a third time and got the same weird characters as the first time.
    So what do you think the problem with this is? I find it strange that it almost works once, then works weird, and I'm sure if I try enough times I will get another decent page. So I am lost here. The scanner seems to be working fine though. So there is definite progress, after all the printer works now. I assume that it is some language of font problem. I really have no idea though. Any more help is appreciated. Thanks.
    I was gonna include screenshots but I don't seem to be able to figure out how to do that. Help please
    Last edited by The Avatar of Time (2008-06-01 17:14:11)

  • (Solved) grub rescue file not found

    I reinstalled arch, also installed grub with arch installation. After reboot grub gives that error.
    "file not found"
    what should i do now? I'm writing from ubuntu live cd
    Last edited by bilgee0629 (2011-04-16 07:22:25)

    First thing to do, Assuming an Error 15: file not found, would be to check your grub's menu.lst to make sure that it is referencing the correct partition and vmlinuz26. If you have a separate boot partition it should reference that partition and just use /vmlinuz26 (as explained on the following thread https://bbs.archlinux.org/viewtopic.php?id=56251). However if everything there seems correct, you will have to post more information for people to help you, such as the contents of /etc/fstab along with your menu.list.
    you can check the menu.lst through the ubuntu live cd by mounting the arch root partition (or /boot if you partitioned it that way) and opening /boot/grub/menu.lst.
    Also, this might be of help http://ubuntuforums.org/showthread.php?t=1263009.
    Last edited by eyhaszewin (2011-04-15 13:28:13)

  • Source path Flex config files not updated in generated output

    I have a project, built using Flash Builder 4.0 on Mac OS X 10.6.
    One of my source directories is src/main/webapp which contains a WEB-INF directory with this structure:
    webapp
              - WEB-INF (applicationContext.xml etc)
                        - - classes
                        - - flex (services-config.xml, remoting-config.xml, proxy-config.xml, messaging-config.xml)
                        - - lib
    In properties, under Flex Build Path I have set src/main/webapp as an additional source folder.
    When the project compiles, all the artifacts are created, and all of the above, including *.xml files under
    WEB-INF are copied to the output folder, except for the WEB-INF flex directory which has the four xml
    configuration files.
    The same happens when I create a bin-release folder using the Project/Export Release Build menu.
    Any ideas why just the WEB-INF/flex directory is not being copied to bin-debug or bin-release?
    Thanks.

    I don't know a whole lot about beehive pageflow and I haven't done this myself, but I do believe you have run apt to have it generate the various other files pageflow and controls needs. I found some information in the pageflow docs:
    http://beehive.apache.org/docs/1.0.2/netui/projects.html#building
    http://beehive.apache.org/docs/1.0.2/infra/beehive-ant-macros.html
    Greg

  • [solved]zsh history completion not matching after first word?

    Hi!
    I just switched to zsh some days ago and I can't get the history search completion working like it's used to work with bash (history-search-backward /  history-search-forward)
    I installed grml-zsh-config, tried to rewrite most of my .bashrc to work with zsh... read a lot of man pages and changed some settings (and broke some random things... and un-broke most of them again)...
    Now when I enter p.e.:
    $ sudo tes
    ...and press the up/down arrows, it keeps the "sudo" but not the "tes" - it goes trough all commands that I called with sudo. Seems to behave the same way for other commands - keeps the first word, ignores everything else I typed.
    No idea what this is called, what it's good for or how to change it.
    Where do I look for this?
    Last edited by whoops (2012-12-01 19:09:52)

    ^ I've not used that, so I can't say whether or not my solution is better or worse. However, I suggest using "up-line-or-beginning-search"/"down-line-or-beginning-search", as described in zshall:
    up-line-or-beginning-search, down-line-or-beginning-search
    These widgets are similar to the builtin functions up-line-or-search and
    down-line-or-search: if in a multiline buffer they move up or down within the buf‐
    fer, otherwise they search for a history line matching the start of the current
    line. In this case, however, they search for a line which matches the current line
    up to the current cursor position, in the manner of history-beginning-search-back‐
    ward and -forward, rather than the first word on the line.
    From my .zshrc:
    autoload up-line-or-beginning-search
    autoload down-line-or-beginning-search
    zle -N up-line-or-beginning-search
    zle -N down-line-or-beginning-search
    bindkey "\e[A" up-line-or-beginning-search
    bindkey "\e[B" down-line-or-beginning-search

  • [SOLVED] firefox32 / wine32: file not found

    nt@eNTi $ firefox32
    /opt/firefox32/run-mozilla.sh: line 143: /opt/firefox32/firefox32-bin: No such file or directory
    nt@eNTi $ la /opt/firefox32/firefox32-bin
    -rwxr-xr-x 1 root root 44K Oct  4 20:45 /opt/firefox32/firefox32-bin
    nt@eNTi $ file /opt/firefox32/firefox32-bin
    /opt/firefox32/firefox32-bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
    what am i missing?
    SOLUTION:
    lib32-libtool
    libtool-multilib
    instead of:
    libtool
    Last edited by eNTi (2010-10-07 11:38:17)

    thx for the answers, but the solution was, that i had still installed libtool and not lib32-libtool from multilib. that was quite a strain to find out, because the error message wouldn't lead me in that direction in any way. i only got suspicious because wine suddenly showed the same symptoms.

  • Mdm uwl config file not listed in current configuration table

    Hi,
    I am trying to set up uwl for mdm 7.1. I created 2 systems, one for Business Partners and one for Customers. The connection test to the MDM backend works. Then I created a universal worklist system for Business Partners:
    SAP_MDM_Repository_BuPa MdmUwlConnector   Deactivate
    When I login as MasterData Expert and open 'Display Connection Status' in the Universal Worklist iview, I can see the following line:
    SAP_MDM_Repository_BuPa MdmUwlConnector 09.02.2010 15:22:46 Successful
    Is there something I have missed?
    Thanks in advance for your help,
    Elmar

    Hi,
    I am trying to set up uwl for mdm 7.1. I created 2 systems, one for Business Partners and one for Customers. The connection test to the MDM backend works. Then I created a universal worklist system for Business Partners:
    SAP_MDM_Repository_BuPa MdmUwlConnector   Deactivate
    When I login as MasterData Expert and open 'Display Connection Status' in the Universal Worklist iview, I can see the following line:
    SAP_MDM_Repository_BuPa MdmUwlConnector 09.02.2010 15:22:46 Successful
    Is there something I have missed?
    Thanks in advance for your help,
    Elmar

  • [solved] Grub config file, upgrading kernel

    Hi!
    I can't see what I've done wrong here, so I'd be really grateful if one of you could help me out.  Heres my menu.lst:
    # (0) Arch Linux
    title Arch Linux [/boot/vmlinuz]
    root (hd0,1)
    kernel /boot/vmlinuz root=/dev/discs/disc0/part2 ro
    # (1) Arch 2.4
    title Arch Linux 2.4 [/boot/vmlinuz-2.4]
    root (hd0,1)
    kernel /boot/vmlinuz-2.4 root=/dev/discs/disc0/part2 ro
    # (2) Arch 2.6
    title Arch Linux 2.6 [/boot/vmlinuz26]
    root (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/discs/disc0/part2 devfs=nomount ro
    Thanks!
    From Alan

    Have you recently updated your kernel?
    in that case, you lack the line
    initrd /boot/initrd26.img
    after the kernel line.
    What is happening? have all kernels suddenly stopped booting? Have you recently fiddled around with the kernel, boot or something? upgraded or otherwise. Or have you only used pacman, and upgraded something else?
    Give us some meat on the bones

  • [SOLVED]Little tint2 config help needed

    Hey there!
    I have a little problem with tint2..
    How can i make tint to show only current desktops  running applications?
    I've tryed all three options in the config single_desktop, multi_desktop, multi_monitor (kill and start ofc) but actually there wasnt any difference between the 3 configs.. It shows applications from all desktops on all desktops.
    I'm using xfce with compiz fusion.
    Last edited by dvl (2009-02-15 14:13:58)

    Here we go:
    ~/.config/tint2/tint2rc
    # TINT2 CONFIG FILE
    # BACKGROUND AND BORDER
    rounded = 5
    border_width = 0
    background_color = #000000 0
    border_color = #000000 0
    rounded = 5
    border_width = 0
    background_color = #686868 84
    border_color = #ffffff 17
    rounded = 5
    border_width = 0
    background_color = #929292 100
    border_color = #ffffff 69
    # PANEL
    panel_monitor = all
    panel_position = top center
    panel_size = 1000 28
    panel_margin = 35 0
    panel_padding = 10 4
    font_shadow = 0
    panel_background_id = 1
    # TASKBAR
    taskbar_mode = multi_desktop
    taskbar_padding = 0 0 4
    taskbar_background_id = 0
    # TASK
    task_icon = 0
    task_text = 1
    task_width = 0
    task_centered = 1
    task_padding = 2 0
    task_font = sans 7
    task_font_color = #ffffff 80
    task_active_font_color = #ffffff 100
    task_background_id = 2
    task_active_background_id = 3
    # CLOCK
    #time1_format = %H:%M
    time1_font = sans 8
    #time2_format = %A %d %B
    time2_font = sans 6
    clock_font_color = #ffffff 76
    clock_padding = 2 2
    clock_background_id = 0
    # MOUSE ACTION ON TASK
    mouse_middle = none
    mouse_right = close
    mouse_scroll_up = toggle
    mouse_scroll_down = iconify

Maybe you are looking for

  • How to copy Report from another company (using PLD)

    Hi.. i create a new company, with empty data. Because i stop the training company and now start with live company. In training company, i created so many report, and now i must copy the reports to live company. I try to open two SAP window, and i ope

  • Afl live pass not working

    Not sure what's going on, but when I log into the afl app, I'm now told I have no subscription available. I had a yearly subscription which was redeemed via a promo code at the start of the year. Was all working no problem until today. I seem to have

  • Activity Data Collector field

    Hi all, I'm working with the Activity Data Collector so that I can see which KM files have been accessed. I'm trying to get the main file format field to display for me the ip address of the person who accessed the file in KM. This is a pretty typica

  • Detailed Navigation in the room NOT working

    When I compose a template and create a room based on that template I can see all the pages on the room along with their detailed navigation bar on the right of every page except one page in the room. I double checked my mapping of that page and compa

  • Rebooted my Mac a week ago and now iPhoto is gone ?

    Whole story as a short story... hi I bought my Mac in June 2011 and also some iLife Products like Garage Band and iPhoto '11. A week ago I rebooted my MacBook without any problems or mistakes. But I don't know where to get back the Garage Band and iP