Forum
« Lets talk 2.0 »

Welcome Guest. Please Login or Register.
Jun 18, 2013, 6:26pm



Return to or visit the SalineOS webpage

Forum :: General :: Testing and Development :: Lets talk 2.0
« Page 7 of 8 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]
 AuthorTopic: Lets talk 2.0 (Read 2,534 times)
petrek
Senior Member
****
member is offline

[avatar]



Joined: Aug 2011
Gender: Male
Posts: 386
Location: Poland
 Re: Lets talk 2.0
« Reply #90 on Feb 2, 2012, 11:05am »

I'm thinking about creating a fork with real time kernel and a little different installer ;) First I was thinking about Xfce with some other existing WM, but I need a WM that will be a mixture of fvwm with some functionality from fluxbox. If there's none, I need to write/(change fvwm for) my own, and then I would preferably make it a standalone WM. For now I want to call it Salfire :)
« Last Edit: Feb 2, 2012, 11:28am by petrek »Link to Post - Back to Top  IP: Logged

Skallagrigg
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,343
 Re: Lets talk 2.0
« Reply #91 on Feb 14, 2012, 5:19pm »

Speaking of the installer how does this look:

[image]
« Last Edit: Feb 14, 2012, 5:19pm by Anthony Nordquist »Link to Post - Back to Top  IP: Logged
Richard
Elder Member
*****
member is offline

[avatar]



Joined: Jan 2011
Gender: Male
Posts: 607
Location: Venezuela
 Re: Lets talk 2.0
« Reply #92 on Feb 14, 2012, 7:27pm »

I like the looks of it. Always handy to have a nice set of configs. Everybody likes something different. YAD reallys seems to be a really nice tool for building scripts.
Link to Post - Back to Top  IP: Logged

SalineOS-2.0dev2..Xfce4.8
SolydX.................Xfce4.10
Crunchbang-11.....Xfce4.8
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,343
 Re: Lets talk 2.0
« Reply #93 on Feb 14, 2012, 8:49pm »

I really do like how YAD does things, and it includes a whole bunch of features I have yet to use for anything. The RAM usage for YAD is actually another big reason to use it. Zenity requires 6 megabytes of RAM per dialog used and you don't regain that RAM until the script exits, YAD uses about 8-10 steadily while the script runs. When it comes to raw efficiency YAD is right up there with text based and NCURSES, as both of the ladder require having a terminal running (Which is 11 megabytes in itself). PyGTK isn't even in the same ballpark.
Link to Post - Back to Top  IP: Logged
kingbongo
New Member
*
member is offline





Joined: Feb 2012
Gender: Male
Posts: 2
 Re: Lets talk 2.0
« Reply #94 on Feb 19, 2012, 5:52am »

petrek:
Sorry for the late answer. I don't miss any functionality in XFCE at all, but it is impossible to debate taste, isn't it? :) I don't like KDE and some other stuff either so. I could probably install MATE myself, but I don't want to. I am done tweaking like crazy! Nowadays, I let other guys do the tweaking for me.

Anthony Nordquist:
I think you are doing a great work with this :) If you are the only developer it is even more impressive!
Link to Post - Back to Top  IP: Logged
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,343
 Re: Lets talk 2.0
« Reply #95 on Mar 9, 2012, 3:18am »

Just a quick update on the state of 2.0:

Clean has been updated with code to calculate the size of Un-Needed dependencies. Grub doctor has been added to git, ported to yad and code was changed up so that you can now safely run it from the installed system without causing the temporary havoc the current version does. The installer has gone through heavy testing in the last week and a whole host of bugs have been squashed, as well as a bunch of polishing was done. A new icon theme has been added to git and I have fixed the GTK errors and modified some of the icons to better suit SalineOS, you can find it in the Simple folder. Considering the number of changes I have made, I will be renaming it to something before shipping it as a courtesy to the upstream developers of it.

Link to Post - Back to Top  IP: Logged
murdock
Full Member
***
member is offline

[avatar]


[homepage]

Joined: Feb 2011
Gender: Male
Posts: 188
Location: Costa Rica
 Re: Lets talk 2.0
« Reply #96 on Mar 13, 2012, 5:06am »

Something I'd like....as would many upstanding citizens of the world. :o
I have a ton of movies ( all legally acquired, of course) ;)
The file managers have basically tags, permissions and properties. How hard would it be to add "notes". I know I could keep adding details to the original file name but a "description-notes-rating" tab would be cool.
Link to Post - Back to Top  IP: Logged

No Artificial Ingredients
www.arenalbotanicalgarden.com
Skype : arenalgarden.
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,343
 Re: Lets talk 2.0
« Reply #97 on Mar 13, 2012, 3:10pm »

This isn't something you are likely going to see from me, at least not implemented in this way. Having notes information in a tab would require adding a bunch of GTK widgets and another database which would slow Thunar down.

What is more likely would be to write a Thunar Custom action that hooks into a Yad script to allow you to view and edit a text field with all the notes you wanted for a file. This would take only an hour of coding, and wouldn't slow down Thunar when it isn't being used.

