Skip to content

Commit

Permalink
New Mint logos for KDE, XFCE, Fluxbox, LMDE and add Kubuntu logo and …
Browse files Browse the repository at this point in the history
…resize sticker images

#!/bin/bash
for ff in *.png
do
convert -verbose -resize 147x189 $ff $ff
done
  • Loading branch information
eloaders committed Dec 23, 2013
1 parent 7235ecd commit 15e5363
Show file tree
Hide file tree
Showing 22 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ File[20]=".src/Input_Devices.module:8.1"
File[21]=".src/net.module:104.1"
File[22]="Data/report-ng.sh:5.36"
Active=23
File[23]=".src/Distribution_Detect.module:32.15"
File[23]=".src/Distribution_Detect.module:23.47"
File[24]=".src/FFlags.module:90.19"
File[25]=".src/Finfosys.class:661.0"
File[26]=".src/FDF.form"
Expand Down
27 changes: 23 additions & 4 deletions src/i-nex/.src/Distribution_Detect.module
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
' Gambas module file

Public Sub _init()

Dim DV As String = File.Load("" & User.Home & "/.i-nex/DistributionVendor.conf")
Dim DE As String = File.Load("" & User.Home & "/.i-nex/DE.conf")
Select Case File.Load("" & User.Home & "/.i-nex/DistributionVendor.conf")
Case Like "*Mint*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/mint.png"]
Expand All @@ -27,17 +28,35 @@ Public Sub _init()
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/redhat.png"]
Case Like "*Slackware*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/slackware.png"]
Case Like "*LMDE*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/Mint/linux_mint_LMDE_Big_sticker.png"]
End Select



If DV Like "*Ubuntu*" And DE Like "*KDE*" Then
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/kubuntu.png"]
Endif
If DV Like "*Ubuntu*" And DE Like "*XFCE*" Then
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/xubuntu.png"]
Endif
If DV Like "*Mint*" And DE Like "*KDE*" Then
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/Mint/linux_mint_KDE_BIG_sticker.png"]
Endif
If DV Like "*Mint*" And DE Like "*LXDE*" Then
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/Mint/linux_mint_LXDE_BIG_sticker.png"]
Endif
If DV Like "*Mint*" And DE Like "*Fluxbox*" Then
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/Mint/linux_mint_Fluxbox_BIG_sticker.png"]
Endif
If DV Like "*Mint*" And DE Like "*XFCE*" Then
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/Mint/linux_mint_XFCE_Big_sticker.png"]
Endif
' elementary OS
'
' Mageia
' Mandriva
' Mandrake
'
' Kali Linux
' LMDE


' Kubuntu
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/archlinux.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/debian.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/fedora.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/gentoo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/kubuntu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/mandriva.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/manjaro.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/mint.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/opensuse.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/redhat.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/sabayon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/slackware.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/slax.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/ubuntu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/i-nex/Database/Distlogos/xubuntu.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15e5363

Please sign in to comment.