abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 17:33 | Nová verze

    Byla vydána nová stabilní verze 7.6 webového prohlížeče Vivaldi (Wikipedie). Postavena je na Chromiu 140. Přehled novinek i s náhledy v příspěvku na blogu.

    Ladislav Hagara | Komentářů: 0
    dnes 16:22 | Nová verze

    Byla vydána verze 1.90.0 programovacího jazyka Rust (Wikipedie). Podrobnosti v poznámkách k vydání. Vyzkoušet Rust lze například na stránce Rust by Example.

    Ladislav Hagara | Komentářů: 0
    dnes 16:11 | Nová verze

    GNUnet (Wikipedie) byl vydán v nové major verzi 0.25.0. Jedná se o framework pro decentralizované peer-to-peer síťování, na kterém je postavena řada aplikací.

    Ladislav Hagara | Komentářů: 0
    dnes 12:11 | Nová verze

    Byla vydána nová major verze 7.0 živé linuxové distribuce Tails (The Amnesic Incognito Live System), jež klade důraz na ochranu soukromí uživatelů a anonymitu. Nově je postavena je na Debianu 13 (Trixie) a GNOME 48 (Bengaluru). Další novinky v příslušném seznamu.

    Ladislav Hagara | Komentářů: 0
    dnes 04:44 | IT novinky

    Společnost Meta na dvoudenní konferenci Meta Connect 2025 představuje své novinky. První den byly představeny nové AI brýle: Ray-Ban Meta (Gen 2), sportovní Oakley Meta Vanguard a především Meta Ray-Ban Display s integrovaným displejem a EMG náramkem pro ovládání.

    Ladislav Hagara | Komentářů: 0
    dnes 01:11 | Nová verze

    Po půl roce vývoje od vydání verze 48 bylo vydáno GNOME 49 s kódovým názvem Brescia (Mastodon). S přehrávačem videí Showtime místo Totemu a prohlížečem dokumentů Papers místo Evince. Podrobný přehled novinek i s náhledy v poznámkách k vydání a v novinkách pro vývojáře.

    Ladislav Hagara | Komentářů: 6
    včera 16:22 | Nová verze

    Open source softwarový stack ROCm (Wikipedie) pro vývoj AI a HPC na GPU od AMD byl vydán ve verzi 7.0.0. Přidána byla podpora AMD Instinct MI355X a MI350X.

    Ladislav Hagara | Komentářů: 0
    včera 15:22 | Nová verze

    Byla vydána nová verze 258 správce systému a služeb systemd (GitHub).

    Ladislav Hagara | Komentářů: 6
    včera 15:11 | Nová verze

    Byla vydána Java 25 / JDK 25. Nových vlastností (JEP - JDK Enhancement Proposal) je 18. Jedná se o LTS verzi.

    Ladislav Hagara | Komentářů: 0
    včera 14:44 | Humor

    Věra Pohlová před 26 lety: „Tyhle aféry každého jenom otravují. Já bych všechny ty internety a počítače zakázala“. Jde o odpověď na anketní otázku deníku Metro vydaného 17. září 1999 na téma zneužití údajů o sporožirových účtech klientů České spořitelny.

    Ladislav Hagara | Komentářů: 9
    Jaké řešení používáte k vývoji / práci?
     (50%)
     (58%)
     (0%)
     (8%)
     (12%)
     (4%)
     (15%)
     (4%)
     (12%)
    Celkem 26 hlasů
     Komentářů: 3, poslední dnes 14:58
    Rozcestník

    Administrace komentářů

    Jste na stránce určené pro řešení chyb a problémů týkajících se diskusí a komentářů. Můžete zde našim administrátorům reportovat špatně zařazenou či duplicitní diskusi, vulgární či osočující příspěvek a podobně. Děkujeme vám za vaši pomoc, více očí více vidí, společně můžeme udržet vysokou kvalitu AbcLinuxu.cz.

    Příspěvek
    24.7.2011 19:14 jadd | skóre: 34 | blog: Greenhorn
    Rozbalit Rozbalit vše Re: Program pro spuštění minimalizované aplikace na dané ploše
    I já se omlouvám, příspěvek jsem psal před tebou ale než jsem ho poslal, tak jsi už odpověděl.
    ME
           devilspie - perform actions on windows as they are created
    
    
    SYNOPSIS
           devilspie [OPTION]...  configuration-files...
    
    
    DESCRIPTION
           devilspie  is  a  program which can detect windows as they are created,
           and perform actions on them if they match as set of criteria.
    
           The configuration files are a set of s-expressions.  For  documentation
           and examples, see /usr/share/doc/devilspie-0.22/.
    
           Command-lines options:
    
           -a --apply-to-existing
                  Apply to all existing windows instead of just new windows.
    
           -d --debug
                  Output debug information
    
           -l --list-symbols
                  List available symbols supported in input files.
    
           -s symname --symbol-doc=symname
                   Get detailed help on symbol symname ('all' for all symbols).
    
    
    ALLOWED SYMBOLS
           In the input files, the following symbols are known by devilspie:
    
           is     String equality, (is a b) means a is the same as b.
    
           contains
                  Substring,  (contains  haystack  needle) means haystack contains
                  needle.
    
           matches
                  Regexp matches, (matches str pattern) means the  regexp  pattern
                  matches str.
    
           window_name
                  Return the title of the current window (String).
    
           window_role
                  Return  the  role  (as determined by the WM_WINDOW_ROLE hint) of
                  the current window (String).
    
           window_class
                  Return the class of the current window (String).
    
           window_xid
                  Return the X11 window id of the current window (Integer).
    
           application_name
                  Return the application name (as determined by  libwnck)  of  the
                  current window (String).
    
           window_property
                  Returns   the   given   property   of   the  window,  e.g.  pass
                  "_NET_WM_STATE" (String).
    
           window_workspace
                  Returns the workspace a window is on (Integer).
    
           debug  Debugging function, outputs the current  window's  title,  name,
                  role and geometry (Returns TRUE).
    
           print  Print args (without trailing 0 returns boolean).
    
           println
                  Print args (with trailing 0 returns boolean).
    
           str    Transform parameters into strings and concat them.
    
           hex    Transform  the  integer  parameter  into an unsigned hexadecimal
                  string (with 0x prefix).
    
           geometry
                  Set position + size (as tring) of current window (returns  bool‐
                  ean).
    
           fullscreen
                  Make the current window fullscreen (returns TRUE).
    
           focus  Focus the current window (returns TRUE).
    
           center Center position of current window (returns boolean).
    
           maximize
                  Maximise the current window (returns TRUE).
    
           maximize_vertically
                  Maximise vertically the current window (returns TRUE).
    
           maximize_horizontally
                  Maximise horizontally the current window (returns TRUE).
    
           unmaximize
                  Un-maximise the current window (returns TRUE).
    
           minimize
                  Minimise the current window (returns TRUE).
    
           unminimize
                  Un-minimise the current window (returns TRUE).
    
           shade  Shade ("roll up") the current window (returns TRUE).
    
           unshade
                  Un-shade ("roll down") the current window (returns TRUE).
    
           close  Close the current window (returns TRUE).
    
           pin    Pin the current window to all workspaces (returns TRUE).
    
           unpin  Unpin the current window from all workspaces (returns TRUE).
    
           stick  Make the current window stick to all viewports (returns TRUE).
    
           unstick
                  Unstick the window from viewports (returns TRUE).
    
           set_workspace
                  Move  the window to a specific workspace number, counting from 1
                  (returns boolean).
    
           set_viewport
                  Move the window to a specific viewport number, counting  from  1
                  (returns boolean).
    
           skip_pager
                  Remove the current window from the window list (returns TRUE).
    
           skip_tasklist
                  Remove the current window from the pager (returns TRUE).
    
           above  Set  the  current window to be above all normal windows (returns
                  TRUE).
    
           below  Set the current window to be below all normal  windows  (returns
                  TRUE).
    
           decorate
                  Add  the  window  manager  decorations  to  the  current  window
                  (returns boolean).
    
           undecorate
                  Remove the window manager decorations from  the  current  window
                  (returns boolean).
          
    
           wintype
                  Set  the  window  type  of the current window (returns boolean).
                  Accepted values are:  normal,  dialog,  menu,  toolbar,  splash‐
                  screen, utility, dock, desktop.
    
           opacity
                  Change  the  opacity level (as integer in 0..100) of the current
                  window (returns boolean).
    
           spawn_async
                  Execute a command in the background (returns  boolean).  Command
                  is  given as a single string, or as a series of strings (similar
                  to execl).
    
           spawn_sync
                  Execute a command in the foreground (returns command  output  as
                  string, or FALSE on error). Command is given as a single string,
                  or as a series of strings (similar to execl).
    
    
    BUGS
           This manpage is almost useless, as it was thrown together on a train.
    
    
    AUTHOR
           This manual page was written by Ross Burton ross@burtonini.com.
    
    
    
    

    V tomto formuláři můžete formulovat svou stížnost ohledně příspěvku. Nejprve vyberte typ akce, kterou navrhujete provést s diskusí či příspěvkem. Potom do textového pole napište důvody, proč by měli admini provést vaši žádost, problém nemusí být patrný na první pohled. Odkaz na příspěvek bude přidán automaticky.

    Vaše jméno
    Váš email
    Typ požadavku
    Slovní popis
    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.