LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-23-2021, 05:57 AM   #1
gerlinux
Member
 
Registered: Jan 2014
Location: Spain
Distribution: Debian GNU/Linux 10 \n \l gnome desktop
Posts: 128

Rep: Reputation: Disabled
Question Rename workspace


I would like to change the name of the workspace, so instead of worspace 1, workspace 2... i could change the names... is that possible?
 
Old 02-23-2021, 06:15 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,976

Rep: Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337
yes, definitely, just it depends on what kind of workspace is it.
 
Old 02-23-2021, 07:52 AM   #3
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,677

Rep: Reputation: Disabled
What desktop environment is it? I don't see any workspace names in the default GNOME configuration.
 
1 members found this post helpful.
Old 02-23-2021, 08:01 AM   #4
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,146
Blog Entries: 6

Rep: Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834Reputation: 1834
Sounds like fluxbox. If it is:

~/.fluxbox/init
Code:
session.screen0.workspaces:	4
session.screen0.workspaceNames:	1 , 2 , 3 , 4 ,
session.screen0.workspacewarping:	true
session.screen0.toolbar.tools:	workspacename, prevworkspace, nextworkspace, iconbar, systemtray, clock
 
Old 02-23-2021, 10:44 AM   #5
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
Its appears its possible on Debian 10 Buster with Xfce. You are able to right click a workspace and select "Workspace Settings" another window will open and allow you to change the name.

Are you running Debian?

What version?

Desktop environment?
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2021-02-23_18-41-19.png
Views:	326
Size:	29.5 KB
ID:	35698  
 
1 members found this post helpful.
Old 02-23-2021, 11:43 AM   #6
gerlinux
Member
 
Registered: Jan 2014
Location: Spain
Distribution: Debian GNU/Linux 10 \n \l gnome desktop
Posts: 128

Original Poster
Rep: Reputation: Disabled
Code:
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
Desktop: gnome
 
Old 02-24-2021, 12:48 AM   #7
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
Quote:
The configuration settings can thus be queried and edited with the gsettings, and dconf command-line tools, or by the dconf-editor graphical user interfaces.
I don't use GNOME, check around these settings maybe there will be an option. Worth a shot
 
Old 02-24-2021, 01:39 AM   #8
gerlinux
Member
 
Registered: Jan 2014
Location: Spain
Distribution: Debian GNU/Linux 10 \n \l gnome desktop
Posts: 128

Original Poster
Rep: Reputation: Disabled
Question

Quote:
Originally Posted by Gad View Post
I don't use GNOME, check around these settings maybe there will be an option. Worth a shot
No idea
 
Old 02-24-2021, 02:34 AM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by gerlinux View Post
Desktop: gnome
Code:
$> gsettings describe org.gnome.desktop.wm.preferences workspace-names
Defines the names that should be assigned to workspaces. If the list is too long for the current number of workspaces, names in excess will be ignored. If the list is too short, or includes empty names, missing values will be replaced with the default (“Workspace N”).
$> gsettings describe org.gnome.desktop.wm.preferences num-workspaces
Number of workspaces. Must be more than zero, and has a fixed maximum to prevent making the desktop unusable by accidentally asking for too many workspaces.
Replace "describe" with "get" to see what the current settings are, and "set" to change.
That said, GNOME possibly has an option to change that via GUI, no?
 
Old 02-24-2021, 02:46 AM   #10
gerlinux
Member
 
Registered: Jan 2014
Location: Spain
Distribution: Debian GNU/Linux 10 \n \l gnome desktop
Posts: 128

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
Code:
$> gsettings describe org.gnome.desktop.wm.preferences workspace-names
Defines the names that should be assigned to workspaces. If the list is too long for the current number of workspaces, names in excess will be ignored. If the list is too short, or includes empty names, missing values will be replaced with the default (“Workspace N”).
$> gsettings describe org.gnome.desktop.wm.preferences num-workspaces
Number of workspaces. Must be more than zero, and has a fixed maximum to prevent making the desktop unusable by accidentally asking for too many workspaces.
Replace "describe" with "get" to see what the current settings are, and "set" to change.
That said, GNOME possibly has an option to change that via GUI, no?
I think I need a step by step guideline, sorry about my ignorance
 
Old 02-24-2021, 03:10 AM   #11
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,677

Rep: Reputation: Disabled
Try dconf-editor then.
 
Old 02-24-2021, 03:45 AM   #12
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,976

Rep: Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337Reputation: 7337
https://askubuntu.com/questions/4595...space-in-gnome
try dconf-editor (install it if missing)
 
Old 02-24-2021, 09:01 AM   #13
gerlinux
Member
 
Registered: Jan 2014
Location: Spain
Distribution: Debian GNU/Linux 10 \n \l gnome desktop
Posts: 128

Original Poster
Rep: Reputation: Disabled
Finally, i did this and it works fine:

Quote:
gsettings set org.gnome.desktop.wm.preferences workspace-names "['name1', 'name2', 'name3']"
 
  


Reply

Tags
change, debian 10, rename, workspace, workspaces



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Chrome OS: Yo dawg, I heard you like desktops so we put a workspace in your workspace LXer Syndicated Linux News 0 11-06-2019 08:21 PM
[SOLVED] xfce4 workspace switcher only 1 workspace available. percy_vere_uk Linux From Scratch 15 03-16-2016 01:15 PM
Rename network interface (Rename ppp0 ...) Nicolas1390 Linux - Newbie 2 08-08-2011 02:14 AM
[SOLVED] WorkSpace hangs switch to 2nd WorkSpace also hung ken poy Linux - Newbie 2 08-14-2010 08:07 AM
workspace names in "switcher workspace boxes" problem petesasha Linux Mint 0 11-20-2009 01:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration