Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#26  2009-01-19 12:55:43

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

Wersja 0.5.1. Na razie brak oficjalnych informacji.

http://ftp-master.debian.org/new/aptitude_0.5.1-1.html

Na razie mozna tylko powiedzieć, że [b]pakiet[/b] został podzielony na wyłącznie tekstowy [tt]aptitude[/tt] i [tt]aptitude-gtk[/tt], wyszukiwanie zostało usprawnione i poprawiono sapera ;). Skądś wiem, że interfejs został doszlifowany.

Ostatnio edytowany przez azhag (2009-01-19 13:00:21)


Błogosławieni, którzy czynią FAQ.
[url=http://www.opencaching.pl]opencaching[/url] :: [url=http://dug.net.pl/sources.list]debian sources.list[/url] :: [url=http://www.linuxportal.pl/blogi/azhag/wpisy]coś jakby blog[/url] :: [url=http://dug.net.pl/]polski portal debiana[/url] :: linux user #403712

Offline

 

#27  2009-01-19 18:54:26

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

[quote=azhag]Wersja 0.5.1. Na razie brak oficjalnych informacji.[/quote]
Już są:

Kod:

  You may have noticed that I wrote a changelog entry for 0.5.1
and tagged it last night.  The package will hit experimental when the
ftpmasters get around to approving it.  Probably nothing surprising to
anyone who's been following the source tree, although I did get around
to implementing resolver hints over the weekend.
 
  Here's the full text of the release announcement:
 
[1/18/2009]
Version 0.5.1                               "One step at a time"
 
- New features:
 
  + [all] New match term: ?term-prefix(term).  This is like ?term(),
          but it searches the Xapian database for any term which is an
          extension of ?term.  For instance, ?term-prefix(hour)
          matches any package that contains the terms "hour",
          "hourglass", "hourly", etc.
 
  + [all] If the user asks for the changelog of a version of a package
          that's currently installed, aptitude will use the local copy
          instead of downloading a new copy off the network.  If the
          local copy can't be used for some reason, aptitude will fall
          back to downloading a copy.
 
  + [all] Implemented resolver hints: you can now place options in
          apt.conf that control how the aptitude resolver treats
          particular packages.  For a full discussion see the user's
          manual, but here is a flavor:
 
          Aptitude::ProblemResolver::Hints
          {
            "reject pulseaudio";          // Prevent the "pulseaudio"
                              // package from being installed
                      // by the aptitude resolver.
            "approve ?name(emacs[0-9]*)"; // Always choose emacsNN over
                                          // any alternatives.
            "300 ?true /unstable";        // Give a 300-point bonus to
                                 // any version in the
                      // "unstable" archive.
          };
 
          Currently these hints do not influence the choices made
          by the "immediate" dependency resolver (the one that runs as
          soon as you mark a package for installation).
 
  + [gtk] aptitude now parses the dpkg status pipe, so it can show a
          progress bar while dpkg is running.  Closing the terminal
          tab does not terminate the install; only destroying the
          progress bar does that.
 
  + [gtk] The search entry box's background will turn slightly red if
          the current text is not a valid search pattern.
 
  + [gtk] If the user enters an invalid search pattern into the search
          entry box, the error will be shown below the box (rather
          than being shoved onto the apt errors pane).
 
  + [gtk] aptitude prompts for confirmation before killing a download
          or a dpkg process.  The download prompt might be
          superfluous, but considering the possible side-effects of
          killing off dpkg, that prompt will remain for the
          foreseeable future.
 
  + [gtk] aptitude will print a message to its embedded terminal
          before and after running dpkg.
 
  + [gtk] A drop-down box of package filters is available under the
          text box where searches are entered.  This lets you quickly
          filter a list of packages by some common criteria (showing
          only packages that aren't installed).
 
  + [gtk] The "automatically installed" flags of packages can be
          toggled from the Package menu or from buttons in the
          description pane.
 
  + [gtk] Undo -> Undo works.
 
  + [gtk] When viewing a dependency solution, you can choose to see
          the actions in their "logical" order (equivalent to typing
          "o" in the curses front-end).
 
  + [gtk] In the version information tab (the one you get by
          double-clicking a package), selecting a different version in
          the list of versions causes information for that version to
          be shown instead.
 
  + [gtk] You can now change which columns are visible in a package
          list by selecting View -> Edit Columns... or by clicking the
          "..."  column heading.
 
  + [gtk] New package list column: "automatically installed".
 
          Each value in this column is displayed as a check-box, where
          the box is checked if the package is automatic.  The
          check-box can't currently be clicked because I'm worried
          that people would click it by accident while trying to
          select a package.  Most likely the rendering will be changed
          in the future to look less "clickable".
 
  + [gtk] New package list column: "archive".
 
- Crashes and serious errors:
 
  + [gtk] Fix several crashes, including one at start-up, that were
          caused by some unusual package states.
 
- Minor bugs:
 
  + [cmdline] "aptitude why-not" no longer crashes when the final
              argument is a virtual package.
 
  + [gtk] The "Download started" row in the Downloads page is no
          longer shown.
 
  + [gtk] The dependency chains tab no longer misses some chains that
          "aptitude why" would show.
 
  + [gtk] Fix buffer problems due to sprintf by using aptitude's safer
          variant of that function. (Closes: #511559)
 
  + [gtk] When extracting just the part of a package's changelog that
          corresponds to versions that are newer than the currently
          installed version, truncate the changelog as soon as we see
          the version numbers go "backwards" -- that is, as soon as
          the previous version in the changelog is "newer" than the
          current version.
 
          This is important because some packages changed their
          version scheme over time.  For instance, g++-4.2 lost its
          epoch in 2004 when the package name changed.  But that
          doesn't mean that those earlier versions of the package
          should be displayed when we want to display the log for
          today's upgrade!
 
- Cosmetic and UI bugs:
 
  + [all] The --help output now mentions --gui and --no-gui.
 
  + [gtk] Many tweaks and improvements to the appearance of the UI;
          particular thanks to Luca Bruno for his patches.  The
          program looks a lot "nicer" overall as a result of his work.
 
  + [gtk] The RC style "tiny-button-style" is used for tab close
          buttons.
 
  + [gtk] Use the "yes" icon (a green sphere) to indicate that a
          package is installed and OK.  This is far more recognizable
          for me (dburrows) than the hard disk icon we were using
          before.
 
  + [gtk] Not-yet-implemented menu options produce a "not implemented"
          message.
 
  + [gtk] Some menu items are disabled if they don't apply to the
          "currently selected object".
 
  + [gtk] When the user performs an action on several packages at
          once, any packages they install will be marked as manually
          installed, and package states won't change to fulfill
          dependencies if those dependencies are already satisfied by
          the selected actions.
 
          For instance, suppose that the user selects A, B, and C for
          installation.  A depends on "D | B", and B depends on C.
          Previously aptitude might decide to install D to fulfill A's
          dependency, and would mark C as automatically installed
          because of B's dependency.  Now, just the three selected
          packages will be installed, and they will all be marked as
          manually instsalled.
 
- Documentation:
 
  + [doc] Wrote a new section of the documentation describing the
          various dependency resolution mechanisms in aptitude.  This
          includes the old section on resolving dependencies, but also
          describes the immediate resolver and how to configure the
          full resolver using resolver hints.
 
- Internal changes:
 
  + [gtk] Redesigned the dpkg terminal creation code to make it
          cleaner and more maintainable.
 
  + [gtk] Redesigned the code for the buttons in the package
          description pane.
 
  + [gtk] Stopped using random bits of the glade file as templates for
          other GUI elements, in preparation for making each tab a
          separate top-level widget in the file.
 
- Translation fixes:
 
  + Fix how ngettext is used so that the plurals can be properly
    translated.  (Closes: #505675)
 
  + Slovak (Closes: #505676)

  Daniel

Błogosławieni, którzy czynią FAQ.
[url=http://www.opencaching.pl]opencaching[/url] :: [url=http://dug.net.pl/sources.list]debian sources.list[/url] :: [url=http://www.linuxportal.pl/blogi/azhag/wpisy]coś jakby blog[/url] :: [url=http://dug.net.pl/]polski portal debiana[/url] :: linux user #403712

Offline

 

#28  2009-01-24 23:16:41

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

bardzo dokładny  opis (ze zrzutami)
http://algebraicthunk.net/~dburrows/projects/aptitude/news/aptitude-0.5.1-release-notes/


Błogosławieni, którzy czynią FAQ.
[url=http://www.opencaching.pl]opencaching[/url] :: [url=http://dug.net.pl/sources.list]debian sources.list[/url] :: [url=http://www.linuxportal.pl/blogi/azhag/wpisy]coś jakby blog[/url] :: [url=http://dug.net.pl/]polski portal debiana[/url] :: linux user #403712

Offline

 

#29  2009-04-27 08:23:19

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

Wydano aptitude 0.5.2:
http://algebraicthunk.net/~dburrows/projects/aptitude/news/aptitude-0.5.2-release-notes/


Błogosławieni, którzy czynią FAQ.
[url=http://www.opencaching.pl]opencaching[/url] :: [url=http://dug.net.pl/sources.list]debian sources.list[/url] :: [url=http://www.linuxportal.pl/blogi/azhag/wpisy]coś jakby blog[/url] :: [url=http://dug.net.pl/]polski portal debiana[/url] :: linux user #403712

Offline

 

#30  2009-05-04 07:47:11

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

Prezentacja interfejsu GTK:
http://algebraicthunk.net/~dburrows/blog/entry/aptitude-gtk-status-a-visual-tour/


Błogosławieni, którzy czynią FAQ.
[url=http://www.opencaching.pl]opencaching[/url] :: [url=http://dug.net.pl/sources.list]debian sources.list[/url] :: [url=http://www.linuxportal.pl/blogi/azhag/wpisy]coś jakby blog[/url] :: [url=http://dug.net.pl/]polski portal debiana[/url] :: linux user #403712

Offline

 

#31  2009-06-24 17:32:56

  iwo - Użytkownik

iwo
Użytkownik
Skąd: 51.770 N, 19.459 E
Zarejestrowany: 2006-11-20

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

Fajnie, fajnie, ale kiedy Squeze się go doczeka?
Ma ktoś jakieś przybliżone dane?


Iwo - Linux user numer #457448

Offline

 

#32  2009-06-24 18:14:29

  czadman - Bicycle repairman

czadman
Bicycle repairman
Skąd: Wrocław
Zarejestrowany: 2005-07-08

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

Przejrzałem sobie program. To ja już wolę cli. Dużo przyjemniejszy w obsłudze. :)


[url=http://www.debian.org/][img]http://www.debian.org/logos/openlogo-nd-50.png[/img][/url]

Offline

 

#33  2009-06-24 21:24:44

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

[quote=iwo]Fajnie, fajnie, ale kiedy Squeze się go doczeka?
Ma ktoś jakieś przybliżone dane?[/quote]
Kiedy będzie gotowy. :)


Błogosławieni, którzy czynią FAQ.
[url=http://www.opencaching.pl]opencaching[/url] :: [url=http://dug.net.pl/sources.list]debian sources.list[/url] :: [url=http://www.linuxportal.pl/blogi/azhag/wpisy]coś jakby blog[/url] :: [url=http://dug.net.pl/]polski portal debiana[/url] :: linux user #403712

Offline

 

#34  2009-08-18 12:25:45

  iwo - Użytkownik

iwo
Użytkownik
Skąd: 51.770 N, 19.459 E
Zarejestrowany: 2006-11-20

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

Mówisz azhag w innym wątku, że testing robi sobie jaja z kde, które nie chce zaskoczyć... spójrz od kiedy czekam na graficzny aptitude...:
[2008-11-12] Accepted 0.5.0-1 in experimental (low) (Daniel Burrows) http://packages.qa.debian.org/a/aptitude.html
ps - właśnie zauważyłem, że na ww. stronce jest od razu porównanie co ma Ubuntu. Fajnie - muszę przyznać, że Testing nie już zacofany wersjami.

Ostatnio edytowany przez iwo (2009-08-18 12:31:46)


Iwo - Linux user numer #457448

Offline

 

#35  2009-10-26 12:44:37

  azhag - Admin łajza

azhag
Admin łajza
Skąd: Warszawa
Zarejestrowany: 2005-11-15

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

doczekałeś się: http://dug.net.pl/news/27/ :)


Błogosławieni, którzy czynią FAQ.
[url=http://www.opencaching.pl]opencaching[/url] :: [url=http://dug.net.pl/sources.list]debian sources.list[/url] :: [url=http://www.linuxportal.pl/blogi/azhag/wpisy]coś jakby blog[/url] :: [url=http://dug.net.pl/]polski portal debiana[/url] :: linux user #403712

Offline

 

#36  2009-10-26 13:42:14

  Trin - Wredotka

Trin
Wredotka
Zarejestrowany: 2008-05-16

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

[quote=rychu]bluźnierstwo!

tylko konsolowy aptitude jest słuszny!

:P[/quote]
No właśnie, ja też sobie inaczej aptitude już nie wyobrażam jak w konsoli. Kocham to <3

Offline

 

#37  2009-10-26 15:43:55

  thalcave - prawie jak admin

thalcave
prawie jak admin
Skąd: odległa galaktyka
Zarejestrowany: 2007-05-17

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

Kod:

aptitude show aptitude

dawnmo już udowodniono, że konsola jest szybsza od graficznych programów :)


linux register user: 484281
"[i]It's great to be here. It's great to be anywhere[/i]"
[b]Keith Richards[/b]

Offline

 

#38  2009-10-26 15:51:35

  marg1 - Gentoowy Głupek

marg1
Gentoowy Głupek
Skąd: Bytom
Zarejestrowany: 2009-05-15

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

No, w końcu coś wymyślili usprawniającego faktycznie :)


marg1@jid.dug.net.pl
Linux User Registration Number: #488674
CISCO CCNA Alumni :)

Offline

 

#39  2009-11-03 14:21:08

  wieszti - Użytkownik

wieszti
Użytkownik
Zarejestrowany: 2009-02-03

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

używam na codzień i fajnie sie sprawuje

Offline

 

#40  2010-03-23 11:20:20

  iwo - Użytkownik

iwo
Użytkownik
Skąd: 51.770 N, 19.459 E
Zarejestrowany: 2006-11-20

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

hurra - właśnie zaktualizowałem sobie system i dograłem aptitude-gtk :)


Iwo - Linux user numer #457448

Offline

 

#41  2011-11-18 19:30:13

  ArnVaker - Kapelusznik

ArnVaker
Kapelusznik
Skąd: Midgard
Zarejestrowany: 2009-05-06

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

I jak? Ktoś używający interfejsu GTK mógłby o tym ustrojstwie napisać coś więcej?

(akurat przypadkowo trafiłem na ten wątek)


[img]http://svn.debianart.org/themes/generic/spinner/spinner48px-moreblue.png[/img]

Offline

 

#42  2011-11-18 20:30:23

  fervi - Użytkownik

fervi
Użytkownik
Zarejestrowany: 2010-03-14

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

Ja kiedyś testowałem, powiem, że nie zastąpi synaptic'a, konkretnie nie pamiętam czemu, ale był toporny, problematyczny i sypał błędami. Musiałbym przetestować jeszcze raz, ale nie chce mi się :D

Fervi

Offline

 

#43  2011-11-19 05:19:22

  Jacekalex - Podobno człowiek...;)

Jacekalex
Podobno człowiek...;)
Skąd: /dev/urandom
Zarejestrowany: 2008-01-07

Re: Nowy aptitude 0.5.x. Z interfejsem w GTK+!

[quote=ArnVaker]I jak? Ktoś używający interfejsu GTK mógłby o tym ustrojstwie napisać coś więcej?

(akurat przypadkowo trafiłem na ten wątek)[/quote]
Jeszcze trochę wody w Wiśle upłynie, zanim będzie działał.
Na razie ma w porywach do 25% możliwości Synaptica, i lubi się wieszać (u mnie - Squeeze 32 bit - wersja  0.6.3-3.2+squeeze1)

Żadna rewelacja...

Pozdro
;-)


W demokracji każdy naród ma taką władzę, na jaką zasługuje ;)
Si vis pacem  para bellum  ;)       |       Pozdrawiam :)

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Możesz wyłączyć AdBlock — tu nie ma reklam ;-)

