Commit Graph

817 Commits

Author SHA1 Message Date
darealshinji
292c4727f2 identify DE on Windows >= 8 as "Mordern UI/Metro"
and rename the WM to "DWM/Explorer"
2016-08-19 19:14:47 +02:00
Michl Voznesensky
8ee60d1d65 Add new GNU/Linux distro ROSA 2016-08-17 19:00:14 +03:00
darealshinji
be923abbda rename MSYS to MSYS2 2016-08-16 17:59:59 +02:00
darealshinji
b88837fa51 New Manjaro logo (closes #373) 2016-08-15 16:27:21 +02:00
darealshinji
cc53c8acdf handle s390 processor IDs and print the marketing name (close #359) 2016-08-05 12:39:11 +02:00
darealshinji
2466bcb366 silence gsettings if schema wasn't found 2016-08-04 05:35:24 +02:00
James Barnett
ada81be52e Merge branch 'fish' 2016-07-22 18:18:26 -05:00
darealshinji
7a169109e9 Merge pull request #370 from wesbarnett/master
Add support for GNOME Shell user themes
2016-07-23 01:07:06 +02:00
James Barnett
ea38da8f6a Fix spacing/tabs 2016-07-22 17:26:22 -05:00
James Barnett
9a2b04b8ab Add support for fish shell version 2016-07-22 17:04:53 -05:00
James Barnett
b0eaed8d9c Add support for GNOME Shell user themes 2016-07-22 16:53:42 -05:00
darealshinji
8d9769612a remove redundant GNOME check 2016-07-22 20:27:26 +02:00
Robin Hahling
9495b566c8 Fix CPU detection for DragonFly BSD 2016-07-19 17:17:28 +02:00
Robin Hahling
13c7e13352 Fix GPU detection for DragonFly BSD 2016-07-19 17:14:22 +02:00
Robin Hahling
96e916ddaa Fix memory detection for DragonFly BSD 2016-07-19 17:11:29 +02:00
Robin Hahling
6f0413ead5 Detect shell on DragonFly BSD 2016-07-19 17:06:32 +02:00
Robin Hahling
7cce7b6727 Use sysctl call to compute uptime for DragonFly BSD 2016-07-19 17:04:22 +02:00
Robin Hahling
5999ed81f6 Add support for packages count for DragonFly BSD 2016-07-19 16:41:25 +02:00
darealshinji
2ea41a2d76 remove separate Devuan detection line 2016-07-19 02:07:33 +02:00
darealshinji
d31916160b detect SparkyLinux 2016-07-19 02:05:24 +02:00
John Scott
24f8a6b8c1 Correct spelling of GNOME, MATE, and LXDE
For all of the aforementioned desktop environments, their names are officially spelled entirely in capital letters. This corrects instances where this convention was not used.
2016-07-15 18:45:42 -04:00
darealshinji
ded651c99b Re-enable Android check
/system/build.prop is an essential and appearently Android-exclusive file, so this check should be quite reliable.
2016-07-14 11:57:03 +02:00
Matthew T Hoare
8c27d7d0fd Simpler installed packages command for APT-based systems 2016-07-02 00:47:16 +01:00
darealshinji
2b7e4bb8bc Red Star OS logo
Quickly generated with jp2a. Can definitely be improved.
2016-07-01 15:33:14 +02:00
darealshinji
d162f5befb detect Ubuntu on Windows 10 2016-06-28 04:38:06 +02:00
darealshinji
5b09eacf79 CPU frequency detection in "Ubuntu on Windows"
On "Ubuntu on Windows" `/sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq` requires root rights to read its content, so check if we have read permissions.
2016-06-18 21:02:24 +02:00
darealshinji
dae6cf6115 use $distro_more 2016-05-31 17:17:28 +02:00
darealshinji
ff1bb8fe7d Obarun Linux detection 2016-05-31 17:10:38 +02:00
darealshinji
7fcda5c6cc Devuan logo 2016-05-31 15:56:44 +02:00
Jaromil
1aef19d597 added Devuan 2016-05-31 09:10:17 +02:00
darealshinji
6384b5e5a2 cleanup in detectde() function 2016-05-19 01:11:31 +02:00
darealshinji
ea4765864e Red Star OS detection
Tested on Red Star OS 3.0
2016-05-19 01:06:29 +02:00
darealshinji
df8fe12395 fix GPU and screen resolution detection on Windows
Moved the generic GPU detection into the `else` statement. Closes #354
2016-05-17 20:13:26 +02:00
darealshinji
156396bef2 don't detect "SUSE Linux Enterprise" as "openSUSE"
tested on SUSE Linux Enterprise 12 (desktop edition)
2016-05-14 16:49:15 +02:00
darealshinji
d721626c23 don't display package count if no package manager was found 2016-05-14 15:52:13 +02:00
darealshinji
e53d8d500d openSUSE Tumbleweed detection
close #353
2016-05-14 14:37:48 +02:00
darealshinji
2553f286af cleanup in detectdistro() 2016-05-14 14:35:15 +02:00
darealshinji
3d9bbbca45 don't list CentOS twice 2016-05-13 14:07:39 +02:00
darealshinji
c834c9e6fb KDE: show Plasma version alongside with Framework version 2016-05-13 09:29:29 +02:00
darealshinji
9f54439dea Better KDE5 theme detection 2016-05-13 09:26:34 +02:00
darealshinji
ca2e342622 KDE neon logo
Offered by @dylanaraps
closes #352
2016-05-11 12:15:47 +02:00
darealshinji
b16b10c084 KDE5 version detection fix 2016-05-11 12:01:30 +02:00
darealshinji
ac048b4277 KDE neon detection
KDE neon is based on Ubuntu 16.04 with latest KDE Plasma release.
Homepage: http://neon.kde.org/
2016-05-11 11:13:36 +02:00
darealshinji
a8bc6e4862 don't identify marco automatically as MATE DE
Doesn't screw up MATE detection (tested on Ubuntu 16.04).
Closes #287
2016-05-10 06:03:28 +02:00
darealshinji
f9a60c9885 never print empty lines when using `-n'
closes #184
2016-05-10 05:05:29 +02:00
darealshinji
71ee8b72f8 count chocolatey packages on Msys 2016-05-10 04:31:30 +02:00
darealshinji
ffb3fd79d9 LXDE: Lubuntu desktop.conf check + cleanup
At least on some versions of Lubuntu the file seems to be stored in ~/.config/lxsession/Lubuntu/
2016-05-08 03:47:08 +02:00
darealshinji
23b8e128c3 detect Trinity DE and TWin 2016-05-08 03:16:09 +02:00
darealshinji
4ec07abc40 checking $GDMSESSION when it's empty doesn't make sense 2016-05-08 01:58:24 +02:00
darealshinji
b611ebba20 Fix theme detection on Cygwin (close #349) 2016-05-07 18:03:52 +02:00