▲ 2 r/gnome

GNOME Terminal icon shows as Settings icon (Ubuntu 24)

GNOME Terminal icon is showing as the Settings icon. It happens with the default theme and other icon themes too.

this is my /usr/share/applications/org.gnome.Terminal.desktop:

[Desktop Entry]
Name=Terminal
Comment=Use the command line
Keywords=shell;prompt;command;commandline;cmd;
TryExec=gnome-terminal --full-screen
Exec=gnome-terminal --full-screen
Icon=org.gnome.Terminal
Type=Application
Categories=GNOME;GTK;System;TerminalEmulator;
StartupNotify=true
StartupWMClass=Gnome-terminal
SingleMainWindow=false
OnlyShowIn=GNOME;Unity;
Actions=new-window;preferences;
X-ExecArg=--
X-Ubuntu-Gettext-Domain=gnome-terminal

[Desktop Action new-window]
Name=New Window
Exec=gnome-terminal --window

[Desktop Action preferences]
Name=Preferences
Exec=gnome-terminal --preferences

This file is not present `~/.local/share/applications/org.gnome.Terminal.desktop`, so local is not overriding.

It has been happening since I installed the OS or during around that time last year.

reddit.com
u/nish_ntr — 2 days ago

Built a CLI tool to remember your dev work. Local first. AI is optional.

A CLI tool to recall what you did today or in the past week.

recall today

This command will list the following things you did today:

  • terminal commands you ran
  • git repos you worked on
  • files opened/edited in VS Code
  • commits made

You can also skip AI entirely for summarization and just get a full timeline of events. It runs a background daemon process, and uses shell and git hooks.

I’m sharing this to get feedback on whether something like this is actually useful in real workflows. Also, to get ideas for new features or improvements.

Currently, trying to add support for tracking AI agent sessions too.

Repo: https://github.com/nishntr/devMem

u/nish_ntr — 22 days ago
▲ 5 r/showMyProject+1 crossposts

Built a CLI tool to remember your dev work. Local first. AI is optional.

A CLI tool to recall what you did today or in the past week.

recall today

This command will list the following things you did today:

  • terminal commands you ran
  • git repos you worked on
  • files opened/edited in VS Code
  • commits made

https://preview.redd.it/gyqy90zji77h1.png?width=1910&format=png&auto=webp&s=b0a8c9f36a3d3d740be7bce1c2772b8224bb0642

You can also skip AI entirely for summarization and just get a full timeline of events. It runs a background daemon process, and uses shell and git hooks.

I’m sharing this to get feedback on whether something like this is actually useful in real workflows. Also, to get ideas for new features or improvements.

Currently, trying to add support for tracking AI agent sessions too.

Repo: https://github.com/nishntr/devMem

reddit.com
u/nish_ntr — 22 days ago