[ Generated in 0.022 seconds, 12 queries executed ]

Informacje debugowania

Time (s) Query
0.00010 SET CHARSET latin2
0.00007 SET NAMES latin2
0.00135 SELECT u.*, g.*, o.logged FROM punbb_users AS u INNER JOIN punbb_groups AS g ON u.group_id=g.g_id LEFT JOIN punbb_online AS o ON o.ident='35.175.180.255' WHERE u.id=1
0.00080 REPLACE INTO punbb_online (user_id, ident, logged) VALUES(1, '35.175.180.255', 1711718585)
0.00062 SELECT * FROM punbb_online WHERE logged<1711718285
0.00111 DELETE FROM punbb_online WHERE ident='54.36.148.152'
0.00084 SELECT topic_id FROM punbb_posts WHERE id=186054
0.00521 SELECT id FROM punbb_posts WHERE topic_id=12721 ORDER BY posted
0.00114 SELECT t.subject, t.closed, t.num_replies, t.sticky, f.id AS forum_id, f.forum_name, f.moderators, fp.post_replies, 0 FROM punbb_topics AS t INNER JOIN punbb_forums AS f ON f.id=t.forum_id LEFT JOIN punbb_forum_perms AS fp ON (fp.forum_id=f.id AND fp.group_id=3) WHERE (fp.read_forum IS NULL OR fp.read_forum=1) AND t.id=12721 AND t.moved_to IS NULL
0.00009 SELECT search_for, replace_with FROM punbb_censoring
0.00285 SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM punbb_posts AS p INNER JOIN punbb_users AS u ON u.id=p.poster_id INNER JOIN punbb_groups AS g ON g.g_id=u.group_id LEFT JOIN punbb_online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id=12721 ORDER BY p.id LIMIT 25,25
0.00140 UPDATE punbb_topics SET num_views=num_views+1 WHERE id=12721
Total query time: 0.01558 s