All, In response to my initial post on webpin, I was directed to: http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_13.1/noar... I downloaded and installed. Initially it failed due to not recognizing 13.1: $ webpin fluxbox ERROR: invalid or unsupported value for distribution version: "13.1" Valid values are: Factory, 11.1, 12.3, 12.2, 12.1, 11.4, 11.0, factory, 11.2, 11.3, latest The fix was minor. Just edit the const.py script and make the following changes: - defaultSuseVersion = '12,3' + defaultSuseVersion = '13.1' distVersionMap = { + '13.1': 'openSUSE_131', '12.3': 'openSUSE_123', After making the changes: $ webpin fluxbox 20 results (12 packages) found for "fluxbox" in openSUSE_131 * fluxbox: A window manager for X based on Blackbox 0.61.1 - 1.3.5.2.1 [X11:windowmanagers] * fluxbox-styles-upstream: Upstream bundle of styles for fluxbox - 1.3.5.2.1 [X11:windowmanagers] * fluxbox-debuginfo: Debug information for package fluxbox - 1.3.5.2.1 [X11:windowmanagers] * fluxbox-debugsource: Debug sources for package fluxbox - 1.3.5.2.1 [X11:windowmanagers] * fbdesk: Icon Manager for Fluxbox - 1.4.1.3.5 [packman] * tint2: A Taskbar/Tray manager for lightweight WM - 0.11.2.4 [packman] - rev649.2.1 [home:bkutil:crunch] * allin1: Dock app - System monitoring - 0.5.0.1.1 [home:malcolmlewis:blackbox] * pekwm: Light and highly configurable window manager - 0.1.17.1.3 [X11:windowmanagers] * wicd-gtk: Wired and wireless network manager - GTK+ client - 1.7.2.4.26.54 [home:pcerny:factory] - 1.7.2.4.25.4 [network:utilities] * fish: A user friendly interactive shell - 2.1.0.1.1 [shells] - 2.1.0.3.1 [home:dirtycold] - 2.0.0.201306102200.2 [devel:cloverleaf] - 2.1.0.2.1 [shells:fish:release:2] - 2.1.0+404.g79d1452.1.1 [shells:fish:nightly:master] * selflinux: Linux tutorial - 0.13.0.11.1 [Education] * rubygem-launchy-doc: RDoc documentation for launchy - 2.4.2.11.1 [devel:languages:ruby:extensions] - 2.3.0.2.1.2 [suse-oss] - 2.1.2.9.6 [home:Ximi1970:OBS:Server:2.4:Experimental] S.O.B -- it works :) -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org