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í
×
    včera 11:55 | IT novinky

    Ministerstvo průmyslu a obchodu propaguje Microsoft. Ten ve spolupráci s Ministerstvem průmyslu a obchodu spouští AI National Skilling Plan v ČR. "Iniciativa Microsoftu přináší konkrétní a praktickou podporu právě tam, kde ji nejvíc potřebujeme – do škol, firem i veřejné správy.", říká ministr průmyslu a obchodu Lukáš Vlček.

    Ladislav Hagara | Komentářů: 12
    včera 10:55 | Zajímavý projekt

    Jste český ISP? Vyplněním krátkého dotazníku můžete pomoci nasměrovat vývoj nové generace routerů Turris Omnia [𝕏].

    Ladislav Hagara | Komentářů: 4
    včera 01:33 | IT novinky

    Celkové tržby společnosti Canonical za rok 2024 byly 292 milionů dolarů (pdf). Za rok 2023 to bylo 251 milionů dolarů.

    Ladislav Hagara | Komentářů: 1
    včera 01:22 | Nová verze

    Byla vydána verze 1.88.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
    včera 01:11 | Nová verze

    Distribuce Tails specializující se ochranu online soukromí uživatele byla vydána ve verzi 6.17. Mimo jiné aktualizuje Tor Browser (14.5.4) a opravuje několik chyb.

    Fluttershy, yay! | Komentářů: 0
    26.6. 21:11 | Nová verze Ladislav Hagara | Komentářů: 0
    26.6. 13:11 | IT novinky

    Město Lyon posiluje svou digitální suverenitu a postupně nahrazuje software od společnosti Microsoft bezplatnými alternativami, zejména OnlyOffice pro kancelářské aplikace a Linux a PostgreSQL pro systémy a databáze.

    Ladislav Hagara | Komentářů: 9
    26.6. 11:44 | Zajímavý projekt

    Evropská občanská iniciativa Stop Destroying Videogames se snaží o to, aby vydavatelé, kteří spotřebitelům v Evropské unii prodávají videohry nebo na ně udělují licence, měli povinnost tyto hry ponechat ve funkčním (hratelném) stavu i po ukončení podpory ze své strany. Podpořit podpisem tuto iniciativu můžete v Systému pro online sběr podpisů.

    trekker.dk | Komentářů: 5
    26.6. 11:22 | Komunita

    Mozilla oficiálně ukončila svůj již několik let mrtvý projekt DeepSpeech pro převod řeči na text.

    Ladislav Hagara | Komentářů: 3
    26.6. 05:22 | Komunita

    Krátce po oficiálním oznámení forku X.Org Xserveru s názvem XLibre Xserver byl ve Fedoře předložen návrh, aby byl X.Org Xserver nahrazen tímto XLibre Xserverem. Po krátké ale intenzivní diskusi byl návrh stažen.

    Ladislav Hagara | Komentářů: 25
    Jaký je váš oblíbený skriptovací jazyk?
     (59%)
     (28%)
     (7%)
     (2%)
     (0%)
     (1%)
     (3%)
    Celkem 326 hlasů
     Komentářů: 16, poslední 8.6. 21:05
    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.