Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Create public folder in German

    Kopano Groupware Core
    2
    4
    774
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ashceryth
      ashceryth last edited by ashceryth

      Hey guys,

      what is the correct way to create the public store so that it is displayed in German?

      Following locales are installed on my system:

      # locale -a
      C
      C.UTF-8
      de_AT.utf8
      de_DE.utf8
      en_US.utf8
      POSIX
      

      This is in my admin.cfg:

      # Admin config for kopano-cli
      server_socket = file:///var/run/kopano/server.sock
      default_store_locale = de_AT.UTF-8
      

      And this is how I tried to create the store:

      kopano-cli --create-store
      kopano-cli --lang=de_AT.UTF-8 --create-store
      kopano-cli -c /etc/kopano/admin.cfg --lang=de_AT.UTF-8 --create-store
      kopano-cli -c /etc/kopano/admin.cfg --lang=de_AT.utf8 --create-store

      However, the store is always displayed as “Public Folders” within WebApp:

      0_1546533523151_WebApp.PNG

      Kopano Core: 8.6.9

      Any help is appreciated :-)

      Thanks!

      1 Reply Last reply Reply Quote 0
      • ashceryth
        ashceryth last edited by

        Is it possible to localize the public store after creation? Like kopano-localize-folders just for the public folders?

        1 Reply Last reply Reply Quote 0
        • fbartels
          fbartels Kopano last edited by

          Hi, the language of the public folder comes from the locale the kopano-server process was launched with.

          Regards Felix

          Resources:
          https://kopano.com/blog/how-to-get-kopano/
          https://documentation.kopano.io/
          https://kb.kopano.io/

          Support overview:
          https://kopano.com/support/

          1 Reply Last reply Reply Quote 1
          • ashceryth
            ashceryth last edited by ashceryth

            @fbartels

            Ah, thanks for the hint!

            I created an override for the systemd unit file and set the environment variable:

            systemctl cat kopano-server
            # /lib/systemd/system/kopano-server.service
            [Unit]
            Description=Kopano Core Storage Server
            Documentation=man:kopano-server(8) man:kopano-server.cfg(5) man:kopano-admin(8)
            After=network.target mysql.service mariadb.service
            
            [Service]
            Type=simple
            ExecStart=/usr/sbin/kopano-server -F
            ExecReload=/bin/kill -HUP $MAINPID
            TimeoutStopSec=60
            
            [Install]
            WantedBy=multi-user.target
            
            # /etc/systemd/system/kopano-server.service.d/override.conf
            [Service]
            Environment="LANGUAGE=de_AT.utf8"
            

            Halfway there. Now the folder is displayed like this:

            0_1547323021853_WebApp3.PNG

            Anything else I’m missing?

            Thanks!

            1 Reply Last reply Reply Quote 0
            • First post
              Last post