Flex : Flash Player not found

February 1st, 2010
No Gravatar

Ever seen this screen in your Eclipse?
It was the most annoying until I turned on my brain cells to resolve it.
(when it really bored me to death)

Here is the screenshot:

flash_not_found

Why this message appears?

There is a minor error in Flex plugin for eclipse/ Flash builder. It searches for the folder “plugins” inside the browser installation directory and if it doesn’t find flash plugin there, or directory “plugins”, it will open this dialog, even if you have plugin installed and working.
Pressing YES, will run as normal.

It normally occures in linux distributions which has only one place for browser plugins, like openSUSE. OpenSUSE has one directory for all plugins and it is located in:

/usr/bin/browser-plugins

How to fix?
Easy. just make symbolic link inside firefox directory to this one, naming it “plugins”. Here is the command:

worktux: cd /usr/lib/firefox
worktux:/usr/lib/firefox # ln -s /usr/lib/browser-plugins plugins

[Post to Twitter] Tweet This Post   [Post to Reddit] Reddit This Post   [Post to StumbleUpon] Stumble This Post

If you enjoyed this post, make sure you subscribe to my RSS feed!

Emil Beli Adobe Flex / ActionScript 3, Programming, Technology, Web development

Virtuelne Mašine

January 12th, 2010
No Gravatar

O virtuelnim mašinama je napisano mali milion opširnih članaka o svim mogućnostima i prednostima istih, međutim, malo ko razume sve što one mogu. Uključujući tu i mene. Sve je to previše “virtuelno” za jednog prosečnog korisnika, ali ipak, i previše korisno da bi se one zanemarile. Kako ja mnogo koristim virtuelne mašine (do duše, na najjednostavniji mogući način), mislim da vredi objasniti koliko su korisne.

Šta je u stvari virtuelna mašina? Virtuelna mašina, u daljem tekstu “VM”, je program koji radi unutar operativnog sistema, kao i svaki drugi program, ali za razliku, simulira drugi kompjuter. Drugim rečima, kompjuter unutar kompjutera. Kako je to program, omogućuje kreiranje bezbroj kompjutera unutar (fizički prisutnog) kompjutera na kome radite (mogući broj VM-a zavisi, zapravo, od mesta na disku).
Dobro, kompjuter unutar kompjutera, ali čemu to? Read more…

[Post to Twitter] Tweet This Post   [Post to Reddit] Reddit This Post   [Post to StumbleUpon] Stumble This Post

If you enjoyed this post, make sure you subscribe to my RSS feed!

Emil Beli Systems, Technology , ,

Baires - Batch Image Resizer

December 10th, 2009
No Gravatar

The problem: I need the easiest way possible to resize a bunch of images from a digital camera, or from one directory, and place them into another.

There are a lots of great tools for the job. As linux user, I had a choice of a variety of excellent applications to use, from large scale applications like GIMP or Krita, to small tools like BIRT. Lately, because I have KDE4, I used Gwenview because it supports batch resizing.

However, all of them ask you to select the files which you wish to resize. Well, I want all of them; I may have already prepared them in some directory by selecting them from various sources. So, file selection was just slowing me down.

Solution: Since I could not find a tool which would solve my problem, I made one.

Baires is an application that will resize all of your pictures that reside in a selected folder, and resize them to the same folder or another folder. Since it keeps ‘last used’ settings, next time resizing is just one click away.

Baires is an open source GUI application, made in Qt. It works on all platforms, but if you are not using openSUSE or Fedora linux, you’ll have to compile it from source. I have pre-compiled RPM packages for openSUSE 11.0 to 11.2, SLED/SLES 10 and 11, and Fedora 9-12, available for download.

You can download it from Baires download page

[Post to Twitter] Tweet This Post   [Post to Reddit] Reddit This Post   [Post to StumbleUpon] Stumble This Post

If you enjoyed this post, make sure you subscribe to my RSS feed!

Emil Beli Programming, Systems, Technology , ,

Compiling kernel in openSUSE - easy way

November 23rd, 2009
No Gravatar

The first question you may ask is why to compile kernel in the first place? Well, since all companies/groups that makes Linux distributions wants their product to work on as many machines possible, kernel is compiled in the most generic way possible. That means that it is compiled for low-end processor and it includes all possible modules that kernel has to offer. It is obvious that it is made to work with everything and not to work fast. For example, you will see in many Linux packages, kernel included, filenames have some suffix like i386, i486, i586, i686… It means for which processor they are compiled. i386 and i486 will work on i386 and i486 old processors respectively, and higher, while i586 will work on Pentium 1, and i686 on Pentium pro. So, if you have, for example, Intel Core2, and you use i586 generic file, this means that all of the new and fast instructions that your processor have will be unused. So, if we compile kernel for our processor, it will run much faster.
Read more…

[Post to Twitter] Tweet This Post   [Post to Reddit] Reddit This Post   [Post to StumbleUpon] Stumble This Post

If you enjoyed this post, make sure you subscribe to my RSS feed!

Emil Beli Systems, Technology , , ,

Spajanje više video fajlova u jedan, i konverzija (II deo)

November 12th, 2009
No Gravatar

U svom članku od 16-og marta Spajanje više video fajlova u jedan objasnio sam kako se jednom jednostavnom komandom mogu spojiti video fajlovi u jedan finalni. Kao komandu za to sam naveo

cat 1.mpg 2.mpg 3.mpg > final.mpg

Međutim, to baš i nije najsrećnije rešenje. Kada se video prebaci na Windows, Media player naročito, ne očitava dužinu trajanja fajla kako treba.
Bolje rešenje je sledeća komanda koja to radi baš kako treba:
Read more…

[Post to Twitter] Tweet This Post   [Post to Reddit] Reddit This Post   [Post to StumbleUpon] Stumble This Post

If you enjoyed this post, make sure you subscribe to my RSS feed!

Emil Beli Automation, Technology , , ,

Na šta sve pristajemo kad imamo/instaliramo Windows

November 10th, 2009
No Gravatar

Članak ispod uporedno prikazuje originalnu licencu, član po član i šta on znači na jednostavnom engleskom, koji svi mogu da razumeju. Obavezno procitajte. Članak je baziran na licenci “Windows XP Home”

>>>>> MS EULA in plain English <<<<<

Od svih katastrofalnih (po nas) članova licence, ovaj mi se najviše svideo:

Microsoft may collect information about your computer and may share it with other companies, but this may not include personal information about you.

Ovaj link je pokupljen sa sajta(foruma) linuxzasve.com

[Post to Twitter] Tweet This Post   [Post to Reddit] Reddit This Post   [Post to StumbleUpon] Stumble This Post

If you enjoyed this post, make sure you subscribe to my RSS feed!

Emil Beli Systems, Technology , , , ,

Make your own HTML signature in Gmail

October 14th, 2009