tint2
tint2 is a simple panel/taskbar made for modern X window managers.
- Developed at X11:Utilities
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/tint2 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
glib.patch | 0000001318 1.29 KB | |
tint2-v17.1.3.tar.bz2 | 0000426132 416 KB | |
tint2.changes | 0000015217 14.9 KB | |
tint2.spec | 0000003211 3.14 KB | |
tint2conf.1 | 0000000462 462 Bytes |
Comments 5
tin2config crashes, makes any configuration useless
I am/was also affected by the segfault https://gitlab.com/nick87720z/tint2/-/issues/4 of tint2. Here is a patch that helped me for tint2 (not for tint2conf which I don't use): https://build.opensuse.org/projects/home:luchr:branches:X11:Utilities/packages/tint2/files/glib.patch?expand=1
Sorry. I've switched to openSUSE Tumbleweed recently and I'm completely new to this build system (OBS) here. Unfortunately I haven't time to read how pull-/merge-requests work here. I hope the patch can help others. See https://build.opensuse.org/package/show/home:luchr:branches:X11:Utilities/tint2
It's quite easy. You already correctly branched the package. Now you should use
osc vc
to create a new changes entry. Mention the patch there and why you add it. And then you just doosc ci
to check in (like you did earlier) andosc sr
for "submit request".Another option would be to create a bug about the segfault at bugzilla.opensuse.org and let the maintainer handle it.
Thank you for short instructions. I've tried https://build.opensuse.org/request/show/1163531 Let's see what I've missed.