search for: top_panel

Displaying 8 results from an estimated 8 matches for "top_panel".

2015 Jul 26
2
C6.6 Gnome panel problem
..., and to my surprise, the panel still autohides. Went thru that exercise several times ("come on guys, lets keep doing the same thing over and over til it works!", like congress does) So I open up the gnome configuration editor and browse around to find apps/panel/default_setup/toplevels/top_panel and apps/panel/toplevels/top_panel. neither one has a check in the checkbox for autohide, so I'm at a loss here as to what's going on. Anybody out there got any clues? thanks! Fred -- ------------------------------------------------------------------------------- Under no circumsta...
2007 Aug 16
1
centos 4.5 deleting the top panel
I can right click on the top panel and select "Delete Panel" on centos 4.5 however, is there a way to do that in a shell script? I was looking at gconf-editor under apps/panel/toplevels/top_panel but I dont see anything there about "dont show it at all". Thanks, Jerry
2015 Jul 26
0
C6.6 Gnome panel problem
...el > still autohides. Went thru that exercise several times ("come on guys, > lets keep doing the same thing over and over til it works!", like > congress does) > > So I open up the gnome configuration editor and browse around to find > apps/panel/default_setup/toplevels/top_panel and > apps/panel/toplevels/top_panel. > > neither one has a check in the checkbox for autohide, so I'm at a > loss here as to what's going on. > > Anybody out there got any clues? Did you try logging out and back in? Shouldn't be the case but it is gnome after all.......
2009 Mar 06
1
topbanel and bottompanel on gnome
I am doing the following commands to "hide" the top and bottom panels on gnome. gconftool-2 -t int --list-type int --set /apps/panel/toplevels/top_panel/auto_hide_size 0 gconftool-2 -t bool --list-type bool --set /apps/panel/toplevels/top_panel/auto_hide true gconftool-2 -t int --list-type int --set /apps/panel/toplevels/bottom_panel/auto_hide_size 0 gconftool-2 -t bool --list-type bool --set /apps/panel/toplevels/botto...
2004 Aug 07
1
end_modal question
Really stupid question, but have you wrapped this all in an App class? If you don''t have a wxApp subclass driving your applications then all sorts of badness would happen. > I''m writing a custom little application for my boss''s high school > football team to track there stats play by play. > > My problem is that when I start the application, it
2005 Nov 06
0
auto hide gnome desktop TOP panel - solved
...ixel lines of the panel??? How can I completely hide the top panel? I tried change the number of pixels in the panel it always still shows a couple pixel lines. I have a dell inspiron 8200 laptop. THanks, for any suggestions. Jerry -------------- Using gconf-editor path /apps/panel/toplevels/top_panel I found auto_hide_size=6 and change to 0 That seems to have taken care of it. Jerry
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...cEEED0Ev 0000000000000000 DF *UND* 0000000000000084 Base _ZNSt3__115recursive_mutexC1Ev 0000000000000000 DF *UND* 0000000000000104 Base _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6insertEmPKcm 0000000000000000 DF *UND* 0000000000000005 Base top_panel 0000000000000000 DO *UND* 0000000000000010 Base _ZNSt3__15ctypeIcE2idE 0000000000000000 DF *UND* 0000000000000023 Base _ZNSt3__114__shared_count16__release_sharedEv 0000000000000000 DF *UND* 000000000000000d Base _ZNSt3__15mutex8try_lockEv 0000000000000000...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++