• Devuan editors
  • devuan-art
  • Issues
  • #14

Closed
Open
Opened 2016-11-24T02:41Z by Michael Siegel @msi

Replace Debian logos in forked packages

Installing WINGs display manager (wdm) on Devuan Jessie, I realized that it still shows the Debian logo in the login dialog. The file containing that logo is part of the wdm Debian package and should be replaced in the Devuan package of wdm. While I decided to go about creating the needed replacements for the Debian wdm logo, people on the IRC channel told me that there are probably a lot of Debian logos still part of packages forked from Debian and asked me to make that an issue here as a reminder.

Please solve the reCAPTCHA

We want to be sure it is you, please confirm you are not a robot.

  • golinux
    golinux @golinux · 2016-11-23T21:44Z

    Thanks for starting this issue! When I can find the time I'll go though the pixmaps to see if there are other offenders.

  • Michael Siegel
    Michael Siegel @msi · 2016-11-24T19:24Z

    I've also found the same issue in XDM. Here are two possible replacements for the Debian XDM logos. As it seems, XDM only supports the xpm format. So, things look a little bit grainy there. Also, I've attached the original Gimp files from which I created the xpm versions.

    devuan-logo-xdm-bw.xcf

    devuan-logo-xdm-bw.xpm

    devuan-logo-xdm-purpy.xcf

    devuan-logo-xdm-purpy.xpm

  • Michael Siegel
    Michael Siegel @msi · 2016-11-24T19:40Z

    Now, here are the Devuan logos for wdm, I've created. I think, the "purpy" one looks a bit less appealing. I suggest creating a lighter variant of it that uses the base color of the cd cover in the background. That would give it more contrast. I'd just call the latter "...purpy-lighter.png" then and include both.

    devuan-logo-wdm-dark devuan-logo-wdm-dark.xcf

    devuan-logo-wdm-light devuan-logo-wdm-light.xcf

    devuan-logo-wdm-purpy devuan-logo-wdm-purpy.xcf

  • golinux
    golinux @golinux · 2016-11-24T20:12Z

    @msi Very nice. I have no problem with the low contrast images. But I would like to suggest that you move the text closer to the swoosh for the XDM images. Maybe a little more like this: devuan-logo-xdm-purpy.png

  • Michael Siegel
    Michael Siegel @msi · 2016-11-24T22:19Z

    Ok, I moved the text closer to the swoosh and then cropped the image to 200x250 pixels. Also, I found that the xpm files only look so grainy because of a conversion issue. However, I'm not able to fix this. This will have to be done by someone who is fluent in working with ImageMagick and the xpm format.

    devuan-logo-xdm-bw.xcf

    devuan-logo-xdm-purpy.xcf

  • Michael Siegel
    Michael Siegel @msi · 2016-12-11T00:46Z

    After getting some help at the ImageMagick user forums, I finally managed to create logos suitable for XDM. Here they come:

    devuan-logo-xdm-purpy.xpm

    devuan-logo-xdm-bw.xpm

    If you open these in an image viewer, you will notice thin whitish edges around the logo. That is intended and necessary to make it look flawless in XDM. The Debian XDM logos have that too.

    Also, after replacing the logos in Devuan's XDM package, the Xresources file that will be put in /etc/X11/xdm/Xresources needs to be edited:

    #if PLANES >= 8 xlogin*logoFileName: /usr/share/X11/xdm/pixmaps/debian.xpm #else xlogin*logoFileName: /usr/share/X11/xdm/pixmaps/debianbw.xpm #endif

    ...needs to become:

    #if PLANES >= 8 xlogin*logoFileName: /usr/share/X11/xdm/pixmaps/devuan-logo-xdm-purpy.xpm #else xlogin*logoFileName: /usr/share/X11/xdm/pixmaps/devuan-logo-xdm-bw.xpm #endif

  • golinux
    golinux @golinux · 2016-12-11T00:56Z

    Nice!

  • hellekin
    hellekin @hellekin · 2016-12-11T00:59Z

    Hmmm... @golinux don't put both the swoosh and the logotype. Don't think it's compatible. One or the other.

  • golinux
    golinux @golinux · 2016-12-11T01:18Z

    I didn't. Please direct your comment to @msi .

  • Michael Siegel
    Michael Siegel @msi · 2016-12-15T22:23Z

    I've had another look at XDM and then decided to omit the swoosh from the logo image and see how it fits. That, however, looks kind of weird because the logotype itself is about the size or even smaller than the welcome message shown by XDM. You could make it bigger, of course. But that causes the problem of stretching out the right side of the login window. And as far as I can see, there's no way of repositioning the logo image. It's obviously meant to be on the right side. So, the only kind of Devuan logo I really see fit for XDM is the one with the swoosh and the logotype at a width of 200px. That would be sane proportions for XDM's standard layout. Also, I wouldn't go with only the swoosh. I mean, what would be the point of that logo image if it didn't even state the distribution's name?

    On the other hand, I guess most people who will use XDM either won't pay much attention to its look and feel as long as it's functional or will heavily customize XDM's appearance anyway. So maybe we could just go with the more or less dull but not totally unappealing default Xorg look here (see: https://commons.wikimedia.org/wiki/File:Xdm_Screenshot.png ). The background should rather be solid gray though (which it is by default according to XDM's source files).

    Edited by Michael Siegel 2016-12-15T22:26Z
  • golinux
    golinux @golinux · 2016-12-15T23:25Z

    @msi If you look at this issue #13 you will see options formatted with the swoosh and the logo as you suggest. I see nothing inconsistent or 'wrong' about doing it that way for XDM.

    Edited by golinux 2016-12-15T23:27Z
  • Michael Siegel
    Michael Siegel @msi · 2016-12-16T21:12Z

    @golinux : Well, right. But in these cases, the word "Devuan" doesn't already include the swoosh since it's written in another font. Anyway, I'm fine with the swoosh and logotype in XDM for now.

  • Michael Siegel
    Michael Siegel @msi · 2016-12-17T18:24Z

    Ok, here's my final suggestion for wdm then: Just the plain black logotype on a white background.

    devuan-logo-wdm

    Additionally, a thought on naming Devuan's logo replacements: I think it would be a good idea to follow the pattern

    devuan-logo-[application]-[logo features (optional)].[file extension].

  • golinux
    golinux @golinux · 2017-12-14T20:51Z

    @msi . . . you might want to update the colors slightly for ascii. Here are the three main colors. The darkest (and probably most suitable) is the background color:

    • #33313B background
    • #3 C3B45 swoosh
    • #4 C4A57 logo overlay

    You can see screenshots of the theme in progress on the sprint pad.

    Edited by golinux 2017-12-14T20:53Z