You are not logged in.

#26 2007-03-05 10:49:12

TomE
Member
Registered: 2005-08-06
Posts: 164

Re: Info script

looks like gconftool output has a newline at the end of it
try this

Last edited by TomE (2007-03-05 10:49:38)

Offline

#27 2007-03-05 11:20:10

Crazypu
Member
From: Italy
Registered: 2007-02-06
Posts: 70

Re: Info script

TomE wrote:

looks like gconftool output has a newline at the end of it
try this

It doesn' t work sad

[stefano@archbox Desktop]$ perl info.pl
syntax error at info.pl line 117, near "$gconf
      push"
syntax error at info.pl line 213, near "$gconf
        print"
syntax error at info.pl line 219, near "$gconf
        push"
syntax error at info.pl line 224, near "$gconf
        push"
Execution of info.pl aborted due to compilation errors.

Offline

#28 2007-03-05 12:08:04

TomE
Member
Registered: 2005-08-06
Posts: 164

Re: Info script

sorry had not wokeup yet wink
fixed the chomp

Last edited by TomE (2007-03-05 12:13:02)

Offline

#29 2007-03-05 12:16:52

Crazypu
Member
From: Italy
Registered: 2007-02-06
Posts: 70

Re: Info script

TomE wrote:

sorry had not wokeup yet wink
fixed the chomp

