Modules for Porteus 2.1
-
- Contributor
- Posts: 198
- Joined: 29 Aug 2013, 21:36
- Distribution: Porteus 3.1 KDE4 32bit
- Location: Czech Republic
Re: Modules for Porteus 2.1
@paleport
Při startu systému Porteus jsou zavedeny jen moduly ve složce base.
Přikládám obrázek pracovní plochy.
VLC funguje bez problémů.
At system startup, Porteus modules are introduced only in your base.
I enclose a picture of your desktop.
VLC works without problems.
LABEL fresh
MENU LABEL Always Fresh
KERNEL vmlinuz
APPEND initrd=initrd.xz nomagic base_only norootcopy timezone=UTC volume=70% kmap=cz,us login=root
Pictrure: http://jpeg.cz/images/2013/12/16/9kTsq.png
Při startu systému Porteus jsou zavedeny jen moduly ve složce base.
Přikládám obrázek pracovní plochy.
VLC funguje bez problémů.
At system startup, Porteus modules are introduced only in your base.
I enclose a picture of your desktop.
VLC works without problems.
LABEL fresh
MENU LABEL Always Fresh
KERNEL vmlinuz
APPEND initrd=initrd.xz nomagic base_only norootcopy timezone=UTC volume=70% kmap=cz,us login=root
Pictrure: http://jpeg.cz/images/2013/12/16/9kTsq.png
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: Modules for Porteus 2.1
@paleport: what is your DE?
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
-
- White ninja
- Posts: 22
- Joined: 12 Dec 2013, 17:39
- Distribution: Porteus (XFCE) 32bit v2.1
- Location: spain
Re: Modules for Porteus 2.1
I use 32bit xfce v2.0 Porteus
But I will try with v2.1
But I will try with v2.1
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: Modules for Porteus 2.1
Start it in a konsole to see what dependencies are missing...
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
-
- White ninja
- Posts: 22
- Joined: 12 Dec 2013, 17:39
- Distribution: Porteus (XFCE) 32bit v2.1
- Location: spain
Re: Modules for Porteus 2.1
Hi.wread wrote:Start it in a konsole to see what dependencies are missing...
I have been doing some tests and this is what I have found so far:
As I said, I use xfce version of Porteus 2.1 (much more suitable for my netbook).
I added modules 003-kde.xzm and 05-devel.xzm & 07-printing.xzm to the Modules folder.
Then it boots into a KDE enviroment and VLC loads and works as expected.
When I remove the 003-kde.xzm module it boots into my usual XFCE enviroment, but VLC module stops working and gives me this message when starting from console:
So I think it seems it must be something related with kde module having something that xfce module lacks off.root@porteus:~# vlc
VLC media player 2.1.2 Rincewind (revision 2.1.2-0-ga4c4876)
[0x86a1ec8] main interface error: no suitable interface module
[0x8605938] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x8605938] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x86a2350] main interface error: corrupt module: /usr/lib/vlc/plugins/gui/libqt4_plugin.so
[0xb6a18a58] main generic error: corrupt module: /usr/lib/vlc/plugins/gui/libqt4_plugin.so
[0x86a2350] skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x86a2350] skins2 interface error: cannot instantiate qt4 dialogs provider
[0x86a2350] [cli] lua interface: Listening on host "*console".
VLC media player 2.1.2 Rincewind
Command Line Interface initialized. Type `help' for help.
>
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: Modules for Porteus 2.1
I am not a xfce expert, but it seems to me qt4 is missing. Try in a konsole the following command:
root@porteus:~# qmake --version
If you have qt4, the system would answer:
QMake version 2.01a
Using Qt version 4.8.4 in /usr/lib/qt/lib
If it answer "command not found" then you don't have it. Install it and you are running vlc ok!
Regards!
root@porteus:~# qmake --version
If you have qt4, the system would answer:
QMake version 2.01a
Using Qt version 4.8.4 in /usr/lib/qt/lib
If it answer "command not found" then you don't have it. Install it and you are running vlc ok!
Regards!
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
-
- White ninja
- Posts: 22
- Joined: 12 Dec 2013, 17:39
- Distribution: Porteus (XFCE) 32bit v2.1
- Location: spain
Re: Modules for Porteus 2.1
Hi.wread wrote:I am not a xfce expert, but it seems to me qt4 is missing. Try in a konsole the following command:
root@porteus:~# qmake --version
If you have qt4, the system would answer:
QMake version 2.01a
Using Qt version 4.8.4 in /usr/lib/qt/lib
If it answer "command not found" then you don't have it. Install it and you are running vlc ok!
Regards!
As you sugested, I checked with qmake --version and obtained this:
Despite of this, I activated a module I had downloaded from somewhere long time ago, called qt4-4.8.2.xzmroot@porteus:~# qmake --version
Qmake version: 1.07a (Qt 3.3.8b)
Qmake is free software from Trolltech ASA.
Now, with that module, VLC starts as expected.
So, you were right. QT4 was missing from my system (and from XFCE versions as well).
Thanks.
- wread
- Module Guard
- Posts: 1256
- Joined: 09 Jan 2011, 18:48
- Distribution: Porteus v5.0-kde-64 bits
- Location: Santo Domingo
- Contact:
Re: Modules for Porteus 2.1
My pleasure again
Porteus is proud of the FASTEST KDE ever made.....(take akonadi, nepomuk and soprano out and you will have a decent OS).
The Porteus Community never sleeps!
The Porteus Community never sleeps!
-
- Contributor
- Posts: 198
- Joined: 29 Aug 2013, 21:36
- Distribution: Porteus 3.1 KDE4 32bit
- Location: Czech Republic
Re: Modules for Porteus 2.1
Hi, all!
JDiskReport 1.4.0 enables you to understand how much space the files and directories consume on your disk drives, and it helps you find obsolete files and folders.
The tool analyses your disk drives and collects several statistics which you can view as overview charts and details tables.
This is ad-free uncrippled no-charge software that never expires.
JDiskReport runs on Windows, Mac, Linux, and other platforms.
It requires Java 5 or later, Java 7 is recommended.
Picture: http://jpeg.cz/images/2014/01/02/CPj8Z.png
Homepage: http://www.jgoodies.com/freeware/jdiskreport/
Download: http://yadi.sk/d/7cY5SyiyFMvE2
Enjoy 8)
JDiskReport 1.4.0 enables you to understand how much space the files and directories consume on your disk drives, and it helps you find obsolete files and folders.
The tool analyses your disk drives and collects several statistics which you can view as overview charts and details tables.
This is ad-free uncrippled no-charge software that never expires.
JDiskReport runs on Windows, Mac, Linux, and other platforms.
It requires Java 5 or later, Java 7 is recommended.
Picture: http://jpeg.cz/images/2014/01/02/CPj8Z.png
Homepage: http://www.jgoodies.com/freeware/jdiskreport/
Download: http://yadi.sk/d/7cY5SyiyFMvE2
Enjoy 8)
-
- Contributor
- Posts: 198
- Joined: 29 Aug 2013, 21:36
- Distribution: Porteus 3.1 KDE4 32bit
- Location: Czech Republic
Re: Modules for Porteus 2.1
Hello
This's full package of LibreOffice_4.2.0.4
LibreOffice is a productivity suite that is compatible with other major office suites, and available on a variety of platforms. This is a repackaging of the official LibreOffice binary RPM's.
This's full package of LibreOffice :
LibreOffice_4.2.0.4_Linux_en-US.i586.xzm
LibreOffice_4.2.0.4_helppack_en-US.i586.xzm
LibreOffice_4.2.0.4_langpack_cs.i586.xzm
LibreOffice_4.2.0.4_helppack_cs.i586.xzm
LibreOffice_4.2.0.4_Microsoft-Truetype-Fonts.xzm
Picture: http://jpeg.cz/images/2014/02/02/1PDM7.png
Download all here: http://yadi.sk/d/lEVIiYdKHAMfd
LibreOffice requires a recent version of Java Runtime Environment (JRE) for full functionality.
JRE is not part of the LibreOffice installation package, it should be installed separately.
Testováno v distribuci Porteus 2.1 KDE4 32-bit a Porteus-3.0 rc1 KDE4 32-bit !
Tested on KDE4 Porteus 2.1 32-bit and Porteus 3.0 RC1-KDE4 32-bit !
Enjoy!
This's full package of LibreOffice_4.2.0.4
LibreOffice is a productivity suite that is compatible with other major office suites, and available on a variety of platforms. This is a repackaging of the official LibreOffice binary RPM's.
This's full package of LibreOffice :
LibreOffice_4.2.0.4_Linux_en-US.i586.xzm
LibreOffice_4.2.0.4_helppack_en-US.i586.xzm
LibreOffice_4.2.0.4_langpack_cs.i586.xzm
LibreOffice_4.2.0.4_helppack_cs.i586.xzm
LibreOffice_4.2.0.4_Microsoft-Truetype-Fonts.xzm
Picture: http://jpeg.cz/images/2014/02/02/1PDM7.png
Download all here: http://yadi.sk/d/lEVIiYdKHAMfd
LibreOffice requires a recent version of Java Runtime Environment (JRE) for full functionality.
JRE is not part of the LibreOffice installation package, it should be installed separately.
Testováno v distribuci Porteus 2.1 KDE4 32-bit a Porteus-3.0 rc1 KDE4 32-bit !
Tested on KDE4 Porteus 2.1 32-bit and Porteus 3.0 RC1-KDE4 32-bit !
Enjoy!
-
- Contributor
- Posts: 198
- Joined: 29 Aug 2013, 21:36
- Distribution: Porteus 3.1 KDE4 32bit
- Location: Czech Republic
Re: Modules for Porteus 2.1
Hello
Java Runtime Environment Version 7 Update 51 - jre-1.7u51-i586.xzm
Picture : http://jpeg.cz/images/2014/02/04/UrVv.png
Download: http://yadi.sk/d/_FM1rYWuHHqBG
Verify Java Version
http://www.java.com/en/download/installed.jsp
Enjoy!
Java Runtime Environment Version 7 Update 51 - jre-1.7u51-i586.xzm
Picture : http://jpeg.cz/images/2014/02/04/UrVv.png
Download: http://yadi.sk/d/_FM1rYWuHHqBG
Verify Java Version
http://www.java.com/en/download/installed.jsp
Enjoy!
-
- Contributor
- Posts: 198
- Joined: 29 Aug 2013, 21:36
- Distribution: Porteus 3.1 KDE4 32bit
- Location: Czech Republic
Re: Modules for Porteus 2.1
Hi all,
Wine-1.7.13-1-i486 for Porteus 2.1 - Porteus-3.0 rc2. KDE4 32-bit
I updated Wine package to new version 1.7.13 with Wine Gecko 2.24, Wine Mono 4.5.0 and Winetricks 20130707
Download: http://yadi.sk/d/XEAaP6MoJU83R
Enjoy 8)
Wine-1.7.13-1-i486 for Porteus 2.1 - Porteus-3.0 rc2. KDE4 32-bit
I updated Wine package to new version 1.7.13 with Wine Gecko 2.24, Wine Mono 4.5.0 and Winetricks 20130707
Download: http://yadi.sk/d/XEAaP6MoJU83R
Enjoy 8)