Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 999  / 2 Years ago, sun, may 1, 2022, 2:13:18

I like the concept of an activities centric desktop and I wonder if this can be achieved in Unity. For me, an activity is a couple of applications that belong to the same subject, like 'photo manipulation', 'software development', 'office work', 'social activities', 'music and video'. I would like to utilize the virtual desktops to arrange applications that belong to the same activity group.



Example:
Desktop 1 contains all applications that belong to 'office work'
Desktop 2 contains all applications that I need for 'software development'
Desktop 3 contains all applications that I usually need for 'photo works'



Therefore I would like to give names to the virtual desktops that reflect their purpose. And I would like Unity to auto-start the required applications when I start my computer or when I switch to one of the virtual desktops.



Is this possible with Unity (or any other desktop)?


More From » unity

 Answers
5

You can do this with GNOME Shell.
There's a extension called Auto Move Windows that allows you to assign specific desktops to any application (sadly it is not automatically, you have to set the configuration up to every app you want to apply the extension).



If you are using Oneiric Ocelot (11.10) you will be using GNOME 3.2, the configuration is really easy.
First open the extension folder (if you install it from the link above it should be /home/user/.local/share/gnome-shell/extensions/ and open extension.js with any text editor (e.g. gedit) and modify APPLICATIONS (line 16) and insert a list of application, workspace pairs, like this:
const APPLICATIONS = ['epiphany.desktop:1','evolution.desktop:1','gnome-terminal.desktop:2','empathy.desktop:3','xchat.desktop:3']



For more information about the configuration of the extension you can visit this link.


[#39701] Monday, May 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mouedi

Total Points: 420
Total Questions: 109
Total Answers: 116

Location: Philippines
Member since Wed, Aug 19, 2020
4 Years ago
;