My conky and rox layout:

hello,
this thread answers some questions from this thread http://bbs.archlinux.org/viewtopic.php?id=36457
yes, the statistics line at the top is conky. it's a pretty simple setup. just everything written in line w/ "|" as separators.
the .conkyrc:
# Conky sample configuration
# the list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
# set to yes if you want Conky to be forked in the background
background yes
# X font when Xft is disabled, you can pick one with program xfontsel
#font 5x7
#font 6x10
#font 7x13
#font 8x13
#font 9x15
#font *mintsmild.se*
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
# Use Xft?
use_xft yes
# Xft font when Xft is enabled
#xftfont Tahoma:size=10
#xftfont arial:size=11
xftfont architecture:size=15
# Text alpha when using Xft
xftalpha 1.0
# mail spool
mail_spool $MAIL
# Update interval in seconds
update_interval 2.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window no
# If own_window is yes, you may use type normal, desktop or override
own_window_type normal
# Use pseudo transparency with own_window?
own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour here
own_window_colour hotpink
# If own_window is yes, these window manager hints may be used
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
# Minimum size of text area
minimum_size 3 3
# Draw shades?
draw_shades no
# Draw outlines?
draw_outline no
# Draw borders around text
draw_borders no
# Draw borders around graphs
draw_graph_borders yes
# Stippled borders?
stippled_borders 8
# border margins
border_margin 4
# border width
border_width 1
# Default colors and also border colors
default_color 080808
default_shade_color 213129
default_outline_color black
# Text alignment, other possible values are commented
alignment top_left
#alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 2
gap_y 15
# Subtract file system buffers from used memory?
no_buffers yes
# set to yes if you want all text to be in uppercase
uppercase no
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# number of net samples to average
# set to 1 to disable averaging
net_avg_samples 2
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects.
use_spacer no
# Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
#max_port_monitor_connections 256
# Maximum number of special things, e.g. fonts, offsets, aligns, etc.
#max_specials 512
# Maximum size of buffer for user text, i.e. below TEXT line.
#max_user_text 16384
# variable is given either in format $variable or in ${variable}. Latter
# allows characters right after the variable and must be used in network
# stuff because of an argument
# stuff after 'TEXT' will be formatted on screen
TEXT
${time %d.%m.%y %H:%M:%S} | $loadavg | Proc: $processes/$running_processes | CPU: $cpu % | RAM: $mem/$memmax | Swap: $swap/$swapmax | DiskIO: $color$diskio | In: ${downspeed eth0} k/s ${upspeed eth0} k/s | Ex: ${upspeed eth1} k/s ${downspeed eth1} k/s | Cpu:$color ${exec expr `cat /sys/bus/i2c/devices/0-002d/temp2_input` / 1000} C Mb:$color ${exec expr `cat /sys/bus/i2c/devices/0-002d/temp1_input` / 1000} C
$color slash ${color grey} $color${fs_used /} ${color grey} - $color${fs_free /}
$color var ${color grey} $color${fs_used /var} ${color grey} - $color${fs_free /var}
$color vlad ${color grey} $color${fs_used /home/vlad} ${color grey} - $color${fs_free /home/vlad}
font is architecture:size=15. i don't know where i got it from. i collect fonts since my windows days, which are long gone....
the icons are called concept or somehow similar and i got the from (where all good icons come from) http://search.deviantart.com .
i've searched them a little, but i can't find them again... (i think j3concepts made them)
Could u also elaborate this line < pixmap_path "~/.icons/panel_icons/icons_2" > ?
you tell rox to search in this directory for icons. the directory (panel_icons/icons_2) is an arbitrary dir for putting my own icon themes together.
the panel at bottom is wbar. a brilliantly small panel for light-weight desktops/wm. http://freshmeat.net/projects/wbar/?bra … _id=259132
some more screens:
http://img444.imageshack.us/my.php?imag … 24aqd0.png
i'm running openbox3.4, wallpaper from desktopography.
i think that's all, folks!
vlad
ps:
i forgot the gtk2 and openbox theme is dyne:
http://www.gnome-look.org/content/show. … tent=61936
http://www.box-look.org/content/show.ph … tent=62000
the openbox theme is tweaked by my for my likings. i _really_ like the stuff made by lyrae:
http://www.box-look.org/usermanager/sea … n=contents
i think that's all, folks!
Last edited by DonVla (2007-08-24 19:05:39)

