{"id":19423773,"url":"https://github.com/limansky/tinymount","last_synced_at":"2025-09-12T08:39:32.649Z","repository":{"id":66947687,"uuid":"3450170","full_name":"limansky/tinymount","owner":"limansky","description":"simple GUI tool for disks mounting","archived":false,"fork":false,"pushed_at":"2016-01-10T19:38:34.000Z","size":93,"stargazers_count":19,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T16:32:17.978Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limansky.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-15T14:33:03.000Z","updated_at":"2024-12-27T16:27:19.000Z","dependencies_parsed_at":"2023-03-17T14:00:47.534Z","dependency_job_id":null,"html_url":"https://github.com/limansky/tinymount","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/limansky/tinymount","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Ftinymount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Ftinymount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Ftinymount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Ftinymount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limansky","download_url":"https://codeload.github.com/limansky/tinymount/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limansky%2Ftinymount/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274781911,"owners_count":25348601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T13:40:44.435Z","updated_at":"2025-09-12T08:39:32.603Z","avatar_url":"https://github.com/limansky.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"TinyMount\n=========\n\nTinyMount is a little GUI tool for mount/unmount devices, using UDisks.\n\nTinyMount is inspired by internal KDE mounter, but has no dependencies on\nKDE libs (but it Qt based, sorry) and can be used with lightweight \nwindow managers like awesome, *boxes, etc. with internal tray support, or\nwith separate tray applications (like stalonetray) if your manager doesn't\nsupport tray.\n\nMain features are:\n------------------\n\n * Tray icon with menu to see currently connected devices.\n * Notifications about connected/disconnected devices.\n * Mounting/unmounting by one click.\n * Automatic mounting.\n\nUsage\n-----\n\nTinyMount is quite simple to use. When it launched there is an icon in your\ntray.  Right click on the icon opens menu with the devices list. Click on\nalready mounted device performs device unmounting. If the device is not mounted\nclick on it to mount.\n\nIf you need to define icon theme for the program use `--iconTheme` command line\nparameter.\n\nOther settings stored in ~/.config/tinymount/tinymount.conf file, but also\ncan be defined from settings dialog.\n\nInstallation:\n-------------\n\n### Gentoo Linux.\n\nSince version 0.2.4 tinymount is available in gentoo portage tree. So, can install\nit using `emerge tinymount`.\n\nUSE flags:\n\n * libnotify - turns libnotify support on/off.\n\n### Debian/Ubuntu\n\nUse deb files attached to the TinyMount page. If you need to build latest version,\nor use TinyMount on other architectures, you can use code from branch `debian`,\nwhich contains debian folder. Use `dpkg-buildpackage` to build deb package.\n\n### Other distributives / Building from source\n\nTinyMount uses qmake, so the building procedure is quite simple:\n\n 1. `qmake`\n 2. `make`\n 3. `make install`\n\nBy default TinyMount is installed to /usr/local/bin. If you need to change a location\npass PREFIX parameter to qmake call (e.g. `qmake PREFIX=/bin` to install in /usr/bin).\n\nIf you want to enable libnotify support run qmake with CONFIG+=with_libnotify\nparameter.\n\nTroubleshooting\n---------------\n\nTinymount itself doesn't perform any low level operations, it just uses UDisks DBus API\nfor disk management.  So if UDisk works fine, everything should work.  You can try to \nmount/unmount disks using udisks command line tool, e.g:\n\n`udisks --mount /dev/sdb1`\n`udisks --unmount /dev/sdb1`\n\nThe common problem is that the ConsoleKit does not work.  You have to ensure that the\n`console-kit-daemon` is running and the ConsoleKit session is started.  Use `ck-list-sessions`\nto list current sessions.  If you using display managers check, if it supports\nConsoleKit and compiled with ConsoleKit support.  If your display manager does not have\nConsoleKit support or you are using startx script you should start ConsoleKit session manually.\nFor example launch your window mananger from .xinitrc this way:\n\n`exec ck-launch-session openbox-session`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimansky%2Ftinymount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimansky%2Ftinymount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimansky%2Ftinymount/lists"}