PDA

View Full Version : OpenBSD GUI Applications


qmemo
07-31-2008, 04:53 PM
deleted

ocicat
07-31-2008, 07:18 PM
I need full & wide system localization
I want Rox to read my Arabic file names so is the editors I choose.
You should have started a new thread instead of hijacking milo974's discussion.

As far as I can see from searching through the misc@ archives, localization & internationalization work has not been completed out of concerns for security. You will need to find applications which support UTF-8 themselves.

Carpetsmoker
07-31-2008, 07:28 PM
* Moved to new thread *

Flash Player 9

Flash player will not run on OpenBSD.

jggimi
07-31-2008, 07:40 PM
The Adobe Flash Plugin for Linux will run with Opera on OpenBSD/i386, Carpetsmoker. And there is also gnash, if one likes to have infinite loops running randomly. :rolleyes:

Carpetsmoker
07-31-2008, 08:03 PM
Does flash player 9 run on OpenBSD? Or are you talking about flash player 7?

ocicat
07-31-2008, 09:14 PM
how do I make the system work with it? is it a Font's issue?
At this time, OpenBSD does not support UTF-8. This is why you will have to contend with the problem application by application.
if I was asking about NetBSD instead of OpenBSD would I have any issues such as localization or flash support?
I do see an Arabic version of xpdf in NetBSD's pkgsrc collection:

http://pkgsrc.se/print/xpdf-arabic

Likewise, I see mentions of internationalization & localization with NetBSD through Google, but I do not know whether this is done to the level you want.

jggimi
07-31-2008, 09:27 PM
Or are you talking about flash player 7?I meant the proprietary 7 plug-in, yes.

ocicat
07-31-2008, 10:10 PM
o.k. the question is now how do I make an application which supports UTF-8 do it?
You will have to rewrite any application to accept UTF-8 characters. You will also need to translate any current strings used. Depending upon what character set is currently used & whether other parts of the code are 8-bit specific, this could range from being a very easy exercise or very time-consuming. My guess would be to bet on the latter.

ocicat
07-31-2008, 10:27 PM
no, I do not want to translate the application it self
I can understand why you wouldn't. The point here is that localization & internationalization is not something added at the last minute. These topics can radically & subtlely change an application at its core.

Unfortunately, there is no other alternative. If localization & internationalization is that important, you may have to look at other operating systems. OpenBSD is weak in this area.

ocicat
07-31-2008, 10:39 PM
here is the very problem...
I understand what you want. As stated before, there is no simple fix.

ocicat
08-02-2008, 08:40 PM
Glad it worked out for you.

vermaden
08-03-2008, 06:38 PM
@qmemo

AbiWord --> I would use OpenOffice + Latex (tetex package)
GnuMeric --> I use OpenOffice, but Gnumeric also should be ok here
Pidgin --> try Gaijm also / I use ekg form IM which is something like centericq
Kazehakase or Firefox or Opera --> As this is OepnBSD you are propably limited to Firefox 3.0, but I would try setting up Opera 9.5
Claws or mutt --> both are ok, depends what you like most, cli or gui
ROX file manager --> I also use thunar (rename feature is great) and nautilus from time to time
xpdf or xview or Adobe acropat --> I use evince here, also for ps files, but I also have xpdf as a backup
xine-ui & mplayer & xmms --> I use mplayer without gui + sonata with mpd, or beep media player if I want fast small media player.
uxterm --> urxvt(rxvt-unicode) is also a great term, bu I used xterm myself for very long also, if you need only iso encoding, then mrxvt is also great
Leafpad --> geany (rocks) or vim (also), check what vim can do btw: http://vermaden.deviantart.com/art/vim-74228681 but vim can also do text tabs for example: http://azer-files.googlecode.com/files/vi.jpg I also used mousepad from time to time as on screen notes
Flash Player 9 --> on OpenBSD? Maybe in QEMU wm on windows 2000 / if you just want to dowload videos fro youtube.google video, then use keepvid.com
Bittorrent client --> transmission-cli for simplicity, all you have to do is transmission-cli pr0n.torrent in cli
Xchat IRC --< irssi ftw
K3B or any equivalent --> check my howtos about burndvd and burncd, I used that for burning on BSD

I would also advice feh and gqview for image viewer
galculator for simple GTK2 calk, or well colored xcalc (check mine ~/.Xdefaults : http://toya.net.pl/~vermaden/text/dot.Xdefaults
Also GIMP + Inkscape for graphics
UAE + DosBOX + WIne for gamez
fbpanel for some lauchbar if you like such things

dunno what else I propably missed something ...

vermaden
08-03-2008, 09:05 PM
I forgot about worker very light and fast:
http://www.boomerangsworld.de/worker/

Users of Directory Opus from AMIGA will fill like home ;)

vermaden
08-06-2008, 12:29 AM
@qmemo

You propably need to get and set icon theme, I also admit setting GTK2 theme.

file: ~/.gtkrc-2.0
gtk-icon-theme-name = "OSX"
gtk-theme-name = "OSX"
gtk-font-name = "Sans 10"

icon theme: ~/.icons/OSX
GTK2 theme: ~/.themes/OSX

You can get both icon and GTK themes from http://gnome-look.org

vermaden
08-06-2008, 12:57 AM
how do I check if GTK2 is installed

If you can run GTK2 apps (nautilus, firefox, rox) then GTK2 is installed.

jggimi
08-06-2008, 01:10 AM
$ pkg_info | grep gtk

Carpetsmoker
08-06-2008, 01:34 AM
Create the file if it doesn't exist.

lvlamb
08-06-2008, 12:07 PM
re: unknown icons.

Not all icon collections have all icons for all thinkable applications.
In theory, when an icon lacks, the system should fall back to the hicolor theme.
Unfortunately, icon themes authors mainly are artists and forget some rules.

Either, choose a comprehensive icons themes, or,

navigate to /usr/local/share/icons/your_preferred_theme
edit (sudo) the file index.theme
Normally, the first item is [Icon Theme] and has or should have a line as
Inherits=Tango,gnome,hicolor,crystalsvg
(this line actually comes from Gartoon Redux, which has less question marks than original Gartoon which reads
Inherits=jimmac,Gorilla,gnome ).
While there, also check the Directories= line.

Instead of messing system files and make scrollkeeper angry, better de-install the themes you want to edit and intall them into your home
~/.icons directory.

qmemo
08-24-2008, 08:41 PM
I kinda found the Solution to writing in my Native Language

http://eyegene.ophthy.med.umich.edu/unicode/

well tell you later if it worked for me or not