Skip to content

Conversation

rakoo
Copy link

@rakoo rakoo commented Mar 5, 2025

It's all in the title, I'm using this for a nice logo for 9term

@musvaage
Copy link

musvaage commented Mar 26, 2025

I don't like adding any icon files.

See the GH julialang/julia repo's contrib directory which contains .desktop, .png and .svg files.

Linux

GNOME

https://screenshots.debian.net/package/9menu

It's easy enough to create a 9term entry for 9menu.

KDE

Just create a .desktop file in ~/.local/share/applications.

I have no comment on other OSes and/or GUI desktops.

@musvaage
Copy link

musvaage commented Mar 27, 2025

https://screenshots.debian.net/package/9menu

GNOME

9menu_1.10-1_amd64.deb

These files are authorised by the author for use and or modification.

$ cat ~/.config/autostart/9menu.desktop
[Desktop Entry]
Encoding=UTF-8
Name=9menu (v1.10)
Comment=Create menu with pre-selected programs.
Exec=/usr/bin/9menu -geometry -40+100 -label '9menu' emacs firefox gedit gimp uxterm exit
Type=Application
$ cat ~/.config/autostart/xprop.desktop
[Desktop Entry]
Encoding=UTF-8
Name=xprop (v1.2.4)
Comment=Remove title bar from window.
Exec=/usr/bin/xterm -e 'xprop -name '9menu' -format _MOTIF_WM_HINTS 32i -set _MOTIF_WM_HINTS 2'
Terminal=false
Type=Application
X-GNOME-Autostart-Delay=.25
$ 

Select the exit menu item before logging out of your session.

https://github.com/arnoldrobbins/9menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants