|
Dimensione: 2628
Commento:
|
Dimensione: 5237
Commento:
|
| Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
| Linea 1: | Linea 1: |
| ##master-page:HomepageTemplate | |
| Linea 2: | Linea 3: |
| #LANGUAGE it [[BR]] |
|
| Linea 5: | Linea 4: |
| [[VersioniSupportate(jaunty intrepid hardy)]] | |
| Linea 7: | Linea 5: |
| = Introduzione = Questa guida spiega come automatizzare, tramite comando da tastiera, una ricerca su Internet del testo evidenziato in un qualsiasi programma. [[BR]]La procedure varia leggermente a seconda del browser e del Desktop Manager utilizzato. |
= Progetto feedback kubuntu = |
| Linea 11: | Linea 7: |
| = Preparativi = Tramite il [:AmministrazioneSistema/InstallareProgrammi:gestore di pacchetti], installare '''Xsel'''.[[BR]] [[BR]]Per chi preferisce il terminale: {{{ sudo apt-get install xsel. }}} |
Questa pagina contiene il materiale creato dalla comunità in questo topic: [http://forum.ubuntu-it.org/index.php/topic,333124.0.html kubuntu feedback] |
| Linea 18: | Linea 9: |
| = Firefox ( ambiente KDE e Gnome ) = | Il progetto nasce da una chiaccherata con lex, sviluppatore italiano di kubuntu, ed ha l'obiettivo di presentare un documento con i feedback di kubuntu karmic 9.10 realizzati della comunità italiana. Tale documento sarà inviato al sito kubuntu.org, sito di riferimento di kubuntu, e pubblicato nella pagina dei feedback. Si spera con questo documento di inviare idee, considerazioni e segnalazioni utili a migliorare la prossima versione di kubuntu che, oltretutto, sarà anche un LTS. |
| Linea 20: | Linea 13: |
| * Da terminale creare lo script `/usr/bin/ricercainternet`[[BR]][[BR]]in '''Ubuntu''': {{{ sudo gedit /usr/bin/ricercainternet }}} [[BR]]in '''Kubuntu''':{{{ kdesudo kate /usr/bin/ricercainternet }}} |
|
| Linea 25: | Linea 14: |
| * Nell'editor di testo inserire le seguenti righe:{{{ #!/bin/bash |
= Lista utenti che hanno partecipato = * kico * gp * Cylon * kekko * TequilaMex * iteand * Frankie90 * superlex * ivanhoe1024 * ShaiKailash |
| Linea 28: | Linea 26: |
| selc=`xsel -o | sed -e "s/ /+/g"` | |
| Linea 30: | Linea 27: |
| echo "$selc" | |
| Linea 32: | Linea 28: |
| website="http://www.google.it/search?hl=it&q=$selc&btnG=Cerca+con+Google&meta=" | * 1) '''Packaging''': Some packages in repository has a ton of gnome dependencies (i.e. gimp and firefox). We know those packages are not made by Kubuntu team, but try to solve this problem considering Kubuntu users and low space usage. * 2) '''Samba and share folder''': In Dolphin, in a folder's menu, the option "Share folder" doesn't work because the package "kdenetwork-filesharing" is not installed. It's necessary to share folders via Dolpin. The bug is filed in launchpad but it's not yet fixed (LP bug #402015, #209873) |
| Linea 34: | Linea 32: |
| firefox "$website" }}} |
* 3) '''photo and digital kamera''': In Kubuntu Karmic, when users try to connect a digital camera, the automount doesn't start. So users can't download or browse their photos. Manual mount of the device or installation of digiKam is necessary to using the digital camera. Make possible the automount of the digital camera like a removable storage device without digiKam, or at least digiKam by default into CD or DVD. |
| Linea 37: | Linea 34: |
| * Salvare e chiudere il file. | * 4) '''apturl-kde and firefox''': apturl-kde is a great improve but into Kubuntu is not integrated in Firefox. Firefox is not installed by default but it is the browser used by the most number of users. A good idea should be apturl-kde integrated in Firefox also for Kubuntu. |
| Linea 39: | Linea 36: |
| * Rendere lo script eseguibile digitando da terminale{{{ sudo chmod +x /usr/bin/ricercainternet }}} |
|
| Linea 43: | Linea 37: |
| * Creare un lanciatore nel '''menù K ( Kubuntu )''' o nel '''menù Applicazioni ( Gnome )''' inserendo come comando '''ricercainternet''', assegnargli infine uno shortcut da tastiera ( ad esempio Ctrl+G ). | * 5) '''knetwork manager and kbluetooth''': KNetwork Manager and KBluetooth have still some problems. There are problems with hidden networks and some pc freezes when transfering data to a phone. KNetwork Manager doesn't want connect with UMTS pen like Ubuntu with gnome does with wizard, is it possible put in Kubuntu, Network Manager which is used Ubuntu? Or at least fix the UMTS issue? |
| Linea 45: | Linea 39: |
| = Konqueror ( ambiente KDE ) = | * 6) '''kpackagekit''': kpackagekit doesn't have support for debconf and it's not a complete package manager like Synaptic. And yes, it has many issue like crashes and serious problem like LP bug #45442 (KPackageKit can't resolve dependencies and recommends Synaptic or Aptitude) * 7) '''artwork''': We are asking for artwork in Kubuntu like other distro have. A not invasive artwork, in according with the default style of KDE, but at the same time a brand for Kubuntu. Only simple work: * Kubuntu-Icon for kickoff; * Kubuntu logo in KDE Splash; * Kubuntu Wallpaper branded with Kubuntu logo. * Kubuntu logo in kdm; |
| Linea 47: | Linea 47: |
| * Da terminale creare lo script `/usr/bin/ricercainternet`:{{{ kdesudo kate /usr/bin/ricercainternet }}} |
* 8) '''trash plasma-widget''': Add "Trash Plasmoid" in the KDE Panel. It's comfortable for a good user experience and for users who have just migrated from Windows. |
| Linea 51: | Linea 49: |
| * Nell'editor di testo inserire le seguenti righe:{{{ #!/bin/bash |
* 9) Add "lock/logout" plasma-widget in the panel for an easy access to this action. |
| Linea 54: | Linea 51: |
| dcop `dcopfind -a ‘konqueror-*’` konqueror-mainwindow#1 newTab “http://www.google.it/search?hl=it&q=`xsel -p -o`&btnG=Cerca+con+Google&meta=″ }}} |
* 10) '''artwork for folder icons in the home directory''': The oxygen icons "music","video", "documents" and "my pictures" exists and are in the oxygen-icons package. Kubuntu doesn't use them by default. It's a good idea to use them for a more positive user experience. Those icons are useful to identify quickly the contents of the home directory. |
| Linea 58: | Linea 53: |
| * Salvare e chiudere il file. * Rendere lo script eseguibile digitando, da terminale:{{{ sudo chmod +x /usr/bin/ricercainternet }}} |
* 11) '''System colors''': Oxygen colors theme was updated every release of KDE, but kubuntu doesn't use it by default. This theme should be the default theme since in KDE 4.4 is really improved. |
| Linea 63: | Linea 55: |
| * Creare un lanciatore nel '''menù K''' inserendo come comando '''ricercainternet''', infine assegnargli uno shortcut da tastiera ( ad esempio Ctrl+G ). | * 12) '''firefox''': Firefox is, now, one of the most know open source software. It runs on Gnu/linux and Windows. Kubuntu doesn't install it by default. It's the first program that most number of users install after the first installation of Kubuntu. The firefox-installer is good but it seems a patch for a problem. Firefox isn't integrated in Kubuntu with a normal installation and is not integrated in KDE like Opensuse. It would be a really good idea if when user installs Firefox it becomes the default browser in his system instead of Konqueror. |
| Linea 65: | Linea 57: |
| = Funzionamento = | * 13) '''Dragon player''' is only a video player and it lacks many feautures like show subtitle. '''Kaffeine''' is a multimedia player, it has more important features, for example dvb tv tuner. If it will be complete for lucid, it's important to include it by default. |
| Linea 67: | Linea 59: |
| Evidenziare del testo in un qualsiasi programma e premere lo shortcut da tastiera assegnato allo script.[[BR]] Si aprirà il browser con i risultati della ricerca su Internet. In Firefox e Konqueror, se saranno già attivi, si aprirà una nuova scheda con i risultati. |
* 14)'''Arora/Rekonq''': a webkit/qt browser by default, for example Rekonq or Arora instead of Konqueror. |
| Linea 71: | Linea 61: |
| = Note = | * 15)'''bangarang''': a nepomuk/phonon based media player, really nice for kubuntu-netbook edition instead of Kaffeine or Dragon |
| Linea 73: | Linea 63: |
| Negli script qui riportati è stato utilizzato il motore di ricerca Google nella versione italiana con interfaccia in italiano;[[BR]] è possibile modificare l'URL per cambiare l'interfaccia, il motore di ricerca, etc. | * 16) Open kde menù when user click on the desktop with middle button * attachment:proposte_kubuntu_traduzione ---- |
Progetto feedback kubuntu
Questa pagina contiene il materiale creato dalla comunità in questo topic: [http://forum.ubuntu-it.org/index.php/topic,333124.0.html kubuntu feedback]
Il progetto nasce da una chiaccherata con lex, sviluppatore italiano di kubuntu, ed ha l'obiettivo di presentare un documento con i feedback di kubuntu karmic 9.10 realizzati della comunità italiana. Tale documento sarà inviato al sito kubuntu.org, sito di riferimento di kubuntu, e pubblicato nella pagina dei feedback. Si spera con questo documento di inviare idee, considerazioni e segnalazioni utili a migliorare la prossima versione di kubuntu che, oltretutto, sarà anche un LTS.
Lista utenti che hanno partecipato
- kico
- gp
- Cylon
- kekko
- iteand
- Frankie90
- superlex
- ivanhoe1024
1) Packaging: Some packages in repository has a ton of gnome dependencies (i.e. gimp and firefox). We know those packages are not made by Kubuntu team, but try to solve this problem considering Kubuntu users and low space usage.
2) Samba and share folder: In Dolphin, in a folder's menu, the option "Share folder" doesn't work because the package "kdenetwork-filesharing" is not installed. It's necessary to share folders via Dolpin. The bug is filed in launchpad but it's not yet fixed (LP bug #402015, #209873)
3) photo and digital kamera: In Kubuntu Karmic, when users try to connect a digital camera, the automount doesn't start. So users can't download or browse their photos. Manual mount of the device or installation of digiKam is necessary to using the digital camera. Make possible the automount of the digital camera like a removable storage device without digiKam, or at least digiKam by default into CD or DVD.
4) apturl-kde and firefox: apturl-kde is a great improve but into Kubuntu is not integrated in Firefox. Firefox is not installed by default but it is the browser used by the most number of users. A good idea should be apturl-kde integrated in Firefox also for Kubuntu.
5) knetwork manager and kbluetooth: KNetwork Manager and KBluetooth have still some problems. There are problems with hidden networks and some pc freezes when transfering data to a phone. KNetwork Manager doesn't want connect with UMTS pen like Ubuntu with gnome does with wizard, is it possible put in Kubuntu, Network Manager which is used Ubuntu? Or at least fix the UMTS issue?
6) kpackagekit: kpackagekit doesn't have support for debconf and it's not a complete package manager like Synaptic. And yes, it has many issue like crashes and serious problem like LP bug #45442 (KPackageKit can't resolve dependencies and recommends Synaptic or Aptitude)
7) artwork: We are asking for artwork in Kubuntu like other distro have. A not invasive artwork, in according with the default style of KDE, but at the same time a brand for Kubuntu. Only simple work:
- Kubuntu-Icon for kickoff;
- Kubuntu logo in KDE Splash;
- Kubuntu Wallpaper branded with Kubuntu logo.
- Kubuntu logo in kdm;
8) trash plasma-widget: Add "Trash Plasmoid" in the KDE Panel. It's comfortable for a good user experience and for users who have just migrated from Windows.
- 9) Add "lock/logout" plasma-widget in the panel for an easy access to this action.
10) artwork for folder icons in the home directory: The oxygen icons "music","video", "documents" and "my pictures" exists and are in the oxygen-icons package. Kubuntu doesn't use them by default. It's a good idea to use them for a more positive user experience. Those icons are useful to identify quickly the contents of the home directory.
11) System colors: Oxygen colors theme was updated every release of KDE, but kubuntu doesn't use it by default. This theme should be the default theme since in KDE 4.4 is really improved.
12) firefox: Firefox is, now, one of the most know open source software. It runs on Gnu/linux and Windows. Kubuntu doesn't install it by default. It's the first program that most number of users install after the first installation of Kubuntu. The firefox-installer is good but it seems a patch for a problem. Firefox isn't integrated in Kubuntu with a normal installation and is not integrated in KDE like Opensuse. It would be a really good idea if when user installs Firefox it becomes the default browser in his system instead of Konqueror.
13) Dragon player is only a video player and it lacks many feautures like show subtitle. Kaffeine is a multimedia player, it has more important features, for example dvb tv tuner. If it will be complete for lucid, it's important to include it by default.
14)Arora/Rekonq: a webkit/qt browser by default, for example Rekonq or Arora instead of Konqueror.
15)bangarang: a nepomuk/phonon based media player, really nice for kubuntu-netbook edition instead of Kaffeine or Dragon
- 16) Open kde menù when user click on the desktop with middle button
- attachment:proposte_kubuntu_traduzione
