Neverendingo (Talk | contribs) m (Text replace - "</code>" to "</syntaxhighlight>") |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | YAY | |
| + | ==Partial Solutions found == | ||
| + | === quicklaunch=== | ||
| + | KDE 4.5 quicklaunch does essentially does the minimum of what I NEED, 4.4 does not, so kubuntu needs to have KDE 4.5 ppa repositories | ||
| + | |||
| + | === groupdesktop=== | ||
| + | There are some people working on making recursive grouping, we apperantly cannot call it a container... | ||
| + | |||
| + | http://osdir.com/ml/plasma-devel/2010-07/msg00392.html | ||
| + | trunk/playground/base/plasma/containments/groupingdesktop/ | ||
| + | |||
| + | |||
Maybe there are errors or extra complications when nesting panels? because I want to make two panels, in one panel. either horizontally or vertically. and then be able to continue to nest. so a 4x4 would be 3 panels. Shouldn't take much resources... and this would allow for custom shaped items too. | Maybe there are errors or extra complications when nesting panels? because I want to make two panels, in one panel. either horizontally or vertically. and then be able to continue to nest. so a 4x4 would be 3 panels. Shouldn't take much resources... and this would allow for custom shaped items too. | ||
| Line 5: | Line 16: | ||
I have a taskbar setting like this: (kde3 and windows) | I have a taskbar setting like this: (kde3 and windows) | ||
| − | < | + | <syntaxhighlight lang="text"> |
Start | Start | ||
F C C | F C C | ||
| Line 25: | Line 36: | ||
12:24pm | 12:24pm | ||
7/15/2010 | 7/15/2010 | ||
| − | </ | + | </syntaxhighlight> |
and in KDE4, it is | and in KDE4, it is | ||
| − | < | + | <syntaxhighlight lang="text"> |
K K | K K | ||
K K | K K | ||
| Line 49: | Line 60: | ||
CCCC | CCCC | ||
| − | </ | + | </syntaxhighlight> |
(you get the idea, hopefully, the Icon from Chromium is larger than all of the program starters in windows.. (or if I had the panel horizontal they would also be small) | (you get the idea, hopefully, the Icon from Chromium is larger than all of the program starters in windows.. (or if I had the panel horizontal they would also be small) | ||
YAY
Contents |
KDE 4.5 quicklaunch does essentially does the minimum of what I NEED, 4.4 does not, so kubuntu needs to have KDE 4.5 ppa repositories
There are some people working on making recursive grouping, we apperantly cannot call it a container...
http://osdir.com/ml/plasma-devel/2010-07/msg00392.html trunk/playground/base/plasma/containments/groupingdesktop/
Maybe there are errors or extra complications when nesting panels? because I want to make two panels, in one panel. either horizontally or vertically. and then be able to continue to nest. so a 4x4 would be 3 panels. Shouldn't take much resources... and this would allow for custom shaped items too.
http://bugsfiles.kde.org/attachment.cgi?id=41793
I have a taskbar setting like this: (kde3 and windows)
Start F C C O V Prog1 Firef Chrom VMware KDE Dolphin x y z 12:24pm 7/15/2010
and in KDE4, it is
K K K K KK K K K K K K 1 0 0000 1 1 0 0 1 1 0 0 1 1 0 0000 1 CCCCC CC C C C C CCCC
(you get the idea, hopefully, the Icon from Chromium is larger than all of the program starters in windows.. (or if I had the panel horizontal they would also be small)
a 4x4 grid, where application launchers are specified explicity, with no drags or drops.
accept drags and drops of application icons, add rows and columns automatically. (basically emulate the kde3 widget)