Zsh modutils completion (solved & bug report)

Hi,
Since last zsh update, I can't get 'modinfo' & 'modprobe' completion, only 'rmmod' & 'modprobe -r' are working actually (easy with '/proc/modules'). It seems that a new caching algorithm was implemented in the last version but I don't understand it . Diff with zsh 4.3.11 _modutils :
--- Sources/zsh-4.3.11/Completion/Linux/Command/_modutils 2009-07-14 10:57:13.000000000 +0200(B
+++ /usr/share/zsh/functions/Completion/Linux/_modutils 2011-06-02 13:02:04.000000000 +0200(B
@@ -1,8 +1,23 @@(B
#compdef lsmod modinfo modprobe rmmod insmod
+_modules_caching_policy()(B
+{(B
+ # Rebuild every week, or if $modules_dir is newer than the cache(B
+ local -a oldp(B
+(B
+ oldp=( "$1"(Nmw+1) )(B
+ (( $#oldp )) || [[ $modules_dir -nt $1 ]](B
+}(B
+(B
local curcontext="$curcontext" expl state line modules ign args ret=1
local -r modules_dir=/lib/modules
+local update_policy(B
+zstyle -s ":completion:*:*:$service:*" cache-policy update_policy(B
+if [[ -z "$update_policy" ]]; then(B
+ zstyle ":completion:*:*:$service:*" cache-policy _modules_caching_policy(B
+fi(B
+(B
args=(
'(-)'{-V,--version}'[print version]'
'(-)'{-h,--help}'[print help text]'
@@ -39,6 +54,7 @@(B
"(-v --verbose $ign)"{-v,--verbose}'[print all commands as executed]' \
'(-C --config)'{-C,--config}'[specify config file]:config file:_files' \
"(-r --remove -l --list -t --type -a --all $ign)"{-r,--remove}'[remove module (stacks)]' \
+ "(-l --list -t --type -a --all $ign)"{'-i[ignore install/remove commands in config file]','--ignore-install[ignore install commands in config file]','--ignore-remove[ignore remove commands in config file]'} \(B
"(* -l --list -r --remove $ign)"{-l,--list}'[list matching modules]' \
"(-c $ign)1:modules:->loadable_modules" \
"(-c -l --list -t --type $ign)*:params:->params" && ret=0
@@ -87,7 +103,13 @@(B
else
kver=$(uname -r)
fi
- modules=( $modules_dir/$kver/(*~(source|build))/**/*(.:t:r) )(B
+ if [[ -z $modules ]] && ! _cache_invalid modules-$kver && \(B
+ ! _retrieve_cache modules-$kver;(B
+ then (B
+ # 2011-01-02 gi1242: Do we need .o files? Or is .ko enough?(B
+ modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko)(.:t:r) )(B
+ _store_cache modules-$kver modules(B
+ fi(B
if [[ $state = loadable_modules ]]; then
modules=( ${modules:#(${(j:|:)~${=loaded_modules//_/-}})} )
Last edited by Drexya (2011-06-13 01:46:34)

Wow, thanks it works, but there's a problem, modules appears with *.ko suffix so
modules=( $modules_dir/$kver/(*~(source|build))/**/*.(o|ko|ko.gz)(.:t:r:r) )
is even better .
taken from http://zsh.sourceforge.net/Guide/zshguide05.html :
print ${p:t:r}
will work for both arrays and scalars: the :t takes only the tail of the filename, stripping the directories, and the :r removes the suffix. These two operators could have slightly unexpected effects in versions of zsh before 4.0.1, removing `suffixes' which contained directory paths, for example (though this is what the pattern forms taken separately do, too).
bug report
Last edited by Drexya (2011-06-13 01:45:45)

Similar Messages

  • [solved - bug reports filed]python cssselect missing

    After today's python updates, I'm getting an error in calibre converting to .mobi. I have the python2-cssutils package installed, am I missing another package?
    File "/usr/lib/python2.7/site-packages/lxml/cssselect.py", line 18, in <module>
    raise ImportError('cssselect seems not to be installed.
    Last edited by Scimmia (2012-10-18 01:02:07)

    For a temp solution I recommend changing line 23 in /usr/lib/calibre/calibre/ebooks/oeb/stylizer.py
    from:
    from lxml.cssselect import css_to_xpath, ExpressionError, SelectorSyntaxError
    to:
    from cssselect import GenericTranslator
    Patch is short so I'm posting it here:
    --- stylizer.py 2012-10-18 23:27:41.205984029 +0200
    +++ stylizer.py.patched 2012-10-18 23:27:07.442641381 +0200
    @@ -20,7 +20,8 @@
    from cssutils import (profile as cssprofiles, parseString, parseStyle, log as
    cssutils_log, CSSParser, profiles, replaceUrls)
    from lxml import etree
    -from lxml.cssselect import css_to_xpath, ExpressionError, SelectorSyntaxError
    +#from lxml.cssselect import css_to_xpath, ExpressionError, SelectorSyntaxError
    +from cssselect import GenericTranslator
    from calibre import force_unicode
    from calibre.ebooks import unit_convert
    from calibre.ebooks.oeb.base import XHTML, XHTML_NS, CSS_MIME, OEB_STYLES

  • Upstream Bug Reporting Etiquette [solved]

    I've a question.  Some distributions discourage upstream reporting by users so as not to overwhelm upstream developers and to provide a single cohesive point of contact for the distribution.  Errors are posted at the distro bug report site and are reported upstream by the maintainer.
    I get the distinct impression this does not hold true for Arch.  Before I go off promoting my bug reports upstream, is this proper?
    If so, the bug reports are likely to have references to Arch when describing the problem and how to reproduce it.  Since I am not officially part of the Arch developer / maintainer team, I do not want to represent myself as such.  Recommendations?   
    Thank you.
    Last edited by ewaller (2010-07-01 13:00:44)

    FWIW, I think relying on package maintainers of a specific distro is unfair for those maintainers. They are already responsible for tracking the statuses of A LOT of packages and updating/patching them as necessary. If they were to go through every single bug reported and forward the relevant ones upstream, it would simply be overwhelming.
    Newbie-oriented distros like Ubuntu might have people that simply track user reported bugs. But for Arch, the situation is actually better since most users are proficient enough in Linux so they are more than capable of reporting a bug upstream
    Last edited by dcc24 (2010-07-01 07:03:59)

  • [solved] whats the right place for community repository bug reports?

    was about to write a bug report, but there was no category for packages:community.. is the forum the correct place for this?
    pacman -S freevo
    resolving dependencies...
    error: cannot resolve "python-pysqlite-legacy", a dependency of "freevo"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: freevo: requires python-pysqlite-legacy
    Last edited by schuay (2008-12-11 18:17:21)

    schuay wrote:
    was about to write a bug report, but there was no category for packages:community.. is the forum the correct place for this?
    pacman -S freevo
    resolving dependencies...
    error: cannot resolve "python-pysqlite-legacy", a dependency of "freevo"
    error: failed to prepare transaction (could not satisfy dependencies)
    :: freevo: requires python-pysqlite-legacy
    When you go into the bug tracker, there's a drop down list on your left that says "Arch Linux". Go into there, select "Community Packages", and pres the "switch" button right next to it.

  • [Solved] ZSH auto-completion in BASH?

    Hi everyone, I'm using BASH but I really like the way ZSH handles auto completion. For instance, in BASH, if I type vi and press [Tab], it shows my possible options but my cursor makes a new line. Therefore, if I press [Tab] again, the same thing will be created over and over. What I like about ZSH auto-completion is that when I press tab, the auto-completion fills the screen, but my cursor doesn't jump to a new line. Therefore, the actual output of the command and the [Tab] auto-completion output occupy the same space. Does anyone know a way I could have BASH perform in a way similar to this?
    Thanks!
    Last edited by Spara06 (2014-08-30 20:03:52)

    jasonwryan wrote:
    Not as far as I know: this is all down to zle http://zsh.sourceforge.net/Doc/Release/ … dgets.html
    If you want this, just use Zsh (it has all sorts of other advantages as well).
    Thanks for your reply jasonwryan.
    I'm trying out zsh thus far and I'm liking it. It's rather easy to use and has most of the good features of BASH as well as some other nice ones I didn't have before (including the way it does tab completion and right side prompts).
    Thanks!

  • Bug report: Energy Manager causes slow performance...

    Very slow Windows Startup..
    Energy Manager's plans and the problem occured using any plan as I remember, and it wasn't an issue with the maximum processor state. I had heavy disk usage, especially access to the Page File, which is what the person in the second link I posted also described. CPU usage was low. The disk usage was seemingly not related to Energy Manager (Chrome was usually the worst), but removing Energy Manager completely resolved the problem. If you would find it helpful. I'm quite confident that even with Maximum Processor state at %100, CPU usage was low when it was slow, and that disk access was the culprit.
    previously have use 1.0.0.31 or 32 not sure.
    Windows 8.1
    Im using Lenovo Energy Management Driver
    1.0.0.28
    4.6.2014

    I actually have the same problem.  Sorry to work on a old thread, but...
    I've got my Lenovo B50-70 less than 1 month ago, and had switched it to SSD and had set everything up and is working perfectly.  However there are a bunch of lenovo programs that came pre-installed.  This computer is used mainly for work and I really don't like programs that suddenly pop-up and ask you to do stuff, as it is quite distracting, and with Lenovo Energy Manager being one of them so I removed it.  (I did do some research before I remove...)
    Everything was fine, until when I try to switch on my wifi (I usually have it off, as I use LAN most of the time)...  For the B50-70 there is a airplane button on F7, which allow the user to switch wifi and bluetooth on/off.  That button was unresponsive...  After some digging it is actually related to the power energy manager being removed.  So I've downloaded the latest version from Lenovo and it was working again...
    However though, whenever I start my computer it is taking so long to start...  And I tried uninstalling the power energy manager and it solved the problem...  And I am stuck with either having no wifi on/off ability or a really slow boot, which loses the whole purpose of the SSD.  After you enter your username and password it originally takes around 5~10 seconds to login, now it takes over 1 minute.
    I have found this other link, which says Lenovo Power Manager having the same problem.
    https://forums.lenovo.com/t5/ThinkVantage-Technologies/Bug-report-Power-Manager-causes-slow-performa...
    There is a solution, which you can change the registry to switch a function off.  I've tried it and it didn't work, which is not surprising as it's a different program..  But I am hoping that Lenovo can provide a similar solution for Lenovo Energy Manager...

  • Sigil, error and bug reporting

    I finally got around to updating my desktop to Arch, I have been running my file and print servers with Arch and without problems for over a year.
    So far everything has gone pretty well, a few problems, mainly caused by me misstyping something, all problems solved by searching the wiki and the forums. But now I have a problem I cannot find any answer to, so my first post here is to ask for help.
    I installed Sigil from the official repositories, no errors reported, but it will not run. Starting from cli gives the error 'Could not load a transcoding service.' The only forum reference I can find to transcoding is 3 years old and seems to be connected with gstreamer and firefox. Can anyone point me to further information that will allow me to solve this?
    While searching for help I came across the Sigill package page here which states that the program has been flagged out of date a month ago, despite the fact that the version there is the latest release from the developers. I was going to post the error as a bug on the package page but was informed that I should not post bugs on out of date packages, so what is the proceedure for posting bugs in cases like this?

    weedfreak wrote:I installed Sigil from the official repositories, no errors reported, but it will not run. Starting from cli gives the error 'Could not load a transcoding service.'
    I cannot confirm that issue. Sigil works fine on my local machines.
    By the way, please file a bug report at https://bugs.archlinux.org/ and copy&paste the complete output you're getting from the cli.

  • Bug report: A keyboard layout is incorrect on the remote with Hungarian and other "exotic" keyboard layouts

    This is a bug report for Microst Remote Desktop
    ===================================================
    ## Summary
    A keyboard layout is incorrect on the remote with Hungarian keyboard
    ## Version Information, I tested
    * Client
        * Case 1
            * MacBook Pro with HU101 Keyboard
    * Locale: Hungarian
            * Mac OS X Maverics 10.9.2
            * Microsoft Remote Desktop 8.0.6
    * Remote
        * Case 1
            * Windows Server 2003 R2 (English)
        * Case 2
            * Windows Server 2008 R2 (English)
        * Case 3
            * Windows 8.1 (Hungarian)
    ## Detail of bug
    When I connect to the listed remotes the client sets the keyboard layout to Latvian which is a completely different layout than Hungarian (not even close...).
    - On Windows 8 if I set the language on the login screen it stays on that language after the login.
    - On Windows Server 2003R2 and 2008R2 even if I set the language at login it will switch back to LV after the login.
    ## Attachments
    Unfortunately cannot include my shots because I'm not allowed to do this...
    ## End of report
    Please allow the users to set the correct "target" language on connection basis because the automatic method the app use to determine that is unreliable.

    Hi,
    Thanks for the feedback.
    I will forward this to the product team.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • BUG REPORT FIRMWARE 5.1.7  PLEASE FORWARD TO SUPERVISOR....

    BUG REPORT FIRMWARE 5.1.7  PLEASE FORWARD TO SUPERVISOR.
    The spa-3102 has the following two bugs.
    When the unit sends a hook-flash to the fxo port it:
    a)      does not send the hook flash to the fxo port  for PSTN Hook Flash Len:  Instead it uses a very short pulse of about 100ms or 1/10 of a second.  It should honor the PSTN Hook Flash Len configurable parameter of .2 – 1.5 seconds.
    b)      Does not change the line voltage from –7 (off-hook) to –48(on-hook) during a flash-hook to the fxo port.  Instead it varies the voltage only by about 2.5 volts.
    This was reported as early as June 07 to linksys support.  It is reported they agreed and would fix in the next firmware release.  There is info that firmware 5.2 being released and is this fix in 5.2 and how can I get it.

    Although the problem is still not solved, at least I now know WHY the problem is happening... and Apple's Firmware Update is NOT to blame!
    Through a series of coincidences, I was actually lucky enough to get in touch with the engineers in Apple's Airport firmware division, and they were helping me to nail down this problem.
    Turns out that Apple takes great PRIDE in the fact that they are one of the VERY FEW manufacturers who make routers that behave properly in this regards: they SPECIFICALLY test for their Airport Extreme routers to allow you to connect to servers behind the NAT by way of the public WAN IP address of the NAT box. This is the way that apparently the NAT/DHCP specification is SUPPOSED TO WORK! You're SUPPOSED to be able to connect this way, if you so desire.
    So what was causing the problem on my network, then?
    Something I hadn't thought about... the Vonage Linksys RTP300 router that we're using for our Vonage VoIP service. Turns out that this router does NOT support clients behind the NAT connecting to servers behind the NAT by way of the public WAN IP address.
    Linksys is to blame, not Apple!
    And apparently, this feature may have actually been working in an earlier
    firmware update, but apparently, Vonage AUTOMATICALLY pushes firmware
    updates to RTP300's, apparently without user notification:
    <http://www.vonage.com/help.php?article=1066&category=90&nav=5>
    And a forum thread on vonage-forums.com seems to indicate that the 1.00.60 firmware in the RTP300 started getting pushed to customer units on or before 1/26/06, making it less than a month after Apple shipped the 5.7 firmware update for AirPort Extreme Base Stations:
    <http://www.vonage-forum.com/ftopic10915.html>. So if the problem cropped up then, it's possible that I accidentally attributed it to Apple when really the RTP300 got a firmware update around then too which may have broken this feature (assuming it was working before then).
    Power Mac G4 QuickSilver Dual 800 MHz   Mac OS X (10.4.4)  

  • Sending a bug report on the OS and a sleep mode problem.

    I find the bug button in Safari really convenient for sending Apple bug reports. And when other applications crash, you usually get an error dialog with a button to send a bug report. But sometimes problems arise that require reporting, but which don't fall in either of these categories. It would be very handy to have a bug "button" for the OS, or perhaps just a menu selection in the Finder menu bar that invokes a bug report dialog box. I know you can dig around and find the URL for Apple's bug report web page, but I am always forgetting it -- I suppose I could just bookmark it, but then I'd just have to dig around in all the bookmarks to find it. Better would be a utility built-in to the OS for sending bug reports (like Safari's). It could also automatically transfer necessary info about the OS rev and such.
    The problem I had was this. I have a script that puts my iMac to sleep. I put the script alias on the task bar and a single click puts the computer to sleep (easier than using the menu). Unfortunately, I sometimes click it by mistake when I am trying to click an adjacent icon in the task bar, and the Mac starts going through its cycle to enter sleep mode and is impervious to anything I do to try and cancel it. I tried pressing the space bar continuously to prevent it from going to sleep, but that did not work. Worse, when it went to sleep and I woke it up again, the task bar would not appear, clicking on app windows did not activate them, Finder menus could not be selected, etc. The cursor would move, but I could not do anything else. (I wish now I had noted if the clock in the menu bar was still advancing, but I didn't think to do that.) I powered down the iMac from the power key and rebooted. Things are working fine now.
    I wanted to send a bug report on this, but realized that unlike Safari, there was no button or menu selection for doing that. So here I am.
    Any suggestions are welcome.
    TIA,
    Drake

    [email protected]
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Solaris 9 x86 bug report - el_GR.ISO8859-7 & CDE

    I'm posting this article here, because I can't find any official Solaris 9 x86 bug report page. I hope the developers will notice it. I'm using Solaris 9 x86 (12/02), with the latest 9_x86_Recommended patch cluster installed, and support for Greek installed too.
    It seems there is some kind of problem, when trying to view text files with Greek (el_GR.ISO8859-7) characters, which were created under Windows. To be more specific:
    If I boot at CDE with language el_GR.ISO8859-7, and try to view a .txt file (just with a simple double click), which I have created under Windows, with Greek characters,
    the screen goes black, and the CDE login screen appears again (restarts). If I keep the Greek language or change the language to US English, I can boot at CDE again, with
    no problems. If I try "command line logging", the screen goes off - just like when the computer is powered off, and I can't do anything, (well, except pressing the reset button, that's the sure way). And if I use the "init 6" command, while being logged at CDE, from a terminal, the Graphical Desktop exits, and then, the screen goes off again (just like the computer is powered off), but finally the computer manages to restart.
    I'm using the Sun X server, NOT the XFree86 porting kit and I use the entry
    :0 Local local_uid@console nobody /usr/openwin/bin/Xsun :0 -dpsfileops
    in /usr/dt/config/Xservers file, to start the X server.
    Here is the $HOME_DIR/.dt/startlog file:
    --- ??? 23 ??? 2003 12:10:51
    --- /usr/dt/bin/Xsession starting...
    --- starting /usr/openwin/bin/speckeysd
    --- Xsession started by dtlogin
    --- starting /usr/dt/bin/dtsession_res -load -system
    --- sourcing /root/.dtprofile...
    --- sourcing /usr/dt/config/Xsession.d/0010.dtpaths...
    --- sourcing /usr/dt/config/Xsession.d/0015.sun.env...
    --- sourcing /usr/dt/config/Xsession.d/0020.dtims...
    --- sourcing /usr/dt/config/Xsession.d/0030.dttmpdir...
    --- sourcing /usr/dt/config/Xsession.d/0040.xmbind...
    --- sourcing /usr/dt/config/Xsession.d/1000.solregis...
    --- could not read /root/.profile
    --- starting /usr/dt/bin/dthello &
    --- starting /usr/dt/bin/dtsearchpath
    --- starting /usr/dt/bin/dtappgather &
    --- starting /usr/dt/bin/dsdm &
    --- session log file is /root/.dt/sessionlogs/www_DISPLAY=:0
    --- DTSOURCEPROFILE is 'true' (see /root/.dtprofile)
    --- execing /usr/dt/bin/dtsession with a /sbin/sh login shell ...
    --- starting desktop on /dev/pts/3
    Sun Microsystems Inc.     SunOS 5.9     Generic_112234-03     November 2002
    /usr/dt/bin/ttsession[337]: starting
    X connection to :0.0 broken (explicit kill or server shutdown).
    X connection to :0.0 broken (explicit kill or server shutdown).
    I don't know if this is a bug or something, and I'm very curious about the cause. I didn't have much time for any other "experiments".
    Anyway, I hope this will help developers solve a problem -if it really exists-.
    Angelos Vasilopoulos
    Site Security Officer
    [email protected]

    I'm posting this article here, because I can't find any official Solaris 9 x86 bug report page. I hope the developers will notice it. I'm using Solaris 9 x86 (12/02), with the latest 9_x86_Recommended patch cluster installed, and support for Greek installed too.
    It seems there is some kind of problem, when trying to view text files with Greek (el_GR.ISO8859-7) characters, which were created under Windows. To be more specific:
    If I boot at CDE with language el_GR.ISO8859-7, and try to view a .txt file (just with a simple double click), which I have created under Windows, with Greek characters,
    the screen goes black, and the CDE login screen appears again (restarts). If I keep the Greek language or change the language to US English, I can boot at CDE again, with
    no problems. If I try "command line logging", the screen goes off - just like when the computer is powered off, and I can't do anything, (well, except pressing the reset button, that's the sure way). And if I use the "init 6" command, while being logged at CDE, from a terminal, the Graphical Desktop exits, and then, the screen goes off again (just like the computer is powered off), but finally the computer manages to restart.
    I'm using the Sun X server, NOT the XFree86 porting kit and I use the entry
    :0 Local local_uid@console nobody /usr/openwin/bin/Xsun :0 -dpsfileops
    in /usr/dt/config/Xservers file, to start the X server.
    Here is the $HOME_DIR/.dt/startlog file:
    --- ??? 23 ??? 2003 12:10:51
    --- /usr/dt/bin/Xsession starting...
    --- starting /usr/openwin/bin/speckeysd
    --- Xsession started by dtlogin
    --- starting /usr/dt/bin/dtsession_res -load -system
    --- sourcing /root/.dtprofile...
    --- sourcing /usr/dt/config/Xsession.d/0010.dtpaths...
    --- sourcing /usr/dt/config/Xsession.d/0015.sun.env...
    --- sourcing /usr/dt/config/Xsession.d/0020.dtims...
    --- sourcing /usr/dt/config/Xsession.d/0030.dttmpdir...
    --- sourcing /usr/dt/config/Xsession.d/0040.xmbind...
    --- sourcing /usr/dt/config/Xsession.d/1000.solregis...
    --- could not read /root/.profile
    --- starting /usr/dt/bin/dthello &
    --- starting /usr/dt/bin/dtsearchpath
    --- starting /usr/dt/bin/dtappgather &
    --- starting /usr/dt/bin/dsdm &
    --- session log file is /root/.dt/sessionlogs/www_DISPLAY=:0
    --- DTSOURCEPROFILE is 'true' (see /root/.dtprofile)
    --- execing /usr/dt/bin/dtsession with a /sbin/sh login shell ...
    --- starting desktop on /dev/pts/3
    Sun Microsystems Inc.     SunOS 5.9     Generic_112234-03     November 2002
    /usr/dt/bin/ttsession[337]: starting
    X connection to :0.0 broken (explicit kill or server shutdown).
    X connection to :0.0 broken (explicit kill or server shutdown).
    I don't know if this is a bug or something, and I'm very curious about the cause. I didn't have much time for any other "experiments".
    Anyway, I hope this will help developers solve a problem -if it really exists-.
    Angelos Vasilopoulos
    Site Security Officer
    [email protected]

  • The new Synaptics UltraNav: a few workarounds and minor bug report.

    I only wanted to file bug report, but then decided to also share what I did with my touchpad configuration to make it more convenient for me. I have Thinkpad T540p so this might work differently or not work at all for other notebooks.
     #1 Regedit
    Configure as much as you can using UltraNav tab in mouse settings dialog. (It is mostly self-explanatory.)
    If you didn't find some option, start regedit (using Win+R) and navigate to
    HKEY_CURRENT_USER\Software\Synaptics\SynTP\something
    This something is TouchPadSMB2c on T540p but you can find one you need by changing something in settings dialog and looking for changed values in regedit.
    All the touchpad configuration registry keys are there. You need to relogin to apply changes made there.
    But it might take a lot of trial and error to find out how these registry keys work.
    #2 3-finger tap
    As for me, I prefer tapping over clicking. While 3-finger press option is in settings dialog, 3-finger tap is not. But you can change it.
    Set whatever option you want for 3-finger press. Then go to regedit and copy value from 3FingerPressButtonAction key to 3FingerTapAction.
    #3 Button sizes and locations
    You can change button bounds with keys like LeftButtonZoneX where X is L for left, R for right, T for top and B for bottom bounds. 0xFFFFFFFF ultimately means "unlimited in that direction". For finding other values defaults might be helpful. Trackpoint buttons keys are SlaveSomeButtonZoneX.
    What for?
    First, trackpoint buttons can cover the whole trackpad only when trackpad itself is disabled. By changing button sizes manually you can overcome this restriction. It is useful because trackpad does not respond well to pressing corners and when buttons cover it all you can press it somewhere in the middle.
    Second, the same corner pressing problem exists for normal trackpad buttons so it is more convenient to use multi-finger taps or clicks. You can still hold trackpad pressed with one finger and use yet another finger to move mouse pointer.
    At the same time when you tap or press with multiple fingers and one of them touches one of the buttons you get that button pressed instead of whatever you intended. It frustrated me a lot when I got context menu popups while trying to close chrome tabs with middle mouse button click. The solution is to set top bounds for left and right buttons to zero.
    BUG (With the latest UltraNav drivers from support page)
    When the middle trackpoint button (used for scrolling) is enabled, it is always enabled, no matter if you are using trackpont or touchpad. Left and right trackpoint buttons are properly disabled when you don't need them.
    Even if you disable trackpoint completely without disabling that middle button first, it will remain enabled and will do nothing. (Blocking single- and multi-finger presses that touch it.)
    I could not find a way to fix that problem with regedit.

    Any problem can get official response and follow-up through a SR on Metalink/MOS (if you have a DB support contract), else you can post here and hope someone from development picks it up.
    Regards,
    K.

  • FAQ: I found a bug. How do I write a useful bug report? Or send bug files to Adobe?

    If you think you've found a bug in Photoshop CS6, please post your findings here on the forums.
    Here is a list of the information we'll want for you to gather at a minimum:
    Clear and concise steps so that someone who isn't in front of your comptuer can reproduce the issue you are seeing
    Include information on the operating system/version you are running. (e.g. "Mac OS 10.7.3" or "Win XP Service Pack 3")
    Here are some more detailed instructions for writing a useful, complete bug report for us on the forums:
    Provide a descriptive title that includes your OS information:Example: "Photoshop crashes when I save a JPEG file using the File>Save For Web & Devices... command (Mac OS 10.7.3)"
    Provide concise, step-by-step details on how to reproduce the issue you are seeing.
    Example:
    Open an 8-bit, RGB image by selecting File>Open...
    Create a new layer by clicking the "Create New Layer" button on the bottom of the Layers panel
    Paint on the layer created in Step #2 using the default Brush tool
    Choose File>Save For Web & Devices...
    Make sure the optimized format is set to "JPEG" and set the Quality setting to "80"
    Click the Save button at the bottom of the Save For Web & Devices dialog, choose the desktop as the location for saving the file
    Provide a description of the "Result" you are observing:
    Example: "Result: Photoshop crashes"
    If there is an error dialog, please include the exact wording displayed in the dialog or provide a screen shot or video of the entire screen so we can see the dialog as well as the state of the application - i.e. what panels are shown, the state of the Layers panel, etc.
    If the error is a visual defect, either in the user interface or the image itself, provide a screen shot or video of the entire screen so we can see the dialog as well as the state of the application - i.e. what panels are shown, the state of the Layers panel, etc.
    Provide a description of the "Expected Result":
    Example: "Expected Result: Photoshop to save JPEG file to the desktop, no crash"
    In some cases this may be obvious (such as in the case of a crash) but in others, what you expect to happen may be different than what the application was designed to do. Please be as specific as possible.
    Provide the crash log by submitting all crash reports, including your email address, for every single crash your encounter:
    You may also include the contents of your crash log in your forum posts as well, but always submit them using the above instructions as well.
    Crash logs are located on Macintosh here: Users/<your user name>/Library/Logs/CrashReporter
    Provide your System Info from Photoshop: What's even more useful is if you can share your System Info from Photoshop as it contains all kinds of useful information (OS/version, graphics card, driver version, 3rd party plug-ins used, etc) that will help the team track down your issue.
    On occasion, the Photoshop engineers may request that you provide problematic files in order to reproduce and debug your issue.
    In these cases, please post the file somewhere using your own servers or one your favorite online document/distribution services and provide a URL/instructions to download the file:
    Dropbox
    Adobe SendNow
    YouSendIt
    If the file isn't something you can post publically, you can request that someone from the engineering team contact you to figure out a secure way to get the affected files.
    Thanks,
    The Photoshop Development Team

    First thing would be to realise the exact error. Second would be to check your logs to see what you have installed/upgraded which might be causing this error. Third, google your error and see if matches turn up. Fourth, search in Arch bugtracker to see if a match exist. Else file a report.

  • FAQ: How do I submit a bug report or feature request or otherwise give feedback about Premiere Pro?

    The best way to submit a bug report or feature request is to use the bug-report/feature-request form.
    The Premiere Pro team doesn’t  necessarily see and record every post on every forum and social network, but we do see, record, and track every entry  through the the official feature-request/bug-report form.
    It also helps a lot if you opt into the Product Improvement Program.
    Also, be sure to use the crash reporter.
    We really do read all of the bug reports and feature  requests, and the software really does get a lot of benefit from  detailed crash reports.
    Don’t forget about contacting Adobe Technical Support or Customer  Service, too. For information on how to contact Adobe Technical Support,  see this page. (Note that you must register your product before you can open a technical support case for it.)
    If you have tried to get help from our support staff, but the service  was inadequate, I can help you to escalate your issue if you send me  your case number at kopriva at adobe dot com. You must provide me  a case number. I am not offering to solve your problem myself; rather, I  am willing to forward your information to someone if you have already  hit a dead end with our Technical Support or Customer Service.
    If you have feedback about the content of the Premiere Pro Help document,  then please add a comment at the bottom of the relevant page. You can  add comments to add information, to add links, to make corrections, or  to ask for clarification.
    If you want to keep up with the Premiere Pro team, then you can follow our blogs, Facebook page, and Twitter feed and so on.
    Oh, and I can’t resist this opportunity to remind you to update to  the most recent version of the application. Don’t be surprised when the  first thing that you hear back from us is that you need to install the  latest updates. We fix a lot of things in updates, and we don’t want to go chasing bugs that we’ve already fixed. We’ll keep you posted on our blogs, Facebook page, and Twitter feed about updates as they become available.

    Hi qwerty,
    Dun tink that creative customer support sucks cos I had been dealing with them in the past and I can say that their service are quite gd and fast. If you wanted a refund, I tink you need to contact the store that sells you the product. Dun tink creative will refund you though.

  • Bug reporting?

    A couple of times Lenovo have asked for suggestions etc via System Update. This has been a great way of reporting bugs (there are a few) and make Lenovo aware of the problems users have. I have found no other way to report bugs, from small/minor problems to crash-prone problems. There was a way of contacting Lenovo in "non-technical" issues via the web site, but they usually wouldn't accept bug reports but only responded "this is a technical issue, you must open a support ticket." The problem, of course, is that you want to report a bug in the software - not ask for support (and even less pay for it).
    Even this forum does not have a dedicated topic for bugs and problems with the software. So how am I to let Lenovo know something isn't working right? I've found quite a few problems since I bought my X61 in October 2007, some of which have been fixed but others have not. An example: just a minute ago, I noticed that the Power Manager battery taskbar icon was green and "half full" while my battery LED was flashing in orange - upon reconnecting the AC the Power Manager battery taskbar icon showed "4%". An obvious bug, but how do I notify Lenovo???
    I have also tried telling Lenovo that the splash screen for System Update on my Win Vista Business X61 is way too annoying: it shows for a long time (15-20 seconds?) and is "always on top" - so I cannot do anything when waiting for SU to load. It doesn't have to be this way; splash screens are usually shown for a time period specified in the source code. So it should be easy to change this. 
    These are just two examples of bugs and annoyances that I would like to tell Lenovo about. Does anyone know how to contact Lenovo with bugs? I don't want to call customer support and spend precious time waiting for assistance - I just want to help Lenovo identify bugs in a fast and secure way.
    Thanks,
    Per Bylund 

    As this topic area is for Symbian devices, I assume you are talking about Symbian bugs. Today, I don't think Nokia is interested in knowing any bug of died OS - Symbian.
    bbao
    * If this post helped you, please click the white Kudo star.
    * If this post has solved your issue, please click Accept as Solution.

Maybe you are looking for

  • Import .cr2

    I just purchased a Canon XSI. I have been having issues importing the .cr2 format, though. I found one person who was having problems and they said to select a different source, then move back to the card or camera, which solved one issue I had. The

  • RADIUS messages in system.log, all day long

    My 10.6 server's system log is full of RADIUS messages, every few seconds, making me think that something isn't as it should be. We have an airport extreme base station as our router and RADIUS access point. I configured the airport base station from

  • Mac attempting to open folders with the Icon Composer application

    When opening a folder from anything other than a finder window(like the "Open In Finder" button in a stack or by clicking the preview icon in the Get Info box) my Mac attempts to open the folder with the Icon Composer application. Of corse this produ

  • Question on raw device names in Solaris

    DB Version :11G Release 2 OS     : Solaris 5.10 (AMD x86) Number of Nodes:2 I've finished installing Grid infrastructure and RDBMS software. I have invoked ASCMA (GUI) to create disk groups. ASMCA has succesfully listed the Disk group i've created fo

  • Netware 6.5 Sys Vol Crash

    For the second time in my memory, my server has suddenly crashed! While out of town on the weekend, our Netware server again lost its sys vol and when we got back, I had the following errors when I downed the server: nmID B001C relating to the unsync