Couldn’t you just install Gnome now? Most distros have packages for Gnome and KDE, and there’s usually nothing stopping you from installing them both.
- 0 Posts
- 16 Comments
Have you tried MATE System Monitor? It’s a fork of the old GNOME System Monitor from GNOME 2.
Component Object Model?
ray@sh.itjust.worksto
Today I Learned@lemmy.world•TIL about a bridge that turns into a tunnelEnglish
15·3 months agoThe Hong Kong-Zhuhai-Macau Bridge is another one. It’s a bridge most of the way but there’s one section that’s a tunnel.
public static int convertRomanNumeral(String numeral) { numeral = numeral.replace("M", "DD") .replace("CD", "CCCC") .replace("D", "CCCCC") .replace("C", "LL") .replace("XL", "XXXX") .replace("L", "XXXXX") .replace("X", "VV") .replace("IV", "IIII") .replace("V", "IIIII"); return numeral.length(); }
ray@sh.itjust.worksto
Technology@lemmy.world•Apple steps up war of words with European regulatorsEnglish
652·5 months agoIt stops being Apple’s phone once they sell it.
ray@sh.itjust.worksto
News@lemmy.world•COVID rising fast in California, fueled by new 'Stratus' variant tied to OmicronEnglish
8·5 months agoThis is good advice in general
ray@sh.itjust.worksto
Showerthoughts@lemmy.world•"make out" has an awful lot of meanings for two words that seemingly don't make any sense togetherEnglish
11·6 months agoIt’s definitely not as straightforward as it’s made out to be
ray@sh.itjust.worksto
World News@lemmy.world•US halts weapons shipments to Ukraine over fears stockpiles are too lowEnglish
1211·7 months agoIn that case they should probably stop sending weapons to Israel too
27andDC vs 23andMe
ray@sh.itjust.worksto
News@lemmy.world•Screwworms are coming—and they’re just as horrifying as they sound
12·9 months agoYou could even say we’re screwed
ray@sh.itjust.worksto
News@lemmy.world•Trump can't revoke legal status of migrants from Cuba, Haiti, Nicaragua and Venezuela, judge rulesEnglish
101·10 months agoTomorrow’s headline: Trump revokes legal status of migrants from Cuba, Haiti, Nicaragua and Venezuela
ray@sh.itjust.worksto
Linux@lemmy.world•Is there a way to run a KDE Plasma distro like Fedora entirely in RAM from a boot disk to watch HDR content?English
9·11 months agoFedora has a kernel parameter that makes it run in RAM. You just need to add
rd.live.ram=1to the kernel line in GRUB.
ray@sh.itjust.worksto
Programming@programming.dev•Falsehoods programmers believe about languagesEnglish
5·11 months agoOui and si are derived from different roots. Oui is from Latin hoc ille, while si is from Latin sic.
There is actually a si in French that also means yes and comes from the same root as the Spanish and Italian si. However, its usage is much more limited. It’s only used to express disagreement. For example, if I said “Potato chips don’t taste good.” and you wanted to say “Yes, they do!”, then you could use si.
At a previous job I had to work with an old database where all the tables and columns had 6-character names


GIMP is the original GTK app. The first version of GTK was created specifically for GIMP, and it was initially named GIMP ToolKit.