You are not logged in.
Pages: 1
I'm looking for a CDE-like environment for Red Hat Linux where when you shrink a window it doesn't drop into a task bar, rather it just becomes a movable icon on the desktop.
For example, I'd like to start several hundred "terminal" or "xterms", shrink each one, and manually position them anywhere on the desktop.
Can I do this with Xfce?
Thanks!
Offline
Yes, you can.
Settings->Desktop, third tab.
Offline
So am I but additionally would like a 'program manager' (Windows 3, win3 thing; CDE copied win3) which was four or more program group windows containing start icons of programs in each category(until win95 replaced with start menu.) I heard XFCE used to be like CDE is/was this possible? I forgot what other win3 features were still usable in win9n/ME, but win3 was my favourite GUI style...
I recently joined and apparently only can use gravatar avatar. I only use that anonymous but if gravatar wasn't forced would upload photo.
Last edited by dchmelik (2022-04-02 07:08:26)
Offline
Hello and welcome
So am I but additionally would like a 'program manager' (Windows 3, win3 thing; CDE copied win3) which was four or more program group windows containing start icons of programs in each category(until win95 replaced with start menu.)
I heard XFCE used to be like CDE is/was this possible? I forgot what other win3 features were still usable in win9n/ME, but win3 was my favourite GUI style...
You can do something similar using yad. You'll need to group your application .desktop files in separately directories depending on how you want them grouped, and you can create icons on your desktop to run something like:
yad --title Programs --window-icon gtk-edit --width 500 --height 400 --no-buttons --icons --icon-size 32 --item-width 72 --read-dir ~/.local/share/applications/
Offline
Looks excellent but I don't use icons in the desktop area anymore--I'd maybe have to mess-generate .desktop files for entire applications menu...
Offline
Pages: 1