DonVla wrote:
hello,
yes, the statistics line at the top is conky. it's a pretty simple setup. just everything written in line w/ "|" as separators.
the .conkyrc:
<snip>
One suggestion I'd like to make for the .conkyrc you posted is that using:
use_spacer yes
is very helpful, especially in single-line / horizontal conky set-ups* where monitors' changing width can be more visually apparent / displeasing. Of course, this is only helpful with monospace fonts.
Also, if I may, I normally use a vertical conky layout which allows for much more information / monitors to be used. With single-line horizontals, you are much more limited in what will fit across the screen. As such, I created this script which toggles between various "conkyrc" files:
#!/bin/sh
##Script Name: toggle_conky
##Description of Script: toggle launch / close of conky
##Date: 2007 0826
conkypid="$(pidof -s conky)"
conkyrc_1="$HOME/.conkyrc"
conkyrc_2="$HOME/.conkyrc_HORIZMain"
conkyrc_3="$HOME/.conkyrc_HORIZHwStatus"
conkyrc_4="$HOME/.conkyrc_HORIZDisks"
tmpfile="/tmp/myconky_status"
# run conkyrc default
function conky_1 {
conky -c $conkyrc_1 &
echo '2' > $tmpfile
# run alternate 2 conkyrc
function conky_2 {
kill -15 $conkypid
conky -c $conkyrc_2 &
echo '3' > $tmpfile
# run alternate 3 conkyrc
function conky_3 {
kill -15 $conkypid
conky -c $conkyrc_3 &
echo '4' > $tmpfile
# run alternate 3 conkyrc
function conky_4 {
kill -15 $conkypid
conky -c $conkyrc_4 &
echo '100' > $tmpfile
# quit conky
function conky_100 {
kill -15 $conkypid
rm -f $tmpfile
if [ -z "$conkypid" ] ; then
conky_status="1"
elif [ -n "$conkypid" ] && [ -f "$tmpfile" ] ; then
conky_status=$(cat $tmpfile)
fi
case "$conky_status" in
1)
conky_1
2)
conky_2
3)
conky_3
4)
conky_4
100)
conky_100
esac
exit
Just create a desktop or panel launcher (or whatever you might use for a particular DE) pointing to the script. In this example, clicking the launcher:
- the first time = launching default conky w / default conkyrc
- the second time = launching horizontal conky w / .conkyrc_HORIZMain
- the third time = launching horizontal conky w / .conkyrc_HORIZHwStatus
- the fourth time = launching horizontal conky w / .conkyrc_HORIZDisks
- the fifth time = quitting conky
By using the script, you can keep the minimalist horizontal set-up while retaining flexibility of switching monitors simply by clicking the launch icon (of course you have to also prepare separate conkyrc files). By creating more conkyrc files and modifying the script to accommodate them, you could "rotate" between any number of conky layouts to suit your needs.
Just thought I'd throw this out there.
* Note: I realize that you aren't using a single-line horizontal layout based on your posted conkyrc, but from the screenshot in the original post, it appeared that way to viewers of the screenshot because you had open windows covering the other areas.
Last edited by MrWeatherbee (2007-08-26 20:28:51)

