Skip to content

Commit

Permalink
Add detect Kubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 13, 2013
1 parent 3c1c3ee commit 7591b12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/i-nex/.src/Distribution_Detect.module
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Public Sub _init()
Case Like "*Debian*"
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/debian.png"]
End Select

If Application.Env["KDE_FULL_SESSION"] = "true" And File.Load("" & User.Home & "/.i-nex/DistributionVendor.conf") Like "*Ubuntu*" Then
Finfosys.PictureBox2.Picture = Picture["Database/Distlogos/kubuntu.png"]
Endif
'echo "[System] \
'DistributionVendor = $vendor \
'DistributionRelease = $release " > ~/.i-nex/dist.conf"
Expand Down

0 comments on commit 7591b12

Please sign in to comment.