Segui il video qui sotto per vedere come installare il nostro sito come web app sulla tua schermata principale.
Nota: Questa funzionalità potrebbe non essere disponibile in alcuni browser.
Pubblicità
sudo dolphin
dogma@dogma-desktop:~$ sudo dolphin
[sudo] password for dogma:
Error: "/var/tmp/kdecache-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/ksocket-dogma" is owned by uid 1000 instead of uid 0.
kdeinit4: Shutting down running client.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Error: "/tmp/ksocket-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-dogma" is owned by uid 1000 instead of uid 0.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Error: "/var/tmp/kdecache-dogma" is owned by uid 1000 instead of uid 0.
kbuildsycoca4 running...
ma copiare da terminale no?
cd /percorso.cartella.contenente.il.file
sudo cp nome.file /percorso.di.destinazione
keep it easy :asd:
Error: "/var/tmp/kdecache-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-dogma" is owned by uid 1000 instead of uid 0.
...
Defaults env_keep += "HOME"
...
su
dolphin
Gli errori a quanto pare sono causati da discrepanze tra gli UUID. Pulendo /tmp e /var/tmp potrebbe inizialre a funzionare, dopo che ricrea i fileCodice:Error: "/var/tmp/kdecache-dogma" is owned by uid 1000 instead of uid 0. Error: "/tmp/kde-dogma" is owned by uid 1000 instead of uid 0.
dogma@dogma-desktop:~/Documenti$ sudo dolphin
[sudo] password for dogma:
Error: "/var/tmp/kdecache-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/ksocket-dogma" is owned by uid 1000 instead of uid 0.
kdeinit4: Shutting down running client.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Error: "/tmp/ksocket-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-dogma" is owned by uid 1000 instead of uid 0.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Error: "/var/tmp/kdecache-dogma" is owned by uid 1000 instead of uid 0.
kbuildsycoca4 running...
Error: "/var/tmp/kdecache-dogma" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/ksocket-dogma" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-dogma" is owned by uid 1000 instead of uid 0.
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
Error: "/tmp/ksocket-dogma" is owned by uid 1000 instead of uid 0.
dolphin(1907) KItemListView::slotItemsRemoved: Invalid item range (index: -1 , count: 0 )
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=6549fae9-7e33-42e6-ae72-050bf296361c / ext4 errors=remount-ro,noatime,discard 0 1
# swap was on /dev/sda5 during installation
#UUID=d469c7ea-2d76-46ae-b28b-c9698ad58617 none swap sw 0 0
# temp e log su RAM
tmpfs /tmp tmpfs nodev,nosuid 0 0
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0
tmpfs /var/log tmpfs defaults,noatime,mode=0755 0 0
tmpfs /var/log/apt tmpfs defaults,noatime 0 0