Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] lightdm-kde-greeter-theme, need some brave testers  (Read 8686 times)

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 927
[EN] lightdm-kde-greeter-theme, need some brave testers
« on: 2014/11/26, 17:38:24 »
hi,
i made two lightdm-kde-greeter themes and need some brave testers  8)

You will do it on your own risk!

fetch the tar and decompress it, read the README-INSTALL carefully.
Hope it works, good luck

greetings hendrik

download:
here from our git

the md5sum, 01edc574d364ca5c577069a070f67e63  lightdm-kde-greeter.tar.gz

EDIT: feedback is welcome, and for shure it works for me!
« Last Edit: 2014/11/28, 09:31:45 by hendrikL »

Offline spacepenguin

  • User
  • Posts: 862
    • spacepenguin.de
Re: lightdm-kde-greeter-theme, need some brave testers
« Reply #1 on: 2014/12/08, 01:54:17 »
Thanks, works great. I'm using the indian summer version. Do you have any idea how one could change the buttons below the login fields to something with text?
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 927
Re: lightdm-kde-greeter-theme, need some brave testers
« Reply #2 on: 2014/12/08, 19:32:26 »
hi Spacepenguin.

thats not so easy as it seems to be!
My qml knowledge is not the best, and that themes are a copy and paste miracle.
Well i have to learn it, but i have spare time to do so.

What i can offer is to place the text left side of each button, or much to big buttons with text below.

The second option i don't like because its looks ugly.

so open the main.qml and search for row 226

there put following inside

Code: [Select]
Text {
      font.pointSize: 9
      text:"System"
      }

it has to look like this

Code: [Select]
Row {             
    spacing: 8;

    Text {
       font.pointSize: 9
       text:"System"
       }
                     
     IconButton {
        icon: "system-shutdown"

then search for row 292/293
and put following inside before IconButton
Code: [Select]
Text {
   font.pointSize: 9
   text:"Session"
   }

IconButton {
   icon: "system-log-out"

hope thats ok for you.
Before using it, test lightdm like described in the README-INSTALL

geetz hendrik


« Last Edit: 2014/12/08, 20:42:12 by hendrikL »

Offline spacepenguin

  • User
  • Posts: 862
    • spacepenguin.de
Re: lightdm-kde-greeter-theme, need some brave testers
« Reply #3 on: 2014/12/09, 03:22:15 »
Thanks, I'll give that a try.

Do you mind explaining the option for "much to big buttons with text below" too? Maybe that "much too big" might be the right size for me, the current buttons/icons are extremely small.
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 927
Re: lightdm-kde-greeter-theme, need some brave testers
« Reply #4 on: 2014/12/09, 09:36:38 »
//.... , the current buttons/icons are extremely small.

solution, open /usr/share/kde4/apps/lightdm-kde-greeter/themes/indiansummer/IconButton.qml
and search for:
Code: [Select]
signal clicked
   
    width: 16
    height: 16
   

change width and height
maybe to 24 or what you need.

Code: [Select]
signal clicked
   
    width: 24
    height: 24
   

Do you mind explaining the option for "much to big buttons with text below" too?

i will provide you a new main.qml but it needs some more testing, so be patient, it will come.

ah,

Code: [Select]
Text {
  font.pointSize: 9
  text:"System"
  }

here you can change the font.pointSize:<n> if 9 is to small for you

greetz

And again, make a backup of the original files!!
« Last Edit: 2014/12/09, 09:41:08 by hendrikL »

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 927
Re: lightdm-kde-greeter-theme, need some brave testers
« Reply #5 on: 2014/12/09, 15:22:04 »
Hi,
i made one theme with big icons and text below!

  Yet another theme

the md5sum

Follow the README-INSTALL

I only translated it into german at the moment, because this needs time to do that i don't have.
I will do it in some days.

greetz

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 927
Re: lightdm-kde-greeter-theme, need some brave testers
« Reply #6 on: 2015/01/12, 09:05:27 »
Hi,
due to a migration of our git, i uploaded the files to my little linux homepage.
The links in the threat above are OBSOLETE!

http://netzwerk-der-socken.net/linux/

greetz hendrikL
« Last Edit: 2015/01/12, 09:21:02 by hendrikL »

Offline spacepenguin

  • User
  • Posts: 862
    • spacepenguin.de
Re: lightdm-kde-greeter-theme, need some brave testers
« Reply #7 on: 2015/01/12, 18:36:01 »
Netzwerk der Socken? ;)
Vielen Dank nochmal für die Themes, die Arbeit und die Erklärungen!
Susan | Hardware: SysProfile
Music-Profile: http://www.last.fm/de/user/spacepengu