The only question left for me to answer is, is this functionality worth a spot in the right click menu in Thunar.
Link to Post - Back to Top  IP: Logged
Richard
Elder Member
*****
member is offline

[avatar]



Joined: Jan 2011
Gender: Male
Posts: 607
Location: Venezuela
 Re: Lets talk 2.0
« Reply #98 on Mar 13, 2012, 4:48pm »

Maybe we could have a library section in the HowTo's with miscellaneos Thunar Custom-actions?

It's going to get unwieldy to include everything that can be done. :)
« Last Edit: Mar 13, 2012, 7:30pm by Richard »Link to Post - Back to Top  IP: Logged

SalineOS-2.0dev2..Xfce4.8
SolydX.................Xfce4.10
Crunchbang-11.....Xfce4.8
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,343
 Re: Lets talk 2.0
« Reply #99 on Mar 13, 2012, 8:55pm »

A file notes custom action script is up in git, in case anyone wants to take a look at what it looks like. I am still not sold on it being all that useful personally ???

To install grab notes-ca from the CustomActions folder in git and move it to /usr/bin then do chmod +x /usr/bin/notes-ca

Open Thunar and go to configure custom actions and add this:
Name: File Notes
Description: Add notes to your files
Command: /usr/bin/notes-ca %n
Appearance Conditions: Select whatever you want.

Edit: Requires yad be installed.
« Last Edit: Mar 13, 2012, 8:56pm by Anthony Nordquist »Link to Post - Back to Top  IP: Logged
murdock
Full Member
***
member is offline

[avatar]


[homepage]

Joined: Feb 2011
Gender: Male
Posts: 188
Location: Costa Rica
 Re: Lets talk 2.0
« Reply #100 on Mar 13, 2012, 11:09pm »

Very cool !. I'm on it !
Link to Post - Back to Top  IP: Logged

No Artificial Ingredients
www.arenalbotanicalgarden.com
Skype : arenalgarden.
murdock
Full Member
***
member is offline

[avatar]


[homepage]

Joined: Feb 2011
Gender: Male
Posts: 188
Location: Costa Rica
 Re: Lets talk 2.0
« Reply #101 on Mar 22, 2012, 7:26am »

Don Antonio. Is Midori still on the charts ?
Link to Post - Back to Top  IP: Logged

No Artificial Ingredients
www.arenalbotanicalgarden.com
Skype : arenalgarden.
Anthony Nordquist
Administrator
*****
member is offline




[homepage]

Joined: Dec 2010
Gender: Male
Posts: 1,343
 Re: Lets talk 2.0
« Reply #102 on Mar 22, 2012, 1:52pm »


Mar 22, 2012, 7:26am, murdock wrote:
Don Antonio. Is Midori still on the charts ?


Yes.
Link to Post - Back to Top  IP: Logged
ukbrian
Senior Member
****
member is offline





Joined: Aug 2011
Gender: Male
Posts: 288
 Re: Lets talk 2.0
« Reply #103 on Mar 22, 2012, 2:27pm »


Mar 22, 2012, 7:26am, murdock wrote:
Don Antonio. Is Midori still on the charts ?
[image] I dunna understand, [image]

I remember having to disable proprietary video drivers with remastersys a few years ago and i'm only using stock video drivers, maybe that's why I can move backups between machines, Ill try an install on my laptop when I get a minute.[image]
Sorry about more pics Anthony, it won't happen again
Link to Post - Back to Top  IP: Logged
beardedragon
Global Moderator
*****
member is offline

[avatar]



Joined: Feb 2011
Gender: Male
Posts: 864
 Re: Lets talk 2.0
« Reply #104 on Mar 22, 2012, 4:32pm »


Mar 22, 2012, 2:27pm, ukbrian wrote:

Mar 22, 2012, 7:26am, murdock wrote:
Don Antonio. Is Midori still on the charts ?
[image] I dunna understand, [image]

I remember having to disable proprietary video drivers with remastersys a few years ago and i'm only using stock video drivers, maybe that's why I can move backups between machines, Ill try an install on my laptop when I get a minute.[image]
Sorry about more pics Anthony, it won't happen again

I use the Propriety Driver for ATI and when I open Terminal and use remastersys dist, it takes it out and then the ISO has Anthony's Magix when you burn it to disk.
Link to Post - Back to Top  IP: Logged

Robert Collard, Madison, WI
HP s5710f, 2x AMD Athlon II 260@3.2Ghz 3GB RAM, 640GB HD
SalineOS 2.0 XFCE-4.8 3.2.0-4-amd64
Debian 7.0 XFCE-4.8 3.2.0-4-amd64

If you are satisfied with the results, please Edit your first post and add [Solved] to the Subject line.
« Page 7 of 8 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]



Anthony Nordquist, on behalf of the SalineOS project, is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. As such, if you click the above banner and then make any purchase including digital downloads, a small percentage will be paid to the SalineOS project.
Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile