Font problem with Openbox sessionunable to change window name openboxOpenbox overwrites xmodmap...
A case where Bishop for knight isn't a good trade
How to redirect stdout to a file, and stdout+stderr to another one?
Filter a data-frame and add a new column according to the given condition
What is this old US Air Force plane?
Were any of the books mentioned in this scene from the movie Hackers real?
Why did the soldiers of the North disobey Jon?
Motorola 6845 and bitwise graphics
How to cope with regret and shame about not fully utilizing opportunities during PhD?
Biology of a Firestarter
Is there any way to adjust the damage type of the Eldritch Blast cantrip so that it does fire damage?
Was the dragon prowess intentionally downplayed in S08E04?
Is Valonqar prophecy unfulfilled?
How do I adjust encounters to challenge my lycanthrope players without negating their cool new abilities?
Do we have C++20 ranges library in GCC 9?
the grammar about `adv adv` as 'too quickly'
Extract the characters before last colon
Why didn't the Avengers use this object earlier?
Why do the lights go out when someone enters the dining room on this ship?
Was this seat-belt sign activation standard procedure?
Under what charges was this character executed in Game of Thrones, The Bells?
How can we allow remote players to effectively interact with a physical tabletop battle-map?
Polynomial division: Is this trick obvious?
Alias for root of a polynomial
Substring join or additional table, which is faster?
Font problem with Openbox session
unable to change window name openboxOpenbox overwrites xmodmap configurationXtightvnc: Ubuntu gnome-session-fallback: Fonts problemCan I combine two “keybinds” into one in Openbox?X Starting Instead of Openbox (Arch)Restart Openbox with other profile, is it even possible?Get the #! (Crunchbang)'s version of Openbox?diagnosing unexplained openbox unresponsivenessRoboto font not working with Openbox GTK3 applications while other fonts do
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I'm using Lubuntu 13.04 and thought to try out the Openbox session instead of the Lubuntu session which I normally use and have customized to my needs.
One problem I would like help with is the appearance of fonts. The image shows the difference of a window in the Openbox session (top) and the same window in the Lubuntu session (bottom).
How do I make the fonts in the Openbox session look like those in the Lubuntu session?
fonts openbox lubuntu
bumped to the homepage by Community♦ 30 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm using Lubuntu 13.04 and thought to try out the Openbox session instead of the Lubuntu session which I normally use and have customized to my needs.
One problem I would like help with is the appearance of fonts. The image shows the difference of a window in the Openbox session (top) and the same window in the Lubuntu session (bottom).
How do I make the fonts in the Openbox session look like those in the Lubuntu session?
fonts openbox lubuntu
bumped to the homepage by Community♦ 30 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm using Lubuntu 13.04 and thought to try out the Openbox session instead of the Lubuntu session which I normally use and have customized to my needs.
One problem I would like help with is the appearance of fonts. The image shows the difference of a window in the Openbox session (top) and the same window in the Lubuntu session (bottom).
How do I make the fonts in the Openbox session look like those in the Lubuntu session?
fonts openbox lubuntu
I'm using Lubuntu 13.04 and thought to try out the Openbox session instead of the Lubuntu session which I normally use and have customized to my needs.
One problem I would like help with is the appearance of fonts. The image shows the difference of a window in the Openbox session (top) and the same window in the Lubuntu session (bottom).
How do I make the fonts in the Openbox session look like those in the Lubuntu session?
fonts openbox lubuntu
fonts openbox lubuntu
asked Sep 10 '13 at 6:04
user15760
bumped to the homepage by Community♦ 30 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 30 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is what worked for me:
I created ~/.Xresources
with the following:
! Render setting for cairo -> pango -> gtk
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
I then ran xrdb -load ~/.Xresources
to make the changes to ~/.Xresources
take effect. I got this advice from Better Font Rendering.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f90026%2ffont-problem-with-openbox-session%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is what worked for me:
I created ~/.Xresources
with the following:
! Render setting for cairo -> pango -> gtk
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
I then ran xrdb -load ~/.Xresources
to make the changes to ~/.Xresources
take effect. I got this advice from Better Font Rendering.
add a comment |
This is what worked for me:
I created ~/.Xresources
with the following:
! Render setting for cairo -> pango -> gtk
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
I then ran xrdb -load ~/.Xresources
to make the changes to ~/.Xresources
take effect. I got this advice from Better Font Rendering.
add a comment |
This is what worked for me:
I created ~/.Xresources
with the following:
! Render setting for cairo -> pango -> gtk
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
I then ran xrdb -load ~/.Xresources
to make the changes to ~/.Xresources
take effect. I got this advice from Better Font Rendering.
This is what worked for me:
I created ~/.Xresources
with the following:
! Render setting for cairo -> pango -> gtk
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.hintstyle: hintslight
I then ran xrdb -load ~/.Xresources
to make the changes to ~/.Xresources
take effect. I got this advice from Better Font Rendering.
answered Oct 11 '13 at 10:53
user15760
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f90026%2ffont-problem-with-openbox-session%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown