Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have added the minimize and maximize buttons as described here.
I tried both command line and GUI options.
They don't add...
And when in GUI I see a red marker stating "The key has no schema"
Does anybody know what to do?
Ok,
gsettings set org.gnome.shell.overrides button-layout ':minimize,maximize,close'
Does the trick.
Related
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
is it possible to edit the
File Management Preferences
via vi or something ?
No, but it is possible with gconftool-2. Just frob the values under /apps/nautilus; look in gconf-editor for details.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have a bitmap like this
I now need the same button but a red one. Can I apply some tool in the Gimp so all the colors get converted to 'corresponding' shadows of red?
Colors->Colorize or Colors->Hue-Saturation are your best bets. Adjust the Hue slider to change color.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm trying to personalize my Linux Mint's 12 graphics (lookes like here http://www.muktware.com/articles/3020). I've just disabled panel on the bottom of my screen and changed font in the upper panel. How to change upper panel's icon size/padding? Modifying PANEL_ICON_SIZE in /usr/share/gnome-shell/js/ui/panel.js causes system freeze and upper panel disappearance.
Thanks.
Here's what worked for me:
Open /usr/share/themes/<themename>/gnome-shell/gnome-shell.css in a text editor
Look for the .panel-button entry, and change the -natural-hpadding and/or -minimum-hpadding values as needed.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Is there a way that GVim could be set up in Windows XP, so that when it starts it has exactly the same size and position as the instance that was last closed?
It is annoying when you're working with a documentation file in the browser in the background, a command prompt window (constantly open) and a Vim instance that keeps jumping all over the place upon starting/closing. Naturally, it always starts over the paragraph you're currently reading :)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
How can I color my code on Stack Overflow when posting an answer? How should I format my code?
Select your code and press CTRL+K
Also add your language as a tag in your question or answer
Whenever you can edit a post, there's a question-mark icon above the text area. Press that and get all the editing information goodness you can hope for.
To indicate some code, simply indent it with 4 spaces:
for q in question:
answer(q)