July 2013 Screenshots

Posting Guidelines
· DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
$ convert -resize 250x250 screenie.png thumb-screenie.png
Sizes Twenty percent of the original size is great for 1024x768 screenies. For bigger sizes (and especially for multi-monitor setups), we ask you to keep in mind not everyone uses broadband, and use an even smaller size (10% of a Full HD setup will still be 192x180, for example). NOTE: Anything wider than 250px or over 50Kb in size will be removed.
You can then upload these images to your server and use the following code to show them on the forum:
[url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]
*Thanks to Thayer for the screenie (more...)
· Several websites offer free image hosting.
Use the "thumbnail for forums" link code that is supplied by the image host to post your thumbnail link.
· Once the new month begins please do not post new screenies in the old threads.
· If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
· Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.
***** Your screenshot will be replaced by a reminder if you do not follow these guidelines *****
* As a simple way to include information about your setup in the screenshot, you can use a tool like Archey, screenfetch or screenfo (all in AUR) to print out details about your window manager, font, shell etc., with a very attractive ASCII Arch logo...

WonderWoofy wrote:Hey, no dwm?  I really like this though.  Can you share your configs?  I am particularly interested how you configured your i3bar.
i like trying new window managers , the configs : 
i3/config
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
# Should you change your keyboard layout somewhen, delete
# this file and re-run i3-config-wizard(1).
# windows
new_window pixel 3
new_float pixel 3
#new_window 1pixel
#new_float 1pixel
hide_edge_borders vertical
# colors
#393939
#class border backgr. text indicator
client.focused #0c73c2 #0c73c2 #825969
client.focused_inactive #222222 #222222 #999999
client.unfocused #222222 #222222 #999999
client.urgent #cd989a #cd989a #2e3436
client.background #121212
# mod key
set $mod Mod4
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. ISO 10646 = Unicode
font "-*-Termsyn.Icons-medium-r-*-*-14-*-*-*-*-*-*-*"
# The font above is very space-efficient, that is, it looks good, sharp and
# clear in small sizes. However, if you need a lot of unicode glyphs or
# right-to-left text rendering, you should instead use pango for rendering and
# chose a FreeType font, such as:
# font pango:DejaVu Sans Mono 10
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# start a terminal
bindsym $mod+Return exec urxvt
#media keys
bindsym XF86AudioRaiseVolume exec amixer set Master 2%+
bindsym XF86AudioLowerVolume exec amixer set Master 2%-
bindsym XF86AudioMute exec amixer sset Master toggle
bindsym XF86AudioPlay exec ncmpcpp toggle
bindsym XF86AudioStop exec ncmpcpp stop
bindsym XF86AudioPrev exec ncmpcpp prev
bindsym XF86AudioNext exec ncmpcpp next
bindsym XF86TouchpadToggle exec ~/bin/touchpad
bindsym $mod+D exec ~/bin/display
bindsym $mod+m exec urxvt -e musics
# floating windows
for_window [title="xfce4-notifyd"] floating enable; border none; focus mode_toggle
for_window [class="Firefox"] border none
for_window [class="Skype"] floating enable
for_window [class="Nitrogen"] floating enable
for_window [class="Thunar"] floating enable
for_window [class="Vlc"] floating enable
for_window [class="Mplayer"] floating enable
# kill focused window
bindsym $mod+Shift+c kill
# start dmenu (a program launcher)
bindsym $mod+p exec dmenu_run -fn "-*-Tamsyn-medium-r-*-*-14-*-*-*-*-*-*-*" -nb "#000000" -nf "#8e8e8e" -sb "#000000" -sf "#006699"
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
# change focus
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+l focus up
bindsym $mod+ntilde focus right
# alternatively, you can use the cursor keys:
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+ntilde move right
# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+h split h
# split in vertical orientation
bindsym $mod+v split v
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+a focus parent
# focus the child container
#bindsym $mod+d focus child
# switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
# reload the configuration file
bindsym $mod+Shift+r reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $mod+Shift+w restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode
# Pressing left will shrink the window’s width.
# Pressing right will grow the window’s width.
# Pressing up will shrink the window’s height.
# Pressing down will grow the window’s height.
bindsym j resize shrink width 10 px or 10 ppt
bindsym k resize grow height 10 px or 10 ppt
bindsym l resize shrink height 10 px or 10 ppt
bindsym ntilde resize grow width 10 px or 10 ppt
# same bindings, but for the arrow keys
bindsym Left resize shrink width 10 px or 10 ppt
bindsym Down resize grow height 10 px or 10 ppt
bindsym Up resize shrink height 10 px or 10 ppt
bindsym Right resize grow width 10 px or 10 ppt
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
#primary bar
bar {
mode dock
position bottom
output LVDS
font "-*-Termsyn.Icons-medium-r-*-*-14-*-*-*-*-*-*-*"
workspace_buttons yes
status_command ~/.i3/conky.sh
tray_output none
colors {
background #000000
statusline #605c5a
separator #000000
focused_workspace #000000 #0b0b0b #ffffff
active_workspace #000000 #000000 #5f5f5f
inactive_workspace #000000 #000000 #5f5f5f
urgent_workspace #2e3436 #9a878f
conky
out_to_x no
own_window no
out_to_console yes
background no
max_text_width 0
# Update interval in seconds
update_interval 2.0
total_run_times 0
override_utf8_locale yes
# De esta forma van los colores
# { "full_text" : "Home ${fs_free /home} Free" , "color" : "\#ffffff" },
TEXT
[{"full_text" : "ê" , "color" : "\#0c73c2" } ,
{"full_text" : "${if_mpd_playing}${mpd_artist} - ${mpd_title}${else}MPD off${endif}" , "color" : "\#5f5f5f" } ,
{"full_text" : "Ú" , "color" : "\#0c73c2" } ,
{"full_text" : "Down ${downspeedf wlan0}" , "color" : "\#5f5f5f"} ,
{"full_text" : "Û" , "color" : "\#0c73c2" } ,
{"full_text" : "Up ${upspeedf wlan0}" , "color" : "\#5f5f5f"} ,
#{"full_text" : "ä" , "color" : "\#0c73c2" } ,
#{"full_text" : "Kernel ${kernel}" , "color" : "\#5f5f5f"} ,
{"full_text" : "í" , "color" : "\#0c73c2" } ,
{"full_text" : "Vol ${exec amixer get Master| egrep -o "[0-9]+%" | head -1 | egrep -o "[0-9]*"}%" , "color" : "\#5f5f5f" } ,
{"full_text" : "ó" , "color" : "\#0c73c2" } ,
{"full_text" : "Bat ${battery_percent}%" , "color" : "\#5f5f5f" } ,
{"full_text" : "É" , "color" : "\#0c73c2" } ,
{"full_text" : "${time %H:%M}" , "color" : "\#5f5f5f" }],
and conky script
#!/bin/sh
echo "{\"version\":1}"
echo "["
echo "[] ,"
conky -c ~/.i3/conkyi3
F34R wrote:
What font u use ?
in urxvt use envy code r and the panel uses termsyn icons

Similar Messages

  • I find the iphone 5s photographs and videos very difficult to copy into my PC after upgrade to ios 7.1.2. Previously I was able to open it in my computer (Windows 8.1 loaded on macbook air 13" July 2013) model, within iphone ikon - DCIM.  Why not now

    After upgrade of my iphone 5s to ios 7.1.2, I am not able to open iphone ikon- Internal Storage-DCIM - in My computer
    The folder is shown as empty
    I use Window 8.1 loaded on my Macbook air 13" July 2013 model
    Should I stop using iphone for photography and use my Canon DSLR
    Taking photo is easy with iphone 5s.  But retreiving the photo/video
    is time consuming and I feel is a waste of time
    Any way out?

    Is your phone unlocked when your importing the pictures.
    This sound more like a window 8 issue.

  • Macbook Air July 2013 freezes (Boot camp Win 7 Pro)

    Hi all,
    Just wanted to know if anyone else has had this issue? I am running win 7 pro 64bit sp1 with the latest boot camp drivers (updated via osx boot camp utiliy a few days ago) and all windows updated up to date. Everything works fine and has installed, but at least once every day the whole computer just freezes up and becomes non responsive. All I can do is power it off and do a hard reset. This is on a brand new July 2013 Macbook Air 13" with a 512gb PCIe Samsung SSD.
    I have taken it into Apple to take a look at, but they refuse to acknowledge the problem saying it is a software issue with Windows. They did their diag tests in-store and everything came up ok. But the funny thing is, the laptop still freezes every day! And all the errors point to a hardware issue.
    Anyway, I did a bit of googling and from the sounds of it it is most likely a faulty motherboard/controller chip. I just wanted to hear from others out there if they were able to fix it any other way other than getting a replacement laptop? Are there any diag tools that I can run to see if the SSD controller is faulty?
    Here are the errors I keep getting
    Event ID 11
    The driver detected a controller error on \Device\Harddisk2\DR3
    The driver detected a controller error on \Device\Harddisk2\DR6
    The driver detected a controller error on \Device\Harddisk2\DR5
    Some other errors which I think could be related
    taskhost (2744) WebCacheLocal: A request to write to the file "xx\AppData\Local\Microsoft\Windows\WebCache\V01.log" at offset 184320 (0x000000000002d000) for 151552 (0x00025000) bytes succeeded, but took an abnormally long time (2451 seconds) to be serviced by the OS. This problem is likely due to faulty hardware. Please contact your hardware vendor for further assistance diagnosing the problem.
    The driver \Driver\WUDFRd failed to load for the device ACPI\ACPI0008\4&1df6a035&0.

    I don't think that PCIe which is only Samsung device would use any other NAND.
    I do think Apple is responsible to provide drivers and enable AHCI mode for it to function properly.
    Was concerned that too many people give far too little space to Windows partition. And that they don't set aside the 11% that Samsung Magician would recommend setting if it could.
    I first read about the MBA and its new SSDs here:
    2013 MacBook Air Disassembled and Benched - Samsung 256GB PCIe SSD ...
    And Samsung PR:
    http://www.samsung.com/global/business/semiconductor/news-events/press-releases/ detail?newsId=12921
    > Samsung started providing the new SSD to major notebook PC makers earlier this quarter. The XP941 lineup consists of 512, 256 and 128GB SSDs.
    So no matter what size it is still going to be Samsung NAND all the way through.
    PCI Express-based SSDs for Ultrabooks, then. The new XP941 series uses PCIe's wider data path to read at nearly 1.4GB/s
    http://www.engadget.com/2013/06/17/samsung-makes-first-pcie-based-ssd-for-ultrab ooks/
    So maybe searches on "XP941" can help turn up tips from around the net.

  • What is the latest kernel number for CPU July 2013

    Hi All,
    have any one patch CPU July 2013 already?
    I want to know what is the latest kernel number after you applied the CPU July 2013 reported by uname -a?
    is it  148888-03?
    Thanks

        Hi LCromwell, I can help you with the most updated software for your Blackberry 9850. I understand what it means to have the most update software so your phone can function the best possible. I show the most updated software for your device is 7.1.0.163 . Here is a link for information and steps for updating the software on your device http://bit.ly/OCOllA . I hope this information was helpful. ^KH

  • I purchased a macbook air in July, 2013 which did not come with a pre-loaded iworks package. i have later learned that apple has made iworks free for OSX mavericks users. can you please suggest me a way to download the iworks package for free.

    I purchased a MacBook Air in July, 2013. I have later learnt that Apple has made iWorks free for OSX Mavericks users. However, the App Store still shows the package as paid for me. I want to know a way of downloading it for free.

    http://www.apple.com/creativity-apps/mac/up-to-date/

  • Things posted to my calendar from July 2013 and past are missing.  Where can I find them?

    Things posted to my calendar from July 2013 and past are missing.  Where can I find them?

    Go to Settings > Mail, Contacts Calendars > Sync Events > All Events

  • What is the current (july 2013) cost to replace a broken out of warranty iphone 4?

    I live in British Columbia, Canada and would like to know what the current price is to buy a replacement iPhone 4 GSM. ANd how do I go about it?
    The only prices I found in the communtities was from back in 2010 or 2011 and was for $199 I read somewhere else (unknown date) that the price was lower at $149. I don't know what currency they were refereing to, (I assume US dollars) I would also like to know if there are also taxes and what is the shipping cost or can I get one from an apple repairshop etc...?
    Thank you

    If your iPod Touch, iPhone, or iPad is Broken
    Apple does not fix iDevices. Instead, they exchange yours for a refurbished or new replacement depending upon the age of your device and refurbished inventories. On rare occasions when there are no longer refurbished units for your older model, they may replace it with the next newer model.
    ATTN: Beginning July 2013 Apple Stores are now equipped to do screen repairs/replacements in-house on iPhone 5s. In some cases while you wait. According to Apple this is the beginning of equipping Apple Stores with the resources needed to do most repairs for iPhones, iPads, and iPod Touches that would not require major replacements. Later in the year the services may be extended as Apple Stores become equipped and staffed with the proper repair expertise. So, if you need a screen repaired or a broken screen replaced or have your stuck Home button fixed, call your local Apple Store to see if they are now doing these in-house.
    You may take your device to an Apple retailer for help or you may call Customer Service and arrange to send your device to Apple:
    Apple Store Customer Service at 1-800-676-2775 or visit online Help for more information.
    To contact product and tech support: Contacting Apple for support and service - this includes international calling numbers.
    iPod Service Support and Costs
    iPhone Service Support and Costs
    iPad Service Support and Costs
    There are third-party firms that do repairs on iDevices, and there are places where you can order parts to DIY if you feel up to the task. Start with Google to search for these.

  • 5 devices on account. upgrade for 1 is july 2013.  want to drop data and phone,

    i have 2 wireless internet modems and access  and 3 phones all on 1 account.  I suspended deadbeats internet and phone in Feb.2013.   I want to drop it.  how?

    If up for an UPGRADE in July, then you still have 9 months left on the contract. It is 9 months because of the suspension. The two months that have been part of the suspension are still there. So if the phone was reactivated today, the upgrade date would be September now with a contract end date of Jan 2014

  • January 2013 Screenshots

    Posting Guidelines
    · DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
    $ convert -resize 250x250 screenie.png thumb-screenie.png
    Sizes Twenty percent of the original size is great for 1024x768 screenies. For bigger sizes (and especially for multi-monitor setups), we ask you to keep in mind not everyone uses broadband, and use an even smaller size (10% of a Full HD setup will still be 192x180, for example). NOTE: Anything wider than 250px or over 50Kb in size will be removed.
    You can then upload these images to your server and use the following code to show them on the forum:
    [url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]
    *Thanks to Thayer for the screenie (more...)
    · Several websites offer free image hosting.
    Use the "thumbnail for forums" link code that is supplied by the image host to post your thumbnail link.
    · Once the new month begins please do not post new screenies in the old threads.
    · If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
    · Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.
    ***** Your screenshot will be replaced by a reminder if you do not follow these guidelines *****
    * As a simple way to include information about your setup in the screenshot, you can use a tool like Archey, screenfetch or screenfo (all in AUR) to print out details about your window manager, font, shell etc., with a very attractive ASCII Arch logo...

    happy new 2013 year archers... let there be health for all out there and just keep it real .... everything else should be just fine
    the setup not changed too much... running killer gnome3 on my desktop pc
    clean shot:
    busy shot 1:
    busy shot 2:
    Using for the setup:
        gnome-shell theme: Faience
        gtk theme: Adwaita
        icon theme: Faience
        cursor theme: Macbuntu-Cursors from this theme
        conky: download config here
        wallpaper: custom one
        shell extensions:
        » Dash to Dock,
        » Frippery Applications Menu,
        » Extension Weather (AUR PKG) ,
        » Remove Accessibility,
        » User Themes
        » WorkSpace indicator
    respect,
    Last edited by ViruSzZ (2013-01-01 10:58:02)

  • March 2013 Screenshots

    Posting Guidelines
    · DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
    $ convert -resize 250x250 screenie.png thumb-screenie.png
    Sizes Twenty percent of the original size is great for 1024x768 screenies. For bigger sizes (and especially for multi-monitor setups), we ask you to keep in mind not everyone uses broadband, and use an even smaller size (10% of a Full HD setup will still be 192x180, for example). NOTE: Anything wider than 250px or over 50Kb in size will be removed.
    You can then upload these images to your server and use the following code to show them on the forum:
    [url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]
    *Thanks to Thayer for the screenie (more...)
    · Several websites offer free image hosting.
    Use the "thumbnail for forums" link code that is supplied by the image host to post your thumbnail link.
    · Once the new month begins please do not post new screenies in the old threads.
    · If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
    · Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.
    ***** Your screenshot will be replaced by a reminder if you do not follow these guidelines *****
    * As a simple way to include information about your setup in the screenshot, you can use a tool like Archey, screenfetch or screenfo (all in AUR) to print out details about your window manager, font, shell etc., with a very attractive ASCII Arch logo...

    MonsterWM!
    Shot #1 Stuff
    Lemonboy's Bar (Slightly altered Shinryuu's Monster II on his dotshares)
          -Anorexia Font (I've always liked how it looked on HIM's awesomewm shots from long ago)
    Terminal: Urxvt
          -Envy Code R (Plus Vim Powerline Patch)
          -PianoBar playing pandora~
    Conky on bottom
    Shot #2 Stuff
    Firefox
          -Personas
          -Pentadactyl Addon (for a vim-like experience)
    Dvol (volume script)
    shot #3 Stuff
    Vim (Solarized Theme)
        Pathogen:   
          -Nerdtree
          -Tagbar
          -Powerline
          -AutoComplPop
          -Bufexplorer
          -c.vim
          -OmniCppComplete
          -snipmate
          -utl.vim
          -vim.easymotion
    Config Files (I need to set up a github...)
    .Xresources
    .vimrc
    .conkyrc
    statusinfo.sh
    wmrun.sh
    bar/config.h
    monsterwm/config.h
    dvol
    Wallpaper
    xcompmgr (xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 &)
    Most of my setup is just slightly tweaked versions of other's configs (Shinryuu's especially). Lastly, I just want to say that I absolutely love this window manager, and I recommend everyone to give it a try (Thanks c00kiemon5ter!).
    Last edited by s33d (2013-03-01 13:25:45)

  • Lync 2013 hosting pack - CU July 2013 Support

    Does the Lync 2013 Hosting Pack support the cumulative update of July?
    What are the known issues?

    My experience was running the LyncServerUpdateInstaller and run Install-CsDatabase on the servers. I haven't had it break mobility though.
    With that in mind so far you only do that when you first install it because there hasn't been any further updates to Lync 2013 Hosting since it was released.
    I have a ticket opened right now about the bad documentation on the deployment guide. My simple url wasn't working because the document says to provide -Tenant $GUID for the meeting URL but it didn't work 100%. However it worked sometimes!!
    The Microsoft tech pointed me to a guys blog (yes thats right.. a non-microsoft blog) that shows to drop the -Tenant $GUID from the meeting URL but make sure you keep the -Tenant $GUID for the dialin url.
    I basically wined and told them I wanted the 100% right way to do it. I wanted them to tell me either the deployment guide was wrong or there was a bug. Two weeks and no reply yet and they just update to say "They are still looking into it"
    Not to mention when I opened the ticket they tried saying "Well this is still a new product". I said its been out for almost a freakin year and its not a NEW product.

  • List of bugs fixed in the July 2013 update

    In addition to all the great features in this week’s release, many bugs were also fixed in the July 10th update. Here is a summary:
    Import
    H.264 444 video files are incorrectly decoded as 422. One manifestation is green artifacts.
    Some XDCAM 422 QuickTime clips fail to import on Mac, and imports only audio on Windows.
    hang on quit if project contains SonyRaw Format clips imported via Media Browser
    Crash on dragging an empty bin from Media Browser to the Project panel, with error message “[..\..\Src\ProjectActions.cpp-2653]”
    Growing Files  
    Growing file sometimes becomes media offline while editing
    Growing file sometimes goes offline while editing
    Capture  
    When capture codec is set to DNxHD 145, clips captured at 1080i setting are created at 1080p.
    If Capture panel and Edit to Tape panel are open at the same time, Capture panel will fail to capture video.
    Capture Device in the capture window becomes Offline after closing the Edit to Tape panel
    Crash on batch capture with tape deck connected via SDI. Error message: [..\..\Src\ManualRecorderUtilities.cpp-348]
    Export  
    [FCP XML Export] No audio with clip if track is muted at export with XML
    OMF Export does not trim audio properly if audio comes from multicamera sequences
    FCP XML’s sometimes lose the correct output assignment and panning information on import.
    Sequence previews are used during movie export regardless of the “Use Previews” Export Settings option being selected or not.
    Some muxed h264 CBR exports are longer than the original source material
    Duration of H264 encodes is shorter than the source by up to a second.
    Smart Render: Media from some decks does not smart render properly 
    Control Surface
    Faders on control surface do not work with an adaptive clip in a multichannel sequence.
    Some control surface faders for Clip Mixer are not updated when switching between sequences for Clip Volume value of 0.0
    Toggle Control Surface Clip Mixer Mode button assignment provides no visual feedback.
    Mute Buttons do not update correctly for some control surface interfaces
    Edit to Tape  
    Edit to Tape Panel: after edit is complete, edit data remains stored in deck, and deck often remains in Insert or Assemble mode. Causes tape export failure on some decks.
    Edit to Tape panel: “Delay Movie Start by [x] frames” is not properly honored in some case
    Audio tracks in Edit to Tape panel do not default to A1 through A4 when switch from “Insert” to “assemble,” then back to Insert
    Export to Tape panel: when switching from Assemble to Insert, all audio channels are selected, even when the channels are unsupported.
    Transmit: Occasional crash on toggling Transmit during timeline playback [Mac only] 
    Playback
    After external I/O device is disconnected, CTI sometimes fails to move
    after stopping playback, AVC-Intra and DVCPro HD files take 15 – 20 seconds to render frames for playback
    Some XDCAM QT MOV clips show Media Pending graphic for extended period and exhibit poor scrubbing and playback
    Audio  
    Various issues interfacing with audio drivers on Mac that could result in failed audio recording or playback, issues connecting to audio devices, audio issues upon the computer waking.
    Poor quality audio when using some USB microphones in conjunction with a capture card
    Audio distortion with audio enabled on some capture cards
    Adaptive clips exported to Audition lose audio when channels are remapped.
    Channel mapping of 5.1 clips exported to Audition is sometimes incorrect
    Only the first audio channel of SonyRaw plays clips play when loaded into the Source monitor from Media Browser
    Crash with error message “[..\..\Src\Content\AudioSequenceContent.cpp-903]”
    Timecode  
    Timecode for some DPX clips is not handled properly
    Premiere does not read correct start timecode from .mp4 files from some cameras
    Merged Clips: “Reveal in Project” does not work with Merged Clips 
    Relink
    Media not relink-able after converting a project from CS6 to CS7: Error message “Cannot Link Media: The selected file cannot be linked because it has 2 audio channels and the clip was created with 1 audio channels”
    “Log Note” in Clip Metadata is lost after relinking
    Sequence Settings: New Sequence from Clip: Some stereo clips yield a sequence with audio set to 10 Channel Mono 
    Timeline/Editing
    The Timeline panel does not redraw correctly after audio keyframes are deleted.
    Relevant menu options are unavailable when an empty timeline has focus.
    Record Voice Over does not work when an Out point is set in Timeline
    New audio tracks initialize at minimum track height in cases where they should be expanded
    Crash on undoing a razor edit with with multiple clips selected, with error message “../Src/Sequence/PersistentGroup.cpp-108” or “../Inc/Sequence/TrackItemGroup.h-215”
    Multicam  
    Upon flattening a multicam sequence, transitions are applied on the wrong layers. Can lead to crash with error message […Src\Sequence\Action\SequenceAddTransitionAction.cpp-57".]
    “Extend Previous Edit”: command can result in incorrect media being used.
    Duplicate frame indicators are shown in Multicam edits where clips from different cameras have overlapping timecode
    When a given multicam sequence is already loaded in the Source monitor, the Match Frame command does not auto-select the correct camera
    Multicam project lost all multicamera source synchronization after re-recording cuts then save/reopen project
    Sync by Audio  
    When syncing by audio fails, user receives no notification
    If a track in the Timeline contains multiple copies of a source clip, then Synchronize by Audio can sync to wrong clip
    Syncing by audio can move audio track items that are on the same track in the Timeline but not selected
    When one of the selected track items is a nested sequence, Syncing by audio always moves other A/V clip.
    Effects and Transitions 
    Color at edges of crisp mattes is inverted (GPU acceleration only)
    Effects Panel: the Accelerated Effects badges are not displayed (Windows only)
    Error in the way dissolves are rendered with Composite in Linear Color is enabled
    Three-Way Color Corrector does not handle Levels correctly in GPU playback mode
    Clipping occurs with some color correction plugins at values greater that 1
    Insert Sequence as Clips: If a sequence contains a layered PSD, App crashes upon inserting it into another sequence as clips [KEM roll] 
    Metadata: Crash during metadata refresh
    Markers
    On tabbing with an uncommitted edit in the Markers panel, the Text Edit Control sometimes loses focus
    When playhead is on a clip marker, Clear Current Marker can instead delete a sequence marker
    Closed Captions  
    Quicktime exports with embedded captions can have frame size problems when viewed in QT player 7 and Premiere
    if the project contains captions, project file size grows with each save.
    Creative Cloud: CC Authentication is not remembered in some cases.

    Mark Mapes wrote:
    I think it's safe to be a little more specific in the case of the CC authentication bug: the fix was specific to manually syncing settings from Premiere Pro.
    Mark, I was going to start a new thread about this but since you brought up sync settings here, I'll ask...
    I just had my assistant editor finally download PPro CC since it's more ready now and I had her sync settings with my uploaded settings. It worked great. The only issue was that my computer is a 27" iMac and her's is a 15" macbook pro so when she started a new project all the windows of her new imported workspace were WAY too huge going way off her smaller screen. Is that normal? Is there a quick fix to that to make it quickly "fit" her screen? It's not the end of the world as it took just a few minutes to drag the windows around to fit, but just curious.
    Thanks for the bug list btw!

  • TS4036 How do I restore my iPhone 4 loaner phone back to July 2013? It has restored to March 2013... I never recieved the option to restore it to July 2013 when I connect to the wifi at home.

    Last week I had to recieve an iPhone 3S loaner phone. The guy at the counter restored it partly (expect for apps); it worked like a headach and I exchanged it for an iPhone 4. He handed it over to me and said I could restore it once I was home. I go home, connect to my wifi, and nothing happens. I am unable to restore it so I plugged it into my laptop to restore from iTunes. It restores it from March 2013... I would like to have the newest backup as possible. I have tried to reset it to Factory Setting, taken out the SIM Card. And recently did the 6.1.3 Software Update.
    Can anyone help me please!

    If you restored from itunes, then you got the newest backup it had.  Are you sure you didn't back up to it recently?  Maybe you were backing up to icloud.  The two are different.

  • May 2013 Screenshots

    Posting Guidelines
    · DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
    $ cp screenie.png thumb-screenie.png
    $ mogrify -resize 250x250 thumb-screenie.png
    Sizes Twenty percent of the original size is great for 1024x768 screenies. For bigger sizes (and especially for multi-monitor setups), we ask you to keep in mind not everyone uses broadband, and use an even smaller size (10% of a Full HD setup will still be 192x180, for example). NOTE: Anything wider than 250px or over 50Kb in size will be removed.
    You can then upload these images to your server and use the following code to show them on the forum:
    [url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]
    *Thanks to Thayer for the screenie (more...)
    · Several websites offer free image hosting.
    Use the "thumbnail for forums" link code that is supplied by the image host to post your thumbnail link.
    · Once the new month begins please do not post new screenies in the old threads.
    · If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
    · Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.
    ***** Your screenshot will be replaced by a reminder if you do not follow these guidelines *****
    * As a simple way to include information about your setup in the screenshot, you can use a tool like Archey, screenfetch or screenfo (all in AUR) to print out details about your window manager, font, shell etc., with a very attractive ASCII Arch logo...

    suare wrote:
    wolfcore wrote:
    suare wrote:
    Let's get this shit started.
    http://ompldr.org/taTl4Mg
    This looks soooo nice.
    What editor is that at the bottom, and how did you make its statusbar look like that?
    Hey!! It's emacs and I'm using this sick plugin.
    That's awesome, thanks for sharing. I'm a vim user, but am going to start working through Practical Common Lisp pretty soon so I might give emacs and that plugin a try!

  • February 2013 Screenshots

    Posting Guidelines
    · DO NOT post full resolution screenshots!  You can use the "mogrify" command (pacman -S imagemagick) to make a thumbnail of your screenshot:
    $ convert -resize 250x250 screenie.png thumb-screenie.png
    Sizes Twenty percent of the original size is great for 1024x768 screenies. For bigger sizes (and especially for multi-monitor setups), we ask you to keep in mind not everyone uses broadband, and use an even smaller size (10% of a Full HD setup will still be 192x180, for example). NOTE: Anything wider than 250px or over 50Kb in size will be removed.
    You can then upload these images to your server and use the following code to show them on the forum:
    [url=http://my.site.com/screenie.png][img]http://my.site.com/thumb-screenie.png[/img][/url]
    *Thanks to Thayer for the screenie (more...)
    · Several websites offer free image hosting.
    Use the "thumbnail for forums" link code that is supplied by the image host to post your thumbnail link.
    · Once the new month begins please do not post new screenies in the old threads.
    · If the screenshot has questionable material that might not be safe to view while at work or in a school setting, please post only a link and not a thumbnail, along with a mention of "Not Safe for Work". Posts that do not adhere to this are subject to deletion without notice at any time.
    · Please try to include any links to your wallpaper or configs that you may have and/or the names of your icon theme, running apps, DE, etc. in the same post to reduce unnecessary clutter later.
    ***** Your screenshot will be replaced by a reminder if you do not follow these guidelines *****
    * As a simple way to include information about your setup in the screenshot, you can use a tool like Archey, screenfetch or screenfo (all in AUR) to print out details about your window manager, font, shell etc., with a very attractive ASCII Arch logo...

    kaptenen wrote:
    silentmike wrote:
    http://i.imgur.com/FH8HQ43.png
    Pantheon with "Orion" gtk theme. Elementary icons + window deco.
    "Raavi" font, with "Consolas" for fixed width.
    Wallpaper Gotas by kiko11 on DeviantArt
    Term colours @ http://dotshare.it/dots/514/
    .screenrc @ http://dotshare.it/dots/515/
    How does the Orion gtk theme works for you? The only theme that works good for me on Pantheon is Evolve.
    I get a minor issue with the notification popups, but other than that it's pretty spiffy.

Maybe you are looking for

  • My iTunes rentals are not appearing in my Library

    The files are visible (but not playable) in the iTunes Media folder, but the Rentals tab has disappeared from my Library - any ideas? 

  • Java 2 Standard Edition and no Javac

    I'm new to java, so I just grabbed the latest development kit, 1.4, and installed it. It was going through the tutorial when I discovered I was missing a pretty imporant peice, the compiler. I tried reinstalling, as well as installing 1.4.1, and I st

  • I can't connect to my Wi-Fi from My iPad 3G!

    Hi! I bought a iPad 16GB 3G for maybe a month ago and I can't connect to my Wi-Fi. I bought it in Sweden and I live in Sweden. Now I can only go on Safari and such on My 3G network. Please help!

  • Horizontal artifacts appear in standalone quicktime exports

    We are having some trouble recently after upgrading to 6.0.2, where in one of our projects, exporting standalone quicktimes produces a horizontal stripe of dead pixels. This is not in the original footage, nor does it appear in the timeline when work

  • File Sharing between two macs

    Hello and happy new year everyone! I have a MBP running Snow Leopard and i recently bought an iMac running Lion. I would like to set up a network at home to easily transfer my data. What i did was to enable file sharing in both machines (connected to