LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Different Icons for Each Virtual Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/different-icons-for-each-virtual-desktop-630614/)

Murdock1979 03-25-2008 05:34 PM

Different Icons for Each Virtual Desktop
 
Hello All!

I am wondering if there is a way to have different icons on the desktop of each virtual desktop. For example, my work desktop has OpenOffice icons, my entertainment desktop sports kaffiene and Supertux icons, etc.

Thanks,
Murdock

kilgoretrout 03-26-2008 09:45 AM

I assume you are using kde. I know of no way to do this using gui configuration tools and I suspect it is not possible without some serious hacking and maybe not even then. The closest I've seen in kde's Control Center is the ability to set different wallpapers on each desktop in Appearance & Themes > Background.

archtoad6 03-28-2008 01:52 PM

I, too, think this isn't possible, although I would love to be wrong. I think I know why this is true: The icons & the programs they represent are files or links in the folder ~/Desktop. The background pictures (aka wallpapers) OTOH, are configuration settings found in ~/.kde/share/config/kdesktoprc (at least on my MEPIS 6.0/KDE 3.5.3 machine).

I suspect that to have each desktop be different to this extent, each would have to have its own sub-directory. Something like this:
Code:

$HOME
  |-Desktop
  |    |-.01
  |    |-.02
  |    |-.03
  |    \-.04
  |- ...
  .
  .

The parent "Desktop" could hold common files, including programs, links, & "folders" -- all displayed as icons. Then the child directories could link back to their parent, omitting some links when desired. A newly created desktop [c|w|sh]ould be automatically populated w/ links to all the items in the parent.

For compatibility, it might be better to do it like this:
Code:

$HOME
  |-Desktops
  |    |-00
  |    |-01
  |    |-02
  |    |-03
  |    \-04
  |- ...
  .
  .

Where ~/Desktops/00/ would hold the common icons.

STARHARVEST 03-29-2008 11:26 AM

interesting topic. I'm wondering what KDE developers think about this too=)

devdol 06-19-2008 10:07 AM

KDE Desktop icon sets on a per desktop base
 
Different wallpapers are fancy - but worthless in terms of usability.

If someone takes the decision to use different desktops for different tasks, the first idea would be to have different (sub)sets of icons on them!

Whether they are represented by filtering the whole set of (~/Desktop) or by using subfolders for any $desktop>0 would be secondary.
The first alternative, a filter by properties, however, should be more compatible and consistent, as you would have options analogous to those of window placement (visible on all desktops - visible only on desktop x).

Does anybody know whether such a feature is planned in KDE or, even better, how to realize that with existing means?

mekump 06-20-2008 12:13 PM

I requested the same thing about a year ago in gnome or kde.

http://www.linuxquestions.org/questi...me-kde-528616/

and here is where you can check the actual feature bug that was submitted.

http://bugs.kde.org/show_bug.cgi?id=79531

jiml8 06-20-2008 08:10 PM

I think this capability would be useful, and very easy to build into KDE. To add it as an add-on later or a hack would be a real PITA.

It would take one new line in the .desktop file that defines the icon, and one subroutine in KDE. I would bet I could make it work in just a couple of hours if I was familiar enough with the KDE source. Not having that familiarity, it would take me some days while I figured out just where to put the call. Then, of course, the KDE control center would have to be updated. That would be the hard part.

mekump 06-21-2008 07:37 AM

That is one thing I like about Sun's CDE window manager, different icons, windows for each workspace.

mike

motin 06-28-2008 11:48 AM

Here is one place to promote this idea: Ubuntu Brainstorm - Idea #901: Different desktop icons for each workspace

archtoad6 06-30-2008 07:59 AM

In case my previous post didn't make it clear, I love this prospective new feature.

Does anyone have an idea how best to promote it directly to the KDE Team?

Neverendingo 07-16-2008 07:14 AM

Hi,

using KDE 4.1 you have something called activities. And here you can set different wallpapers, plasmoids, whatever you want. The old virtual desktops still exist.
I think it is a really great future.

archtoad6 07-16-2008 07:32 AM

Does all that mean that I will be able set different icons on each of my desktops? I like the desktop/workspace paradigm & expect to keep it.

Neverendingo 07-16-2008 08:05 AM

It's a little different. You still have your desktops (4 in my case), which are used in the traditional sense.
But on top of that you can add "activities", additional and independent workspaces. There you can add different wallpapers, folders, etc.
Icons directly on the desktop is a little bit different for now.
KDE4 has a plasmoid called folderview. you can point this plasmoid to whereever you want.
So say you have 2 folders called "Desktop1" and "Desktop2" with icons in it. Now you can have one Activity with a folderview pointing to "Desktop1" and another Activity pointing to "Desktop2".
Here is a nice video showing the use: http://de.youtube.com/watch?v=EhODrJkoidA
And if you want to see the folderview in action: http://picasaweb.google.com/ingomalchow/KDE4
Just to give you an idea.


All times are GMT -5. The time now is 04:51 AM.