Pacman feature request: --remark=

Often, I install a bunch of packages as dependencies of something I'm just trying out. For instance, I might want to compile some random thing just to have a look at it, but it needs a few dependencies first. Since I'm compiling it myself, I'll be installing those explicitly, so I won't catch them with pacman -Rs later. Often these dependencies will have names that I'm not going to remember next week or next month, e.g. "xcmiscproto" or "xtrans".
So, the problem is that when I'm done playing with whatever the random thing was that needed those, I'll probably miss them in cleanup. Ages later I'll be cleaning up my packages (maybe to free up hard drive space), and I'll look at explicitly installed, not required by anything packages and these will come up. And I'll go... what the heck was that for? Maybe something I compiled from scratch still needs it? But *what*?
So what'd be handy, is if I could do this when installing such packages:
pacman -S xcmiscproto xtrans --remark="trying out randomthingXYZ"
And then later:
$ pacman -Qi xcmiscproto
Name : xcmiscproto
Version : 1.2.1-1
URL : http://xorg.freedesktop.org/
Licences : custom
Groups : None
Provides : None
Depends On : None
Optional Deps : None
Required By : None
Conflicts With : None
Replaces : None
Installed Size : 76.00 KiB
Packager : Jan de Groot <[email protected]>
Architecture : any
Build Date : Sun 31 Oct 2010 08:23:56 PDT
Install Date : Mon 13 Feb 2012 13:26:17 PST
Install Reason : Explicitly installed
Install Script : No
Description : X11 XC-Miscellaneous extension wire protocol
User install remark: trying out randomthingXYZ
...And then I can remember, "Oh, that thing; yeah, I ended up not using that and got rid of it months ago; that package can go."
~Felix.

karol wrote:Wouldn't 'pacman -D --asdeps' help here?
AUR helpers should install in a way that's easily removable.
asdeps doesn't let you specify as deps of what though, does it? (...Thinks about it for a second...) Ah, but the AUR package takes care of that, doesn't it? i.e. if I were to --asdeps a couple of dependencies, then if/when I do the -Rs on the AUR package, it would catch the dependencies, see that nothing else needed them, and uninstall them... I guess that'd work for AUR stuff, yeah.
karol wrote:I simply make notes, add links to forum posts etc. in a text file.
Yeah, I'm usually not that organized   -- but I think I would do it if that functionality were built into pacman
~Felix.

Similar Messages

  • Pacman feature request, package count of total packages

    Hi to all.
    First of all congratulations for the great distro, I have been using almost 9 months and is wonderful, now I have 4 systems in arch :-D (2 mine, one from a friend and a navigation point at job)
    I has been looking if this has been requested anytime and found nothing
    I would like if pacman will add the package number it is installing refered to the total of packages to be installed. Also it would be nice in size)
    Sometimes when you upgrade the system you have to download and install 300 packages or more, then you see pacman and when he is in the middle of the list downloading you lack the reference of how much this is going to last
    if he could write to the side of each package 23/300 (145,46/1300,24) then you will know that he is downloading the 23 package out of 300 and this will make the 145,46 MB out of 1300,24 MB total to download
    Thanks and sorry if this has already been requested

    Hi Allan
    Allan wrote:I remember a feature request in the bug tracker to put some info about download positions (e.g.  5/10) at the start of the download line.  There were concerns about the output getting too crowded.  It is probably still open...
    Looked again in the bug tracker but unable to find it.
    I already didn't had test the Totaldownload option :-/
    Thanks

  • Pacman feature request "Package purge uninstall"

    hello
    I have been thinking about this issue for a long long time and have posted it in the forums many time in various ways, but maybe  I can explain the issue properly and experts can chime in.
    This is regarding keeping the file system extremely clean what i mean by that is having very high level of control over what files are installed in all the directories except /home.
    The purpose is to revert the file system to the way it was when the system was freshly installed.
    Case: Samba
    If I install samba in my fresh install machine, I will most probably change /etc/samba/smb.conf now what it does is when I decide remove samba even using pacman -Rscn samba I am left with /etc/samba directory which is pure junk, I do understand pacman not wanting to remove files which have been edited but I would like to have a purge option which takes away the files and directories installed by a package, I am not a developer but is there a place where I can ask for this feature?
    What will this feature mean?
    This will make reverting to fresh install really easy. If after the fresh install i have added lots of packages all I need to do is to remove those packages with the purge option and my install is back to fresh install state, ofcourse i wouldhave to replace all config files with their respective pacnew files.
    Is this a valid request? can any expert share their thoughts as to why it can/ cannot be implemented?
    Thanks for reading

    +1 to this suggestion: I too find myself trawling the system to clean-up any remaining files and directories after an uninstall of any package.
    Though I suppose it would be hard to determine what to remove (as mentioned in the bug tracker), we could look at an in between solution. Various uninstall programs on windows systems provide a list of folders and files that where not removed. We could provide a similar list.
    In the case of samba, the uninstall sequence could create a notion in the pacman logs along the lines of:
    Created during installation but not removed:
    *DIR: /etc/samba/
    *FILE: /etc/rc.d/samba
    Any subsequent action would then be up to the end user. Pacman should also output to terminal if any files / directories remain on the system after an uninstall, along the lines of:
    $ pacman -R samba
    # (1/1) samba removed
    # There are unremoved files / directories, check /var/log/pacman.log for more details!
    Last edited by stefanwilkens (2009-04-26 11:42:58)

  • Feature request: extra Include directive in default pacman.conf

    Since arch's move to systemd, cluster administration requires less and less use of sed.  In particular, systemctl, timedatectl, /etc/sysctl.d, /etc/modules-load.d, /etc/hostname, /etc/vconsole.conf, etc. make scripting configuration changes both simpler more robust than the old approach of editing multi-purpose files such as /etc/rc.conf.
    An exception to this trend is pacman.conf, which has non-trivial default contents that almost certainly needs to be customized (e.g., to enable multilib and local repositories).  These changes would be much simpler if the default pacman.conf included a line such as:
    Include = /etc/pacman.d/conf/*.conf
    Currently my scripts use sed to insert this line at the end of the [options] section.  (Unfortunately "Include = /etc/pacman.d/*.conf" doesn't work because there's sometimes a gpg.conf file in /etc/pacman.d, but maybe that could be fixed.)
    I don't know if the forum is the right place for feature requests, but I wanted to get people's reactions.  If people think it's a good idea I can add it as a feature request to the bug tracker.
    There are several other pieces of low-hanging fruit where I'd like to see arch decrease the complexity scripting configuration (e.g., an unattended pacman-key --populate and easier customization of mkinitcpio.conf), but I figured I'd start with the simplest and gauge people's reactions.

    aweb wrote:I don't know if the forum is the right place for feature requests, but I wanted to get people's reactions.  If people think it's a good idea I can add it as a feature request to the bug tracker.
    It isn't... best to place the feedback in flyspray so it will be sure to get to the peeps that need to see it.  Welcome to Arch.

  • Feature Request for Adobe Camera Raw CC

    Cinema DNG Videographers / Cinema Photographers using ACR to debayer footage...
    Feature request to export / save video files directly from ACR - - > Option to create video files with fps.
    Note: The option to export video does exist within the main menu of Photoshop. However, this does not apply to image sequences when imported into ACR.
    Uses:
    Current workflow for using ACR requires applying color correction and/or image presets to footage in order to process DNG image sequences.
    When shooting Cinema DNG files the image sequence is likely to be hundreds or even thousands of photos in length. These files could be processed with ACR and no other application.
    Adobe Media Encoder does not accept 16-bit Tiff sequences (CS 5.5).
    AE and Premiere CC accept 16-bit image sequences.
    Why import into AE and CC just to set FPS?
    Why import into AE and CC just to export proxy files & additional video files?
    May be a very applicable option for 64-bit & 256-bit background processing?
    Why make this feature applicable?
    ACR is remarkable at debayering DNG images.
    ACR processes DNG files faster than AE.
    ACR enables user color-correction presets as well as secondary Look Up Tables (LUTs) to be applied to image sequences (potential investment for Kodak, Fuji and other color-correction houses).
    ACR has the potential to offer users the ability to acquire a single application for processing DNG image sequences without having to purchase an entire post-production software suite.

    Hi! Moved to the correct forum.
    There is also the http://feedback.photoshop.com site.

  • Gcc: feature request

    hello there!
    Well i need a java compiler, i know that gcc has java support but for any reason arch-linux's gcc isn't compiled with java..
    i read the PKGBUILD and notice that the flag --enable-languages hasn't the java option..
    i realize that not many ppl need this so thinking in the arch way never it will be included..
    i'm too lazy to recompile gcc every new release just to add java support, yeah i know that i can install JDK but i really want to try gcj..
    this is a little feature request for the next releases of gcc.. hope the gcc mantainer read this
    greets,

    I think your best bet is to build your own package and list gcc in the NoUpgrade field in pacman.conf, so it doesn't get replaced with the stock gcc package.

  • Feature Requests for BlackBerry​10 OS

    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    This thread has been closed and is continued in this new thread here: 
    Feature Requests beyond BlackBerry OS10.3.1
    Please click on that link.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Let's use this thread to list BlackBerry10 OS feature requests. There's nothing official to this thread, but one never knows who might view it and get an idea or two to move foward.
    Please let's keep it to feature requests with simple short statements and comments, in this manner:
    1. Ability to lock the volume keys (since they are so easliy pressed when retrieving from holster)
    2. Personal distribution groups Address Book
    4. Add BBM Group icon to home screen
    **This thread is not for bug reports (i.e., the calendar glitches when I set the date) or for debate or discussion of the worthiness of a feature request.
    So, what would YOU add to BB10?
    What do YOU need to make the OS platform work better for you?
    Here are the collected feature requests as of 04 April 2013. Thanks for Ride_The_Sky for helping collect these from this thread.
    There are listed in no order, just as collected.
    Ability to lock the volume keys (since they are so easily pressed when retrieving from holster)
    Personal distribution groups Address Book
    Add BBM Group icon to home screen
    Way to add line carriage to BBM messages
    Why doesn't the most used name come up first? <- In latest OS, there is another line with most common contacts, but when typing it won't provide most commonly emailed contacts.
    Bring back the option "Send As" or include this option in "Share"
    Enable word wrap when zooming in to emails and messages.
    Import Distribution lists from Outlook on your desktop to your Z10?
    *The option* to always show the hub main screen when opening the hub, so when peeking it always shows the hub even if you leave it in another screen.
    Offer Balance without BES to have two workspaces in device.
    Delete on Server/Device/Both
    Delete on Server but Keep on Device (This is going to be tough since EAS does not work like POP, using POP you can do this by deleting on server after sync)
    Auto power on/off or Auto Do Not Disturb / Scheduled Airplane Mode / Scheduled Silence Mode / Scheduled Custom Profile
    Default Currency Option
    More options to lower data usage in e-mail (Headers Only / Roaming Profiles)
    Snooze a notification/reminder for more than 5 minutes.
    Customized Notifications
    Disable certain accounts to stop receiving email or notifications from them temporarily to avoid data usage.
    Way to delete recent pictures, videos.
    Office Hub customization, sorting, editing, etc., on the fly.
    Select which contact groups to sync, and ability delete all contacts.
    Larger text select tabs
    Add more options to dropbar.
    Improve browser functionality and display, add customization and management of Bookmarks.
    Calendar in Landscape mode
    Option to Disable shutter sounds in camera.
    Auto BCC option
    Multiple appointments in lock screen, not only next one.
    Increase email check frequency, custom minutes (possibly battery concern, most accounts use push nowadays)
    Ability to hide "texting" numbers such as Work, home, etc that aren't able to receive texts
    Ability to have multiple mobile numbers, such as mobile1, mobile2, for people with more than one cellphone
    Ability to have multiple work numbers, home numbers, etc
    Ability to have option for actually creating "custom" names for phone numbers, emails, VOIP,
    Ability to have multiple WORK emails fields for same contact ...
    Ability for a custom note field for each contact, for misc information such as store hours, reference numbers, business account numbers,
    Ability for filter or unselect specific Twitter, LinkedIn, Facebook contacts so they all don't appear
    Ability to "share" contact info with someone else ... like a vcard or the like
    Ability to have custom Individual text and ringtones for each contact set within contacts app
    Vibrate option for Alarm
    Mail Filters for Priority mails.
    Option to block ringtones from music app (i don't see ringtones in my music app, I guess poster refers to custom mp3 files)
    Swipe down to close, up to minimize (but some apps have menus associated with swipe up gesture)
    Swipe half way up the screen to minimize an application to an active tile.
    Swipe it all the way up the screen to close the application.
    Playbook app switching gestures (swipe sideways, I guess this won't work since there are other gestures associated with side-swiping)
    Lock screen with gesture (or maybe they should just add a button on home screen, somewhere on top or bottom)
    Airplane mode on status bar options.
    Option to customize status bar with select Settings/Options.
    Colors for Hub!
    Face recognition for camera, being able to associate contacts with faces or pull info from Facebook, etc.
    Weather info on Lock Screen (if I may add, and constant info on top status bar, simple temp info should be enough)
    We need groups back in contacts please.
    Import text messages in various formats from various systems.
    Sorting and Ordering of the way contacts are displayed depending on account.
    While editing an entry in calendar, notification about a recent call may cause loss of data in that entry.
    Location for Calendar entries and be able to see it on the map with a tap.
    Being able to see multiple pictures from an email by swiping left and right to see next/previous without having to reopen (I must say the same thing is needed for App World, why can't we just scroll through screenshots??)
    Multiple flags or ability to set a flag date, associate with a reminder.
    Move people from TO to CC or BCC easily (If I may add, also ability to backspace to delete a contact without having to tap the X in blue box).
    Option to add favorites to Hub for easy to reach contact management (I think it is same as going to contacts and choosing Favs)
    Being able to answer and make calls when the phone is locked.
    Add more colors to LED notification (I think they are there now, orange, green, red so far, did not see blue, I don't think blue is needed in my opinion)
    Change the way to add date and time for appointment, rollbar is too slow and too sensitive.
    Dismiss and Snooze buttons for Alarm to be different colors, larger, easier to notice.
    Make it easier to order world clocks, instead of the order they are added.
    Alarms based on days/schedule.
    Easier way to get to the bottom of e-mails (I think it scrolls pretty fast, I think poster wants "B" shortcut)
    Easer way to get to the bottom of web pages (same as above, space or B shortcut?)
    Add option to ask if you really want to dial, instead of just dialing right away every time a phone number is clicked/tapped on.
    Ability to resize image before attaching to an e-mail.
    More than 30 days email sync on device, please!
    Make BB boot up slower, so we can actually get to do something else while waiting for it to start!
    SSH client would be nice.
    Another keyboard like Swipe (honestly, I have never typed faster in my life on any other on screen keyboard, Z10 keyboard is awesome!)
    Volume lock/unlock button on demand.
    Auto Run app on device boot up.
    Lock or Pin apps.
    Ability to run background apps (Google Talk is running in the background, or it is tricking me, I don't know but I am getting messages from it when it is shut down on BB10, I hope they do Skype the same way)
    Ability to have multiple documents of same type open at the same time (tabbed docs2go)
    Calendar sharing of BB10 users in the area/company/group.
    PIN Messaging to return.
    Preview e-mails, calendar and other information on lock screen (privacy?)
    Way to clear anything in any "Recent" menu, videos, pictures, etc..
    Ability to hide apps, docs, pics, videos, folders, etc..
    BBM Group Picture notification.
    Support WhatsApp more.
    Another tap for important numbers (Favorites work for this, and on top of speed dial)
    From Call Menu when going into contacts, it should be ready to search with keyboard out.
    Option to customize volume key to act as page up/down, etc depending on app running.
    Red star in app world (means you need to run Updates, just refresh and check by swiping down from top)
    Better headphones with the phone (hey, we didn't even get any!)
    Better night shots in camera (hardware or software improvement?)
    Ability to choose which address book to sync with bluetooth car.
    When app is opened from a folder three or four pages into apps list, we hope the screen can go back to that spot when the app is closed (sadly it uses active frames at the moment)
    Change acceptance of auto corrected key, instead of space key, make it something else (actually, you can just backspace to un-autocorrect it back to what you typed).
    Ability to load certificates (X 509 S/MIME and/or PGP/MIME) from a computer
    Ability to sign and or encrypt emails (POP3)  before sending (As in MS Office Outlook)
    Ability to receive and recognize signed and or encrypted emails (POP3) (As in MS Office Outlook)
    Add a password/certificate manager that doesn't require manual copy/paste
    Ability to encrypt the memories Device and Media of the Q10 like it is done for the BB9900
    Ability to encrypt selected folders (preferably by Private Key)
    Ability to create Self-Decrypting Archive like in PGP
    Ability to delete email-messages by group as an alternate option to one by one
    Opening Video-chat to non-BBM users (Skype for instance)
    For above encryption request, SecuSmart was suggested...
    Renaming the file without extension can break the file or hide it from pictures list.
    Wallpaper scrolling sideways.
    Standalone e-mail app (not sure how different it is than choosing emails-only for hub)
    Different colors or small tabs in different colors for different accounts in Hub.
    Share webpages with smart tag (I think you can just create it by pasting the URL into create QR)
    Application management (being able to see which app takes up how much space, etc..) CPU/Memory/Battery Usage/Data Usage/Storage Usage in more details
    Custom vibration options.
    Move Send button in BBM to avoid accidental submission of message
    Forward As… SMS, MMS, EMAIL from one to another.
    Send SMS to new numbers (I think you can still do this from call log)
    Single key press to change profiles.
    Insert a picture into an e-mail. (I think he means into the body of email)
    Turning off links of contacts (I think poster did not have multiple accounts, actually BB10 goes ahead and adds all new contacts into all address books in all accounts without user permission.. Create a contact in Hotmail? Gets copied to Gmail.. and then linked, terrible implementation in my opinion)
    Presets for browser bookmarks, faster access to bookmarks. (My suggestion was to create a home screen, select 12 icons 3x4 or 16 icons 4x4 as home screen/start page)
    Being able to allow flash based on website/url/server.
    Ability to adjust different sounds/volumes for different BBM users/groups
    Better Voice Dial and Voice Commands (shorter and easier operation)
    Ability close one or all web pages/tabs, add "Close All" button.
    Call Recording
    Faster way to delete e-mails, such as file icons next to e-mails,  or Swipe to Delete! Swipe to File!?
    Customize email signatures with formatting.
    Phone to stay on screen (dial pad always available in panes)
    More Options for Clock.
    In Playbook we can have a single character password, why not on BB10? "too short" well it is my decision, isn't it?
    There is no way to go next/previous while reading an e-mail. Please add these functions.
    Add to the e-mail client, Next Unread / Previous Unread.
    E-mail or Hub should have more buttons at the bottom in landscape mode. Why keep only three (or four in e-mail view) buttons when you have the real estate. It would be extremely handy if you allowed users to edit which buttons should go at the bottom. Next Previous is really needed while reading an e-mail. For example I would love to add "File" button at the bottom as a shortcut instead of forward, I rarely forward, but I file all the time. Maybe allow users to have two row of keys, add next/previous/unread. Or it could be done with a gesture. How about swiping the account name (top blue bar while reading e-mail) left and right?
    When you create a new contact in BlackBerry, it gets synced to all accounts on the Hub. There is no way to limit the new contact to a specific account.
    Sometimes when you file an e-mail to a folder, it stops and waits few seconds with no message. Even when it files immediately, there is a confirmation message that takes time to appear and disappear, and the folder list does not disappear automatically.
    Messages filed automatically by server using server side filter rules are still showing up on Blackberry hub/inbox. In older BB versions the filtered messages did not show up in the list, filed messages still did.
    When you filter your e-mails using Filter / Unread function, new unread e-mails do not show up until you close the filter and re-open. It won't just keep refreshing your screen with unread e-mails. Can BB add a button to the hub "Unread Hub" so when hub shows 8 or 2, you can actually see unread items easily without having to through so many taps.
    Native BB QR scanner (Smart Tags) does not work with barcodes (it only scans with no way to use the information). There is Open In function but it doesn't work properly.
    We need to add more customs search providers, and be able to add custom search strings/wildcards. For example currently there is Google, Bing, Yahoo, Foursquare, etc..
    I hope BB introduces the ability include more standard & custom searches, IMDB, PriceGrabber, Ebay, Youtube, XYZ Forums, ABC Newspaper, 123 Database, Etc.. Most sites nowadays provide search string in their URL Search=?* etc...
    None of the Battery apps can access system settings to add a battery icon to the top. I wish battery percentage was there.
    There is no way to check carrier/mobile signal strength.
    Blackberry, please add the date and carrier / SSID info to the top. Sometimes we just want to glance at the top to see the date without having to swipe.
    Please bring back keyboard shortcuts. Since we can easily swipe up to bring the keyboard, just add keyboard shortcuts in e-mail, phone (true speed dialing, dialing by word?), and browser, etc.. if possible. I could always call 1800SOMETHING# now I have to look up the number or use dial pad.. Please bring it back.
    Camera zoom function needs to be fixed, also please include option of fixed focus by tapping on the screen to focus. The auto focus in video is focusing in and out to various objects all the time. Stabilization feature also causes tearing/ripples, I guess it is good if you are stationary. Or use Volume Keys to Zoom.
    Please allow more than 12 icons in an icon group/folder, I hated Apple for limiting apps per folder, please fix it.
    Auto ON/OFF feature is not there anymore. BB should consider Auto DND (DoNotDisturb) or Auto Silent/Airplane modes instead.
    Please find a way to stop the music app from automatically starting up every time it connects to bluetooth like car audio. This is very annoying.
    No Panaroma mode in Camera app, why not? It is very easy to incorporate. This could be a nice addition to next release, and easy.
    The text selection grips needs to be a little bigger, sometimes I cannot see where I am moving them, they work better in Playbook, nice big tabs.
    Call Functions, before answering a phone add sideways gesture functions, like swiping right will forward the call, swiping left will answer with a test message, etc..
    Or there should be a way to reject the call without sending it to voice mail, phones had this function a decade ago, I don't know what happened to it.
    We used to be able to see the "History" without having to save the contact. Now I don't see any way to "View History" of a certain phone number, it just keeps adding
    them as individual entries to the log. Now I can't see when was the last time they called me, how many times we spoke which day, etc... I loved this feature in BB5.
    Where is BB Traffic? Where is BB Weather, without having to run an active frame? It will eventually disappear if you run too many apps. I liked a little Icon that shows me what the temp is, instead of running a whole app.
    There is no Skype. This day and age with all other platforms having it, please either get skype (Microsoft) to cooperate, or open up BBM to other platforms. If necessary, pay Skype to develop the app, then charge BB users for the app. Most will gladly pay.
    Can we tap and hold on an active frame to pin it, or can we pin two favorite apps between Call and Search & Search and Camera buttons in the bottom bar? How about Close All running Active Frames app to quickly free up ram?
    I hope next generation devices have two speakers or speaker that is facing forward. When playing games or watching videos in landscape mode, I find my palm muting the speaker. I have to hold it gently with fingers to have a gap in between, something I don't want to do when I am on the subway or bus.
    Blackberry Maps should have a Zoom In/Zoom Out buttons, sometimes using it with one hand, it is impossible to zoom in and out. (Zoom in is OK but we can't zoom back out)
    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
    Solved!
    Go to Solution.

    - ability to choose deletion of an email on handset only
    - desktop software working with all older BB's allowing drag and drop type of transferring data, contacts etc. (BB link doesn't recognize my old Storm) 
    - auto power on/off
    - contacts syncing with yahoo & Outlook (almost two weeks trying to work around it and no luck)

  • FEATURE REQUEST: make swipe-down Notifications bar disable-able

    I use the iPad as a drawing tablet every day, using Brushes, ArtRage, and other drawing apps.
    It's wonderful and I am delighted to be able to do this . . . EXCEPT WHEN I DRAW A STROKE DOWN FROM THE TOP OF THE SCREEN.
    The introduction of the new pull-down Notifications drawer has led to loud cursing and a strong desire to break things, for me. When one is drawing, one is not in a state in which one wishes to glance at what the next day's schedule is at. Furthermore, the active area of the pull-down also 'catches' the drawing input, so the stroke which is misdirected into the Notification dialog is lost work, and subsequent rapid stokes, up to the threshold of my reaction time, also do not register.
    I must then dismiss the godforsaken irritating dialog in order to continue drawing. It is the most incredibly irritating interaction I have ever experienced on an Apple product.
    Please permit the dialog to be disabled either user-globally or on a per-app basis as a user-configurable setting.

    even with all notifications turned off the drawer remains active. there's no way to disable it.
    while this may be a user to user forum apple people do contribute.  I did file this as a feature request but wanted it to be visible and searchable.

  • BUGS and FEATURES REQUESTED. Please add to it.

    I've been using the z10 for the past couple weeks and wanted to start a thread of comprehensive Bugs and Features Requested.
    I've labeled Bugs by letters (A,B,C...) and Features Requested by numbers (1, 2, 3...) so that others can add sequentially.
    BUGS
    (Not listed in any particular order)
    (A.) Contact App adds current date as birthday. When I edit my contact, the current date gets listed as the birthday in local contact.
    (B.) Duplicate telephone numbers listed. Telephone numbers show up twice in my Contacts (e.g.., if I have the contact's cell saved in (000) 123-4567 format and the person has the number listed in Facebook, I get a duplicate entry of +10001234567).
    (C.) Telephone numbers and emails are not actionable in Web pages. In webpages, I can't click on telephone number to call (e.g., I look up a phone number for a restaurant). I should be able to easily call or copy into the Phone App or E-mail App.
    (D.) Auto capitulation for words on the word substitution list is wrong. For example, when the word substitution contains more than one word. I have "ru" change to "are you" but if the first letter is capitalized (R) then both words become capitalized words (Are You). I used to have shortcuts like "mysig" to create email signatures with legal disclaimers but I can't do that now.
    (E.) Backspace delete doesn't work consistently. The Shift+Delete function seems only to work after moving the cursor. This feature is the Alt+Del action to delete words after the cursor.
    (F.) All Emoticons do not list. Emoticons do not all fit on the the two screens (lists) of emoticons. I.e., two columns are missing from view and can be seen when sliding (swiping) between the lists. Also, sometimes when I select an emoticon, it doesn't correspond with the picture of the one I intended. I believe this error is related. As a separate note, there should be a way to see the underlying symbols of the emoticon. (Often times, other people don't have BlackBerrys so I'd like to know what symbols would be sent--my prior 9800 would show the characters as i scrolled through them).
    (G.) BlackBerry keyboard doesn't always work in input fields. E.g., certain Web pages. (I found a work around; two finger swipe up from the bottom makes the keyboard appear)
    (H.) Sent messages stay unread. This seems to be an issue when an app sends an email (e.g., share article). The email with the sent indicator (checkmark) stays bold and I have listed 1 unread email. I can't mark as read/unread but if I delete the sent email, my unread message gets cleared.
    (I.) Contact already added but I get the option to add instead of view contact. For some contacts, I get the option to add to contacts in the action menu cascade when that person is already in my address book. This bug is for emails and text messages.
    (J.) Cannot call from text message. When I hold a text message and select call under the action menu cascade, the OS opens up the phone app but doesn't call.
    (K.) Composing messages by name. When composting messages, the input must be by first, middle and last name. It should be, instead, by string and include nickname. E.g., if the person's name is "Andrew B. Cameron" I must type the name in as such. I can't type in "Andrew Cameron" or "Andy Cameron."
    Features Requested and Suggestions for Improved User Experience
    (In no particular order)
    1)      Option to reply in different ways from the Call List. Be able to select a name in a call list and have options to call, text or email the person. The action menu allows calls to other numbers but I can't choose to text or email the contact instead. Sometimes, I missed a call and want to reply via text because I’m not able to talk. (Long hold on the Torch 9800 trackpad button brought up the action menu allowing me to call, text, view history, add to speed dial, e-mail, delete, etc.)
    2)      Option to reply in different ways from the Hub. Related to above, when selecting an item in the hub, have the option to contact the sender or caller with multiple different ways.
    3)      Only show number once in contacts application. Tap on the number to bring up the "action" cascade menu with options to call or text the number. Why is the same number listed twice (once to call and below again to text it)?
    4)      Timestamps for individual text messages. I can't tell exact time on individual text message if it comes in near the time of another text. All messages are in one "bubble."
    5)      Ability to select MMS or text for a message. Sometimes I write a text longer than 160 characters and I prefer it to be sent in one message (i.e., MMS mode) rather than being broken into one or more standard text messages. I had this ability with my 9800.
    6)      Send button should be moved for text messages!!! Why the heck is it right underneath the delete button?!? Or next to the period button? I often times have accidentally hit send when composing text. It's very annoying and embarrassing. (Also, what happened to the ability to hit enter for a return carriage to next line?)
    7)      Bigger magnifying glass. My finger is often over the area I need to place the cursor. I find it difficult and erratic to place the cursor.
    8)      Select all option. Add the option to select all text in action menu cascade.
    9)      E-mail recipients and message headers. Difficult to tell if you are one of many email recipients. Can we have a way to pull the email down to see the list of recipients rather than have to click to expand the header info? I know this request is a little picky, but that's how it was done in the previous BlackBerry OS which I preferred; it is easier and faster to pull the e-mail down and 'peek' to see which e-mail box received the message, message status, from and to fields. This change would be consistent with BB's flow/peek rather than click.
    10)   Browser navigation. Hold down back arrow to get a list of recently visited websites similar to a desktop browser.
    11)   Dark/Night mode. A night mode (maybe in the drop down menu) to change all the white and bright backgrounds to black or dark which would be helpful when reading/viewing things at night in bed/etc.
    12)   Number of contacts. Ability to see how many contacts I have.
    13)   What happened to groups or categories? I'd like to have back the ability to filter or see categories and also a way to contact everyone in a category. E.g., family or friends or coworkers, etc.
    14)   Shutter sound mute. I was at a wedding and wanted to take pictures during the ceremony but the shutter would was too loud.
    15)   East Asian Language Input. I bought my parents two Samsung Galaxy S3 phones over the weekend because they need Korean input (and the Kakao talk app). (BTW, S3 is a great phone but I prefer the Z10 after having the weekend to use the Android phones).
    16)   Ability to freely place icons on the homesreen. Currently, icons are forced top left-right-to-bottom. I prefer to space my icons out.
    17)   Add a contact to the homescreen. I'd like to place a shortcut (similar to a Webpage) to the homescreen for a contact which will open up the contact. Android allows this feature and so did my previous 9800.
    18)   Search Contacts by nickname. The contacts app doesn't allow me to search by, e.g., Andy, even if I have that as my contact's nickname. The previous OS allowed this type of search which was very helpful.
    Finally, as a note, I've been using the BlackBerry Z10 for the past 2 weeks and it's a great platform. I just bought two Samsung Galaxy S3 phones over the weekend for my parents so they could use the Korean language input and related features so I spent a lot of time with the Android platform, setting it up and teaching them how to use it. The S3 is a great phone too.
    I prefer, however, the way BlackBerry has done their OS 10 and the integrated management of messages.
    It's too bad that BB doesn't have Korean input and apps like Kakao Talk or I would have considered it for them.
    The BlackBerry 10 is a great platform and I look forward to the continual improvements that will only make the experience better.

    This is a great post.
    I couldn't have written it myself better.
    I'm also in dying need of Korean input as I can't communicate with my Korean friends.
    But I second every point.
    I hope the tech teams are reading this.

  • Bug Report: Feature Request/Bug Report Form

    Re: Feature Request/Bug Report Form
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    The Feature Request/Bug Report Form does not include a drop-down option for Creative Cloud.

    Hi Stephen,
    We are collecting feature requests as idea threads here on the forums versus using that form. If you believe you have discovered a bug with Creative Cloud please post about it here on the forums.
    Thanks,
    -Dave

  • Display xml documents - how to submit a feature request?

    Safari is useless when it comes to render raw xml documents. You have to view the actual source to see the xml.
    Is there an official way to submit a feature request for safari to apple? I would love to see something similar to what firefox does with xml. Safari is such a fast and nice browser, if it only could handle text/xml better...

    As you said Safari simply shows all xml element content concatenated together. But no tags or attribute values. If the ContentType in the http header is set to text/xml Firefox shows an xml tree that you can nicely browse. I think IE5+ and Opera do that too. It is important to set the right content type though. Here is an example that shows nice in FF, but is unreadable in Safari:
    http://ww3.bgbm.org/biocase/pywrapper.cgi?dsa=Herbar
    Sure you can look at the source code, but the xml might not be pretty printed.

  • How to submit a Feature Request

    Anyone know how ot submit a feature request to the Mail team?  I'm so tired of inline attachments.  I feel like I'm using a mail client from the mid 90's.

    See > http://www.apple.com/feedback

  • 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.

  • Lost & Found iPhone with Find My iPhone - Feature Request

    Yes I found the lost phone and I'm very very grateful for the existing feature which works flawlessly once you get a hold of it but from a real life use case, there are things that can be improved that will make it more efficient and effective. This is a summary of feature requests that I figure from the real-life use case of Find My iPhone.
    Earlier this week my friend dropped his iPhone on a cab and realize at the end of the day (he initially thought he left it at home) that it must have fell off his pocket in the cab where he can hardly remember the color of the cab let alone the license plate. Having said that I asked him if he had iCloud turned on (basically Find My iPhone in recent iOS) and so we checked. So here is where all the difficulties begin and please keep in mind that in a situation like this we're always in a hurry if not panicking.....
    1. You typically have more than 1 mobile phones:
    a.) Where its most likely different brand, model, or OS (you don't buy two identical phones) so in this case he has a Samsung Android where iCloud page can not be rendered - it throws an error. So this didn't work
    b.) You need to borrow your friend's "iPhone" to find it and not many people find it obvious that you need to download the Find my iPhone app in addition to just activating iCloud to track a phone. Thats another long step considering in some countries u have a really crappy 3G or sometimes on Edge
    c.) If you are lucky your friend have an iPhone or an iPad, you go to www.icloud.com it doesn't do anything except tell you "how to turn on icloud", download Find my Friends, and Find my iPhone.....you need a laptop browser to be able to use the tracking feature....why????? I understand that it won't work with other brands of mobile phones but these are both Apple's!!!
    2. When you realize that you have lost your phone, you don't always have your laptop or an iPad - but you always have mobile phones let it be your secondary one or your friend's. Moreover, your laptop rarely have cellular connection so even if you have it, aside from the fact that it takes you 15 minutes to boot up your laptop, you also have to find yet ANOTHER phone to tether or find a 3G card to plug in to it so it can use cellular as oppose to just wifi, and then walk around with a laptop looking for the lost phone. And laptop don't have GPS, you don't know where you are relative to your lost phone.
    3. You are trying to look for your iPhone from another iPhone (the most convenient way) but you only see ONE dot that shows your lost iPhone but not "you" who are walking around looking for it so you have to:
    1.) Open the Find My Iphone app and then see where your phone is located
    2.) Open up Google Map (sad but true, Google map is currently the preferable map) to find where you are. Why Google map? In a less developed country, google maps works a lot better in detail.
    3.) Try to find where you are relative to where the lost phone is across 2 maps and 2 different apps. But even if it was Apple map, its still 2 different apps switching back and forth.
    Yes, the idealistic case which would disregard all this is that you have 2 Apple devices logged on to the same iCloud account then you can see 2 dots but not everyone have enough of that to make it useful :-)
    4. You use to have a send message button, lock the phone, make noise, and erase the phone. Now you need to first lock the phone before you can send a message. Understand that you should always lock the phone first but when you're panicking, making the feature obvious would help
    5. Would be nice to know the "percentage" of the battery and being able to shut down all the apps, dim the screen, and etc. to maximize the battery time before the phone goes dead might be helpful.
    It was almost a miracle to get the phone back in a place like this where people tend to immediately shut down your phone and throw away the sim card once they get a hold of it. My friend was very lucky that the phone was in silent and fell into the crack of the backseat and the cab was parked outside the garage so the GPS location was absolutely precise.
    Having mentioned that, iOS7 new security feature that requires your Apple login credentials to erase or turn off Find my iPhone. My question here being it says, find my iphone can continue to display message even after erased - if that is the case will I still be able to track it as well? What if I'm the person who erased it remotely, will I still be able to display message as well as track it?

    This is a user to user community, Apple are unlikely to read your comments, if you have any suggestions that you think might enhance iCloud you can send Apple your feedback here.
    We also can't speculate on what exactly iOS 7's new security features will actually do, all that's available is what has been said so far by Apple, anyone using a developer version is forbidden to discuss it anywhere but in the developers community.

  • Feature Request - Please allow for a "classic" view option.

    Please allow for a "classic" view option like you have in Mail.  Miss the sidebar that had a list of all the calendars using.  The pop up list is not nearly as functional.  iCal in Lion may be great for touch screen users but is a step back on the intuitive scale for Mac users.
    Also, the delete / revert button are too close to the done button.  Too easy to hit on accident.

    This is a good feature request and should be submitted here: Adobe - Feature Request/Bug Report Form
    The team reviews all the requests that come in through that form. It is a guaranteed way to get your request seen while we do not always see everything that gets posted to the forums.

Maybe you are looking for

  • How can I only have my iphoto on the cloud and not in my HD?

    I ran out of HD on my Macbook Air. I want to have my photos only on iCloud. How can I do it?

  • What program created this?..Flash perhaps?

    I stumbled across an amazing looking game "Drawn The Painted Tower" http://www.youtube.com/watch?v=5LRPTXWFqo4 I'm in no way affiliated with this product, yet I'm very curious to learn what kind of program created it? I work in Maya, 3D max, and othe

  • Can i put powerpoint onto my mac pro?

    Can I use powerpoint on the mac pro?

  • No Full Screen iDVD

    I extracted DV from a DVD that was made right on Panasonic tapeless camera. QT inspection says that is 720X480. I imported into FCP edited and exported Quick Time. Then I created iDVD but its not playing a full screen. There is a black box all a way

  • Categories in App store empty?

    Hi! Just got my new ipod touch 8 GB and very pleased. Until yesterday, I would go in the categories in the App store and there would be, well, all sort of categories (games, movies, etc.) now it is empty and I don't know why. Any help out there? many