LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 05-21-2020, 06:21 AM   #1
anon242
Member
 
Registered: Oct 2018
Posts: 69

Rep: Reputation: Disabled
Maintaining themes


How hard is it to maintain themes, and whats involved in doing so.

Thank you
 
Old 05-21-2020, 07:03 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Another key indicator for Help Vampires is the clearly stated but "impossible" question. These questions look reasonable on the surface, but in fact they are impossible to answer for a number of reasons.
(Source)
 
Old 05-21-2020, 07:50 AM   #3
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 455

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
Quote:
Originally Posted by wimc View Post
How hard is it to maintain themes, and whats involved in doing so.

Thank you
As ondoho notes that is a hard one to answer. You need:
  • patience
  • alot of free time to do the work
  • graphics art skills
  • familiarity with how EFL works
  • esp familiarity with EDC files
  • understanding gtk themes
  • you should be able to use git
  • it helps to know how to build proper deb files
  • you should know the various way we debug enlightenment/moksha/elementary
  • and prob more i forgot to add
 
2 members found this post helpful.
Old 05-21-2020, 08:06 AM   #4
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
Well, have lots of free time and patience, and barely draw stick figures, and everything else (see below).

One time having a bright idea, as the saying goes, bit off more than one can chew came along.

Last edited by anon242; 05-21-2020 at 08:13 AM.
 
1 members found this post helpful.
Old 05-22-2020, 02:48 AM   #5
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
As an only current Bodhi theme maintainer I can add to Roberts notes:

  • Lots of passion and loyality to the Bodhi project
  • To be enough strict to yourself

Stefan
 
Old 05-23-2020, 07:47 PM   #6
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
Thanks for everything Stefan, and rbtylee too.

Conclusion, mantaining themes would be way over my head.
 
1 members found this post helpful.
Old 05-24-2020, 01:04 AM   #7
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Oh, sorry to discourage you. I do not know your skills and abilities. We just summed list of some abilities we needed to gain to maintain themes. My story is pretty simple. When I started I had zero skills. Nothing from that list apart from time and patience. Believe me or not. What I want to say is, pick up a theme you want to change or take care (probably other than I maintain) and try to understand how it all works. Trial-and-error procedure is a good start. Feel free to ask me or Robert anytime you need help

Stefan
 
Old 05-24-2020, 05:16 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by wimc View Post
Conclusion, mantaining themes would be way over my head.
Oh, it depends on what you're theming.
Maintaining GTK3 themes really is near impossible.
Openbox themes otoh do not require maintaining at all since the theme specification hasn't really changed for over a decade. Bodhi does not use openbox, but the same might apply to moksha (e17?).
But it doesn't end there. There's so much more to theme: Qt, GTK2, terminal and console colors.......
So yes, maintaining all that is a lot.
But why don't you start with just one?
And usually you start by modifying an existing theme.
There, I gave you a little finger. Hopefully you won't try to grab my or anybody's whole hand now.
In other words, do some research next. I have given you a few keywords.
 
Old 05-24-2020, 06:22 AM   #9
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
By no means nothing what anyone said (wrote) discourages me.

Think for now, just keeping it to visual basic (since 2001/02) and enjoy it. And web related stuff, such as HTML, css, PHP.

Well, just don't have the drive to learn something else.

Last edited by anon242; 05-24-2020 at 06:27 AM. Reason: added as after such
 
1 members found this post helpful.
Old 05-24-2020, 08:58 AM   #10
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
BTW, offtopic

Have you heard of GAMBAS? I found Visual Basic for Linux does exist in very good project...

http://gambas.sourceforge.net/en/main.html

Stefan
 
Old 05-24-2020, 10:37 AM   #11
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by the_waiter View Post
BTW, offtopic

Have you heard of GAMBAS? I found Visual Basic for Linux does exist in very good project...

http://gambas.sourceforge.net/en/main.html

Stefan
I should clarify. Microsoft Visual Basic 6, Gambas isn't entirely the same.

Quote:
There are probably more similarities than differences, but you can't simply copy your VB projects over and expect them to compile under Gambas.
About the first message, given up the idea.
 
Old 05-24-2020, 11:38 AM   #12
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Yes, I know it is not the same. I just wanted to put your attention at that project. BTW, there should be a script which helps importing VB 6 projects to Gambas. But not fully sure. I found Gambas just last week.

Good news for me as I am VB programmer. Mostly VBA to be precise

S

Last edited by the_waiter; 05-24-2020 at 12:01 PM.
 
Old 05-24-2020, 04:49 PM   #13
anon242
Member
 
Registered: Oct 2018
Posts: 69

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by the_waiter View Post
Yes, I know it is not the same. I just wanted to put your attention at that project. BTW, there should be a script which helps importing VB 6 projects to Gambas. But not fully sure. I found Gambas just last week.

Good news for me as I am VB programmer. Mostly VBA to be precise

S
I have an older computer (2000/01/02)* with Windows XP Pro SP3 and Microsoft Visual Basic 6, all it does.

Oh I know, taking this off-topic.

I did install Gambas and looking at it, so who knows.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Any tool to convert Fluxbox themes to WindowMaker themes ?? skouket Linux - Software 1 06-24-2005 07:42 AM
mouse themes & icon themes in GNOME mlu Linux - Software 3 03-23-2005 12:55 AM
Bootsplash Themes(need a list of websites to download themes from) ganja_guru Linux - General 1 09-26-2004 11:28 AM
kde themes looking like gtk themes mokojin Linux - General 1 09-21-2004 03:09 AM
[Themes] WindowMaker new-new themes for free! vfs Slackware 2 05-03-2002 09:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 01:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration