[Pacman] Status bar (progres bar off all) + some options

Hello,
I try to find some topic about this subject, but search engine don't show me any info about this. So I want to propose a status bar off all downloaded files, how many Mb we have to download, how many we download, % information about progres, and a simple progres bar.
Something, like this:
nvidia-185.18.31-1-i686    2,9M  113,5K/s 00:00:27 [###############################################] 100%
pinentry-0.7.6-1-i686    211,6K  116,0K/s 00:00:02  [###############################################] 100%
xcb-util-0.3.5-1-i686     59,6K  110,4K/s 00:00:01    [###############################################] 100%
xf86-input-synaptic...    54,8K   94,3K/s 00:00:01    [###############################################] 100%
====================================================================================
Time left: 1724s, Downloaded: 4309K of 8230K, Progres: 50%, average speed: 108K/s, Package 12 of 24
This bar it can be bellow at all ( I think it'll be very helpfull ), and It's posible to add a option in pacman, I mean a -y (yes), for example:
pacman -Syu -Yes
or something like that, it'll auto accept to upgrade a packages from repo.
Some think like auto reboot after installing everything without error, for example:
pacman -Syu -Yes -Reboot [time]
It's only a suggestion, but this bar will be great.

man pacman.conf.   yes = "--noconfirm".   
reboot:
alias upandboot="pacman -Syu --noconfirm && /sbin/shutdown -r now"

Similar Messages

  • Anyone else having issues with location services since the 7.1 update? Ever since I updated i've been seeing the location services on my status bar at all times.

    Anyone else having issues with location services since the 7.1 update? Ever since I updated i’ve been seeing the location services icon on my status bar at all times. I noticed that google was the app that was using it a lot, but after I turned the feature off for google my phone started using the “traffic”, “frequent locations” and “cell network search”. When I turn the feature off for all of those things it’s no longer a problem. So just wondering if anyone else is having this issue or if anyone has a solution?

    The "solution" is probably to increase your knowledge.  You've done good things.  Perhaps this article will educate you a bit more about location services.
    Basically, they can be very useful, but can cause a lot of iPhone use.  A major example is "Remind me to ... when I leave home."
    http://support.apple.com/kb/HT5594

  • Firefox displays "Stopped" in the status bar; stops all the tabs and does not do anything!

    Firefox displays "Stopped" in the status bar after running for a few minutes. It does not do anything on the page unless it is killed by opening the task manager. Sometimes I even have to restart the computer. And if that also doesn't work that shut down using the power button. Others have reported similar issues too.
    == This happened ==
    Every time Firefox opened
    == couple of weeks ago

    See:
    * http://kb.mozillazine.org/Windows_Media_Player#Missing_plugin
    * http://windows.microsoft.com/en-US/windows/downloads/windows-media-player (see Firefox)
    * http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx

  • I used the wrong password for my belkin wifi. Now that I know the correct password I can not get pass the unable to connect or join message. I have turned off all the options such as wifi and join and also put my touch to sleep.. but nothing seems to work

    I used the wrong password to join my new belkin wifi. Now that I have the correct password, I can not get the to the join screen with the space to type in the password. I continue to get the unable to join message.  I have put the touch to sleep and I have turned on and off the wifi and join options on the Network screen page.  Does anyone know how to get pass this block of the wrong password to a new page that will allow me to type in the correct password.  I see there is a option that asks if I want to reset the network settings.. is that what I should do? and what does it erase when I do that?  Thanks for any input anyone has.

    Yes.  Reset network settings. Head to Settings -> General -> Reset and tap Reset Network Settings.
    B-rock

  • How do I turn off and on the icon size slider bar at the lower right status bar of a folder window.

    I have been trying for days to help a friend with a new iMac to turn on the icon size slider bar that on my iMac appears at the bottom of ever folder when it is open when in the "view" > "icon" mode.  I cannot find anything that discusses this slider bar.  I can turn this status bar off and on on both my machine and my friends machine, but I cannot turn off or on the slider on either machine. 

    This did not help.  I am a Mac User since 1984 and generally I am never stymied buy the Mac OS, but this one has me.   I can open and close the lower status bar, as you described, and that works fine for me because I have the icon slider bar already there and it works fine; however when I open the lower status bar on my friends machine there is no icon size slider bar, and I can't seem to find out how to get it there, as it is on my machine or at all. The icon size can be controlled from the View menu, but as a photographer, it is really handy to have it at the bottom of the folder window.  Thanks for trying. 

  • JClient status bar doesn't react to some panels?

    Hi,
    JClient 9.0.5.2/10.1.2beta
    The status bar doesn't react to all data bound panels in a same binding context?
    I have a main form with a tabbed panel.
    Each tab panel is composed of ADF bound panels.
    All those bound panels receive their Binding Context from the main form.
    Everything works fine:
    - all navigation bars are synchronized
    - all master-detail relations are respected
    Except the status bar.
    In some panels the status bar doesn't react to navigation or when an editable field has focus.
    Examples:
    The 2 first panels are based on the same ViewObject/iterator.
    The first panel is based on a table template, the second on a single record template.
    The status bar works for the first panel but not for the second?
    The status bar doesn't react to the third panel events:
    on this panel all navigation bar buttons are disabled except the transaction buttons.
    The ViewObject is a detail of a master ViewObject in a different panel (in the master panel the status bar works fine)?
    The API says:
    When a dataItemName is specified, it tracks the status of the rowset to which it is bound; otherwise, it tracks the status of the data bound control (Rowset) which currently has the focus.
    In my case in the main form I didn't specify the dataItemName.
    I tought that the status bar management was implicit => all data bound events in a same BindingContext are displayed by the status bar.
    In some cases it doesn't seem to be true.
    To make it work should I change the model of the status bar?
    Your help will be appreciated.
    Fred

    SOLUTION I FOUND:
    I noticed in the XML files of the panels that didn't react, the main iterator wasn't first in the list.
    I moved those iterator definitions to the beginning of the their XML file and after that, the status bar works as expected.
    I found this by tracing the iterator bindings of each panelBinding.
    I wrote a little method in the main form for this purpose.
    Let's say you have following panel reference in your main form.
    private PanelEmpVO1 panelEmp = new PanelEmpVO1();
    After setting the binding context of this panel, you call the method:
    printPanelIterBindingList(panelEmp.getPanelBinding(),"panelEmp");
    The method:
    public void printPanelIterBindingList(String panelName, JUPanelBinding jpb)
    ArrayList ibl = jpb.getIterBindingList();
    System.out.println("printPanelIterBindingList BEGIN, panelName: "+panelName);
    for (int i = 0; i < ibl.size(); i++)
    Object ob = ibl.get(i);
    if (ob instanceof JUIteratorBinding)
    System.out.println("iterBindingList, panelName: "+panelName+", JUIteratorBinding: i = "+i+", name = "+((JUIteratorBinding)ob).getName()+", VOName: "+((JUIteratorBinding)ob).getVOName()
    +", BindingContainer name : "+((JUIteratorBinding)ob).getBindingContainer().getName());
    else
    if (ob instanceof DCIteratorBinding)
    System.out.println("iterBindingList, panelName: "+panelName+", DCIteratorBinding: i = "+i+", name = "+((JUIteratorBinding)ob).getName()+", VOName: "+((JUIteratorBinding)ob).getVOName());
    else
    System.out.println("iterBindingList, panelName: "+panelName+", unknown object: i = "+i+", object class name = "+ob.getClass().getName());
    Remark:
    For master-detail panels, you must get the panelBinding of each panel.
    Regards
    Frederic
    PS I'm not from Oracle, it helped me, I hope it will help you.

  • Status bar, RGB colour as 0-255

    Is there a way to show RGB values as 0-255 rather than percentages in the status bar? The RGB option displays floating point numbers, then there's percentatge and HSV options only in the prefs.

    If you have a really good reason to do so (otherwise, just for fun) you can build the ability in a project.
    Here's an example:
         http://sight-creations.com/fxexchange/RGB_0-255_demo.zip
    You can drag the RGB 0-255 group to your Favorites folder in the Motion Library for reuse.
    All it is, basically, is 3 number generators (animation turned off) linked to the red, green, and blue color values and scales these to 2.55 times their value. The way Numbers works is the value will be 100 times what you might expect (you can choose different display types -- my preference was Hexadecimal -- aka HTML color).
    It's not that difficult to retrain yourself to see number values as decimals or percentages. The range 0 to 255 comes from the Hexadecimal representations translated as base10 values. It really doesn't matter what the "counting" system is, the 3 values represent magnitudes and RGB color is relative to the combination of magnitudes (including saturation and brightness). If any one of the 3 values is 0, the saturation is 100%. All 3 values equal to each other, the saturation is 0%. All colors are the combination of any 2 values with the third value "contributing" to the desaturation (or 1 value and the other 2 equal to each other contributing to desaturation). The maximum of any of the 3 values determines the brightness. If you know your color wheel, that pretty much covers it.

  • What is the name in the status bar when we activate a webdynpro??

    hi all,
    When we activate the webdynpro,in the status bar its displayin some name like 1BCWDY/*********==CP.
    I got it is the include program.
    The name getting displayed in status bar and the name in the table WDY_WB_SOURCEMAP differs.
    If i give the component name in the table WDY_WB_SOURCEMAP it displayin all the includes but not the one displayed in status bar.
    Kindly tell me why it differs.

    Hi,
    Check the tables WDY_WB* you can find the relevant ones in these tables.
    These includes can be for the views/components....
    Are you activating the view/component.
    Regards,
    Lekha.

  • A second non-functional progress bar is always visible on the status bar, how can I get rid of it?

    The second bar is inside of the sizing grip on the right side of the status bar. It does nothing, but take up space. The functional progress bar appears only when it is working inside of the message panel and outside of the authentication panel on the left side of the status bar. I've turned the status bar off and then on again--no luck. I've also tried disabling all add-ons--no luck. I've also changed themes--no luck. Do I need to re-install the browser?

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    If you have many extensions then you can first enable half of the extensions to test which half has the problem.
    Continue to divide the bad half that still has the issue until you find which one is causing it.

  • Any chance you are bringing back the Status Bar?

    Any chance you are bringing back the Status Bar, because all updates past FF28 don't have the Status Bar which is where most of my favorite Addons are located (such as eQuake Alert and ForecastFox. This is really annoying. I've had to turn off auto update because of this and stay with FF28. I'm sure one day FF28 will become obsolete and then I won't be able to use my Addons.

    '''''"Any chance you are bringing back the Status Bar?"'''''
    Little to no chance of that happening. As you are well aware, there is one or more extensions that restore the Add-on Bar to Firefox 29 + versions.

  • How do I remove the status bar from iPhone apps on the iPad?

    Whenever I go onto an iPhone app on my ipad I have recently had the status bar covering up some of my game. Here is an example: http://i.imgur.com/Q9xnYhT.jpg
    As you can see the score is hidden, I have gone through the settings and can't find anything,please help! It only started doing it when I reset my settings and updated to 7.1.

    Same problem...seems that this is for apps that are for iPhone and/or for both...but not for ones made just for iPad!
    Used to be able to click the 2X and the app would go full screen...not anymore...Apple you need to fix this!!!

  • ITunes 11.0.4 status bar for combined categories

    In 11.0.4, is there a combined status bar for all categories and their breakdown of the total?  Is there a status "bar" anymore in bar form, or just in text for each individual category?

    I am having the same problem. Does anyone have a suggestion or information as to why?

  • How do I enable some scripts to run in some programs/websites and what happened to the status bar of my Mozilla Firefox 4?

    Well, first of all, I was tying to create a web-based computer game in Notepad in H.T.M.L., C++, and JavaScript codes. But when I tried to open the completed product, Firefox only came up with a blank page. What do I do with this? And also, I unwittingly removed the "Status Bar" on the bottom side of my browser(the one that always says "Transferring data from/to..."), and when I tried to bring it back up, I couldn't because I don't know how, since I'm new to Mozilla Firefox 4. If you could help me with these problems, Then I would greatly appreciate it.

    You can install the Status-4-Evar extension to regain some functionality from previous Firefox versions that was lost with the removal of the Status bar.
    Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" after you have installed the Status-4-Evar extension and drag the items (Status Text, Progress Meter, Download Status) upon the Add-ons Bar (View > Toolbars > [X] Add-on Bar)<br />
    Also check the Options of Status-4-Evar in Firefox (or Tools) > Add-ons
    * Status-4-Evar: https://addons.mozilla.org/firefox/addon/235283/

  • No sound.  Mute is not checked, volume all the way up on iTunes and on status bar.  What am I doing wrong or missing?  I restarted last night and it worked before that but not since, any one have any ideas?

    No sound.  Mute is not checked, volume all the way up on iTunes and on status bar.  What am I doing wrong or missing?  I restarted last night and it worked before that but not since, any one have any ideas?
    Thanks, Rob

    First off did you go to System Preferences > Sound > Output > And is the correct output selected?
    Any red light coming out of the headphone jack? If so, you'll need to re-set the little switch in there by inserting a 3.5mm jack carefully in & out 20 odd times. Or grab a toothpick (non-conductive) and a flashlight.
    Tried anything else that produces a sound? On restart do you get the chime? Perhaps check into Audio Midi Setup to ensure your output is selected correctly using the cog at the bottom left.

  • Install blue status bar went gray, but all is OK...

    So I finally got around to biting the bullet and I installed iTunes 8.0.2 on our MBP (still haven't done it on the G4 which has all our music in the Library.)
    During installation, I watched the blue status bar (I don't know its real name - that liquidy turquoise thing that moves left to right to tell you how much is done). Early on in the installation it went from blue to a pale gray.
    Installation finished successfully and a Software Update shows that no new software is needed. Get Info shows the correct version and I can open iTunes 8.0.2 just fine.
    I did have a permission repair report from after the install of
    Repairing permissions for “Macintosh HD”
    Determining correct file permissions.
    Permissions differ on ./System/Library/LaunchDaemons/com.apple.usbmuxd.plist, should be -rw-r--r-- , they are -rwxr-xr-x
    Owner and group corrected on ./System/Library/LaunchDaemons/com.apple.usbmuxd.plist
    Permissions corrected on ./System/Library/LaunchDaemons/com.apple.usbmuxd.plist
    Permissions repair complete
    The privileges have been verified or repaired on the selected volume
    Should I be worried about the blue to grey bar?
    Thanks from the ever cautious
    Mrs H

    "...Early on in the installation it went from blue to a pale gray..."
    Quite possibly you may have clicked off the installer box onto the finder desktop and the box is now deselected. Clicking back onto the box would have gotten the color back. However as hpr3 noted, you're OK.

Maybe you are looking for

  • I'm a new mac user and I bought the wrong version of an app.

    can it be refunded for a mac app instead of ipod app?

  • Adobe Acrobat 9 causes Windows to crash

    Adobe Acrobat Pro 9 crashes Windows when I try to open multiple PDFs. This does not occur when opening multple PDFs in the Adobe Reader program. Any ideas? Are you only allowed to run on instance of Adobe Pro - I would expect a simple message indicat

  • IDVD won't play on PC's

    I've created DVD's using iDVD 5.0.1 - they work fine on my Powerbook and will play in regular DVD players, just won't play on a PC... I'm using Memorex DVD-R ... is there some setting that I can change? I'm making this for someone who doesn't have a

  • Project ipad to tv

    Just as title says, I have 2 70 inch tv and an iPad Air I would like to project the screens of my apps I play to the tv while still using the IPA...it's actually to allow my dad to play racing games on the tv via the ipad. Wireless option would be be

  • Action and Query-String in HTTP Adapter

    Hi, I am doing an IDOC -> SAP PI -> HTTP scenario HTTP application is external party (using Party). I have to build the URL Dynamically; so I use Dynamic Configuration in Message Mapping. The URL format (from help.sap.com) is http://<hostname:port>/<