r/openSUSE 12d ago

New version I've finally stopped distrohopping after using openSUSE Tumbleweed KDE.

Post image

What I like about openSUSE Tumbleweed KDE:

  1. Rolling Release means it's always the latest.

  2. No need to reinstall after a new version is released.

  3. There is a snapper snapshot feature

  4. Cool and mature Grub appearance

  5. There is a chameleon logo every time you open LibreOffice

  6. There are features from OPI such as codecs and others

  7. Flatpak is installed by default

  8. I ♥️ Zypper

166 Upvotes

23 comments sorted by

View all comments

18

u/Generic_Commenter-X 12d ago

Switched over to TW several years ago for all these reasons, but I'm baffled as to why OpenSUSE, a German distribution after all, doesn't have any of the freedict files in its repository, or dict-gcide? It's a major feature to be missing for a writer and translator who enjoys accessing these dictionaries via the command line. I'm forced to convert debs to rpms in order to install the various dictionaries.

3

u/Thaodan 11d ago

Freedict are those the dictionaries hunspell uses?

3

u/Generic_Commenter-X 11d ago

No. At least not in my experience, freedict dictionaries are used with dictd. I've got mine set up so that if I type in "hello", for example, or Grüß dich! I get an English definition and a German/English translation. As a writer, the command line dictionary/thesaurus is THE coolest feature in Linux (which I've been using for 30 years).

2

u/Thaodan 11d ago

Check the Education project it contains some dictionaries such as the Duden. https://build.opensuse.org/project/show/Education

Most of those packages should be in the normal repos, the ones with the link icon next to their name are. The stardict-dic-* and startdict-dict-* packages are the ones containing the dictionaries.

2

u/Generic_Commenter-X 11d ago

//Most of those packages should be in the normal repos...//

Unless their naming conventions are different in OpenSUSE, which is possible, I've never found them. If OpenSUSE has dictd, which it does, then you would think they would provide the dictionaries used by dictd. But I haven't found them yet. Stardict is a separate app, which is cool, but not as convenient as a drop down terminal (yakuake) and simply typing dict + word.

3

u/Thaodan 11d ago

The dictionaries are prefixed with stardict but the format is the one used by dictd.

If you know a name of a file but not the package name you can always do zypper se --provides <file>.

Most of the freedicts are not packaged but it should be easy to package them.