You are not logged in.

#126 2007-11-26 02:14:43

zenix
Member
From: Earth - Save it!
Registered: 2007-08-05
Posts: 104
Website

Re:  

@xsdnyd
I can't do ./configure because it fails: "./configure: line 5961: test: too many arguments" is reported 6 times, then it errors with "could not make config.status"

Line 5,961 from "./configure"

if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 92; then

(ya, it makes a whole lot of sense, huh?)

This is with the latest SVN or the "stable" AUR distributed one

Last edited by zenix (2007-11-27 22:32:18)


I made an AUR helper once.
I also go by evaryont and nogweii elsewhere on the internet.
Check out my projects and packages.

Offline

#127 2007-12-07 18:40:02

Lazer
Banned
Registered: 2007-08-02
Posts: 111

Re:  

Hi,

I think I found a bug in the transparency auto detection. I launch my desktop through the .xinitrc file, setting up all the apps I need instead of using bloated desktop managers such as Gnome or Kde, and it seems that loading Stjerm through this file makes the transparency detection fail (I'm using the latest 0.11 version).

If instead of loading Stjerm I load xterm, and then I load Stjerm through the xterm, I get the transparency working properly.

Nice app you've developed, by the way. It has totally replaced Tilda (finally!) for me smile

Thanks.

EDIT: Ok, I have found the cause. Apparently, Stjerm was being loaded too quickly. Adding a Sleep 1 before loading Stjerm fixed the problem.

Last edited by Lazer (2007-12-07 18:46:42)

Offline

#128 2008-03-01 08:06:19

KiLL BiLL
Member
Registered: 2008-01-18
Posts: 6

Re:  

autohide: false= always on th top?

could you let stjerm has an option that autohide:false and other window can be put on its top. you know sometimes we need to look at what's exporting on console and what's happening on window both.

another issue is stjerm can not quit itself after i type exit.

anyway, it's a great terminal.

Offline

#129 2008-03-01 15:48:49

mfolnovic
Member
From: Zagreb, Croatia
Registered: 2008-01-03
Posts: 104

Re:  

as I hear from stjepan, this project is not under development any more ... sad
but maybe stjepan will work on it again, I'm trying to convince him that stjerm is fantastic! smile

Offline

#130 2008-03-08 12:26:44

gunnihinn
Member
From: Torreón, Mexico
Registered: 2007-10-28
Posts: 81

Re:  

Just discovered stjerm, it's brilliant! big_smile It's already taken over xterm as the terminal of choice for quick dirty things.

Offline

#131 2009-03-03 09:19:22

FreakGuard
Member
Registered: 2008-04-27
Posts: 103

Re:  

Looks nice to me wink. But I still have to send --toggle twice to get the terminal back after it hides because of losing focus. (using 0.11)
Let's dig out some old thread smile

Offline

#132 2009-03-10 21:44:56

kelnoky
Member
Registered: 2007-11-20
Posts: 134

Re:  

This is a really nice. I've been searching for one of those, since all the other quake-like terminals have some stupid issue. smile

Offline

#133 2009-05-13 11:25:31

nawitus
Member
Registered: 2009-05-11
Posts: 112

Re:  

What is the -k option for actually using the tilde/"console" key? (The one next to the key 1 on my keyboard)

Offline

#134 2009-06-11 19:28:52

Sirsurthur
Member
Registered: 2009-02-02
Posts: 124

Re:  

Very good terminal indeed. I changed from guake to it. Hope to see further development in the future smile

Offline

#135 2009-06-11 19:56:23

wottam
Member
From: Spain
Registered: 2007-08-31
Posts: 59

Re:  

I like it a lot, too. So much that I have made a PKGBUILD to get latest svn version, which allows you to set the size using percentages instead of pixels. Find it below wink Oh, do any of you know if it is possible to automatically execute a program when stjerm starts? Kind of "-e" option for yeahconsole (which used to be my favourite until I started to use two screens at work)

# PKGBUILD
pkgname=stjerm-svn
pkgver=20090604
pkgrel=1
pkgdesc="Stjerm terminal from SVN repository, providing latest patches like specifying size with percents and better dualhead support"
arch=('i686' 'x86_64')
url="http://code.google.com/p/stjerm-terminal"
license=('GPL')
depends=('vte')
makedepends=('subversion')
provides=('stjerm')
conflicts=('stjerm')

build() {
    cd "$srcdir"
    svn checkout http://stjerm-terminal.googlecode.com/svn/trunk/ $pkgname
    cd $pkgname
    ./autogen.sh
    ./configure --prefix=/usr
    make || return 1
    make DESTDIR="$pkgdir/" install
}

Offline

#136 2009-06-12 22:52:22

Sirsurthur
Member
Registered: 2009-02-02
Posts: 124

Re:  

Just a question :
Stjerm does not cover panels in gnome but does cover statusbar in awesome wm. Is there a way to fix that in awesome wm so that statusbar will not be covered by stjerm ?
Thanks.

Offline

#137 2009-06-28 22:16:27

rebugger
Member
From: Germany
Registered: 2007-10-28
Posts: 229

Re:  

just changed vom guake to tilda to stjerm - and i love it!
gauke was kinda slow, tilda had some smaller problems (hasn't got really good "exit" handling, like stjerm big_smile)

Offline

#138 2010-12-14 21:32:34

ammon
Member
Registered: 2008-12-11
Posts: 413

Re:  

I have just rebuild stjerm from aur and it hangs upon start, vasting 80% cpu.
I cant type anything into it, it is unusable. This is only output:

(stjerm:32447): Gtk-CRITICAL **: IA__gtk_notebook_set_tab_reorderable: assertion `GTK_IS_WIDGET (child)' failed

Last edited by ammon (2010-12-14 21:35:19)

Offline

#139 2010-12-14 21:42:23

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re:  

This is an old thread.

You're probably better off posting a comment directly to the AUR page, though both stjerm and stjerm-svn haven't had much activity since October.

Last edited by brisbin33 (2010-12-14 21:42:52)

Offline

#140 2010-12-14 21:51:10

ammon
Member
Registered: 2008-12-11
Posts: 413

Re:  

Ok, but let it stay here. Just in case someone know workaround.

Offline

Board footer

Powered by FluxBB