Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
etc-proposals 1.4.2 in portage (etc-update with Gtk2/Qt4)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Sat May 12, 2007 1:02 pm    Post subject: Reply with quote

Beinii wrote:
QT4 frontend:

Code:
Traceback (most recent call last):
  File "/usr/sbin/etc-proposals", line 71, in ?
    etcproposals.etcproposals_qt4.run_frontend()
  File "/usr/lib64/python2.4/site-packages/etcproposals/etcproposals_qt4.py", line 646, in run_frontend
    controller = EtcProposalsController(model)
  File "/usr/lib64/python2.4/site-packages/etcproposals/etcproposals_qt4.py", line 608, in __init__
    self.view = EtcProposalsView(proposals, self)
  File "/usr/lib64/python2.4/site-packages/etcproposals/etcproposals_qt4.py", line 463, in __init__
    self.initActions()
  File "/usr/lib64/python2.4/site-packages/etcproposals/etcproposals_qt4.py", line 477, in initActions
    self.exitAct.setIcon(qt.QIcon(KdelibsUtils.get_iconpath('actions', 'exit')))
  File "/usr/lib64/python2.4/site-packages/etcproposals/etcproposals_qt4.py", line 58, in get_iconpath
    raise LookupError, 'Icon %s not found.' % iconname
LookupError: Icon exit not found.


Which kde-libs version do you have installed?

What does
Code:
/usr/kde/3.5/bin/kde-config --path icon

return you?

Do you have the file
Code:
$PATH_FROM_KDE-CONFIG/crystalsvg/22x22/actions/exit.png

?

Why not ;-) ?

Oh, btw ist not gtk that is ugly - its your theme :lol: ...
Back to top
View user's profile Send private message
Beinii
n00b
n00b


Joined: 21 Sep 2006
Posts: 46
Location: Salo, Finland

PostPosted: Sat May 12, 2007 2:14 pm    Post subject: Reply with quote

I have:

Code:
kde-base/kdelibs-3.5.6-r8


/usr/kde/3.5/bin/kde-config --path icon:

Code:
/home/jussi/.kde3.5/share/icons/:/usr/share/icons/:/usr/kde/3.5/share/icons/



and yes, i have that file :)
_________________
Make love, not Warcraft...
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Sat May 12, 2007 3:53 pm    Post subject: Reply with quote

ok, fixed in subversion.
Bugfix


Edit: The fix needed a fix ;-)
Back to top
View user's profile Send private message
Beinii
n00b
n00b


Joined: 21 Sep 2006
Posts: 46
Location: Salo, Finland

PostPosted: Sat May 12, 2007 5:07 pm    Post subject: Reply with quote

bmichaelsen wrote:
ok, fixed in subversion.
Bugfix


Edit: The fix needed a fix ;-)


I can now confirm it works :)
_________________
Make love, not Warcraft...
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Thu Jun 07, 2007 8:14 am    Post subject: Reply with quote

etc-proposals 1.3 released
- various stability fixes
- support for scanning modification of all config files
- filesystem is represented as a tree in the GUI
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Thu Jun 07, 2007 8:51 pm    Post subject: Reply with quote

1.3 is now in the sunrise overlay.
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Sun Dec 23, 2007 3:45 am    Post subject: Reply with quote

etc-proposals 1.4 rc1 is ready for testing.
Hopefully I can get rid of the rcX-postfix soon.

Please test and report bugs ;-)
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Wed Jan 02, 2008 5:34 pm    Post subject: Reply with quote

etc-proposals 1.4.1 is in portage.

Please mind the namechange of the package: etc-proposals instead of etcproposals (as it was named in sunrise).

Thanks to Tobias Scherbaum for getting it into the tree:
http://blog.scherbaum.info/2008/01/01/app-portageetc-proposals/
Back to top
View user's profile Send private message
Rcomian
Apprentice
Apprentice


Joined: 10 Jan 2004
Posts: 174
Location: Uk, Northwest

PostPosted: Fri Jan 04, 2008 8:52 pm    Post subject: Reply with quote

bmichaelsen - this is excellent :)

I've been using cfg-update for a long time now to do automated updates, and I'm quite happy with that, but ALL manual merging has sucked until now.

I've not been able to test the pyqt version, as pyqt isn't building for me (it fails when building qtdirs.cpp, failed to find QFile, I'll work it out).

Things I'd like to raise:
If already hit the problem where I want most of the proposed changes, but they blat something important that I want to keep. I've only got the option to zap or use the entire block - I'd really like to be able to use the new block and then edit the result ...

Sometimes it's hard to see what the diff is actually about without some context. Normally it's fine, but I'd like some way to see what came just before and just after in the file sometimes.

In the GTK interface, you really do need some form of 3d effect or border to distinguish the end of one block and the start of the next, perhaps like a horizontal splitter bar or something. Also, first time I used it, I accidentally clicked on the header bar of the block that followed and the screen jumped around which got me completely lost for a while, it's a first impressions thing.

But I love it. It's definitely going in the toolkit.
Back to top
View user's profile Send private message
bmichaelsen
Veteran
Veteran


Joined: 17 Nov 2002
Posts: 1277
Location: Hamburg, Germany

PostPosted: Sat Jan 05, 2008 10:49 pm    Post subject: Reply with quote

Rcomian wrote:
I've not been able to test the pyqt version, as pyqt isn't building for me (it fails when building qtdirs.cpp, failed to find QFile, I'll work it out).

The Qt4 version is disappointing compared to the gtk2 one. The qt4 frontend is only maintained on the state on etc-proposals 1.3. We currently have no active developer interested (and using) Qt4.

Quote:
If already hit the problem where I want most of the proposed changes, but they blat something important that I want to keep. I've only got the option to zap or use the entire block - I'd really like to be able to use the new block and then edit the result ...

Sometimes it's hard to see what the diff is actually about without some context. Normally it's fine, but I'd like some way to see what came just before and just after in the file sometimes.

This is currently only possible in the readline frontend with the "edit" and "diff" commands. For the GUI-frontends its a bit more work since we cant just fire up $EDITOR ;-)
But this is definitly on the map.

Quote:
In the GTK interface, you really do need some form of 3d effect or border to distinguish the end of one block and the start of the next, perhaps like a horizontal splitter bar or something. Also, first time I used it, I accidentally clicked on the header bar of the block that followed and the screen jumped around which got me completely lost for a while, it's a first impressions thing.

Will be considered.


Thanks for the feedback!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum