lirios / terminal

:rocket: Terminal
GNU General Public License v3.0
29 stars 3 forks source link

Liri-Terminal Doesn't Save Settings #44

Open drew-bc opened 4 years ago

drew-bc commented 4 years ago

Settings for Opacity and Font size are saved. Settings for Font Family and Color Scheme are not - i.e. after exiting and then re-opening Terminal, the Settings for Font Family and Color Scheme have reverted to some unintelligible default setting.

Manjaro Linux with Budgie DE, both completely up to date.

Liri-Terminal was installed using makepkg and this PKGBUILD:

``pkgname=liri-terminal pkgver=0.2.0.r96.g4488847 pkgrel=1 pkgdesc="Terminal for Liri" arch=("x86_64") url="https://github.com/lirios/terminal" license=("GPL") depends=('fluid' 'qt5-gsettings') makedepends=(git liri-cmake-shared) replaces=('papyros-terminal') _commit=4488847e19345f220992cd6752934cb22e2c43e6 source=("git+https://github.com/lirios/terminal.git#commit=$_commit") sha256sums=('SKIP')

pkgver() { cd "${srcdir}/terminal" git describe --long --tags | sed 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' }

prepare() { cd "terminal" mkdir -p build }

build() { cd "terminal/build" cmake .. \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TESTING:BOOL=OFF \ -DINSTALL_SYSCONFDIR=/etc \ -DINSTALL_LIBDIR=/usr/lib \ -DINSTALL_LIBEXECDIR=/usr/lib \ -DINSTALL_QMLDIR=/usr/lib/qt/qml \ -DINSTALL_PLUGINSDIR=/usr/lib/qt/plugins make }

package() { cd "terminal/build" make DESTDIR="$pkgdir" install }

Screenshots available if needed.

drew-bc commented 3 years ago

Any progress?

mikoducky commented 2 years ago

I see this has been an issue for almost 2 years. Guess it won't get fixed lol. It's a shame, as this was a super clean terminal I wanted to use.