Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN wrote: > On Mon, 10 Feb 2014 23:31:38 +0400 > Ramil Farkhshatov wrote: > > > When uifs running just start the `samples/wm` script it will run client > > itself. Without other applications you will see nothing though. > > `samples/wm` is just an example of win

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN wrote: > 1) I started uifs, a black window opens > 2) I start the client, it tells me When uifs running just start the `samples/wm` script it will run client itself. Without other applications you will see nothing though. `samples/wm` is just an example of window manager-ish application an

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN wrote: > On Mon, 10 Feb 2014 13:17:17 +0400 > Ramil Farkhshatov wrote: > > > Thanks. I totally forgot about that [1]. > > 1. https://github.com/gravicappa/9client > > Very nice, thanks! > I specified the location in the script, and the wm-script seems t

Re: [dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
FRIGN wrote: > > Unfortunately, it is far from being suckless, although I'm slowly > > working on it. And some input would be appreciated. > > I cloned your repository and got it to build after tweaking the mkfile > a bit. However, it came to my attention that you probably forgot to add > the cl

[dev] UI toolkit 9P-server

2014-02-10 Thread Ramil Farkhshatov
Hello. I'm making simple UI toolkit[1] which acts as a 9P-server and provides several controls: - text labels, - buttons, - images, - scrollbars, - text entries (I'm thinking about calling external editor), - grid layout manager. For image-based controls it supports several image ope

Re: [dev] [9base] bionic port

2013-12-20 Thread Ramil Farkhshatov
I want to mention my simple mk-based package building system [1]. It is not totally complete but builds packages fine both for my local system and for ARM-based embedded system. 1. https://github.com/gravicappa/spmk

Re: [dev] [ii] exposed password on process monitoring

2012-06-13 Thread Ramil Farkhshatov
Edgaras wrote: > Though it is not fully refined, and since I failed to connect to > gtalk, thus did not have any usage of ji yet, the idea seems > promising. Fixed connection to gtalk in libxmpps. Now this works: ji -j JID -s talk.google.com

Re: [dev] Build system.

2011-11-23 Thread Ramil Farkhshatov
Paul Onyschuk wrote: > The bad is that build system is written in bash. Speaking of build systems. I have implemented a simple build system in rc and mk [1]. Only two scripts (spmk_add and spmk_rm) are written in sh since I use 'smpk' to build packages for embedded system. I'm planning to make r

Re: [dev] [surf] Animated GIF support

2011-04-27 Thread Ramil Farkhshatov
Maciej Sobkowski wrote: > Hi > I use default surf package on archlinux, and animated GIFs don't work. they > blink or show only first frame. Is it possible to fix it? It's a bug in webkit-1.2.7. It is fixed in unstable webkit version (1.3.x).

Re: [dev] [hack] Having dmenu provide hints about current selected entry

2010-12-01 Thread Ramil Farkhshatov
Ramil Farkhshatov wrote: > The condition may > be something like: > > (time_since_last_match_ms > threshold_ms > || items_since_last_match > threshold_nitems > || data_exhausted) Stupid me. We can just match added single item.

Re: [dev] [hack] Having dmenu provide hints about current selected entry

2010-12-01 Thread Ramil Farkhshatov
Christophe-Marie Duquesne wrote: > On Wed, Dec 1, 2010 at 2:34 AM, Ramil Farkhshatov wrote: > > it doesn't run match() on each item, that increases speed and > > reduces cpu usage. But conditions to run match() must be reconsidered: > > in this patch it is called o

Re: [dev] [hack] Having dmenu provide hints about current selected entry

2010-11-30 Thread Ramil Farkhshatov
atch() on each item, that increases speed and reduces cpu usage. But conditions to run match() must be reconsidered: in this patch it is called once a second. >From 57071c903d82ab9f7ea5184e2b974ce3e5d2ab21 Mon Sep 17 00:00:00 2001 From: Ramil Farkhshatov Date: Wed, 1 Dec 2010 0

Re: [dev] surf recompile

