Hi all,
now I have uploaded a screenshot to show my work. I hope it suits
http://www.lynucs.org/index.php?screen_id=213455111543bb1caf6731f&p=screen
Best Regards
TF
Hi all,
now I have uploaded a screenshot to show my work. I hope it suits
http://www.lynucs.org/index.php?screen_id=213455111543bb1caf6731f&p=screen
Best Regards
TF
Here’s my feature list:
System:
Greetings,
TF
Can you also please post your FVWM config file.
– Thomas Adam
Hi Thomas,
I would but it is splitted into many files (12 overall)… Do you know a web hoster where I can upload the config as a tar.gz ?
Best Regards
TF
I will host it for you.
– Thomas Adam
Hi bedahr,
thanks for your interest on my config
If you too impatient you could send me a private message with your email.
Also could you post your favorite screensize, please? Then I can change the config to your size (it’s not so easy to understand - i have needed some hours to understand all points in the base config from PEM till it works).
At the moment I tinker on a dynamical screen sizing routine to switch over a menu into different sizes …
Hi Thomas,
thank you very much for your offer Please send me a private message too, that I can send you the tar.gz via email (at least 400k).
But it will take a little bit, cause I must first cleanup the files …
Best Regards,
TF
I don’t need to send you a message – look at my profile on these forums
for my email address to use. As soon as you send it, I’ll upload it to my
webserver.
– Thomas Adam
Hi all,
after a long time i’ve finished the second version of my Osix FVWM desktop. It is completelly reworked. Now based on PEM’s AND 6thpink’s configs. Thanks to both for their great works!
Needed FVWM version: >= 2.5.22 with the following patches:
Features:
Known bugs:
Future work:
Here a screenshot (1920x1440):
And here’s the config:
extremeshare.ru/THnXEq9/New_TF_c … ar.bz2.htm
Enjoy
Regards,
Thomas
Hi,
here’s a fix if on the system randr 1.2 is installed. In this case the resolution menu is empty.
menu_resolution.sh:[code]a="${width}x${height}"
randr_version=xrandr -v | cut -d" " -f5
case $randr_version in
1.1) res_cmd=xrandr -q | grep mm | awk '{print $2 $3 $4}' | grep "^[12345][0-9]\{2\}x" --invert-match | sort -nr
;;
1.2) res_cmd=xrandr -q | grep " " | awk '{print $1}'
;;
esac
for i in $res_cmd
do
if [[ “${i}” == “${a}” ]]
then
echo “+ “$i%ok_menu.svg:${icon_size}%” user_ChangeResolution ${i}”
else
case $i in
1920x1440) echo “+ “$i%select.svg:${icon_size}%” user_ChangeResolution ${i}” ;;
1920x1200) continue ;;
1856x1392) continue ;;
1792x1344) continue ;;
1680x1050) continue ;;
1600x1200) echo “+ “$i%select.svg:${icon_size}%” user_ChangeResolution ${i}” ;;
1440x900) continue ;;
1400x1050) echo “+ “$i%select.svg:${icon_size}%” user_ChangeResolution ${i}” ;;
1280x960) continue ;;
1280x800) continue ;;
1280x768) continue ;;
1280x1024) echo “+ “$i%select.svg:${icon_size}%” user_ChangeResolution ${i}” ;;
1152x864) continue ;;
1152x768) continue ;;
1024x768) echo “+ “$i%select.svg:${icon_size}%” user_ChangeResolution ${i}” ;;
esac
fi
done
exit 0[/code]
Regards,
Thomas
Can you please post the config in someother site, as I am unable to download your config
you have to click on the button “kostenlos” at the end of the page (it’s like the one on rapidshare)
It would say timeout error after I click on download, and it takes a real long time
Hi shankar_k_e,
sorry for that broken link
Here the new one:http://www.gigasize.com/get.php?d=lc98dy2547b
About the needed tools for this config bc is mandatory. I have thought it’s a standard tool in normal distris. Therefore I hadn’t added it to the needed tools in the README. Unfortunatelly some customized distris hadn’t this tool on board by default …
Regards,
Thomas
Good work TF!
Thanks, Shaika-Dzari !
Would it help if I just hosted your config on your behalf, Thomas?
– Thomas Adam
That would be very helpfull cause I don’t know how long the last link will work 8)
Thanks in advance
Thomas