Search found 98 matches

by edge226
27 Nov 2013, 23:19
Forum: Porteus/Arch aka Sensei
Topic: Information
Replies: 5
Views: 5772

Re: Information

freestyler wrote:sounds like you want slackware with manjaro packages
Not really, I am quite happy with how manjaro works. The usefulness and uniqueness of a modularized system is very neat though.
by edge226
27 Nov 2013, 09:12
Forum: Porteus/Arch aka Sensei
Topic: Information
Replies: 5
Views: 5772

Re: Information

Ah I see. My plan is a little different. I want to create a system to convert the packages. I do not particularily like how the /changes stuff works. I have had some buggy issues with it in the past. But the first step is to get a working prototype with manjaro packages. I tried switching out the ma...
by edge226
26 Nov 2013, 02:48
Forum: Porteus/Arch aka Sensei
Topic: Information
Replies: 5
Views: 5772

Information

Hello, I plan on trying to make a manjaro/porteus mix. Although a little different than your arch/porteus mix. I am wondering where you started to get the packages ported and working with porteus?
by edge226
24 Aug 2012, 17:23
Forum: x86_64 xzm module requests
Topic: "Must have apps" - 64bit official repo requests
Replies: 51
Views: 40871

Re: "Must have apps" - 64bit official repo requests

my simple go program works, Steam or anything game wise does not unfortunately. Thanks for at least getting so I can use my Go Dojo and study up on go in more ways :)
by edge226
23 Aug 2012, 02:08
Forum: x86_64 xzm module requests
Topic: "Must have apps" - 64bit official repo requests
Replies: 51
Views: 40871

Re: "Must have apps" - 64bit official repo requests

I find myself getting a little restless these days and would really like Play on Linux to work. I cannot seem to get past a few errors. It would be much appreciated if Play on Linux would be added to the repository. It is the most user friendly free windows emulator available and It is definitely a ...
by edge226
13 Aug 2012, 07:05
Forum: Newbie questions
Topic: Playonlinux - 32 bit opengl compat issue and gpg issue.
Replies: 2
Views: 2734

Re: Playonlinux - 32 bit opengl compat issue and gpg issue.

@beny yes it is a 64 bit system, I also do have the compat32 package.
by edge226
12 Aug 2012, 21:05
Forum: Newbie questions
Topic: Playonlinux - 32 bit opengl compat issue and gpg issue.
Replies: 2
Views: 2734

Playonlinux - 32 bit opengl compat issue and gpg issue.

Two pop up errors told me the following. "Error: PlayOnLinux is unable to find 32bits OpenGL libraries. You might encounter problem with your games" Directly after this error message this message was shown in the terminal: [Check_OpenGL] Message: 64bits direct rendering is enabled The next error is ...
by edge226
12 Aug 2012, 06:56
Forum: Development
Topic: Neater Package Management
Replies: 23
Views: 13541

Re: Neater Package Management

Uncommented and unfinished but this was the code thus far. #!/bin/bash storage=$(grep -A1 "STORAGE:" /etc/ppm/porteus.conf | tail -1); name=$(ls $storage/"$1"*); ldd $(lsxzm "$name") 2>/dev/null | grep '=>'; The plan afterwards was to finish the parse and then do a lsxzm of each module within the mo...
by edge226
11 Aug 2012, 18:49
Forum: Development
Topic: Neater Package Management
Replies: 23
Views: 13541

Re: Neater Package Management

I have hit a snag on a portion of parsing, I know how to do this action in C++ however that is not the preferred method, I want to learn more about how to do things in linux rather than the stuff I learned in College. I am trying to use sed and I have managed to get the output to become equal to run...
by edge226
08 Aug 2012, 00:50
Forum: Development
Topic: Gnome 3
Replies: 5
Views: 4950

Re: Gnome 3

@beny I did add the appropriate places to the PATH, or I believe I did at the time. Ill have to double check into that. Thanks for the hint.
by edge226
07 Aug 2012, 06:10
Forum: Development
Topic: Neater Package Management
Replies: 23
Views: 13541

Re: Neater Package Management

@bigbass I am working on writing a bash script that will tell you of the dependencies of packages, not libraries. This is what I have thus far, not too much but I just started it. #!/bin/bash #gain storage location from /etc/ppm/porteus.conf storage=$(grep -A1 "STORAGE:" /etc/ppm/porteus.conf | tail...
by edge226
07 Aug 2012, 02:11
Forum: Development
Topic: Gnome 3
Replies: 5
Views: 4950

Re: Gnome 3

yeah I have run into issues early on and fixed a bunch of them. I am working on it via a virtual box install. The current build failed at package 15. Here is what I recieve in the build, The errors do not seem to make any troubleshooting sense to me. GISCAN Gdk-3.0.gir /opt/gnome/lib64/libgio-2.0.so...
by edge226
07 Aug 2012, 02:04
Forum: Development
Topic: Neater Package Management
Replies: 23
Views: 13541

Re: Neater Package Management

I see, that works well for deactivation, possibly a rmxzm script that will search the dependencies and remove them, or a xzmdeps that will simply print the deps out in a way that you could do rm `xzmdeps name.xzm` I personally cannot seem to get ldd to work, the man does not specify the type of file...
by edge226
06 Aug 2012, 23:24
Forum: Development
Topic: Neater Package Management
Replies: 23
Views: 13541

Re: Neater Package Management

well in the current system when I run ls /mnt/live/porteus/modules I get a listing of everything installed. If I wanted to only remove gparted and its dependencies, finding whether everything is orphaned or not. Doing this via command line does not seem like a very neat solution since I currently ha...
by edge226
05 Aug 2012, 18:59
Forum: General chat
Topic: gparted > KDE Partition Manager
Replies: 2
Views: 5312

Re: gparted > KDE Partition Manager

after doing a close examination I do not really see much difference, probably just perception and being more used to gparted lol.