[stefano@archbox Desktop]$ perl info.pl
:: Finding Kernel version
:: Getting processes 
:: Testing KDE process: ksmserver 
:: Testing Gnome process: gnome-session 
:: DE found as Gnome
:: Testing PekWM process: pekwm 
:: Testing Fluxbox process: fluxbox 
:: Testing FVWM process: fvwm 
:: Testing Blackbox process: blackbox 
:: Testing IceWM process: icewm 
:: Testing Enlightenment process: enlightenment 
:: Testing Openbox process: openbox 
:: Testing Kwin process: kwin 
:: Testing Window Maker process: wmaker 
:: Testing Xfwm4 process: xfwm4 
:: Testing Metacity process: metacity 
:: Finding Archlinux version
              __
          _=(SDGJT=_
        _GTDJHGGFCVS)                 OS: Arch Linux 0.8 (Voodoo) 
       ,GTDJGGDTDFBGX0                Kernel: 2.6.20-ARCH 
      JDJDIJHRORVFSBSVL-=+=,_         DE: Gnome
     IJFDUFHJNXIXCDXDSV,  "DEBL      
    [LKDSDJTDU=OUSCSBFLD.   '?ZWX,   
   ,LMDSDSWH'     `DCBOSI     DRDS], 
   SDDFDFH'         !YEWD,   )HDROD  
  !KMDOCG            &GSU|_GFHRGO'   
  HKLSGP'           __TKM0GHRBV)'    
 JSNRVW'       __+MNAECIOI,BN'
 HELK['    __,=OFFXCBGHCFD)
 ?KGHE _-#DASDFLSV='    'EF
 'EHTI                   !H
  `0F'                   '!

Nice smile

Offline

#30 2007-03-05 12:20:10

TomE
Member
Registered: 2005-08-06
Posts: 164

Re: Info script

try again

Last edited by TomE (2007-03-05 12:20:57)

Offline

#31 2007-03-05 12:25:19

Crazypu
Member
From: Italy
Registered: 2007-02-06
Posts: 70

Re: Info script

Perfect big_smile
Just beryl isn' t in the list....

          _=(SDGJT=_
        _GTDJHGGFCVS)                 OS: Arch Linux 0.8 (Voodoo) 
       ,GTDJGGDTDFBGX0                Kernel: 2.6.20-ARCH 
      JDJDIJHRORVFSBSVL-=+=,_         DE: Gnome
     IJFDUFHJNXIXCDXDSV,  "DEBL       GTK Theme: Clearlooks
    [LKDSDJTDU=OUSCSBFLD.   '?ZWX,    Icons: nuoveXT-1.6
   ,LMDSDSWH'     `DCBOSI     DRDS],  Font: Sans 10
   SDDFDFH'         !YEWD,   )HDROD  
  !KMDOCG            &GSU|_GFHRGO'   
  HKLSGP'           __TKM0GHRBV)'    
 JSNRVW'       __+MNAECIOI,BN'
 HELK['    __,=OFFXCBGHCFD)
 ?KGHE _-#DASDFLSV='    'EF
 'EHTI                   !H
  `0F'                   '!

Thank you for your help wink

Offline

#32 2007-03-05 12:39:28

TomE
Member
Registered: 2005-08-06
Posts: 164

Re: Info script

You can easily add beryl to the list

my %WMlist = ("Beryl", "$beryl_process",
              "Fluxbox", "fluxbox",
              "Openbox", "openbox",
              "Blackbox", "blackbox",
              "Xfwm4", "xfwm4",
              "Metacity", "metacity",
              "Kwin", "kwin",
              "FVWM", "fvwm",
              "Enlightenment", "enlightenment",
              "IceWM", "icewm",
              "Window Maker", "wmaker",
              "PekWM","pekwm" );

you need to change $beryl_process to a process that can identify beryl, but it won't list the theme. If you post the file beryl keeps its setting (or a way to get the theme) I can add theme surport.

Last edited by TomE (2007-03-05 12:39:59)

Offline

#33 2007-03-05 18:16:01

Crazypu
Member
From: Italy
Registered: 2007-02-06
Posts: 70

Re: Info script

Ok, the WM now work  smile

          _=(SDGJT=_
        _GTDJHGGFCVS)                 OS: Arch Linux 0.8 (Voodoo) 
       ,GTDJGGDTDFBGX0                Kernel: 2.6.20-ARCH 
      JDJDIJHRORVFSBSVL-=+=,_         DE: Gnome
     IJFDUFHJNXIXCDXDSV,  "DEBL       WM: Beryl
    [LKDSDJTDU=OUSCSBFLD.   '?ZWX,    GTK Theme: Clearlooks
   ,LMDSDSWH'     `DCBOSI     DRDS],  Icons: nuoveXT-1.6
   SDDFDFH'         !YEWD,   )HDROD   Font: Sans 10
  !KMDOCG            &GSU|_GFHRGO'   
  HKLSGP'           __TKM0GHRBV)'    
 JSNRVW'       __+MNAECIOI,BN'
 HELK['    __,=OFFXCBGHCFD)
 ?KGHE _-#DASDFLSV='    'EF
 'EHTI                   !H
  `0F'                   '!

For the theme I can' t find the configuration file you need.....

This is the emerald settings file :

[buttons]
enable_tooltips=true
use_button_fade=true
use_button_fade_pulse=true
button_fade_total_duration=250
button_fade_step_duration=50
button_fade_pulse_wait_duration=0
button_fade_pulse_min_opacity=0
hover_cursor=1











[titlebars]
double_click_action=0











[decorations]
use_decoration_cropping=true

and this is the beryl settings file:

[_]
s_detect_refresh_rate=true
s_lighting=false
s_refresh_rate=62
s_size=4
s_opacity_step=10
s_saturation_step=5
s_brightness_step=5
s_unredirect_fullscreen_windows=false
s_default_icon=icon
s_sync_to_vblank=true
s_vsize=1
s_number_of_desktops=1
s_custom_output_grid=false
s_output_grid_rows=1
s_output_grid_cols=2
s_legacy_maximize_fix=false
a_toggle_window_fullscreen__keyboard=<Control><Alt>Return
a_toggle_window_fullscreen__mouse=#<Shift><Control><Mod1><Mod2><Mod4><Alt><Meta><Super><Hyper>Button1986946399
a_texture_filter=Good
a_click_to_focus=true
a_autoraise=true
a_autoraise_delay=1000
a_close_window__keyboard=<Alt>F4
a_close_window__mouse=#<Shift><Control><Mod3><Mod4><Super>Button1818386260
a_main_menu__keyboard=<Alt>F1
a_main_menu__mouse=#<Shift><Control><Mod1><Mod2><Mod4><Hyper><ModeSwitch>Button1279721593
a_run__keyboard=<Alt>F2
a_run__mouse=#<Mod1><Mod2><Mod4><Alt><Meta><Super><Hyper><ModeSwitch>Button1163873351
a_command0=
a_command1=
a_command2=
a_command3=
a_command4=
a_command5=
a_command6=
a_command7=
a_command8=
a_command9=
a_command10=
a_command11=
a_run_command0__keyboard=#<Control><Mod1><Mod3><Mod4><Alt><Meta><Super>None
a_run_command0__mouse=#<Mod1><Mod2><Mod3><Mod4><Alt><Super>Button1634557812
a_run_command1__keyboard=#<Mod1><Mod3><Mod4><Alt><Meta><ModeSwitch>None
a_run_command1__mouse=#<Control><Mod1><Mod3><Mod4><Alt><Meta><Super>Button1768124005
a_run_command2__keyboard=#<Shift><Control><Mod3><Mod4><Alt><Meta><Super><Hyper><ModeSwitch>None
a_run_command2__mouse=#<Control><Mod1><Mod3><Mod4><Meta><ModeSwitch>Button1768058223
a_run_command3__keyboard=#<Shift><Control><Mod1><Mod2><Mod4><Super><ModeSwitch>None
a_run_command3__mouse=#<Control><Mod1><Mod4><Alt><Meta><Super><Hyper><ModeSwitch>Button1598834432
a_run_command4__keyboard=#<Control><Mod2><Mod4><Super><ModeSwitch>None
a_run_command4__mouse=#<Shift><Control><Mod3><Mod4><Alt><Meta><ModeSwitch>Button1920300152
a_run_command5__keyboard=#<Shift><Control><Mod1><Mod2><Mod4><Meta><Super><ModeSwitch>None
a_run_command5__mouse=#<Shift><Control><Mod3><Mod4><Alt><Meta><Super><Hyper><ModeSwitch>Button1953654134
a_run_command6__keyboard=#<Shift><Control><Mod1><Mod3><Mod4>None
a_run_command6__mouse=#<Shift><Control><Mod1><Mod2><Mod4><Alt><Super>Button1447976780
a_run_command7__keyboard=#<Shift><Control><Mod3><Mod4><Meta><Super><Hyper>None
a_run_command7__mouse=#<Shift><Control><Mod1><Mod2><Mod4><Alt><Hyper>Button1702125938
a_run_command8__keyboard=#<Mod1><Mod3><Mod4><Super>None
a_run_command8__mouse=#<Shift><Control><Mod1><Mod2><Mod4><Alt><Super><ModeSwitch>Button1279721591
a_run_command9__keyboard=#None
a_run_command9__mouse=#Button0
a_run_command10__keyboard=#None
a_run_command10__mouse=#Button0
a_run_command11__keyboard=#None
a_run_command11__mouse=#Button0
a_slow_animations__keyboard=#<Shift>F10
a_slow_animations__mouse=#Button0
a_lower_window__keyboard=#None
a_lower_window__mouse=<Alt>Button6
a_unmaximize_window__keyboard=#None
a_unmaximize_window__mouse=#Button0
a_minimize_window__keyboard=<Alt>F5
a_minimize_window__mouse=#Button0
a_maximize_window__keyboard=<Alt>F10
a_maximize_window__mouse=#Button0
a_maximize_window_horizontally__keyboard=#None
a_maximize_window_horizontally__mouse=#Button0
a_maximize_window_vertically__keyboard=#None
a_maximize_window_vertically__mouse=#Button0
a_opacity_increase__keyboard=#None
a_opacity_increase__mouse=<Alt>Button4
a_opacity_decrease__keyboard=#None
a_opacity_decrease__mouse=<Alt>Button5
a_saturation_increase__keyboard=#None
a_saturation_increase__mouse=#<Control>Button4
a_saturation_decrease__keyboard=#None
a_saturation_decrease__mouse=#<Control>Button5
a_brightness_increase__keyboard=#None
a_brightness_increase__mouse=#<Shift>Button4
a_brightness_decrease__keyboard=#None
a_brightness_decrease__mouse=#<Shift>Button5
a_command_screenshot=gnome-screenshot
a_run_command_screenshot__keyboard=Print
a_run_command_screenshot__mouse=#Button0
a_command_window_screenshot=gnome-screenshot --window
a_run_command_window_screenshot__keyboard=<Alt>Print
a_run_command_window_screenshot__mouse=#Button0
a_window_menu__keyboard=<Alt>space
a_window_menu__mouse=<Alt>Button3
a_show_desktop__keyboard=<Control><Alt>d
a_show_desktop__mouse=#Button0
a_show_desktop__edge=0
a_raise_on_click=true
a_audible_bell=true
a_toggle_window_maximized__keyboard=<Super>F10
a_toggle_window_maximized__mouse=#Button0
a_toggle_window_maximized_horizontally__keyboard=<Super>h
a_toggle_window_maximized_horizontally__mouse=#Button0
a_toggle_window_maximized_vertically__keyboard=<Super>v
a_toggle_window_maximized_vertically__mouse=#Button0
a_hide_skip_taskbar_windows=true
a_toggle_window_shaded__keyboard=<Control><Alt>s
a_toggle_window_shaded__mouse=#Button0
a_raise_window__keyboard=#None
a_raise_window__mouse=<Alt>Button7
a_dim_dead=true
a_ignore_hints_when_maximized=true
a_edge_triggering_delay=100
a_generate_thumbnails=true
a_thumbnail_size=256
a_smooth_thumbnails=true
a_fsp_level=Low
a_map_on_shutdown=false
a_big_view_manager=false
a_focus_on_close_mode=Window under pointer
a_command12=
a_run_command12__keyboard=#<Mod1>None
a_run_command12__mouse=#<Mod1>Button24
a_toggle_window_aot__keyboard=#None
a_toggle_window_aot__mouse=#Button0
a_toggle_window_sticky__keyboard=#None
a_toggle_window_sticky__mouse=#<Mod2>Button16
a_toggle_window_redirected__keyboard=#<Mod2>None
a_toggle_window_redirected__mouse=#<Mod2>Button16

[decoration]
a_____plugin_enabled=true
a_shadows_on_docks=false

[thumbnail]
a_____plugin_enabled=false

[snow]
a_____plugin_enabled=false

[screenshot]
a_____plugin_enabled=true

[3d]
a_____plugin_enabled=true
s_mipmaps=false
s_space=0.040000000000000001
s_enableDepth=true
s_bevel_BOTTOMRIGHT=false

[cube]
s_transparent=true
s_images_top=/media/disk/Immagini/beryl_screencap_lithium_final.png;
s_images_bottom=/media/disk/Immagini/beryl_screencap_lithium_final.png;
s_in=false
s_scale_image_top=true
s_images_rotate_mode=Rotate after moving
s_skydome=true
s_skydome_gradient_start_color=16962;22873;35980;65535;
s_skydome_gradient_end_color=44718;49087;55512;65535;

[animation]
s_minimize_effect=Fade
s_unminimize_effect=Fade
s_create1_effect=Zoom
s_close1_effect=Zoom
a_____plugin_enabled=false

[scale]
a_initiate_all__keyboard=F8
a_initiate_all__mouse=#Button0
a_initiate_all__edge=32

[water]
a_____plugin_enabled=false
a_title_wave__bell=true
a_window_wave__keyboard=w
a_window_wave__mouse=#Button0
a_window_wave__bell=true

[showdesktop]
s_speed=0.10000000149011612

[miniview]
a_____plugin_enabled=false

[trailfocus2]
a_____plugin_enabled=false

wink

Offline

Board footer

Powered by FluxBB