2010-10-08 Thread Ramil Farkhshatov
Mitchell Church wrote: > I have been using DWM now for a number of months, and so I am confused > as to why I'm having so much trouble recompiling surf. I have > downloaded it from the arch linux AUR. Can anyone let me know the steps > that I should take to recompile with my changes to config.h

Re: [dev] [OT] What's wrong with C++?

2010-09-10 Thread Ramil Farkhshatov
There is a good analysis of C++ monstrosity: http://yosefk.com/c++fqa -- Ramil Farkhshatov

Re: [dev] ji - ii-like jabber client

2010-06-24 Thread Ramil Farkhshatov
> > (I know about bitlbee, but didn't like it for some reason). > > Do you know about jj too? > http://23.fi/jj/ Wow. No I didn't. -- Ramil Farkhshatov

[dev] ji - ii-like jabber client

2010-06-24 Thread Ramil Farkhshatov
eason). -- Ramil Farkhshatov

[dev] [dmenu] patch: utf-8 strings editing

2010-05-28 Thread Ramil Farkhshatov
Hello. I made a patch against dmenu-4.1 that fixes editing (cursor movement, character deletion) of utf-8 strings containing multibyte characters. -- Ramil Farkhshatov --- a/dmenu.c +++ b/dmenu.c @@ -19,6 +19,7 @@ #define INRECT(X,Y,RX,RY,RW,RH) ((X) >= (RX) && (X) < (RX

Re: [dev] slock - cannot log in

2009-12-17 Thread Ramil Farkhshatov
from remote logins). In linux one can press Alt-SysRq-R (magic «unraw keyboard») then Alt-F2 to switch to vc2, this should work even if x-server grabs keyboard. -- Ramil Farkhshatov

Re: [dev] [surf] segmentation fault

2009-10-31 Thread Ramil Farkhshatov
dn't crash for me when running it as follows: > > LD_LIBRARY_PATH=/usr/local/lib:/usr/lib ./surf > > So I'm a bit puzzled it worked for me without any issues and other > telling me they tracked it down into enchant's dbus behavior or > something. Is this arch li

Re: [dev] [9base] troff segmentation fault.

2009-10-16 Thread Ramil Farkhshatov
On Thu, Oct 15, 2009 at 04:37:53PM -0400, Kris Maglione wrote: > Yep, you've definitely clobbered your CFLAGS, either by specifying them > on the commandline, or by not using += to define them in config.mk. Yes, I discovered that PKGBUILD I used was broken. Thanks. -- Ramil Farkhshatov

Re: [dev] [9base] troff segmentation fault.

2009-10-15 Thread Ramil Farkhshatov
On Thu, Oct 15, 2009 at 04:30:00AM -0400, Kris Maglione wrote: > On Wed, 14 Oct 2009 12:39:14 +0400 > Ramil Farkhshatov wrote: > > > Trying to use troff from 9base, but it crashes. > > Here is backtrace of just running troff without arguments: > > It looks like you&

[dev] [9base] troff segmentation fault.

2009-10-14 Thread Ramil Farkhshatov
0\004\364\377\277(\363\377\277\v\202\004\b\340\343\r\bH\320\016\b\000\000\000\000Ty\016\b\235\376\a\bTy\016\b8\363\377\277 \201\004\b\006\000\000\000\000\000\000\000x\363\377\277\222>\006\b\004\364\377\277\000>\006\b\000>\006\b@>\006\b" Additional information: distribution: Archlinux arch: i686 locale: ru_RU.UTF-8 -- Ramil Farkhshatov

Re: [dev] cons-wm

2009-10-13 Thread Ramil Farkhshatov
n scheme (gambit-c): git clone http://iris-comp.ru/~git/gravicappa-wm.git Documenting and cleaning it still in plans (~1400 SLOC at the moment). -- Ramil Farkhshatov

Re: [dev] [surf] gtk key bindings

2009-09-07 Thread Ramil Farkhshatov
On Sun, Sep 06, 2009 at 10:53:14AM -0700, Ryan Zheng wrote: > I've been meaning to send this one for a while now. It adds some > bindings to the urlbar and searchbar (c-h, c-w, c-u for deleting, c-b, > c-e for home/end). Not sure how it should be changed now that there's > a config.h It can be aco