Displaying 20 results from an estimated 1000 matches similar to: "Re: Ugly menu/dialog font of applications, using debian"
2006 Oct 30
2
Ugly menu/dialog font of applications, using debian sarge and wine 0.9.8 and 0.9.22
hello,
I have a problem with an unsuitable font in the
windows menus/dialogs with the above versions of wine
(dont think this depends much on the versions, though.
Have not tried other versions so far.) when using
debian sarge.
The font seems to look a bit ugly, usually destroys
partly the menu/dialog structures, and, most
important, has no German umlaut's (the diphtongs ae,
oe, ue and
2018 Aug 22
2
[PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
This was only added for the drm's fbdev emulation support, so that it
would try harder to show the Oops.
Unfortunately this never really worked reliably, and in practice ended
up pushing the real Oops off the screen due to plentyfull locking,
sleep-while-atomic and other issues. So we removed all that support
from the fbdev emulation a while back. Aside: We've also removed the
kgdb
2003 Oct 10
1
DUX UX in smbpasswd??
hallo list,
samba 2.x + SuSE 7.3 working as PDC in NT/W2K-Network:
in the smbpasswd the account flags are set to U, DU, W. But a few
accounts have an added X like UX or DUX. The man page describes only
flags D, U, W and N. what does the X mean or can it be deleted. Anybody
else with this appearance,
Marco Lechner
2018 Sep 10
1
[PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
On 08/22/2018 10:54 AM, Daniel Vetter wrote:
> This was only added for the drm's fbdev emulation support, so that it
> would try harder to show the Oops.
>
> Unfortunately this never really worked reliably, and in practice ended
> up pushing the real Oops off the screen due to plentyfull locking,
> sleep-while-atomic and other issues. So we removed all that support
> from
2018 Sep 11
1
[PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
On 09/11/2018 09:42 AM, Daniel Vetter wrote:
> On Mon, Sep 10, 2018 at 02:48:43PM +0200, Bartlomiej Zolnierkiewicz wrote:
>>
>> On 08/22/2018 10:54 AM, Daniel Vetter wrote:
>>> This was only added for the drm's fbdev emulation support, so that it
>>> would try harder to show the Oops.
>>>
>>> Unfortunately this never really worked reliably,
2003 Nov 26
1
Samba Import User Scipt
Hello NG,
ich would like to use the Samba-Server as an PDC for a school.
Because of the high numbers of students it is not possible for us to add
ervery student by hand an think about a pw.
Has anyone designed a script which read the users from an ASCII-file and
add's them to the samba?
Regards,
Michael Lechner
2006 Mar 19
2
Dovecot, LDAP and something akin to Postfix' "table search order" from virtual deliver.
Hi.
/* The short version. */
Is there a way to mimic Postfix' "table search order" in Dovecot's LDAP
configuration of pass_filter/user_filter?
/* Here goes the detailed description :) */
Just to quote the http://www.postfix.org/virtual.8.html:
---
TABLE SEARCH ORDER
(...)
The search order is as follows. The search stops upon the
first successful lookup.
(...)
2006 May 10
2
hard_breaks
Dear Dressers of RedCloth,
I have a question:
text = "Foo\nBar\n\nBaz"
RedCloth.new(text, [ :hard_breaks ]).to_html
# => "<p>Foo<br />Bar<br />\nBaz</p>"
Shouldn''t that really be "<p>Foo<br />Bar</p><p>Baz</p>"?
So long,
--
Christoffer Sawicki
2006 Sep 26
4
squares instead of font characters since wine-0.9.13
do you know why when running wine-0.9.13 and all later versions of
wine,
finale displays squares instead of font characters
and when running wine 0.9.12 everything displays ok?
I have checked with wine versions that I have compiled from source on
mandrake 10.0. The wine directory was left without any changes.
thanks
Piotr
-------------- next part --------------
An HTML attachment was
2005 Dec 07
2
NTLM and Samba domain - problem with (non-local) logons.
Hello!
I have a quite strange issue with the Samba based NT domain that I administer.
I've triet to search for the solution but none of the information that I had
found seemed to work.
The trouble is that I can't manage to setup a ntlm based authentication. It
applies to both linux and w32 architectures. In the latter case I achieve
some level of usability - I can login locally. If I try
2003 Oct 16
2
Samba Installation Problem
I am trying to install samba 3.0.0 and getting below error when try to run ./configure…
Please advise. Thanks.
#pwd
/usr/local/src/samba/3.0.0/source <<<<<<<<<<<<Is this correct place to run .configure ?
# ./configure
checking for gcc…..no
checking for cc……no
checking for cc……no
checking for c1…….no
configuration errror : no acceptable c compiler found in
2006 Jul 02
4
2 bugs when parsing emphasized or bold text
I''ve found 2 bugs that produce (imho) incorrect rendering results:
1) The regexp for strong (*) and bold (**) is greedy, which produces
very strange results.
The simplest way to show the problem is to give an example.
This is the original code:
=====
Strong:
Lets do a little test *t*
this should not be strong *u*.
Bold:
Lets do another test **t**
this should not be bold **u**.
=====
2006 Feb 25
1
Basic setup password problems
I have been playing with this for 5 hours and am at the "cool down
stage" and asking for help.
I finally came across the following site:
http://us4.samba.org/samba/docs/man/Samba-HOWTO-Collection/FastStart.html#anon-example
Following their example, I stripped down my smb.conf file to the
following:
#Global parameters
[global]
workgroup = chophome
netbios name = chopmain
security =
2006 Jul 11
2
wine upgrade causes finale font display problem
Hi,
I use open suse 10.0.
With the same configuration of $HOME/.wine folder but different wine
versions I got two small screenshots of finale 2003a that show the font
display failure.
This is the correct display of all fonts in finale:
http://www.piotr.art.pl/finale_jad_wine.png - this is a screnshot made
with wine version from suse jacklab repository from:
2018 Sep 11
0
[PATCH 1/4] fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flag
On Mon, Sep 10, 2018 at 02:48:43PM +0200, Bartlomiej Zolnierkiewicz wrote:
>
> On 08/22/2018 10:54 AM, Daniel Vetter wrote:
> > This was only added for the drm's fbdev emulation support, so that it
> > would try harder to show the Oops.
> >
> > Unfortunately this never really worked reliably, and in practice ended
> > up pushing the real Oops off the
2011 Apr 18
0
[fdo] ANNOUNCE: Libre Graphics Meeting 2011 Montreal Needs Your Sponsorship, Presentations, and Registration
Please help us by spreading the word to your communities!
Blog post with attachments at http://ur1.ca/3vw3t
###
Help Keep LGM Free for Developers and Artists
Your contribution can help make Libre Graphics Meeting 2011 (LGM) a
success! All funds donated by the community to the LGM 2011 Pledgie
campaign go directly towards providing travel reimbursement to the
developers of free graphics
2001 May 18
1
experience report: cups, wordview and printing -- GREAT
Hi there,
I just installed the latest wine release 1205 on SuSE7.1 with cups and for
the first time printing works for me. I just added the afmdirs section like
it says in the manual and now it works.
GREAT!!
Word view97 works just FINE, even with rtf files. Great.
I have one little problem though. Ever since I added the [afmdirs], the
umlauts (diphtongs) ??? and other special characters do
2006 Feb 28
1
this feels ugly
i better explain a little to get started.
in my form for creating a Person, there''s a Company field. People
belong to companies and companies have many people.
in my person form i have:
<%= text_field ''person'', ''Company'' %>
in my controller i have
def create
params[''person''][''Company''] =
2007 Apr 18
0
[PATCH 3/12] tls-is-ugly
Got too many complaints that this code is ugly. It is. Fix it.
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.13/include/asm-i386/desc.h
===================================================================
--- linux-2.6.13.orig/include/asm-i386/desc.h 2005-08-08 14:12:48.000000000 -0700
+++ linux-2.6.13/include/asm-i386/desc.h 2005-08-08 14:53:11.000000000 -0700
@@
2007 Apr 18
0
[PATCH 2/14] i386 / Remove ugly tls code
Got too many complaints that this code is ugly. It is. Fix it.
Patch-base: 2.6.13-rc5-mm1
Patch-keys: i386 desc cleanup
Signed-off-by: Zachary Amsden <zach@vmware.com>
Index: linux-2.6.13/include/asm-i386/mach-default/mach_desc.h
===================================================================
--- linux-2.6.13.orig/include/asm-i386/mach-default/mach_desc.h 2005-08-09 18:37:58.000000000