Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 33603  / 2 Years ago, mon, july 11, 2022, 10:32:06

enter image description here



How do I change my desktop name from Ubuntu Desktop to XYZ's Desktop via the Unity panel?


More From » unity

 Answers
2

You would likely need to build the unity or unity-2d source. Currently, in unity-5.12, it would be found in /plugins/unityshell/src/PanelMenuView.cpp, line 78:



 _desktop_name(_("Ubuntu Desktop"))


In unity-2d, unity-2d 5.12: /panel/applets/appname/appnameapplet.cpp, line 369:



d->m_label->setText(u2dTr("Ubuntu Desktop"));

[#38199] Tuesday, July 12, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
theurn

Total Points: 30
Total Questions: 110
Total Answers: 111

Location: Bahrain
Member since Fri, Sep 16, 2022
2 Years ago
theurn questions
Tue, Apr 5, 22, 14:18, 2 Years ago
Mon, Feb 14, 22, 16:29, 2 Years ago
Sat, Apr 8, 23, 05:26, 1 Year ago
Tue, Jan 10, 23, 23:59, 1 Year ago
Fri, Apr 8, 22, 01:36, 2 Years ago
;