Similar Messages

  • Conky and ROX --pinboard [solved]

    Right now my background is being set by ROX. I want Conky to be transparent, but it only shows up as a black background (the backround w/o ROX). How can I set Conky to be transparent to the ROX backbround?

    Nevermind. I figured it out, I just used feh to also set the background, andded it to my .xinitrc. Works fine.

  • Urgent help needed!! Layout table and Draw layout cell dissapeared.

    I need some urgent help. I'm using CS3 but for a while my
    Layout Table and Draw Layout Cell icons appear greyed and can't use
    them at all. Is there any kind soul out there who knows how to fix
    this? I'm going nuts trying all the possible options but none seem
    to work.
    Help please!!!!!!

    > How would you about designing a page without using html?
    You don't. But I don't recall suggesting that you not use
    HTML. I just
    suggested that you use best-practice HTML, no? Or maybe you
    meant to ask
    how you would go about building your site without learning
    HTML? In that
    case, I think you are outta luck. Using DW without knowing
    HTML is a very
    punishing experience, I'm afraid.
    > PS: A virtual box of 12 bottles of Moet Chandon is
    already on your way!!
    I'd prefer Cristal, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Untersberg" <[email protected]> wrote in
    message
    news:g4tj9a$m5o$[email protected]..
    > Ahhhhhh!!!!! They came up!!!! They came up again!!
    > I was on standard mode. Now going back to your
    suggestion, which I really
    > appreciate. How would you about designing a page without
    using html? I'm
    > just
    > redesigning my website at the moment and need it to get
    going urgently,
    > hence
    > the reluctance to start learning HTML at the moment.
    I'll do after but I
    > need
    > to get this up and running fairly quickly.
    >
    > Cheers.
    >
    > PS: A virtual box of 12 bottles of Moet Chandon is
    already on your way!!
    >

  • [solved] Issue with conky and Kde 4

    I have a small issue with conky and KDE 4.2. I start conky with a script which I stored under ~/.kde/Autostart. The script is simple and looks like this..
    conky -c ~/.conkyrc_kde4
    This works fine. But when I restart the first KDE and check with ps, I have 2 instances of conky running. The instances keep on growing with the number of restarts.
    I think kde tries to restart all the apps which were running when the session was terminated. Is there a way to change this behavior in general or all the programs or for only a specific program like conky ?
    Last edited by rangalo (2009-07-28 19:02:17)

    I did
    Systemsettings > Advanced > Session Manager > Start with an empty session
    and put everything you want in Autostart

  • HT203477 My FCP 10.1 is freezing at  "Restore window layout" I am running on mavericks and the layout folder in not in applications support... What do I do ???

    My FCP 10.1 is freezing at  "Restore window layout" I am running on mavericks and the layout folder in not in library/applications support/ final cut pro... What do I do ???

    Had the same issues. For me, I found unmounting any external drives and relaunching FCPX worked.
    Mavericks seems to have some issues with launching Final Cut, so its best to launch and then plug in any external drives - hope that helps.
    Source - http://support-partners.com/troubleshooting-tips-for-fcpx-on-mavericks/
    M

  • Problem uploading web content (Templates) developed in DW CS6 and Liquid layouts

    Hi
    I have developed some templates in Dreamweaver CS6 and Liquid Layouts
    However when I want to preview them in a browser, they come out blank (No Data at all)
    I have tried this without Liquid and works fine, minor bugs that can be fixed like background image not visible
    It seems the problem its at the BC system
    Will appreciate help on this matter
    Thanks

    Mario, person made the same thread 4 times now:
    http://forums.adobe.com/thread/1099238
    Just keeps posting the same post in a new thread over and over.

  • Functionality for Select and Save layout in a report output

    Hi,
    I had developed a report program containing several fields in the output and requires the Functionality for Select layout and Save layout in a report output.
    Please suggest.
    Thanks,
    Shariq.

    While calling the FM for List Display ( "REUSE_ALV_LIST_DISPLAY" or "REUSE_ALV_GRID_DISPLAY" ) set the Parameter I_SAVE for Setting the Layout and Selecting a different Layouts.
    The possible values for I_SAVE are "A", "U", "X" or others. Depending on the requiement you can set different values for the Parameter I_SAVE.
    ' ' = display variants cannot be saved
    Defined display variants (e.g. delivered display variants) can be selected for presentation independently of this flag.
    Changes can not be saved.
    'X' = standard save
    Display variants can be saved as standard display variants.
    User-specific saving is not possible.
    'U' = only user-specific saving
    The user can only save display variants user-specifically
    'A' = standard and user-specific saving
    The user can save a display variant user-specifically and
    as standard display variant. The user chooses in the display variant
    save popup.
    Reward points if helpful.

  • Drag and Drop Layout feature for regions

    Wondering if there is a drag and drop layout feature for regions in 3.1.2 (or below that I might have missed) or if there are plans for it in future releases. I know that this feature is available for items in a region but interested for the many regions I have on a page. I think it would be a nice feature to have instead of having to go into a page template to get the layout I want.
    Thoughts?
    Thanks,
    Russ

    Look at the following link:
    Drag and drop - like the builder?

  • "drag and drop layout missing in 4.2"

    The drag and drop layout is missing in 4.2
    So we have no GUI to arrange regions or items in a region...
    So I'm not sure if going to 4.2 is a step forward at all?
    Apex needs to be more drag and drop configurable not less surely ?

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • How can I stop my site from appearing at the left in the tablet and phone layouts?

    At the moment my site works on desktop browsers but appears pinched to the left on phones and tablets.
    www.lrproductions.biz
    I have checked for any miscellaneous text boxes, and I also removed the scrolling fx to try and fix the the bug. Nothing seems to be working. I would really appreciate any help.
    Hughie

    Hello,
    Please make sure that there is no element line rectangle or text box outside browser are in Phone and tablet layout.
    If it is then either delete them or move it inside browser area.
    To find the exact browser area Please click on View > Show Grid Overlay. Pink Shaded area is the browser area.
    Please let me know if it do not work for you.
    Regards
    Vivek

  • I am making a book in iPhoto using a double page spread and blank layout. I can't find a way to minimize the picture. it is too big in all the themes. I seems like there must be a way to shrink it not just zoom to make it fit?

    I am making a book in iPhoto using a double page spread and blank layout. I can't find a way to minimize the picture. it is too big in all the themes. I seems like there must be a way to shrink it not just zoom to make it fit?

    Command (right) - click on the photo and select Fit to Frame in the contextual menu:
    Not all frames in a theme offer that feature but most do.  The spread layout doesn't.
    OT

  • [b]How to achive wide_thin and thin_wide_thin layout[/b]

    Hi,
    i am unable to get wide_thin and thin_wide_thin layouts. Can u any one please let me know. Following contains conatiner and provider xml,s .
    Thanks in advance
    Arun
    Container XML
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <!DOCTYPE DisplayProfile SYSTEM "jar://resources/psdp.dtd">
    <Container name="DWHomeTableContainer" provider="DWHomeTableContainerProvider" merge="fuse">
    <Properties>
    <String name="title" value="Front Table Container Channel"/>
    <String name="contentPage" value="GMtoptable.jsp"/>
    <String name="description" value="This is a test for front table
    containers" />
    <String name="Desktop-fontFace1" value="Sans-serif"/>
    <Collection name="categories">
         <String value="WorkbenchChannels"/>
         <String value="MessageChannels"/>
    </Collection>
    <Collection name="WorkbenchChannels">
         <String value="DWHomeTableContainer/GMShortCut"/>
         <String value="DWHomeTableContainer/GMWorkBench"/>
         <String name="DWHomeTableContainer/GMURLChannel"/>
    </Collection>
    <Collection name="MessageChannels">
         <String name="DWHomeTableContainer/GMMessages"/>
         <String name="DWHomeTableContainer/GMNewsInfo"/>
         <String name="DWHomeTableContainer/GMUrgentMesg"/>
    </Collection>
    <Collection name="channelsRow" advanced="true">
         <String name="DWHomeTableContainer/GMMessages" value="2"/>
         <String name="DWHomeTableContainer/GMNewsInfo" value="4"/>
         <String name="DWHomeTableContainer/GMShortCut" value="3"/>
         <String name="DWHomeTableContainer/GMUrgentMesg" value="1"/>
         <String name="DWHomeTableContainer/GMWorkBench" value="5"/>
         <String name="DWHomeTableContainer/GMURLChannel" value="6"/>
    </Collection>
    </Properties>
    <Available>
         <Reference value="DWHomeTableContainer/GMMessages"/>
         <Reference value="DWHomeTableContainer/GMNewsInfo"/>
         <Reference value="DWHomeTableContainer/GMShortCut"/>
         <Reference value="DWHomeTableContainer/GMUrgentMesg"/>
         <Reference value="DWHomeTableContainer/GMWorkBench"/>
         <Reference value="DWHomeTableContainer/GMURLChannel"/>
    </Available>
    <Selected>
         <Reference value="DWHomeTableContainer/GMMessages"/>
         <Reference value="DWHomeTableContainer/GMNewsInfo"/>
         <Reference value="DWHomeTableContainer/GMShortCut"/>
         <Reference value="DWHomeTableContainer/GMUrgentMesg"/>
         <Reference value="DWHomeTableContainer/GMWorkBench"/>
         <Reference value="DWHomeTableContainer/GMURLChannel"/>
    </Selected>
    <Channels>
    <Channel name="GMUrgentMesg" provider="UrgentMesgProvider">
         <Properties>
              <String name="title" value="Urgent Message"/>
              <String name="description" value="Select Urgent Messages" />
              <String name="width" value="thin" advanced="true"/>
         </Properties>
    </Channel>
    <Channel name="GMMessages" provider="MessagesProvider">
         <Properties>
              <String name="title" value="Messages"/>
              <String name="description" value="Select Messages" />
              <String name="width" value="thin" advanced="true"/>
         </Properties>
    </Channel>
    <Channel name="GMNewsInfo" provider="NewsInfoProvider">
         <Properties>
              <String name="title" value="News Information"/>
              <String name="description" value="Select News Information" />
              <String name="width" value="thin" advanced="true"/>
         </Properties>
    </Channel>
    <Channel name="GMShortCut" provider="MyShortcutsProvider">
         <Properties>
              <String name="title" value="My Shortcuts"/>
              <String name="description" value="Select My Shortcuts" />
              <String name="width" value="thick"/>
         </Properties>
    </Channel>
    <Channel name="GMWorkBench" provider="WorkBenchProvider">
         <Properties>
              <String name="title" value="Workbench"/>
              <String name="description" value="Select Workbenchs" />
              <String name="width" value="thick"/>
         </Properties>
    </Channel>
    <Channel name="GMURLChannel" provider="GMURLScraperProvider">
         <Properties>
         <String name="refreshTime" value="600" advanced="true"/>
         <String name="url" value="http://onstar.wipro.com"/>
         <String name="wmlURL" value="file:///etc/opt/SUNWps/desktop/default/CustomURLSC/wml/ipinfo.wml"/>
         <String name="chtmlURL"     value="file:///etc/opt/SUNWps/desktop/default/CustomURLSC/chtml/ipinfo.chtml"/>
         <String name="title" value="URL Scraper Channel"/>
         <String name="width" value="thin" advanced="true"/>
         </Properties>
    </Channel>
    </Channels>
    </Container>
    Provider xml
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <!DOCTYPE DisplayProfile SYSTEM "jar://resources/psdp.dtd">
    <Provider name="DWHomeTableContainerProvider" class="com.naportal.GMTableContainerProvider">
    <Properties>
    <String name="contentPage" value="GMtoptable.jsp"/>
    <Integer name="timeout" value ="1800"/>
    <Integer name="layout" value="2"/>
    <Boolean name="showExceptions" value="false"/>
    <Boolean name="parallelChannelsInit" value="false"/>
    <String name="title" value="Table Container Provider"/>
    <String name="description" value="DESCRIPTION"/>
    <String name="refreshTime" value="0"/>
    <String name="width" value="thin"/>
    <String name="fontFace1" value="Sans-serif"/>
    <String name="Desktop-fontFace1" value="Sans-serif"/>
    <String name="productName" value="Sun ONE Portal Server"/>
    <String name="presetThemeChannel" value="JSPPresetThemeContainer"/>
    <String name="customThemeChannel" value="JSPCustomThemeContainer"/>
    <Boolean name="refreshParentContainerOnly" value="false"
    advanced="true"/>
    <Boolean name="isEditable" value="true"/>
    <String name="editType" value="edit_complete"/>
    <String name="editContainerName" value="ipsdtJSPEditChannel"/>
    <Integer name="thin_popup_height" value="200"/>
    <Integer name="thin_popup_width" value="500"/>
    <Integer name="thick_popup_height" value="300"/>
    <Integer name="thick_popup_width" value="600"/>
    <Integer name="fullwidth_popup_height" value="500"/>
    <Integer name="fullwidth_popup_width" value="600"/>
    <Collection name="categories">
         <String value="WorkbenchChannels"/>
         <String value="MessageChannels"/>
    </Collection>
    <Collection name="WorkbenchChannels">
         <String value="DWHomeTableContainer/GMShortCut"/>
         <String value="DWHomeTableContainer/GMWorkBench"/>
    </Collection>
    <Collection name="MessageChannels">
         <String value="DWHomeTableContainer/GMUrgentMesg"/>
         <String value="DWHomeTableContainer/GMNewsInfo"/>
         <String value="DWHomeTableContainer/GMMessages"/>
         <String value="DWHomeTableContainer/GMURLScraperProvider"/>
    </Collection>
    <Boolean name="defaultChannelIsMinimizable" value="false"/>
    <Boolean name="defaultChannelIsMinimized" value="false"
    advanced="true"/>
    <Boolean name="defaultChannelIsDetached" value="false"
    advanced="true"/>
    <Boolean name="defaultChannelIsDetachable" value="false"/>
    <Boolean name="defaultChannelIsRemovable" value="true"/>
    <Boolean name="defaultChannelHasFrame" value="false" advanced="false"/>
    <Boolean name="defaultChannelIsMovable" value="false"/>
    <Boolean name="defaultBorderlessChannel" value="true" advanced="false"/>
    <String name="defaultChannelColumn" value="1" advanced="true"/>
    <String name="defaultChannelRow" value="1" advanced="true"/>
    <Collection name="channelsIsMinimized" advanced="true"/>
    <Collection name="channelsIsDetached" advanced="true"/>
    <Collection name="channelsHasFrame" advanced="true"/>
    <Collection name="channelsIsMinimizable"/>
    <Collection name="channelsRow" advanced="true"/>
    <Collection name="channelsColumn" advanced="true"/>
    <Collection name="channelsIsMovable"/>
    <Collection name="channelsIsDetachable"/>
    <Collection name="channelsIsRemovable"/>
    <Collection name="borderlessChannels"/>
    </Properties>
    </Provider>

    Hi,
    There are three layout types.
    THIN_THICK = 1
    THICK_THIN = 2
    THIN_THICK_THIN =3
    change the value of layout in your Provider xml.
    eg:
    <Integer name="layout" value="2" /> - for wide_thin
    <Integer name="layout" value="3" /> - for thin_wide_thin
    Thanks,
    Ravi

  • Save Layout and change Layout button.

    Hi Guys,
                Im calling the below method of class: cl_gui_alv_grid.
        gs_variant_lic-report = sy-repid.
        gs_variant_lic-username = sy-uname.
          CALL METHOD gi_alv_lic->set_table_for_first_display
            EXPORTING
              i_structure_name         = 'Z_STRUC'
              is_variant                    = gs_variant_lic
              i_save                        = 'A'
              is_layout                    = ls_layout
    However, the Select layout and Save Layout button dont appear.
    Instead i get the button 'Choose Layout'.
    If i dont pass gs_variant, i get single button 'Change Layout'.
    My requirement is to get 3 buttons: 'Change Layout', 'Select Layout' and 'Save Layout'.
    How can i achieve that?
    Thanks,
    Rohit.

    Please share how did u solved it?

  • T-code: FBL1N  - Change Layout , Select Layout and Save Layout

    hi all,
    T-code: FBL1N  - Change Layout , Select Layout and Save Layout
    3 of the layout was grey out and does not allow me to choose.
    Anyone can help?
    Thanks.
    Joo

    Hi KK,
    Pls follow the steps below:
    1. In the SAP Screen where u get the Change layout icon is grey out.
    2. Pls type /nSU53.
    3. After that pls open a new session.
    4. Pls type SUIM
    5. Now, select the "ROLES"
    6. Enter your SAP ID and the T-code and click execute
    7. The roles will displayed and kindly double click it.
    8. Go to the authorization object tab
    9. Select display authorization object (Bottom left)
    10.Select FIND and enter the authorization object where you can get from /nSU53. The authorization object is start with F_*.
    11.Now, click on the display and you can see the authorization object is missing.
    12.You can sent the screen shot and request the SAP FICO Functional Team to maintain it in the SAP System.
    Assign points if useful
    Thanks.
    Joo

  • PLEASE HELP!  members deleted after refreshing, current report and report layout

    Hi ,
    First of all , before explain my issue, I read the note about March Microsoft update, and my symptoms aren't exactly similar but almost the same.
    And it appeared last week, so one month after the ms update.
    So, I opened my report, and I see that current report and report layout are greyed out,
    I try to refresh the report and some members in rows axis are deleted.
    I'm only  one to have this problem in my team.
    Is there anybody able to solve my issue please ?
    Thanks in advance
    Jonas
    P.S  sorry for my english.

    Hi Marco,
    First of all, sorry to reply long a time after you answer but I was so very busy with another things.
    In fact, It's was a mistake, It's sure that it's not about an update. My issue comes only when I save my report in a different server, When I'm in the  source server,  I select the target server with  "Select Another Connection" process And I save my report in the target server.
    After that,  lot of members are dissapeared in my row axis.
    I don't know why.

Maybe you are looking for

  • Report Painter Library: troubles with new field in the additional structure

    Hi, ALL! I'm  creating a new field in the Report Painter table  GLFUNCT. Do do it I created my field in the additional structure GLDBZ  for GLFUNCT and create an row in the T804C table for new field. Who has expirience in customizing using T804* tabl

  • I can't drag and drop files to playlist or to Shuffle.

    I have iTunes 10.5, and I can't drag and drop files to playlists or to my shuffle.  For playlists, I have to right click and "add to playlist" and for shuffle, I have to copy song and paste it into shuffle.  Is anyone else having this problem? How ca

  • CUSTOMER VENDOR CLEARING

    Hi all I am trying to clear a customer invoice with vendor invoice. We have the normal customer vendor setting and clearing against each other. However if i simulate, the profit center picked up while clearing the two items using F-02 is completely d

  • Missing AppleTV in iTunes w Vista

    Hi everyone, My new AppleTV will not appear in my iTunes Devices list. I'm trying to connect to the ATV using a Dell Desktop running Vista Home Premium. The ATV and my computer are connected via a Linksys WRT54G2 router. The ATV connects to the inter

  • Can someone explain to me what the history state slider does?

    Hi everyone! Why use the slider when I can easily click a previous state from the list in the history panel? Does the slider have some extra function that I may have overlooked? Thanks for your help, It's been bugging me for ages. Kelly (using Photos